Results 1 to 5 of 5
Threaded View
-
28th Oct 2011, 03:52 PM #1OPMember
why it give me error ? filesonic API download
Thanks for soft2050 for this code
<?php // Download Filesonic Link - Start (Coded By Soft2050)
$username='';
$password='';
$link='http://www.filesonic.com/file/2741198321/D1R3CT0Rs_kT_C1ty_C0urty4rd.rar';
function dlfsolink($link, $username, $password) {
$getidoflink = str_replace('/', '-', get_match('|/file/(([a-z][0-9]+/)?[0-9]+)(/.*)?$|', $link, 1));
$getresult = file_get_contents("http://api.filesonic.com/link?method=getDownloadLink&u=$username&p=$passwor d&ids=$getidoflink&format=xml");
preg_match('/\<url\>(.*?)\<\/url\>/i', $getresult, $matches);
$link = trim($matches[0]);
return $link;
}
// Download Filesonic Link - Stop
echo dlfsolink($link,$username, $password);
?>
now it give me error
Fatal error: Call to undefined function get_match() in /home/****/public_html/ajax/ddl.php on line 5
please can any expert tell me what is the problem ?
hihotfile Reviewed by hihotfile on . why it give me error ? filesonic API download Thanks for soft2050 for this code <?php // Download Filesonic Link - Start (Coded By Soft2050) $username=''; $password=''; $link='http://www.filesonic.com/file/2741198321/D1R3CT0Rs_kT_C1ty_C0urty4rd.rar'; function dlfsolink($link, $username, $password) { $getidoflink = str_replace('/', '-', get_match('|/file/((+/)?+)(/.*)?$|', $link, 1)); 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 Mega News - Everybody Must Read Now + 50 Free Premium Give Aways Here!
By FileSonic Hish in forum File Hosts Official SupportReplies: 355Last Post: 14th Jan 2012, 12:15 PM -
Anyone else get this error Filesonic
By YoungMike in forum File Host DiscussionReplies: 10Last Post: 14th Oct 2011, 10:38 AM -
Plz Give Solution for this Error
By Mr.WT in forum vBulletinReplies: 11Last Post: 3rd May 2011, 02:05 PM -
Please give me plugin for RL "filesonic premium download plugin"
By ThumperTM in forum General DiscussionReplies: 7Last Post: 7th Apr 2011, 06:27 AM
themaPoster - post to forums and...
Version 5.36 released. Open older version (or...