hi i have a problem with qooy script upload from PC is working fine, But remote upload is not completly working when i remote upload a file, and after i upload it seccessfly i can't log in to link of mirrors page i got this error Not Found The requested URL /files/1QZOMLB8/t_2_s6_mq_animeiat_com.avi was not found on this server. website mirrorcreator.info/remote.php id anyone can help me just PM thx
I'm assuming this is an issue with allow_url_fopen or curl_exec...run a PHP info page: Check for those above listed functions to know if allow_url_fopen is set to "Off", or if curl_exec is found in "disable_functions"
Hi, Kindly open the ftp, then edit file remote.php Search for echo 'Your download link is: <a href="files/'.$file_uid.'/'.$file_name.'">'.$file_name.'</a><br/>'; Code (markup): change this line with : echo 'Your download link is: <a href="download.php?uid='.$file_uid.'">'.$file_name.'</a><br/>'; Code (markup): This shall fix your problem. Best Regards, Qooy Store