Ahh! The code which i pmed you , i forget to send the json function that i use

Add this function in the php file and it will work:

PHP Code: 
function get_match($regex,$content$matchat) {
  
preg_match($regex,$content,$matches);
  return 
$matches[$matchat];

Just made that to shorten up teh code
soft2050 Reviewed by soft2050 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