|
Remove version from copyright [FINAL]
This modification is in the archives.
Extended version by vbshazz.com
Original hack by UbuntuniX, now extended / supported ONLY by vBShazz.com. Okay so we all need security right? Well if you want extra sucurity it helps to remove the vbulletin version, this way if someone wants to use an exploit on you they won't know the version! vBulletin version will be removed from the following pages: Board Index Admin Login Mod Login Archives Note: This hack is not intended to show you how to remove vbulletin copyright! First, login to admin control panel. Under Styles & Templates tab go Style Manager | Select skin and click Edit Templates on dropdown menu | Edit Footer template Find: PHP Code:
<div align="center">
PHP Code:
<div align="center">
The version is now removed from the footer. Now we'll remove it from the admin/mod login. Edit includes/adminfunctions.php Find: PHP Code:
<b><a href="../<?php echo $vbulletin->options['forumhome']; ?>.php"><?php echo $vbulletin->options['bbtitle']; ?></a></b><br />
PHP Code:
<b><a href="../<?php echo $vbulletin->options['forumhome']; ?>.php"><?php echo $vbulletin->options['bbtitle']; ?></a></b><br />
Find: PHP Code:
<div id="copyright\">$vbphrase[vbulletin_copyright]</div>
PHP Code:
<div>vBShazz.com Copyright ©2006<br />Powered by vBulletin Copyright ©2000 - 2006, Jelsoft Enterprises Ltd.</div>
-Enjoy ---------------------- UbuntuniX Shazz Download No files for download. Supporters / CoAuthors
|
|||||||||