![]() |
After this :
PHP Code:
PHP Code:
|
Is it possible that only certain usergroups (who I specify) can use the hack?
|
Quote:
|
Quote:
HTML Code:
<if condition="$bbuserinfo[usergroupid]==XX"> |
Quote:
PHP Code:
|
Quote:
veiled the solution :) PHP Code:
|
Quote:
Quote:
|
BUGFIX!
With the existing preg_split() statement, users with spaces in their name could cause problems for other users which share a common world. For example, if the user "BIG BAD GUY" is banned from a thread, inherently the user "BIG BOY" would be banned because of the shared word, "BIG". With the following fix, that will be fixed: In newreply.php: Find: ** NOTE, THERE ARE TWO INSTANCES OF THIS, REPLACE BOTH! ** HTML Code:
$usernames = preg_split('/( )+/', trim(strtolower($threadinfo['bannedposters'])), -1, PREG_SPLIT_NO_EMPTY); HTML Code:
$usernames = preg_split('/,+/', trim(strtolower($threadinfo['bannedposters'])), -1, PREG_SPLIT_NO_EMPTY); This has been updated in the attachment in the first post, only existing users need to concern themselves with this. |
I have to install 2 times the hack, I have a sql error when I click on the button "newthread", I specify that I am in rc3, year idea on the problem?
Error Sql: PHP Code:
another thing about the bugfix, this line does not exist in the RC3 In "newthread.php": PHP Code:
|
Quote:
As for the other problem, you'll need to show me the error. View the source of the HTML page when that error is generated, and post it here. |
All times are GMT. The time now is 04:27 PM. |
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:
|