Jump to content

ExtremeGaming

Members
  • Posts

    74
  • Joined

  • Last visited

Everything posted by ExtremeGaming

  1. 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
  2. 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.
  3. Stevie has gone done 7 time for severe cases (may have missed one or two). There really isn't much to worry about.
  4. 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
  5. Looking at the monitor, for two hours stevie was experiencing extremely high server load and the nameservers went completely offline. As ice said:
  6. Change include 'sections/title.php'; to include $_SERVER['DOCUMENT_ROOT'].'/sections/title.php';
  7. 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/
  8. 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.
  9. This generally means you have an error in your .htaccess file.
  10. session_start() must be called before you use any html.
  11. Nevermind I've decided to keep it where it is. Thank you for your response though, I'm sure that was the error.
  12. 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
  13. Both are working. You should probably clear your cache
  14. Please refer to this link. They are having dns issues so you need to use the link provided in the post directly. However, during this time it seems Johnny is down as well.
  15. 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?
  16. 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?
  17. 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
  18. 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
  19. Continuing in PM as to not spam this topic with the same message...
  20. 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
×
×
  • Create New...