I mean the SQL tables..going "clean vbseo data" doesn't work for me..so what are the manual sql queries to remove it from all tables.. I'm coming back to vbSEO, I'm just doing some experiments.
Thanks.
This is a discussion on Cleaning out vBSEO Tables within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I mean the SQL tables..going "clean vbseo data" doesn't work for me..so what are the manual sql queries to remove ...
I mean the SQL tables..going "clean vbseo data" doesn't work for me..so what are the manual sql queries to remove it from all tables.. I'm coming back to vbSEO, I'm just doing some experiments.
Thanks.
Removing vBSEO product and cleaning vBSEO data will get rid of all vBSEO tables.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Like I said that option does not work, it404's..
I am not sure i follow you correct however 404's is not related with vBSEO tables. You can check detailed vBSEO Uninstall instructions from http://www.vbseo.com/blogs/mert-goek...all-vbseo-238/
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Make sure you didn't move the htaccess contents into httpd.conf. removing everything but leaving that in will cause 404s
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
If you will not use vBSEO again choose Cleanup vBSEO Data
that doesn't work, it 404's for me..and I have htaccess and etc removed.
everything else works.. I just notice theres still tables in the database.. I was to remove, and extra columns.
this should cover everything:
-delete the vbseo files
-delete the htacces file
-remove/uninstall the product (or, check for plugins that may have gotten in)
then go into the DB,
- drop table linkback
- drop table thread_serviceupdate
- ALTER TABLE forum DROP COLUMN vbseo_moderaterefbacks
- ALTER TABLE forum DROP COLUMN vbseo_moderatetrackbacks
- ALTER TABLE forum DROP COLUMN vbseo_moderatepingbacks
- delete from plugin where product = 'crawlability_vbseo'
- delete from cron where product = 'crawlability_vbseo'
- delete from datastore where title = 'vbseo_options'
- delete from product WHERE productid = 'crawlability_vbseo'
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Thanks, I will test that out.