View Full Version : useful gm editing and password/username changer
robby
06-19-2007, 10:14 PM
Hi, I created a php script that will let you change your account to level 0,1,2, or 3 and displays your whole databases passwords and usernames with there gm level. Also made a password/username changer. I designed it for gm use only lol if you can't tell it shows every ones password, can change gm rank, etc.:D.
NOTE: easy_edit.zip contains gm_status.php and change_p_or_u.php
STEP 1:
Extract http://thehqers.110mb.com/files/easy_edit.zip to your website www root (MUST SUPPORT PHP!)
STEP 2:
use it! Type http://YOURWEBSITE/gm_status.php or http://YOURWEBSITE/change_p_or_u.php
If you want to edit the pages a little you can, just made a basic script for this
Hope this is useful. :)
Brrew
06-19-2007, 10:19 PM
Is it pwd protected to view the page? Like can i put in someone's IP/URL and the page name because i know they got it here (and used the default name of page) and change account status'?
robby
06-19-2007, 10:48 PM
No, it is not pwd protected but you could easily add it by putting these two files in a pwd protected folder or could edit the code to make it do it. I don't know how to make it pwd protected without it being HACKABLE :)
robby
06-19-2007, 10:56 PM
O, forgot to tell you to make sure after you set someone as a GM they will have to type ".gmon". Kind of important :D
tombulles
06-20-2007, 11:36 PM
This thing is awesome.. thanks mate :)
tombulles
06-21-2007, 01:09 AM
btw.. where is de change_password.php? :O
tombulles
06-21-2007, 01:42 AM
Making a subdirectory/site password protectable...
For example: you want to put a login for the map gmtools
www.yoursite.com/gmtools/
Make a .htaccess first!
open notepad
AuthUserFile C:/AppServ/www/.htpasswd
AuthGroupFile /dev/null
AuthName "GM TOOLS"
AuthType Basic
<Limit GET POST>
require user admin
</Limit>
then save as .htaccess
Now you have your .htaccess . Put it in any folder you want to protect.
my expample www.yoursite.com/gmtools/
Now the other part! Making the .htpasswd
Open CMD and go to the directory of apache2 (C:\AppServ\Apache2\bin)
then typ htpasswd -c .htpasswd username
(apache has the tool htpasswd.exe located in that folder, its for making an htpasswd)
so username is the username, my example was admin
then you'll have to typ a pass... confirm.. now you've made the .htpasswd
put it in the folder like you wrote here AuthUserFile C:/AppServ/www/.htpasswd
and you can now login on that submap with admin - pass
Hope you understand it :)
robby
06-22-2007, 11:59 PM
Thanks. Ya, I must of changed the change_password.php to change_p_or_u.php :D. Thanks for showing me how to make pwd directories.
tombulles
06-23-2007, 02:16 PM
no problem.. anyway you can make an set level for az too az is full admin..
if request i'll post
robby
06-23-2007, 03:20 PM
Ya, i know but should not give random people;) that. I can show you how to add to my code so you can make 'az' accounts.:)
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.