Jump to content

yashrs

Moderators
  • Posts

    1,067
  • Joined

  • Last visited

  • Days Won

    54

Everything posted by yashrs

  1. Username: epicaleb Host: Stevie Domain: twinklecode.org
  2. Your account was suspended for causing high server load. I have unsuspended your account, but please try to limit the load you put on our servers as it slows down not only your site, but the sites of all other HelioHost users sharing your server. If you still see the suspended page, please clear your cache.
  3. Your account was suspended for inactivity, because you haven't logged into your account in the last 30 days. To reactivate your account, please visit http://www.heliohost.org/home/support/scripts/renew. To prevent this from happening in the future please remember to visit http://heliohost.org/ to log into your account at least once every 30 days. If you are still seeing the Account Suspended page after renewing your account, please clear your cache.
  4. This support request is being escalated to our root admin.
  5. The session_start() and setcookie() functions should be in the starting of the index.php. Also, update all the source files in the /src folder with all the changes so that I know where exactly the problem is.
  6. First of all in on line 12 there is a blank line which should not be there. $ppwd = $_POST['sgp_pwd']; ?>//line 11// //line 12// <?php //line13// if (!empty($pusr) && !empty($ppwd)) { should be $ppwd = $_POST['sgp_pwd'];//removed the blank line and ?> and <?php if (!empty($pusr) && !empty($ppwd)) { because it would output a empty line which wouldn't allow the setcookie function in validate_login.php
  7. I can just help you with the basics and help you understand the problem in your code. The editing of the code and fixing the bugs needs to be done by you.
  8. In login.php remove the check_cookie() function as you are not using the output (BOOL) to check whether cookies are working or not. The problem is just that your output has started and you need to execute the function session_start and the setcookie() function before the output starts. ( Include those statements before any echo statement or before outputting any data to the user. )
  9. I think it is related to both header("Location: $referer"); and ob_start and ob_end_clean() so no output was being generated.
  10. Infinite Redirect :
  11. Try creating a new MySQL user and update it in the wordpress wp-config.php file or change the password of the current user in cPanel and update in.
  12. Your account was suspended for causing high server load. I have unsuspended your account, but please try to limit the load you put on our servers as it slows down not only your site, but the sites of all other HelioHost users sharing your server. If you still see the suspended page, please clear your cache.
  13. This support request is being escalated to our root admin.
  14. This support request is being escalated to our root admin.
  15. Your account is actually INACTIVE. You need to go to http://www.heliohost.org/scripts/renew.php to activate your account. Then try resetting your password. If you are still not able to, I will manually reset your password.
  16. I can manually reset your password and mail it to your registered email. Do you want me to do this ?
  17. This support request is being escalated to our root admin.
  18. Please clear your cache.
  19. Please clear your cache.
  20. This support request is being escalated to our root admin.
  21. Your account was suspended for causing high server load. I have unsuspended your account, but please try to limit the load you put on our servers as it slows down not only your site, but the sites of all other HelioHost users sharing your server. If you still see the suspended page, please clear your cache.
  22. The domain perfectworld.tk seems to have been expired.
  23. Give it some more time as you are on Johnny. Johnny accounts can take up to 5 days to get out of queue.
  24. Use this link to delete your account :- http://www.heliohost.org/scripts/delete.php
  25. Add a target to the <form> tag like this <form method="get" name="m" target="_blank">
×
×
  • Create New...