Remove SEO by vBSEO 3.3.0

danswano

New Member
How to remove "SEO by vBSEO 3.3.0" footer, i can't seems to find any trace of it in templates or phrases, is it in the php files or where ?
 

Grinderhand

New Member
Code:
define('VBSEO_SHOW_COPYRIGHT',           0);

Find the above line in your config_vbseo.php file. Change the value to 0. If it doesn't exist, add it.
 

Astra-Rudra

New Member
// ****** COPYRIGHT NOTICE ******
// As per the License Agreement (vBSEOâ„¢ - End User License Agreement (EULA)), you may NOT remove (or modify) the
// copyright notice. Select one of the copyright notices to be displayed in each page enhanced by vBSEO:
//
// Linked
// 1. Search Engine Friendly URLs by vBSEO 3.2.0
// 2. Content Relevant URLs by vBSEO 3.2.0
// 3. Search Engine Optimization by vBSEO 3.2.0
// 4. SEO by vBSEO 3.2.0
// 9. Linkback Enabled by vBSEO 3.2.0
//
// Not Linked
// 5. Search Engine Friendly URLs by vBSEO 3.2.0 ฉ 2008, Crawlability, Inc.
// 6. Content Relevant URLs by vBSEO 3.2.0 ฉ 2008, Crawlability, Inc.
// 7. Search Engine Optimization by vBSEO 3.2.0 ฉ 2008, Crawlability, Inc.
// 8. SEO by vBSEO 3.2.0 ฉ 2008, Crawlability, Inc.
// 10. Linkback Enabled by vBSEO 3.2.0 ฉ 2008, Crawlability, Inc.
//
//
// When this option is set to '0', the system auto-selects a copyright notice for you. Setting this
// option to a value from '1' to '10' will display the copyright notice of your preference.
define('VBSEO_COPYRIGHT', 0);o_relev_replace_t = array(
'',
'',
'');
$vbseo_relev_replace_b = array(
'',
'',
'');


I Have this ..... what to do ? still visible :( .. i removed the whole thing , still visible :(
 

lilfabbro

New Member
Ty TY TYTYTYTYTY x1000000

couldnt find that shyt anywere

i looked everywere for the text lol

thx for the sollution
 
Top