Results 1 to 10 of 16
Hybrid View
-
11th Sep 2011, 04:16 PM #1Respected 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
soft2050 Reviewed by soft2050 on . [req] how to get link on filesonic ? hello dears coders! sometimes i want get link to download file and want to do this fast and easy. filesonic api does not provide access to filelist, exist any solution ? thanks. Rating: 5
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.57 released. Open older version (or...