Results 11 to 16 of 16
-
11th Sep 2011, 03:40 PM #11OPMember
deliteblogger, of course i want
thanks.
-
11th Sep 2011, 03:59 PM #12Member
I can write a php function: you pass in your filename and it returns the filesonic link. that's what you want?
-
11th Sep 2011, 04:01 PM #13OPMemberI can write a php function: you pass in your filename and it returns the filesonic link. that's what you want?
-
11th Sep 2011, 04:16 PM #14Respected MemberWebsite's:
DL4Everything.com Soft2050.inPHP Code:function searchnget($filepath, $stringtosearch) {
// Author : Soft2050 - Search for a string in a text file and then return the line
$lines = file($filepath);
foreach($lines as $line) {
if (strpos($line, $stringtosearch) !== false) {
return $line;
break;
}
}
return "";
}
PHP Code:echo searchnget('mytest.txt', 'soft');
Code:what great i am what soft 2050 this is now i like what the shit good an
-
11th Sep 2011, 04:20 PM #15OPMember
soft2050, thank you. i try.
left to write the function get the list
-
11th Sep 2011, 04:26 PM #16Member
you can get the list with this url:
http://www.filesonic.com/filesystem/...l-links/-1/txt
of course you have to be logged in.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
filesonic premium link
By killeramy in forum File Host DiscussionReplies: 8Last Post: 7th Dec 2011, 05:57 PM -
How to use Filesonic API for link checking
By torrfriend in forum Web Development AreaReplies: 12Last Post: 1st Dec 2011, 08:51 PM -
how to link to filesonic? avoiding DMCA bots
By yakamozz in forum File Host DiscussionReplies: 47Last Post: 20th Nov 2011, 08:28 PM -
Filesonic Single Link vs Splitted Link
By piratebay in forum File Host DiscussionReplies: 4Last Post: 14th Apr 2011, 04:53 AM -
filesonic for rapidshare link checker
By koullis in forum General DiscussionReplies: 1Last Post: 3rd Oct 2010, 08:40 AM
themaCreator - create posts from...
Version 3.53 released. Open older version (or...