![]() |
umm...that file seems to be the same as the last for me. I don't see anything about the log, or the number of times a user can change their name.
|
There is no log, just in the user's profile the user's previous names are displayed.
|
i never realised you ran a site bout ntl :)
i got my cable installed but they moaned about line quality and some technician broke somethin :/ so i'm stuck on ntlworld |
well...still when I download the attachment I get the old version. There is nothing in it that adds the previous names to a profile, or how long before a user can change their name again.
|
A possible bug. A user changes their name, and in their profile under previous usernames, it shows the username they have just changed to, not the old username.
|
I have also noticed that.
|
Quote:
|
change
array_splice($oldnames,4,4, addslashes($username)); to array_splice($oldnames,4,4, addslashes($bbuserinfo[username])); AND array_push($oldnames,addslashes($username)); to array_push($oldnames,addslashes($bbuserinfo[username])); AND $DB_site->query("INSERT INTO namelogs (userid, usernames,lastchange) VALUES ('$bbuserinfo[userid]','".addslashes(htmlspecialchars($username))."', '".time()."')"); to $DB_site->query("INSERT INTO namelogs (userid, usernames,lastchange) VALUES ('$bbuserinfo[userid]','".addslashes(htmlspecialchars($bbuserinfo[username]))."', '".time()."')"); will modify original now. |
Okay excellent job PPN, all works perfectly now :D
|
know why ntl wasn't workin last night :P
it stopped workin mid evening for a couple of hours. |
All times are GMT. The time now is 07:59 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|