View Full Version : Need help with copyright
123LearnToTrade
03-18-2010, 06:18 PM
On the bottom of my website (http://www.123LearnToTrade.com) in the copyright notice there is something that says:
Hacks por vBsoporte - vBulletin en Espa?ol
and I cannot get rid of it. I know it came with a plugin I installed but I deleted that product and the text is still there. I cannot seem to find where this text is located so I can delete it.
Any help would be greatly appreciated!
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.
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.
borbole
03-18-2010, 07:13 PM
Indeed, if you uninstall the mod it should remove the copyright automatically as well. However if you meant to remove the copyright without uninstalling the mod then I think that is not allowed. Instead you can ask the mod author for permission.
123LearnToTrade
03-18-2010, 08:48 PM
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 1269021288 at 1269021288 ---------------
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.
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?
It should be in the plugin table of the database.. though, what you could try first, is reinstalling (Importing the product, with overwrite set to Yes), then Uninstalling the product from Product Manager.
(Oh.. interesting, I just noticed that when I put the encoded stuff into this thread, it decoded most of it in the php box. ;) )
zauha4
04-11-2010, 03:36 AM
hi..i up again this question..i'm newbies here..
is that anyway that i can clear copyright Hacks por vBsoporte - vBulletin en Espa?ol
sorry..i'm not clear kall explaination..i hope kall will help me again..TQ
hi..i up again this question..i'm newbies here..
is that anyway that i can clear copyright
sorry..i'm not clear kall explaination..i hope kall will help me again..TQ
You would need to uninstall the mod that is found here: https://vborg.vbsupport.ru/showthread.php?t=233629
:)
Vaupell
04-11-2010, 07:54 AM
ahrem,, hehe not all tab menu mods add a copyright notice. :p
https://vborg.vbsupport.ru/showthread.php?t=232224
I dont approve of copyright notices on small mods,
but on actual large mods such as microsupport with their own pages its fine.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.