Hiring Script Update (Fileserve premium Link Generator)

Status
Not open for further replies.

bulls

Active Member
38
2009
0
35
I have a script (Fileserve premium Link Generator), but since yesterday it stopped working, it doesn't generate links.. the guy that i bought (captainphp) disappeared, So.. i need someone to update it to me
 
9 comments
Reason it stopped working is because FS made some changes yesterday, I guess it should be easy for a coder to update it. :)
 
There is a small update on fileserve, you must need to include REFERER, Do this, if you know where is code to call for fileserve download, add this as REFERER
ofc if you are using curl, it will look something like this
PHP:
curl_setopt($ch, CURLOPT_REFERER, "http://www.fileserve.com/login.php");

Edit: if you dont know just send me ur script file i will add for you
 
Last edited:
mRAza, i sent my script for you

__________________
Added after 21 minutes:

mRAza, thank you for your help! my script works fine now :)
 
Last edited:
good luck, if anyone else not using curl , here is solution if you are just sending headers

PHP:
$envoi .= "Referer: http://www.fileserve.com/login.php\r\n";
// ofc change $envoi to ur variable u are using

Regards
 
mRAza, can u help me again?
looks like fileserve have a update

by the way, i can pay by paypal, if if anyone can help me
 
Last edited:
Status
Not open for further replies.
Back
Top