Jump to content

Rhett

Administrator
  • Posts

    1,407
  • Joined

  • Last visited

  • Days Won

    33

Everything posted by Rhett

  1. test
  2. Removing VBSEO for vbulletin – Reverting back to vbulletin URLs Please note, this information was copied from vbseo.com, now showing a database error. This is posted for reference since vbSEO seems to be going out of business: 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 RewriteEngine onRewriteRule [^/]+/([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 RewriteEngine onRewriteRule [^/]+/[^/]+-([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 RewriteEngine onRewriteRule [^/]+/[^/]+-([0-9]+)/ http://www.domain.com/forums/showthread.php?t=$1 [L,R=301]
  3. testing 123 testing 123 test
  4. http://h30434.www3.hp.com/t5/ePrint-Print-Apps-Mobile-Printing-and-ePrintCenter/Why-does-my-hp-8600-plus-printer-spit-out-an-extra-blank/td-p/1473495/page/3
  5. http://wptoolbox.com/tips/PrnProbs.html http://wptoolbox.com/tips/Reformatted.html
  6. Word perfect printing trouble shooting http://webcache.googleusercontent.com/search?q=cache:hv-X5X7iJ-MJ:corel.force.com/index/articles/en_US/Master_Article/754014-Troubleshooting-Printing-problems-with-WordPerfect+&cd=2&hl=en&ct=clnk&gl=us
  7. Run this from the forum directory fixquotes.php
  8. To turn on UPDATE `members` SET `login_anonymous` = '0&1' WHERE `members`.`member_id` =1; To turn off UPDATE `members` SET `login_anonymous` = '1&1' WHERE `members`.`member_id` =1; Replace =1 with proper UID
  9. http://sourceforge.net/projects/typefaster/files/typefaster/0.4.2/TypeFaster-v0.4.2-install.exe/download?use_mirror=hivelocity&download= http://www.typefastertypingtutor.com/
  10. For clarification this won't effect any customers here, as this is only an issue with older outdated versions of php, which of course we don't run.
  11. test test
  12. Run this query to clear all featured images in ip.gallery update gallery_images set image_feature_flag set = 0;
  13. http://www.petri.co.il/save-your-exchange-password-in-microsoft-outlook-2003-or-2007.htm
  14. If you are using network solutions for your DNS servers, they have been under an attack for most of the day today, if you are effected by this outage, please use our name servers rather then Network Solutions to avoid issues. You can submit a ticket if you need help with this as well. Edit - update from NS 1:47 PM PT The recent DDOS attack affecting some customers has now been mitigated. Customer websites should be resolving normally, and you should be able to readily access the Network Solutions site. If you continue to have issues, please contact our Customer Service team at 1-866-391-4357. Thanks to everyone for their patience as we resolved this issue. Thank you
  15. Please be sure to take a backup of your database before running any manual queries. Edit ibf_ to your prefix or remove if your not using one. UPDATE ibf_posts SET post=REPLACE(post, 'OLD URL', 'NEW URL')
      • 1
      • Like
  16. Edit /admin/sources/classes/class_reputation_cache.php /* Does the rep item exist? */ if( ! $this->likeItemExists( $app, $type, $type_id ) ) { /* See ticket #845557 - item may not exist when not in LIKE mode. Need to add functionalty so each app can return boolean if item exists in native tables */ //$this->error_message = $this->lang->words['reputation_invalid']; //return false; } Or upload the attached file and overwrite the existing class_reputation_cache.php
      • 1
      • Like
  17. All servers have now been updated, as mentioned if there are any issues please let us know by filing a support ticket here. Thank you
  18. The attached file fixes an issue where using the IP.Content Gateway file with Omit Page Name enabled on a page that contains a database could potentially result in an infinite redirect when viewing a database record or category. If you are experiencing this issue, please upload the attached file to /admin/applications_addon/ips/ccs/modules_public/pages/pages.php - replacing the one that is there. Note: This only applies to IP.Content 2.3.5 - if you are not running this version, then please do not apply this patch. pages.php
  19. For reference this patch was applied to all servers and sites within Exact Servers network. Thank you
  20. Today's Patches here have also been checked and applied, however please also check these yourself as well. http://community.invisionpower.com/topic/372245-ipboard-33x-32x-and-31x-critical-security-update-6-november-2012/#entry2329241
  21. For those of you that are using IPS software, we have applied patched files to all of your sites, some of you were very good about keeping up to date, however there were some that were un-patched. We strongly advise everyone to stay up to date on patches etc, if you need any help please let me know or you can also file a ticket at IPS as well. Here is a link to the patches as well if needed for any other sites outside of this network. http://community.invisionpower.com/topic/371625-ipboard-31x-32x-and-33x-critical-security-update/#entry2324710
  22. After a conversion to IPB from VB there may be a bunch of soft deleted post that appear as "unapproved post" in IPB. This query will change those post to "hidden" (soft deleted). UPDATE posts SET queued=2 WHERE queued=1 UPDATE topics SET approved = '-1' WHERE approved = '0';
×
×
  • Create New...