Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Programming Discussions
  #1  
Old 03-18-2010, 06:18 PM
123LearnToTrade 123LearnToTrade is offline
 
Join Date: Feb 2010
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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!
Reply With Quote
  #2  
Old 03-18-2010, 06:46 PM
kall's Avatar
kall kall is offline
 
Join Date: Apr 2004
Location: New Zealand
Posts: 2,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #3  
Old 03-18-2010, 07:13 PM
borbole's Avatar
borbole borbole is offline
 
Join Date: Jan 2010
Posts: 2,559
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #4  
Old 03-18-2010, 08:48 PM
123LearnToTrade 123LearnToTrade is offline
 
Join Date: Feb 2010
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 View Post
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?
Reply With Quote
  #5  
Old 03-19-2010, 05:48 PM
kall's Avatar
kall kall is offline
 
Join Date: Apr 2004
Location: New Zealand
Posts: 2,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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. )
Reply With Quote
  #6  
Old 04-11-2010, 03:36 AM
zauha4 zauha4 is offline
 
Join Date: Apr 2010
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #7  
Old 04-11-2010, 03:58 AM
kall's Avatar
kall kall is offline
 
Join Date: Apr 2004
Location: New Zealand
Posts: 2,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by zauha4 View Post
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

Reply With Quote
  #8  
Old 04-11-2010, 07:54 AM
Vaupell's Avatar
Vaupell Vaupell is offline
 
Join Date: Apr 2008
Location: Esbjerg, Denmark
Posts: 1,036
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ahrem,, hehe not all tab menu mods add a copyright notice.

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.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:26 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.12121 seconds
  • Memory Usage 2,232KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (8)postbit_onlinestatus
  • (8)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete