View previous topic :: View next topic |
Author |
Message |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Tue Aug 10, 2004 6:15 am Post subject: ::Lock Down:: v2.0 |
|
|
Here's my 6th PHP script I've written this year , I will try to explain what it can do in detail , if
a user links to a file , you get an e-mail and the data is recorded to a plain text file where you can
view it in the admin area. A good way to use this PHP script is to be able to detect if user is trying
to link to one of your files so you can track them later and tell them not to hotlink your files.
::Lock Down:: v2.0
http://phpsurfer.cjb.net/ <- (Click on Scripts
Edit: Now includes a Hosts Panel for adding/deleting hosts.
Note: If you're wondering why I called this script ::Lock Down:: than
thats because it goes on a Lock Down to find the hotlinker. LateR! |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Wed Jan 19, 2005 7:36 am Post subject: |
|
|
A new update has been added to ::Lock Down:: so that you can never have
to touch the allowed.txt file again , I added the same code I used to create
the admin area for my new Powered By Abyss project , see if you like it.
Download: ::Lock Down:: v2.0 | With Hosts Panel
http://phpsurfer.cjb.net/downloads/lock_down.zip
Screenshot of the new tool
Note: For security , only localhost is allowed to touch this area.
Powered By Abyss: Admin Area
Click For Screenshot |
|
Back to top |
|
 |
Glitch2082 -
Joined: 02 Dec 2004 Posts: 194
|
Posted: Wed Jan 19, 2005 7:48 am Post subject: |
|
|
I wrote a script similir to yours although mine was server protection. Good script though if I might say :D _________________ int main() {
cout << "Im Pro Apache";
cin.get();
} |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Wed Jan 19, 2005 7:49 am Post subject: |
|
|
I would have included it earlier but I just now learned how to delete lines
from a file , this will also be included in ::File Limit:: when I get to it. |
|
Back to top |
|
 |
|