Premium link generator for fileserve using cURL - error

Status
Not open for further replies.

nummi

Member
8
2011
13
0
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:
$pre_co_data
Where I get the 'PHPSESSID' cookie, which i will send everytime i call another page.

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


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

PHP:
$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/zOwIW7UOygJ7QFggr9GvGeW11FEdxDeEgxrY5kas5aUxPZWVWBjOmcDMcZnDZlsC9F40G7iw4RYj-XEzWhKfaVuJQGD2b02oUqoB-AsMopACyolMIlyoKc9Zbtxxqwr-2Ws8_F8VoOkYjS3oydlrDbuE3UO6IJmcPDd4nFO2B_k./Anat_coeur.docx. Reason:
NOT_FOUND Powered by Jetty://
PHP:
$link[1]
Give me a premium link (e.g. : http://fs5001dm.fileserve.com/file/...oydlrDbuE3UO6IJmcPDd4nFO2B_k./Anat_coeur.docx )


I don't see where i'm wrong... Please if you do, help me...
 
Last edited:
1 comment
Status
Not open for further replies.
Back
Top