![]() |
Anyway of stopping banned users with over the amount of posts from changing their name?
|
I haven't really had time to do more work on name logging, as far as i knew banned users shouldn't be even able to view the board never mind change their username.
Will do work on name logging tonight after working on my backend a bit more. |
excellent hack!
|
getting this error....
Parse error: parse error in /home/***/public_html/tof/member.php on line 1467 |
ok i got it
what i did was instead of pasting this if ($bbuserinfo[posts] >= $postuserchange) { $oldnames=$DB_site->fetch_array($DB_site->query("SELECT * FROM namelogs WHERE userid='$bbuserinfo[userid]'")); $diff = time() - $oldnames[lastchange]; $limit = (86400 * $dayuserchange); if ($diff > $limit) { eval("\$changeuser = \"".gettemplate("changeuser")."\";"); } } i pasted this if ($bbuserinfo[posts] >= $postuserchange) { $oldnames=$DB_site->fetch_array($DB_site->query("SELECT * FROM namelogs WHERE userid='$bbuserinfo[userid]'")); $diff = time() - $oldnames[lastchange]; $limit = (86400 * $dayuserchange); if ($diff > $limit) { eval("\$changeuser = \"".gettemplate("changeuser")."\";"); :rolleyes: dumb mistake on my part......great hack PPN :) |
I keep getting this error when i change user names:
Warning: Argument to array_reverse() should be an array in /***/***/***/***/***/***/***/member.php on line 459 And this is whats on that line: PHP Code:
Any Ideas? =/ -Syphin |
hmm documentation wrong?
PHP Code:
PHP Code:
|
thnx... =)
I have no clue how i messed that up tho.. lol it also said implode instead of explode... >_< oh wel, all is good now.. thnx.. :p *and sry for the late reply* -Syphin |
Name...logging? :(
|
Great Hack!!!
I was wondering can I just offer this feature to just a certaint user group? |
All times are GMT. The time now is 07:23 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:
|