
05-12-2010, 06:24 PM
|
|
|
Join Date: Jul 2006
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Makc666
There are several errors on this product - version 2.0.1
- Line:
PHP Code:
if($_current[1] = $_ver)
Must be:
PHP Code:
if($_current[1] == $_ver)
- All lines:
PHP Code:
if(fetch_require_hvcheck('register')) {
Must be:
PHP Code:
if($vMail->vB_version(8) AND (function_exists('fetch_require_hvcheck') && fetch_require_hvcheck('register'))) {
I am attaching NONE official version 2.0.1.2 with all bug fixed in it.
Use it and be happy
Updated!
I attached 2.0.1.3 version.
I found out that original version has TWO external images shown ACP (Admin Area).
Code:
http://h.alz3abi.googlepages.com/new.png
http://h.alz3abi.googlepages.com/motm.gif
I am not paranoid with this one but I am 100% sure this is not secure.
In version 2.0.1.3 those external images were removed.
|
Thank you!
|