WGET AKAMAI CDN text file - $15

Status
Not open for further replies.

baokyrox

BANNED
Joined
Oct 10, 2008
Messages
428
Reaction score
34
Code:
http://token.dramafever.com/episode/config/3970/11/config.js

I want to wget
http://www.dramafever.com/st/sub/RunningMan_20120624_11_JS_final.srt

but when i enter it become http://imgdf-a.akamaihd.net/st/sub/RunningMan_20120624_11_JS_final.srt and return a 403 forbidden.

The video page is http://www.dramafever.com/drama/3970/11/Running_Man/
but the config page is http://token.dramafever.com/episode/config/3970/11/config.js

If i use curl download or file get content or wget, it just return me a 403 access denied.

Need some blackhatter or curl expert to fake referrer to grab the file.

Thanks

Payment : $15 USD
Mode: Paypal
 
are you able get this http://imgdf-a.akamaihd.net/st/sub/RunningMan_20120624_11_JS_final.srt

it return me

<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>476A3255FD3ED906</RequestId><HostId>3qXqlsR7SeHhgvnXzofM5TAkb/P+Y2DxFYidhywubQAvSqxgqBZ7EWSVyw+1fGhL</HostId></Error>
 
add this in your curl code

Code:
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
 
can you paste your full php code to retrieve the file in pastebin or something, and pm me the url, with your paypal details.
 
Job is still on-going as no pm of solution is received yet.
 
it seem it detect the ip.
the first try is success but the second time it get forbidden, and it same if you access via browser..
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top