Thanks guys I did have that installed at one point--I wasn't sure if it was caused by that or the easy forms I installed. At either rate, I uninstalled the plugin and the copyright still shows up (although it doesn't always show up in firefox but does always show in IE). Is there some manual way to remove it?
--------------- Added [DATE]1269021288[/DATE] at [TIME]1269021288[/TIME] ---------------
Quote:
Originally Posted by kall
It's probable that this is being caused by https://vborg.vbsupport.ru/showthread.php?t=233629 - the Author rather sneakily hid the copyright by encoding it in Base64.
PHP Code:
if (!isset($yaexiste))
{
if (!$vbulletin->userinfo['userid'])
{
$vbphrase[unserialize(base64_decode("czoyMDoicG93ZXJlZF9ieV92YnVsbGV0aW4iOw=="))] .= '<br />Hacks por <a href="http://www.vbsoporte.com/" target="_blank">vBsoporte</a> - <a href="http://www.vbsoporte.com/foros/" target="_blank">vBulletin en Espa?ol</a>';
}
$yaexiste = 1;
}
It's in a massive plugin called Insertando Tabs that runs on the parse_templates hook.
Though, if you uninstalled the Product, that plugin should have gone too.
|
Kall how can I manually edit this? Is this in some php file or in the mysql database? and can it be edited through the VB Admin CP?