Quote:
Originally Posted by rinkrat
With the recent vBulletin flaw, I've had hackers bombarding my site through Google search that finds my version being annunced on every webtemplate. How do I remove the vb version number at the bottom?
|
edit /includes/wt_include.php, find:
PHP Code:
$WT_DB_VisitorLogsTable = 'wt35_visitlog';
after that add:
PHP Code:
$vbulletin->options['templateversion'] = '';