vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Need help with copyright (https://vborg.vbsupport.ru/showthread.php?t=238564)

123LearnToTrade 03-18-2010 06:18 PM

Need help with copyright
 
On the bottom of my website (http://www.123LearnToTrade.com) in the copyright notice there is something that says:

Quote:

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!

kall 03-18-2010 06:46 PM

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.

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 [DATE]1269021288[/DATE] at [TIME]1269021288[/TIME] ---------------

Quote:

Originally Posted by kall (Post 2005988)
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?

kall 03-19-2010 05:48 PM

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 02:36 AM

hi..i up again this question..i'm newbies here..

is that anyway that i can clear copyright
Quote:

Hacks por vBsoporte - vBulletin en Espa?ol
sorry..i'm not clear kall explaination..i hope kall will help me again..TQ

kall 04-11-2010 02:58 AM

Quote:

Originally Posted by zauha4 (Post 2019275)
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 06: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.


All times are GMT. The time now is 03:45 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02292 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete