Open Source PHP Script |
| Posted by Clarence Middleton LLC (admin) on Apr 06 2006 |
I have create 6 PHP script with varing functionalities.
1.Reboot:
2.Process
3.IP logger MySQl and Flat File version
4.Directory Listing Locker
5.Downloader and Tracker MySQL and Flat File Version
6.Command
7.Link Manager
.... Under Construction
The first is a Graphical Directory indexer, and password protector.
You simply change the password, and place the script in any directory you want.
get it HERE.
The next script is a php process viewer. After alot of searching I found a way to run system command through php. Using a function called "shell_exec("program.exe")" you can run and capture the DOS output of any DOS program.
I took the program called process. run it using the command, captured the output, parsed it, and echo it back to the browser. Pretty cool.
Get it HERE.
The last script is call reboot, and it does just what it say reboot you computer.
Get it HERE.
I have also uploaded them to phpfreaks.
Try them out.
NEW
I wrote a Directory Locking Script. The script is placed in the Directory. When your browser try to access the directory it get the index.php file. The php file prompts for a password. If the password is right it allow A Directory listing. If not it sends a error message and logs the IP.
get it Here
The super Simple Script give people the ability to Add Links to you WEB site. It uses a Standard Text file.
Try it out here
Last changed: Mar 04 2008 at 8:25 PM
Back