The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[5/9/2011] MARCO1 Hide All with Usergroups permission - Messages Manager Details »» | |||||||||||||||||||||||||||||||||||||||||
[5/9/2011] MARCO1 Hide All with Usergroups permission - Messages Manager
Developer Last Online: Jan 2022
MARCO1 Hide All What is this ? This Mod hide the links from guests and members in thread, printed pages, archive , and Attachments with new usergroups permission as Cableguy69 request in this post And thanks to almassrawy for his request in this post. he needs to edit the messages from admincp so I have added new messages manager to edit all messages as you want Thanks for all your great suggestions. If you need BBCODE Hide Mod it's released now MARCO1 BBCODE Hide Tags Main Features :
How to install ? (Fresh Install) Upload Includes & admincp folders into your vb dir and import the xml file from your admincp How to upgrade ? Re-upload includes (Accept the overwrite) and admincp folders into your vBulletin root dir and re-import the .xml file from vBulletin Admincp Translations : Until now the new version is available only in English, If anyone interesting to translate the Mod in any other language please PM Me :up: 1. Thanks To eTiKeT? "http://www.vizilti.net/" For his great translate to Turkish Version here : https://vborg.vbsupport.ru/showpost....&postcount=209 2. Another Turkish Version By laztrix HERE, Great thanks for him History :
Don't forget to mark as Installed. Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
7 благодарности(ей) от: | ||
Chicoynano, Da-Vinci, eltigres, hexeditor, misericorde, nader |
Comments |
#502
|
|||
|
|||
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. |
#503
|
|||
|
|||
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. |
#504
|
|||
|
|||
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 |
#505
|
||||
|
||||
Quote:
|
#506
|
|||
|
|||
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:
|
#507
|
|||
|
|||
Quote:
|
#508
|
|||
|
|||
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:
|
#509
|
|||
|
|||
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:
|
#510
|
||||
|
||||
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. |
#511
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|