![]() |
Fatal User Error: Call to undefined function eregi_replace() on line 5 in ****/archive/index.php(477) : eval()'d code
in ****/vb/vb.php on line 286 I guess this mod doesn't work on PHP 7 anymore. Thank you for all those years. Time to look for alternative. |
vbulletin 4 support up to php 5.4.x
you can continue to use it under php 5.4.x if your webhost allow multiple php (eg. php 5, php 7 simultaneously) to be run on your hosting account. |
Hello,
Any idea for this error.log ? After install this product this problem begining PHP Deprecated: Function eregi_replace() is deprecated in /xxxxxx/archive/index.php(477) : eval()'d code on line 5 PHP Deprecated: Function eregi_replace() is deprecated in /xxxxxx/archive/index.php(477) : eval()'d code on line 14 PHP Deprecated: Function eregi_replace() is deprecated in /xxxxxx/archive/index.php(477) : eval()'d code on line 5 PHP Deprecated: Function eregi_replace() is deprecated in /xxxxxx/archive/index.php(477) : eval()'d code on line 14 PHP Deprecated: Function eregi_replace() is deprecated in /xxxxxx/archive/index.php(477) : eval()'d code on line 5 PHP Deprecated: Function eregi_replace() is deprecated in /xxxxxx/archive/index.php(477) : eval()'d code on line 14 Tousend lines like that :( |
Quote:
|
See warning on https://www.php.net/manual/de/functi...gi-replace.php
You have to replace the eregi_replace() function calls with preg_replace() with /i -Modifikator Means - search source code for eregi_replace and then replace PHP Code:
PHP Code:
|
Quote:
|
I didn't install it so it is only a quick reading of source code, not tested
(1) in file admincp/MARCO1_hide_all_version_checker.php, on line 42/44 - there is ereg_replace (without i), should be replaced with preg_replace without /i-flag PHP Code:
line 25 PHP Code:
PHP Code:
|
Today I saw some interesthing point for example this IMG IMG tag include address. This product must be hidden from the guest but guest still showing that
PHP Code:
PHP Code:
|
Hello,
I've 2 problems anyone could help with? 1. This hack hide links in private messages how to avoid of this? 2. Hack also hide links from moderators, how to exclude certain user groups? Thanks. |
Quote:
|
All times are GMT. The time now is 10:15 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:
|