Jump to content

jje

Moderators
  • Posts

    2,755
  • Joined

  • Last visited

  • Days Won

    10

Posts posted by jje

  1. Merging topic...

     

    Sorry about this guys! :D I'm running the script which should fix it, could take a while. :(

     

    It seems to have been down for a couple of days?
    No, it was only down for a few hours. ;)

     

    The error I get is "404 Not Found
    This is because all sites are now 'Account Queued', making all pages invisible therefore giving a 404 error. Navigate to your website's homepage to see the Account Queued.

     

    Looks like it's working again now :D

  2. Try putting this code at the very start of your PHP script:

     

    <?php
    $loadavg_array = explode(" ", file_get_contents("/proc/loadavg"));
    $loadavg = $loadavg_array[2];
    ?>

     

    and put this at the very end:

     

    <?php
    $loadavg_array = explode(" ", file_get_contents("/proc/loadavg"));
    $loadavg2 = $loadavg_array[2];
    $load = $loadavg2 - $loadavg;
    echo "Approx script server load: [ $load ]";
    ?>

  3. Each separate address is a separate brute force detector.

     

    Port 2082 is blocked (the HelioHost homepage uses this) apparently.

    Port 2083 is unblocked unless somebody brute forces that apparently.

    Port 80 (cpanel.heliohost.org) is unblocked unless somebody brute forces that apparently.

     

    I am saying 'apparently' as I have not tried yet nor do I have any proof, as I am not in the place at the mo.

     

    @Geoff - Hmm... maybe. But I have never seen password reset on Johnny before and I have always wondered why.

     

    @Geoff - I'm a bit confused at the moment. Is brute force stopping all users for Stevie or Johnny or both. Is it just port 2082 affected at the mo?

×
×
  • Create New...