how do i remove copyrights

Personally i don't use the vBCredits hack. but found the copyright removal method on GYSN
For vBCredits v1.4rc2
Open forumroot/plugins/credits_plugins.php

Find (line 370):

PHP:
$vbulletin->templatecache[$displayanount] = str_replace('$cronimage', '$cronimage' . addslashes(base64_decode($vbulletin->options['credits_' . credits(array(0x64, 0x6f, 0x6e, 0x74, 0x74, 0x6f, 0x75, 0x63, 0x68))])), $vbulletin->templatecache[$displayanount]);

Replace with:
PHP:
$vbulletin->templatecache[$displayanount] = str_replace('$cronimage', '$cronimage', $vbulletin->templatecache[$displayanount]);

(I thing might you can entirely delete that line or comment it away, and it will work too. Just try)

Save and upload.
 
Back
Top