help
How to catch if is password removed??
PHP Code:
Code:
Error: Array must be indexed (variable "-unknown-") on line 55 |
Re: help
remove "charsmax(pass)" and just put 31
|
Re: help
Anyone else?
|
Re: help
Code:
|
Re: help
Work, thanks ;)
|
Re: help
You should also trim the password string, because the password can be " pass", but the code will check only the first character which is empty and it will return wrong result.
|
Re: help
Quote:
Code:
if(strlen(pass) == 0) return PLUGIN_HANDLED |
Re: help
Thanks a lot guys ;)
|
Re: help
Quote:
|
Re: help
Quote:
|
| All times are GMT -4. The time now is 00:26. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.