ExtremeGaming
Members-
Posts
74 -
Joined
-
Last visited
Everything posted by ExtremeGaming
-
Many paid hosts experience longer downtime than this. It's been less than a day.
- 23 replies
-
- Cpanel
- Website Down
- (and 16 more)
-
Please read the full message that people post.
- 23 replies
-
- Cpanel
- Website Down
- (and 16 more)
-
There is no way to tell as they have yet to post any information to the subject. Posting topics like these are pointless as they are distracting admins by having to reply to you instead of fixing the issues
- 23 replies
-
- Cpanel
- Website Down
- (and 16 more)
-
[Solved] Suspended: Stgeorge
ExtremeGaming replied to stgeorge's topic in Suspended and Queued Accounts
Last time I checked, hackers don't go after single targets unless they hold a grudge. So granted, there (may) be a bug in heliohost, but the admins will have to put your request on hold to get stevie back to normal conditions. Google indexes forums like these so removing your information does no good. -
Stevie has gone done 7 time for severe cases (may have missed one or two). There really isn't much to worry about.
- 23 replies
-
- Cpanel
- Website Down
- (and 16 more)
-
If there is any news it will be posted in this forum
- 23 replies
-
- Cpanel
- Website Down
- (and 16 more)
-
Stevie has been down maybe an hour tops a day until now. I wouldn't worry as the admins usually fix these issues quickly unless it's something severe
- 23 replies
-
- Cpanel
- Website Down
- (and 16 more)
-
Looking at the monitor, for two hours stevie was experiencing extremely high server load and the nameservers went completely offline. As ice said:
-
Change include 'sections/title.php'; to include $_SERVER['DOCUMENT_ROOT'].'/sections/title.php';
-
You can not include a file via url for security reasons. Php settings are unchangeable by the user. Where is the file in correlation to where you are trying to include it? $_SERVER['DOCUMENT_ROOT'] is a php function that will use the full path to your root directory /something/something/something/public_html/
-
Sounds like you aren't closing your connections, and have opened too many for the mysql error. Make sure you close all mysql_connections when you are done with them with the mysql_close(your connection variable); function As for the internal server error, this generally happens when you have phpmyadmin or cpanel open.
-
This generally means you have an error in your .htaccess file.
-
Have you checked your .htaccess file?
-
session_start() must be called before you use any html.
-
Nevermind I've decided to keep it where it is. Thank you for your response though, I'm sure that was the error.
-
Trying to add an addon domain and err...I'm not too familiar with DNS so I'm not sure if this is my error or some server problem related with the DNS issues. BUT, anyways, here's the error
-
Both are working. You should probably clear your cache
-
[Answered] Newbie: Problem With Running A Sample Cgi With Perl
ExtremeGaming replied to srh124's topic in Questions
A 500 error is usually caused by phpmyadmin being opened. If it is not opened give it time to sort itself out (maybe 5 minutes). Do you still have the issue after this? -
So I tried uploading files that I made myself via the filemanager and it said virus detected... I then made a php file with nothing but <?php echo "Hello"; ?> and it also said virus detected? Is there any reason for this?
-
Visit the cpanel for Stevie or Johnny and you can use the reset password function available. Once the passsword is reset, you can use the delete script
-
Mysql Too Many Open Connections
ExtremeGaming replied to ethanh's topic in Website Management and Coding
Make sure you close the connection with mysql_close($connection); when you are done with every file containing sql, this will ensure it does not happen as frequent- 3 replies
-
- mysql
- open connections
-
(and 1 more)
Tagged with:
-
Ikr!! *mind blown*
-
[Solved] Manually Delete File Please
ExtremeGaming replied to ExtremeGaming's topic in Customer Service
Continuing in PM as to not spam this topic with the same message... -
[Solved] Manually Delete File Please
ExtremeGaming replied to ExtremeGaming's topic in Customer Service
Someone marked the last topic as solved and it wasn't ._. username: katewevu domain: http://socialcloud.heliohost.org server: stevie As my last topic requested, i wish for a manual delete of /Profile/Upload as it keeps recreating itself Not using a script. I had edited my script to use /Profile/Uploads. Every time I attempt to delete it in cpanel, I refresh the cpanel page and it recreates itself. This has nothing to do with using any scripts I'm afraid