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!

Character renaming script (for web panel)

RZA-PT | KilroyPT
Joined
Aug 27, 2007
Messages
936
Reaction score
85
PHP character renaming script, for use with a web panel.
Taked 4 post values.
Code:
*                userid        -    account name
*                chname         -    current character name
*                rename        -    new character name
*                verified    -    boolean (true/false) to ensure user is verified 
(perform own checks, For this you can make it set when its used by an admin, or if the account name matches the logged in user. )

also requires PHP's PDO for sqlsrv as it updates levellist and clan tables with the renaming.

all values to be set are at the top along with notes on use.

renames character file and updates account file to reflect new character name.

Credits to me for writing it.

View attachment Character_Rename.zip

Hope this is of use to people :)
 

Attachments

You must be registered for see attachments list
Back
Top