Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Some little scripts for admins

Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
Hello :mellow: title is self explanatory...

4 scripts in 1:
- Who is Online
- Who is GM
- Force Password
- Register Account

Screenshot:
Romulan - Some little scripts for admins - RaGEZONE Forums


Download:
View attachment gm.zip

Things to do:
Configure 'connector.php' to match to your server settings (IP, Mysql DB, ...)
 

Attachments

You must be registered for see attachments list
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
Yeah you can improve it and use it to make a kind of password reset also :):
 
Newbie Spellweaver
Joined
Mar 5, 2011
Messages
55
Reaction score
0
Very nice project =) =) =) all is done =) thx you romulan
 
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
/var/www
or
/opt/lampp/htdocs
or
/PWServer/jetty/ROOT

Depend what webserver you use... :mellow:

And you access it by or if you use jetty (with PHP support enabled).
 
Last edited:
Newbie Spellweaver
Joined
Jul 21, 2010
Messages
51
Reaction score
1
/var/www
or
/opt/lampp/htdocs
or
/PWServer/jetty/ROOT

Depend what webserver you use... :mellow:

And you access it by or if you use jetty (with PHP support enabled).

i use hrace009 vbox server right now

---------- Post added at 06:39 AM ---------- Previous post was at 06:36 AM ----------

Got it thanks Man Great Work
 
Genesis?Is it a new drug?
Joined
Apr 8, 2010
Messages
512
Reaction score
96
"Force Password"...

That must be only for admins, of course... Because if you use that, you can change the password of an account without any difficulty, and hack an account.
 
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
"Force Password"...

That must be only for admins, of course... Because if you use that, you can change the password of an account without any difficulty, and hack an account.
Like I said, title is self explanatory :mellow: And like I said you can improve the script and make a password changer with it :): But you need to know how to use the varbin function in mysql procedures that come with the database.
 
Joined
Jul 27, 2010
Messages
902
Reaction score
31
Thx for this helpfull script ^_^
but i want to know something
i want to change ID and Login in Who Online and Who GM
to Just Char name not ID or user name!
can do this?!
if can
plz say how ^^
Thx!

Edit:i want also to make Vote Script every 12h....but i want no one can pass it ^^
no proxy or delete cookies xD
i think it hard ^^
 
Last edited:
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
by the way.. Mustn't password be encoded to base64 in mysql?
I guess you use the "varchar" instead of "varbin" (like on all release btw) that's why we don't have the same function to encode the password :sleep:

@saxz
Sure it's possible... But it needs knowledges in JSP wich I don't have atm :mellow:
 
Newbie Spellweaver
Joined
Nov 6, 2010
Messages
92
Reaction score
5
/var/www
or
/opt/lampp/htdocs
or
/PWServer/jetty/ROOT

Depend what webserver you use... :mellow:

And you access it by or if you use jetty (with PHP support enabled).

i changed the all the stuff needed in connector.php and added the files to /opt/lampp/htdocs went to pwadmin and nothing there o.o also went to server ip/gm and got object not found lol im so noob at this stuff anyone know how to fix? :blush:
 
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
Do you use xampp or another webserver?
 
Back
Top