I have site, www.Click2Unlock.net, When you enter megaupload link, it's need to give download link, instead that it's give the file content. Please, need help. Regards.
It looks like something that really needs to be solved by you. Seems there is something wrong in the bot which fetches the links.
I don't think so, as in another server it's working great, the same script, So I think what miss in my server. Regards.
ow, I get it now. Use the attachment header: header('Content-Disposition: attachment; filename="file.ext"'); Code (markup):
Header() is a php function to download file to user's system and you can also download thru html anchor tag Like, file name is setup.doc then <a href="FILE_PATH/setup.doc" target="_blank">Click here</a>