remove redtyger

but how to remove lol
i've done
search in /includes/vb_ad_management/global_start.php

$vbulletin->options['copyrighttext'] .= 'Ad Management by <a href="http://redtyger.co.uk/" title="RedTyger website design, hosting and domains." target="_blank">RedTyger</a>';

change in

$vbulletin->options['copyrighttext'] .= '';

it is showing me blank page now :S
 
You can either delete it or put your own URL info in there instead of RedTyger , for example, you could change it to :

Code:
'Powered by YourSite.com<a href="http://yoursite.com/" title="the best site on the planet" target="_blank"> - add some keywords here -</a>';
 
bluescorpion said:
You can either delete it or put your own URL info in there instead of RedTyger , for example, you could change it to :

'Powered by YourSite.com<a href="http://yoursite.com/" title="the best site on the planet" target="_blank"> - add some keywords here -</a>';

I've tried doing both and it results in my forum going blank. Any other suggestions? Thanks
 
Back
Top