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

Reply
 
Thread Tools Display Modes
  #51  
Old 10-30-2013, 12:08 AM
r5e r5e is offline
 
Join Date: Oct 2005
Location: Sydney
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RichieBoy67 View Post
Are you getting any errors or anything like that? If not I would not worry about it but otherwise I am sure there are still vbseo tables left in your database.

Also, are you sure you removed all of the files?
Sadly I am getting errors. I cannot enable plugins at all (even though no VBSEO plugins remain and all other plugins are disabled). I have to globally disable plugins for my site to work at all.
I have removed all VBSEO files, but my suspect version checker is complaining about them missing - not complaining that they are present. I have checked the removal instructions, but this does me no good as I cannot go back and do them as I have no vbseo files or scripts to run, no plugins left to remove and no ability to download them, install them and try re-removal.
Is it possible that if there were VBSEO entries still in my database, that they could cause the suspect file versions to mis-report VBSEO files missing and also that it could cause plugins to malfunction, even if there were no VBSEO plugins mentioned in my list?
I have cleaned, deleted, reuploaded my site as much as I can, but the DB is about all that is left. How do I solve this?
Reply With Quote
  #52  
Old 10-30-2013, 12:24 AM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And you're also dead sure that there isn't anything in your .htaccess files relating to vbseo?
Reply With Quote
  #53  
Old 10-30-2013, 12:33 AM
r5e r5e is offline
 
Join Date: Oct 2005
Location: Sydney
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dead sure. There is a .htaccess file in my forum's root. It is identical to the one that came with the VB 4.2.2 download (in the \do_not_upload\rewrite\apache2 folder).
Code:
RewriteEngine on

# If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your vBulletin directory.
# RewriteBase /forum/

# If you are having problems with the rewrite from content/ to content.php, uncomment this line to turn MultiViews off.
# Options -MultiViews

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d

RewriteRule ^.*$ - [NC,L]

# Forum
RewriteRule ^threads/.* showthread.php [QSA]
RewriteRule ^forums/.* forumdisplay.php [QSA]
RewriteRule ^members/.* member.php [QSA]
RewriteRule ^blogs/.* blog.php [QSA]
RewriteRule ^entries/.* entry.php [QSA]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d

RewriteRule ^.*$ - [NC,L]

# MVC
RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA]

# Check MVC result
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*)$ - [NC,L]
RewriteRule ^(.*)$ - [R=404,L]
This is of course different to the VBSEO .htaccess file that used to be in my forum's root. Additionally, I can confirm that I have "Mod Rewrite Friendly URLS" turned on from my admincp.
Reply With Quote
  #54  
Old 10-30-2013, 12:44 AM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You will find vbseo in your database in:
(and they may not exist in all these places depending on your installation..etc)
adminutil
cron
cronlog
datastore (dont mess with this, after removing all other traces just edit a forum slightly and save to force a rebuild of the datastore)
language
phrase
plugin
product
productcode
setting
settinggroup
style
template

Make sure that all the files that have been listed for vbseo have been removed too.

HTH!
Reply With Quote
Благодарность от:
r5e
  #55  
Old 10-30-2013, 05:50 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Simon Lloyd View Post
It seems they do have one (kinda):
RewriteRule ^unix-desktop-dummies-questions-answers/$ /forumdisplay.php?f=33
So it appears you have to do each forum individually so if you have 30 forums you'll have to do this 30 times!, shame there's not a one line fixes all but then the hard work will be worth it and eventually you'll probably build new back links with the correct urls.
Totally not true.. Rafel wrote the rules for the urls I was using and there were just a few.

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

Quote:
Originally Posted by r5e View Post
Dead sure. There is a .htaccess file in my forum's root. It is identical to the one that came with the VB 4.2.2 download (in the \do_not_upload\rewrite\apache2 folder).
Code:
RewriteEngine on

# If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your vBulletin directory.
# RewriteBase /forum/

# If you are having problems with the rewrite from content/ to content.php, uncomment this line to turn MultiViews off.
# Options -MultiViews

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d

RewriteRule ^.*$ - [NC,L]

# Forum
RewriteRule ^threads/.* showthread.php [QSA]
RewriteRule ^forums/.* forumdisplay.php [QSA]
RewriteRule ^members/.* member.php [QSA]
RewriteRule ^blogs/.* blog.php [QSA]
RewriteRule ^entries/.* entry.php [QSA]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d

RewriteRule ^.*$ - [NC,L]

# MVC
RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA]

# Check MVC result
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*)$ - [NC,L]
RewriteRule ^(.*)$ - [R=404,L]
This is of course different to the VBSEO .htaccess file that used to be in my forum's root. Additionally, I can confirm that I have "Mod Rewrite Friendly URLS" turned on from my admincp.

What errors are you getting besides seeeing them in your diagnostics?
Reply With Quote
  #56  
Old 10-30-2013, 06:13 AM
r5e r5e is offline
 
Join Date: Oct 2005
Location: Sydney
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Simon.
Checking from phpMYAdmin, a search for "vbseo" turns up turns up 4055 entries in cronlog, these are mostly records of it creating "vbseo_sitemap_task". In the datastore, there are 2 - forumcache contains what looks like linkbacks on the homepage; vbseo_options contains what looks like my license and a whole bunch of config.
There are other smatterings in some posts and PMs, but these are just where someone's typed that text, so nothing sinister. There is a table called "searchcore_text" that seems to mention the same posts where this text appears.
I have 4 tables - vbseo_blacklist, vbseo_likes, vbseo_linkback and vbseo_serviceupdate. Only the linkback table contains data, which just looks like a few old linkbacks.

Without knowing too much about what I am doing, I suspect I can delete these last 4 tables altogether. Then I only need to worry about the vbseo_options and forumcache in the datastore. As I've been warned about messing with datastore, I'm not about to wade into delete these from phpMyAdmin. What would you recommend is the best way to clean this up?

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

Quote:
Originally Posted by RichieBoy67 View Post
What errors are you getting besides seeeing them in your diagnostics?
No other error, apart from the moment I globally activate plugins, I get no pages being served. I can only get my forum working with plugins deactivated (individually disabling all of them makes no difference). The only hints I can get for what might be causing this is VBSEO bits still hanging around.
I can also confirm that I've reverted all templates, but there was nothing changed there anyway.
Reply With Quote
  #57  
Old 10-30-2013, 06:25 AM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any table that starts "vbseo.." you can delete safely, dont worry about the text in pms or posts, dont' mess with datastore but that can be refreshed by editing a forum, anywhere else where you have an entry for vbseo like "product" table you can remove that entire row (i recommend making a back up of any tables you intend to edit first just to be safe rather than sorry).

Did you search for "vbseo" or did you search for %vbseo%, so i'm asking did you use quotes to search for a specific term or did you use the wildcard % ?
Reply With Quote
  #58  
Old 10-30-2013, 06:49 AM
r5e r5e is offline
 
Join Date: Oct 2005
Location: Sydney
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks. I'll roll up my sleeves, backup and then get deleting. I will stay away from the datastore, but I will try to make forum edits and then see if this clears it.
When I searched, I didn't use any wildcard, I just entered vbseo in the search box.

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

Have deleted most of what I think is offensive (left posts, PMs and cronlog entries). I left the datastore alone. I went to the forum manager in admincp and edited each of the 4 parent forums that are used (there are quite a few child forums). At first I tried simply clicking "edit" and then save. That seemed to make no difference, so I tried changing a property, saving, then putting it back and saving again. I also went to maintenance/rebuild forum information and ran this.
However, I look at the tables in the datastore and it still contains the same 2 vbseo tables as before.
When I run the suspect version checker, it still complains about vbseo files not found, as well as index and forum.php being wrong.

Is there something more drastic I should do with the datastore? Just editing and saving does not seem to remove these tables.
Reply With Quote
  #59  
Old 10-30-2013, 07:12 PM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are you sure that vbseo isn't showing in the PRODUCT and/or PRODUCTCODE tables?
Reply With Quote
  #60  
Old 10-30-2013, 11:19 PM
r5e r5e is offline
 
Join Date: Oct 2005
Location: Sydney
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, positive it is not in either of these tables (as attached images show). When I searched on vbseo through my database, only the tables mentioned previously showed any matches. The product tables are clean and match what is shown from the admincp.
Attached Images
File Type: jpg Product Table.jpg (98.0 KB, 0 views)
File Type: jpg Product Code.jpg (83.5 KB, 0 views)
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 08:54 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.06246 seconds
  • Memory Usage 2,294KB
  • Queries Executed 12 (?)
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_code
  • (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
  • (3)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (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
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • 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_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete