Jump to content

Rhett

Administrator
  • Posts

    1,427
  • Joined

  • Last visited

  • Days Won

    33

Everything posted by Rhett

  1. update forums_topics set topic_archive_status=0 where topic_archive_status=3 This will reset every topic specifically flagged to be excluded from the archive. This would be needed if you archived items in the past, and you want to archive them again, as the system sets this flag so they would not be archived in the future once unarchived, this clears that flag.
  2. All customers will be updated to the latest and greatest as of the end of day today. If you are experiencing any issues please submit a ticket in the client area and we can assist you. Thank you
  3. Rhett

    test

  4. https://its.uiowa.edu/support/article/103486v If your hard drive only has one partition you can create the extra partition required for BitLocker using the BitLocker Drive Preparation Tool. This is a command line utility built into Windows. Open an administrative command prompt (right-click and choose Run as administrator) and type: Bdehdcfg.exe –target default
  5. https://superuser.com/questions/950215/cant-enable-bitlocker-auto-unlock-on-drive-invalid-function
  6. https://www.tenforums.com/tutorials/36901-check-bitlocker-drive-encryption-status-windows-10-a.html manage-bde -status C: must run as admin (elevated)
  7. https://www.tenforums.com/tutorials/37662-turn-off-auto-unlock-bitlocker-drive-windows-10-a.html
  8. Rhett

    test

  9. Rhett

    test

    http://snpy.in/DeRtUn
  10. Rhett

    test

  11. Rhett

    test

  12. if ( \IPS\Dispatcher::hasInstance() AND \IPS\Dispatcher::i()->controllerLocation == 'front' ) { header("Location: https://www.domain.com/whatever/"); exit; }
  13. In your custom language pack, revert the two language strings, then edit as needed to translate. _date_this_week_c _date_this_week
  14. Rhett

    test

    test
  15. We have implemented a new layout for our control panels if you see any issues please submit a support ticket. This is now fully responsive on mobile, tablets, etc.
  16. https://www.linkedin.com/feed/update/urn:li:activity:6481598232764956672
  17. IPS 4.4.0 Beta 1
  18. Rhett

    CRTDM

    http://suttersolutions.com/ufp/CRTdm Comm v1-65.zip
  19. Comcast IPV4 75.75.75.75 75.75.76.76 IPV6 2001:558:feed::1 2001:558:feed::2 ATT IPV4 68.94.156.1 68.94.157.1 Google IPV4 8.8.8.8 8.8.4.4 Fronteir IPV4 74.40.74.40 74.40.74.41
  20. You can create and manage your robots.txt file via the pages application, this makes everything editable in the admincp, which is quick and easy. 1. Create a new pages page. Select the manual HTML method Name it as follows. (be sure it's exactly as below- not uppercase) Select the content tab and add a reduced crawl rate below. Set permissions Then using the SQL toolbox you can view the sessions table to see real active sessions and block any bots as needed to block a bot that honors the robots file, you can place the following, in the example of Yandex, which does, and is often an issue.
×
×
  • Create New...