yashrs
Moderators-
Posts
1,067 -
Joined
-
Last visited
-
Days Won
54
Everything posted by yashrs
-
Username: epicaleb Host: Stevie Domain: twinklecode.org
-
[Solved] Suspended : Pratama
yashrs replied to diyastalovers's topic in Suspended and Queued Accounts
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. -
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.
-
This support request is being escalated to our root admin.
-
Getting Blank White Display In Main Page
yashrs replied to sgs's topic in Website Management and Coding
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. -
Getting Blank White Display In Main Page
yashrs replied to sgs's topic in Website Management and Coding
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 -
Getting Blank White Display In Main Page
yashrs replied to sgs's topic in Website Management and Coding
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. -
Getting Blank White Display In Main Page
yashrs replied to sgs's topic in Website Management and Coding
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. ) -
Getting Blank White Display In Main Page
yashrs replied to sgs's topic in Website Management and Coding
I think it is related to both header("Location: $referer"); and ob_start and ob_end_clean() so no output was being generated. -
Getting Blank White Display In Main Page
yashrs replied to sgs's topic in Website Management and Coding
Infinite Redirect : -
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.
-
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.
-
This support request is being escalated to our root admin.
-
This support request is being escalated to our root admin.
-
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.
- 3 replies
-
- cPanel Password Reset
- cPanel Password
-
(and 1 more)
Tagged with:
-
I can manually reset your password and mail it to your registered email. Do you want me to do this ?
- 3 replies
-
- cPanel Password Reset
- cPanel Password
-
(and 1 more)
Tagged with:
-
This support request is being escalated to our root admin.
-
Please clear your cache.
-
Please clear your cache.
-
This support request is being escalated to our root admin.
-
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.
-
The domain perfectworld.tk seems to have been expired.
-
Give it some more time as you are on Johnny. Johnny accounts can take up to 5 days to get out of queue.
-
Use this link to delete your account :- http://www.heliohost.org/scripts/delete.php
-
Plz Need Help With My Html Web Search Form
yashrs replied to sylvain's topic in Website Management and Coding
Add a target to the <form> tag like this <form method="get" name="m" target="_blank">