Hi,

I'm currently trying to make a premium link generator using cURL for fileserve.
everything is fine, I can generate a premium link, BUT when i try to launch the download (with the same IP), I get a 404 error.
Does anyone have an idea why ? :/
(I'm on it since 3 days, i'm gonna go insane ><')

I get 4 diffrent pages :

PHP Code: 
$pre_co_data 
Where I get the 'PHPSESSID' cookie, which i will send everytime i call another page.

PHP Code: 
$co_data 
Where I get the 'cookie' value


PHP Code: 
$data 
Where I get the file id cookie value

PHP Code: 
$returnpage_link 
Here is the page where I should get the file, but it returns a 404 error :
HTTP ERROR: 404

Problem accessing /file/kWGDfPT/zOwIW7UOygJ7QFggr9GvGeW11FEdeEgxrY5kas5aUxPZWVWBjOmcDMcZnDZlsC9F40G7iw4RYj-XEzWhKfaVuJQGD2b02oUqoB-AsMopACyolMIlyoKc9Zbtxxqwr-2Ws8_F8VoOkYjS3oydlrDbuE3UO6IJmcPDd4nFO2B_k./Anat_coeur.docx. Reason:
NOT_FOUND Powered by Jetty://
PHP Code: 
$link[1
Give me a premium link (e.g. : http://fs5001dm.fileserve.com/file/k...nat_coeur.docx )


I don't see where i'm wrong... Please if you do, help me...
nummi Reviewed by nummi on . Premium link generator for fileserve using cURL - error Hi, I'm currently trying to make a premium link generator using cURL for fileserve. everything is fine, I can generate a premium link, BUT when i try to launch the download (with the same IP), I get a 404 error. Does anyone have an idea why ? :/ (I'm on it since 3 days, i'm gonna go insane ><') I get 4 diffrent pages : $pre_co_dataWhere I get the 'PHPSESSID' cookie, which i will send everytime i call another page. Rating: 5