vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   VBSEO Uninstall (https://vborg.vbsupport.ru/showthread.php?t=304695)

toon79 11-18-2013 11:03 AM

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?

final kaoss 11-18-2013 11:58 AM

You can still browse it using archive.org

ikopylov 11-18-2013 12:02 PM

I am removing VBSEO from several sites

final kaoss 11-18-2013 12:08 PM

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 (Post 2461782)
I am removing VBSEO from several sites


New Joe 11-18-2013 01:04 PM

I have this to think about too....or just move to xenforo and be done with all this vb stuff...

toon79 11-18-2013 03:02 PM

Quote:

Originally Posted by ikopylov (Post 2461782)
I am removing VBSEO from several sites

Do you have any tips or links that could help me?

New Joe 11-18-2013 03:11 PM

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

FreshFroot 11-19-2013 07:18 AM

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.

toon79 11-19-2013 09:05 AM

Quote:

Originally Posted by New Joe (Post 2461832)
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?

ikopylov 11-20-2013 10:08 PM

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

toon79 11-21-2013 07:45 AM

What code did you use for the blogs?

ikopylov 11-21-2013 05:43 PM

Quote:

Originally Posted by toon79 (Post 2462564)
What code did you use for the blogs?

At each site admins make individual settings for vbseo links.
After removal of the vbseo for each site must use individual Redirects/RedirectMatch/Rewrite settings.

If done improperly, the site disappears completely from the search.
Visitors will get on page 404. Which is almost nowhere is not properly done.
Google will enhance the credibility of the site.

The process of removing vbseo consists of:
1 - Explore all options vbseo
2 - The study of links from third-party sites
3 - The creation of Redirects/RedirectMatch/Rewrite
4 - removal
5 - Elimination of the consequences of the error which made ​​vbseo before removal

Example of the error which made ​​vbseo before removal:
/content.php/members/archive/members/images/DarkStyle/buttons/section/content/minsk_podrobnaya_pogoda-28?page=5

several thousands of these errors which showed Google WebMaster
Prior to removing vbseo these pages were in search of Google

Max Taxable 11-21-2013 05:44 PM

Save yourself the headache of removing it, just disable it in plugin manager folks. Works great, it's like it was never installed.

ikopylov 11-21-2013 06:21 PM

Fantastic!
This is the best advice in the last year
And do it.
Quote:

Originally Posted by Max Taxable (Post 2462668)
Save yourself the headache of removing it, just disable it in plugin manager folks. Works great, it's like it was never installed.

Maybe in a couple of sites on the Internet will be less

Max Taxable 11-21-2013 06:23 PM

Quote:

Originally Posted by ikopylov (Post 2462676)
Maybe in a couple of sites on the Internet will be less

Huh?

blackberry 11-21-2013 07:12 PM

Quote:

Originally Posted by toon79 (Post 2462035)
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 19 Nov 2013 at 16:13 ---------------

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

--------------- Added 19 Nov 2013 at 17:57 ---------------

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

--------------- Added 20 Nov 2013 at 14:14 ---------------

Any clues on rerouting the CMS/Blogs/Community pages?

does the above re write works perfectly for threads / forum(Sections) ?

m also interested to know rewrite for members/blogs/articles :-s

toon79 11-22-2013 07:48 AM

Threads and forums worked great, it's just the blogs and CMS I'm struggling with

toon79 12-09-2013 02:31 PM

Anyone had any joy with rewrites for the blogs, CMS and Groups yet?

CoZmicShReddeR 12-09-2013 07:40 PM

I too was worried about my website and I had just paid VBSEO for a renewal right before I discovered it was dead!

I just switched over to the DragonByte SEO its still in pre-Released Beta but as it is right now it works just as good if not better for me then the VBSEO... Getting a lot of hits from search engines and misc users... Seems my forums show more for search results too... Most likely the same as VBSEO was. And the DragonByte SEO does have a upgrade script to upgrade from VBSEO to DragonByte SEO which was a huge plus to me.

My forums are not anything really I just like playing around with this stuff as a hobby more or less...

M.C. 02-24-2014 01:21 PM

I wish to remove it but I love LIKE plugin they have :( want to keep LIKE plugin ONLY is it possible?

toon79 02-24-2014 01:35 PM

Quote:

Originally Posted by M.C. (Post 2483440)
I wish to remove it but I love LIKE plugin they have :( want to keep LIKE plugin ONLY is it possible?

there's plenty of other Like plugins

RichieBoy67 02-24-2014 06:03 PM

I am glad I got rid of it and am now using the Vbulletin advanced friendly urls. No need for the mod rewrite urls really.

Removal was a royal pita though but mostly because we had non standard urls and we had changed a couple times.

I hired Ikopylov to take care of the htaccess for me and he has done an amazing job. If you guys are removing this and need help with htaccess this is the guy to go to. I had over 46,000 not found urls and over 6,000 server errors due to broken urls.

Removal was not easy but well worth it. It is one less major thing I have to worry about when upgrading, etc.

##yeah, there are other Post Likes and a good thumbs up mod as well. That is what I use now. No need for the Vbseo likes system.

toon79 02-25-2014 07:58 AM

Quote:

Originally Posted by RichieBoy67 (Post 2483493)
I am glad I got rid of it and am now using the Vbulletin advanced friendly urls. No need for the mod rewrite urls really.

Removal was a royal pita though but mostly because we had non standard urls and we had changed a couple times.

I hired Ikopylov to take care of the htaccess for me and he has done an amazing job. If you guys are removing this and need help with htaccess this is the guy to go to. I had over 46,000 not found urls and over 6,000 server errors due to broken urls.

Removal was not easy but well worth it. It is one less major thing I have to worry about when upgrading, etc.

##yeah, there are other Post Likes and a good thumbs up mod as well. That is what I use now. No need for the Vbseo likes system.

How much did it cost?

RichieBoy67 02-25-2014 05:50 PM

Just shoot him a pm. He checked out my broken urls, etc using webmaster tools and than gave me a price. I am sure it would be different for every site depending on how messed up it is. It was an amazing price and he put tons of time in. It was well worth it. I just wish I did it sooner instead of spending weeks writing my own redirects, most of which were not even set up correctly.

I read through Matt Cutts blog a while ago that the way urls errors were displayed was being changed. Normally, even if you fix a url it will show as an error because it reports on the original url and not the redirected one. They were rolling this out about a month ago or so and I am waiting for4 this to go into effect. Most of my ruls have been fixed, impressions have gone back up, uniques have gone up but I still see the errors in webmaster tools. I can verify they are fixed also.

Something else I am confused about sort of related to Vbseo is the removal of the Vbseo sitemap mod. I removed it a couple months ago and switched to the Vbulletin standard. I removed the old sitemaps and resubmitted the new ones to google a couple months ago and yet it appears those old sitemaps are still indexed.

I can tell this because when I click on broken urls in the tools and then go to the tab for pages that link it still shows those old sitemaps! Why are they there and how do I get rid of them? I have requested removal, blocked the vbseo sitemap urls and have linked the new sitemap in robots.txt. The fact that google is still using those old ones is an issue because the urls were diffent at that time.

Thanks,
Rich

PS - Had this work done mostly last week and I figure results should improve more every day for a couple or few weeks as Google indexes the changes. It is nice though to already see improvement after a couple days!

M.C. 02-25-2014 07:02 PM

Quote:

Originally Posted by RichieBoy67 (Post 2483493)
##yeah, there are other Post Likes and a good thumbs up mod as well. That is what I use now. No need for the Vbseo likes system.

not many integrated to vbexperience tho :( vbseo like does

toon79 03-21-2014 04:09 PM

It's the members rewrite I'm struggling with the most. Anyone here figured it?

xony 04-28-2014 10:41 PM

Remove vbseo and keep my url using Mod Rewrite Friendly URLs vbulletin, this is possible? attached a picture with my configuration vBSEO.

Thanks for the help.

http://www.comunidad3d.es/vbseo.jpeg

cellarius 04-29-2014 07:35 AM

You posted that gigantic image in your own thread already, and your question has been answered there. No need to spread it any further.


All times are GMT. The time now is 03:28 AM.

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.01253 seconds
  • Memory Usage 1,812KB
  • 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
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (28)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