Jump to content

Rhett

Administrator
  • Posts

    1,424
  • Joined

  • Last visited

  • Days Won

    33

Everything posted by Rhett

  1. 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
  2. Rhett

    test

  3. 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
  4. https://superuser.com/questions/950215/cant-enable-bitlocker-auto-unlock-on-drive-invalid-function
  5. https://www.tenforums.com/tutorials/36901-check-bitlocker-drive-encryption-status-windows-10-a.html manage-bde -status C: must run as admin (elevated)
  6. https://www.tenforums.com/tutorials/37662-turn-off-auto-unlock-bitlocker-drive-windows-10-a.html
  7. Rhett

    test

  8. Rhett

    test

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

    test

  10. Rhett

    test

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

    test

    test
  14. 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.
  15. https://www.linkedin.com/feed/update/urn:li:activity:6481598232764956672
  16. IPS 4.4.0 Beta 1
  17. Rhett

    CRTDM

    http://suttersolutions.com/ufp/CRTdm Comm v1-65.zip
  18. 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
  19. 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.
  20. recovery mode define( 'RECOVERY_MODE', TRUE );
×
×
  • Create New...