Dankoo
Active Member
- Joined
- Sep 4, 2010
- Messages
- 1,007
- Reaction score
- 27
My namelock system works fine, but I have some problems to make the character name change history for site purposes...
When I namelock someone, it records in MySQL table: `bans`
It should record also at `player_namelocks`
Bans table structure:
And player_namelocks:
player_id
name
new_name
date
I want to do this to work with this script:
http://otland.net/f295/php-showing-namelocks-88292/#post905709
Also to, when someone searchs character, it shows his name and bellow "Old name: Jose" (If someone knows how to do this, would be real nice also)
Thanks :}
PS: I'm willing to modify server sources to do this
When I namelock someone, it records in MySQL table: `bans`
It should record also at `player_namelocks`
Bans table structure:
And player_namelocks:
player_id
name
new_name
date
I want to do this to work with this script:
http://otland.net/f295/php-showing-namelocks-88292/#post905709
Also to, when someone searchs character, it shows his name and bellow "Old name: Jose" (If someone knows how to do this, would be real nice also)
Thanks :}
PS: I'm willing to modify server sources to do this