View Full Version : AntiLeech Script
FrEaKmAn
February 26th, 2006, 11:18 PM
'm looking for good antileech script which can do something like this:
I have page which will redirect it to link that is created only for this download, like download.com?get=53k45k345435k4jkjk5wjkfklsdfksjfs lfklsfsFile.zip
and after this download this link isn't there anymore..
anything would be really helpful
renegade600
February 26th, 2006, 11:29 PM
see this (http://www.anti-leech.com/)
FrEaKmAn
February 27th, 2006, 12:25 AM
You need the Anti-Leech Plugin (v.1,0,2,2) for Netscape Navigator to be able to download from this website.
Which contains spyware...
renegade600
February 27th, 2006, 12:50 AM
sorry about that, when I first bookmarked it, it did not have spyware in it. I guess things change...
30111987
February 27th, 2006, 08:12 AM
first things first
you need to edit the .htaccess file to block your basic hotlinking requests
degsy
February 27th, 2006, 09:56 AM
download.com?get=53k45k345435k4jkjk5wjkfklsdfksjfs lfklsfsFile.zipTo have a temporary key/download then you really need a database and membership system where you can assign a download for someone.
FrEaKmAn
February 27th, 2006, 09:02 PM
I have database and I'm using xoops, so membership system works, now I need only some modifications to work...
degsy
February 28th, 2006, 10:11 AM
Here is what I would do.
CHMOD the folder so that it cannot be accessed by a browser, but so PHP/Apache can still access it.
Create a temp key to allow access to the download.
Modify this script
http://www.elouai.com/force-download.php
So that when a URL with the temp key is entered it checks the database for the key and if it is valid it downloads the file, if not you get an error.