Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 11-18-2013, 11:03 AM
toon79 toon79 is offline
 
Join Date: Jun 2007
Location: Sheffield UK
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default VBSEO Uninstall

Thinking of removing VBSEO for 2 reasons, 1) No longer supported and 2) Heavy server loads. The post on how to remove it is gone: http://www.vbseo.com/blogs/mert-goek...all-vbseo-238/

Does anyone have a mirror of this anywhere and how many people have successfully removed it from their VB4 site already?
Reply With Quote
Благодарность от:
Max Taxable
  #2  
Old 11-18-2013, 11:58 AM
final kaoss final kaoss is offline
 
Join Date: Apr 2006
Posts: 1,314
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can still browse it using archive.org
Reply With Quote
2 благодарности(ей) от:
Max Taxable, New Joe
  #3  
Old 11-18-2013, 12:02 PM
ikopylov's Avatar
ikopylov ikopylov is offline
 
Join Date: Aug 2010
Location: Russia
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am removing VBSEO from several sites
Reply With Quote
  #4  
Old 11-18-2013, 12:08 PM
final kaoss final kaoss is offline
 
Join Date: Apr 2006
Posts: 1,314
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not me, I've already applied several hotfixes from various threads to fix security issues, along with a little bit of extra security lines in my htaccess file to help stop various exploits.

Quote:
Originally Posted by ikopylov View Post
I am removing VBSEO from several sites
Reply With Quote
  #5  
Old 11-18-2013, 01:04 PM
New Joe's Avatar
New Joe New Joe is offline
 
Join Date: May 2009
Posts: 1,128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have this to think about too....or just move to xenforo and be done with all this vb stuff...
Reply With Quote
2 благодарности(ей) от:
Max Taxable, Rich
  #6  
Old 11-18-2013, 03:02 PM
toon79 toon79 is offline
 
Join Date: Jun 2007
Location: Sheffield UK
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ikopylov View Post
I am removing VBSEO from several sites
Do you have any tips or links that could help me?
Reply With Quote
  #7  
Old 11-18-2013, 03:11 PM
New Joe's Avatar
New Joe New Joe is offline
 
Join Date: May 2009
Posts: 1,128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is what I took from VBSEO before they closed down:

Quote:
If you ever need to uninstall vBSEO , you can use the following instructions. Make sure you carefully follow each step.

Login to your vBSEO Cp and disable vBSEO
Login to your Admincp and Browse to Plugins & Products
Uninstall vBSEO product file , on the next step you'll be given 2 options
If you ever plan to install vBSEO on the same domain , choose Keep vBSEO data in Database
If you will not use vBSEO again choose Cleanup vBSEO Data
Delete all files include .htaccess from your server via ftp. You can find the list of files that needs to be deleted below.


Files that needs to be deleted

admincp
admin_vbseo.php
clientscript
vbseo_ajax.js
images
vbseo
anchor.png
delicious.gif
digg.gif
facebook.gif
furl.gif
goto_linkbacks.gif
linkback.gif
linkback_about.gif
linkback_url.gif
mister-wong
pingback.gif
post_linkback.gif
reddit.gif
refback.gif
spurl.gif
technorati.gif
trackback.gif
includes
cron
vbseo_serviceupdate.php
xml
bitfield_vbseo.xml
cpnav_vbseo.xml
vbseo_urls_001.xml
vbseo_urls_002.xml
vbseo_urls_003.xml
vbseo_urls_004.xml
vbseo_urls_005.xml
vbseo_urls_006.xml
vbseocp_deutsch (du).xml
vbseocp_deutsch (sie).xml
vbseocp_dutch.xml
vbseocp_english.xml
vbseocp_russian.xml
vbseocp_turkce.xml
functions_vbseo.php
functions_vbseo_cache.php
functions_vbseo_createurl.php
functions_vbseo_crr.php
functions_vbseo_db.php
functions_vbseo_hook.php
functions_vbseo_linkback.php
functions_vbseo_misc.php
functions_vbseo_pre.php
functions_vbseo_seo.php
functions_vbseo_startup.php
functions_vbseo_url.php
functions_vbseo_vb.php
md5_sums_crawlability_vbseo.php
modcp
vbseo_moderate.php
vbseo.php
vbseocp.php
vbseocpform.php
.htaccess


After uninstallation you can also redirect your indexed content to original vBulletin urls. Please carefully check the rewrite rules and use the one that fits your current url structure. If your url structure isn't listed below please post a sample example so we can supply the correct rules.

If you have your thread rewrite rules set as forum-name/threadid-threadname.html use the following .htaccess
Code:
RewriteEngine on
RewriteRule [^/]+/([0-9]+)-[^/]+\.html http://www.domain.com/forums/showthread.php?t=$1 [L,R=301]
If you have your thread rewrite rules set as forum-name/threadname-threadid.html use the following .htaccess
Code:
RewriteEngine on
RewriteRule [^/]+/[^/]+-([0-9]+)\.html http://www.domain.com/forums/showthread.php?t=$1 [L,R=301]
If you have your thread rewrite rules set as forum-name/threadname-threadid/ use the following .htaccess
Code:
RewriteEngine on
RewriteRule [^/]+/[^/]+-([0-9]+)/ http://www.domain.com/forums/showthread.php?t=$1
Reply With Quote
Благодарность от:
tbworld
  #8  
Old 11-19-2013, 07:18 AM
FreshFroot's Avatar
FreshFroot FreshFroot is offline
 
Join Date: Jul 2005
Posts: 770
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If anyone has troubles with license activation or still wants to use vBSEO and have it function still. Let me know, as I've helped a handful of people. And all of them including myself are still using vBSEO safely and securely.

Personally, I see no point in getting rid of vBSEO right now.
Reply With Quote
  #9  
Old 11-19-2013, 09:05 AM
toon79 toon79 is offline
 
Join Date: Jun 2007
Location: Sheffield UK
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by New Joe View Post
This is what I took from VBSEO before they closed down:
Thanks for this, I would have thought they'd be more rewrites than that? Is it really that simple? Has anyone successfully uninstalled without loosing any inbound links.

--------------- Added [DATE]1384859631[/DATE] at [TIME]1384859631[/TIME] ---------------

Managed to turn VBSEO off and reroute all threads. How do I do the same for forums/members/blogs etc?

--------------- Added [DATE]1384865833[/DATE] at [TIME]1384865833[/TIME] ---------------

Got all threads and forums working now, what about members/blogs/articles etc?

--------------- Added [DATE]1384938847[/DATE] at [TIME]1384938847[/TIME] ---------------

Any clues on rerouting the CMS/Blogs/Community pages?
Reply With Quote
  #10  
Old 11-20-2013, 10:08 PM
ikopylov's Avatar
ikopylov ikopylov is offline
 
Join Date: Aug 2010
Location: Russia
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tragically, one line RewriteRule can not do all...

At the last site from which I removed vbseo
It has been created:

Temporarily for a period of re-indexing:
- 4 new directory with htaccess (10 to 50 lines of different redirects)
- main htaccess about 100 lines

For permanent use:
- 1 new directory with htaccess (about 50 lines of different redirects)
- main htaccess about 20 lines

After removal of the vbseo
Attendance has decreased by 10-15%
PR site is not changed
Attendance was restored in about a month

In the creation of all forwarding was used:
- Google Webmaster
- Yandex WebMaster
- Server Error log
Reply With Quote
Reply


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 06:21 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05702 seconds
  • Memory Usage 2,273KB
  • 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
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (6)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete