The Arcive of vBulletin Modifications Site. |
|
i found another bug Details »»
|
|||||||||||||||||||||||||
I am installing the hack, and when setting up warning types, you enter all your values, post the data to admin_warn.php and get an error telling you to enter a proper maturity for this warning type...
Here is the error, and the fix: In admin_warn.php: Find this: PHP Code:
Replace with: PHP Code:
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Just to keep that check fully functional:
Change Code:
if(empty($_POST['warn_maturity']) OR $_POST['warn_maturity'] == '') Code:
if(empty($_POST['warn_maturity']) OR trim($_POST['warn_maturity']) == '') ![]() - Zero Tolerance |
|
#3
|
|||
|
|||
|
Quote:
well it's a bug yes but not's john's fault that's code i wrote and i feel verry much ashamed for making such a stupid error :speechless: |
|
#4
|
|||
|
|||
|
Quote:
PHP Code:
Rgds |
![]() |
|
|