Jump to content

jje

Members
  • Posts

    2,755
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by jje

  1. Thanks, Christopher! I'm sure this wiki is going to be full of articles in the future!
  2. Your account is active - you should be able to login fine. I have reset your password and PM'ed you a new one.
  3. Merging topic... Sorry about this guys! I'm running the script which should fix it, could take a while. No, it was only down for a few hours. 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
  4. Hmm.. I'll work on it... Also, thanks Geoff for setting that up. http://www.helionet.org/index/index.php?showforum=79 Okay - the article URLs are now something like: /wiki/Article_Name
  5. That is a pretty cool script, byron! Might use it for my site...
  6. Also editing title, as this applies to both Stevie and Johnny Closing
  7. Okay - I'll start moving the whole CAQ over and over time we can post articles for each question.
  8. Did you read this thread: http://www.helionet.org/index/index.php?sh...&hl=ioncube
  9. @byron : Just to let you know that your link is broken.
  10. Your account is queued. Look: http://heliohost.org/scripts/status.php?username=harish
  11. Glad your problem got solved. Please spare 2 minutes to leave feedback at http://www.helionet.org/index/index.php?showtopic=8947
  12. Glad your problem got solved. Please spare 2 minutes to leave feedback at http://www.helionet.org/index/index.php?showtopic=8947
  13. Glad your problem got solved. Please spare 2 minutes to leave feedback at http://www.helionet.org/index/index.php?showtopic=8947
  14. Not on Johnny, but we have always had it on Stevie.
  15. Try using this as the first line instead #!/usr/bin/env python2.7 I am no Python user either.
  16. jje

    Server load.

    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 ]"; ?>
  17. Glad your problem got solved. Please spare 2 minutes to leave feedback at http://www.helionet.org/index/index.php?showtopic=8947
  18. Done. Give it 24 hours to resolve.
  19. Looks like it's working now? If not, clear your cache
  20. 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?
  21. @djbob - As well as the brute force issue, could you also enable Password Reset on Johnny? Thanks,
  22. Your account has been suspended due to inactivity to your cPanel. Please use the renew script: http://heliohost.org/scripts/renew.php We recommend you login thru the HelioHost homepage
  23. I'm not sure if my PM was sent or not. Could you confirm?
×
×
  • Create New...