Quote:
Originally Posted by ForceHSS
not the one from my sig
|
I'm not sure what you're talking about. I'm talking about THIS MOD and the following code:
Code:
}
//copyright start here
if(!defined('VBH_CPR')) {
$key = strpos($vbphrase['powered_by_vbulletin'], "vbhispano.com");
if($key === false){
$vbhcpr = '<br />Extra Tabs by <a href="http://www.vbhispano.com" title="Soporte vBulletin en Espa?ol">vBulletin Hispano</a>';
define('VBH_CPR', $vbhcpr);
$vbphrase['powered_by_vbulletin'] .= VBH_CPR;
}
To say nothing about that fact that this developer should NOT be hacking the vBulletin copyright notice (which is what is happening when he redefines 'powered_by_vbulletin').