Jump to content

Rhett

Administrator
  • Posts

    1,398
  • Joined

  • Last visited

  • Days Won

    33

Everything posted by Rhett

  1. 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
  2. Run this from the forum directory fixquotes.php
  3. 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
  4. 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/
  5. 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.
  6. Run this query to clear all featured images in ip.gallery update gallery_images set image_feature_flag set = 0;
  7. http://www.petri.co.il/save-your-exchange-password-in-microsoft-outlook-2003-or-2007.htm
  8. 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
  9. 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')
  10. 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
  11. 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
  12. 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
  13. For reference this patch was applied to all servers and sites within Exact Servers network. Thank you
  14. 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
  15. 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
  16. 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';
  17. Rhett

    Sutter Solutions Inc

  18. Rhett

    es34

    From the album: Sutter Solutions Inc

  19. Rhett

    es33

    From the album: Sutter Solutions Inc

  20. Rhett

    es31

    From the album: Sutter Solutions Inc

  21. Rhett

    Es3

    From the album: Sutter Solutions Inc

×
×
  • Create New...