cmxflash -
Joined: 11 Dec 2004 Posts: 872
|
Posted: Mon Jul 11, 2005 2:51 am Post subject: Source Admin |
|
|
Okay, I've written a script that lets you edit the source of any file on your server.
It's based on NewsApp, and can be used to hack other servers if you have an account on them.
http://cmx.winxtreme.se/sourcemin.txt
The only thing you have to edit is
$password = "your password here";
Simply put in an admin-password.
Yes, you *can* setup more than 1 password, just edit this line:
if ($password==$pw) {
to
if ($password==$pw||$pw=="password2") {
and so on. |
|