Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,608
  • Joined

  • Last visited

  • Days Won

    871

Everything posted by Krydos

  1. Well, the renew url definitely worked, because yesterday when you posted your account was suspended for inactivity, and now it has been reactivated and it's not suspended anymore. That's exactly how it would behave if you tried to reset your password while your account was suspended. That's by design, because you can't log into a suspended account nor can you reset the password on it. Have you tried resetting the password since you reactivated it?
  2. Suspended. Here is the email address that the login information (if anyone fell for it) was being sent to oluchiglo2@postino.net
  3. The policy for having one account on Stevie and one account on Johnny is you must post in the Customer Service forum and clearly state your reason for wanting two accounts. I'm guessing your reason is something along the lines of, "People need help with Ror, and I want to try it out to see if I can help them." If that's the case, or if it's close just make the post so future admins/mods have a record of it and you won't end up getting suspended for having more than one account.
  4. I assume you're referring to this Which I interpreted to mean, "When I go to that link I see an index page listing all the files in the directory." Based on your response, and now this post, I'm guessing you interpreted it to mean that he was going to ssh into your account and take a look at your files. If that's what you think is going on then the answer to how long it will take is an infinite amount of time because moderators do not have access to ssh. Perhaps Ice IT can enlighten us to what he actually meant. You can post as many times as you want, but it should be pretty obvious by now that there aren't any RoR experts lurking around to help you. I know of at least two RoR experts who *used* to lurk around these parts, but they haven't seen your questions, I guess. I would recommend finding a forum specifically for ruby and RoR and see if they can help you. Then you can learn a ton and bring your wealth of knowledge back to Heliohost and when the next person has a question about RoR you will be the expert that can answer it!
  5. Suspended.
  6. Please clear your cache. Your account is not suspended.
  7. Your account was resuspended for failure to take care of the malware problem during your allotted 24 hour period. The offending files have been deleted, and your account has been manually unsuspended. If you still see the suspended page then you should try clearing your browsers cache.
  8. Your account was suspended for inactivity, because the last time you logged in was October 22nd. You don't need a password reset, but if you want to reactivate your account, please visit http://www.heliohost.org/home/support/scripts/renew. If you are still seeing the Account Suspended page after renewing your account, please clear your cache.
  9. Your account is not suspended. The reason you can't view your hosted domain is because co.cc went out of business as noted in the news http://www.helionet.org/index/topic/13972-cocc-offline/ If you would like to change your main domain you can use this link http://www.heliohost.org/home/support/scripts/domain
  10. Html files won't work right in cgi-bin because cgi-bin is only for executables and when an html file is executed it's going to result in a 500 error. However, if you create a file named survey.html and give it the contents: #!/usr/bin/perl print "Content-type:text/html\r\n\r\n"; print '<html>'; print '<head>'; print '<title>Survey</title>'; print '</head>'; print '<body>'; print 'This is a survey...'; print '</body>'; print '</html>'; It will work.
  11. It has 755 permissions when your account is created unless you've changed it. Windows notepad generally saves files with DOS line endings which would cause 500 errors.
  12. It sounds like you want to install a webmail program on your public_html root. Try this link http://johnny.heliohost.org:2082/frontend/x3/softaculous/index.live.php?act=software&amp;amp;soft=118 for a Roundcube install through softaculous on Johnny. If you don't like Roundcube there are 7 other webmail installs located in Softaculous under the "mail" header, or you could even download a different webmail source from their website and install it. Once you have that installed you can use a .htaccess rewrite to force browsers that try to visit 2lisanet.com to load https://2lisanet.com/ instead.
  13. You can check the status of signups and when they will reset with this link http://krydos.tk/sign-up.php You can also see when signups were open or closed going back as many months as you care to look with this link http://heliohost.grd.net.pl/monitor/ Also signups on Johnny are always available at any time day or night http://www.heliohost.org/home/signup/johnny
  14. I'm guessing this error is there because you haven't finished setting up your site and you want people to come back later after the site is active? In all seriousness though, what error are you talking about?
  15. It looks like you already figured it out on your own, but typing your username into this link http://www.heliohost.org/home/support/scripts/renew will cancel a deletion request unless the deletion has already taken place in which case there is no way to recover the deleted data.
  16. Suspended.
  17. Have you tried going to domain.com:2096 ?
  18. Try creating your account now. Let us know if you're still having any issues.
  19. If you use port 2096 it forces https. Is this what you are talking about?
  20. Trashing them actually just moves them to the folder called .trash, but I permanently deleted the backup that was in the trash that was still causing you issues still. Thank you for taking care of this. Your account is showing up as clean now.
  21. You can change your main domain yourself using this tool http://www.heliohost.org/home/support/scripts/domain Or you can park your own domain using this link http://stevie.heliohost.org:2082/frontend/x3/park/index.html
  22. Proxies often times involve caching too. If clearing the browser cache doesn't help it might be your schools network is caching the queued page which would also explain why typing index.htm works because you didn't type that yesterday and it didn't get cached. If you have access to the proxy server/software clear it's cache too, but if you don't have that kind of access all you can do is wait.
  23. This still hasn't fully been taken care of. Don't forget to remove any backup files containing the malware or remove the malware files from your backups.
  24. Your account has been manually unsuspended. If you still see the suspended page then you should try clearing your browsers cache.
×
×
  • Create New...