Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,608
  • Joined

  • Last visited

  • Days Won

    871

Everything posted by Krydos

  1. In order to complete your purchase of a dedicated IP we will need to know your Heliohost username.
  2. Your IP was blocked on April 19th for connecting to FTP 451 times in less than 8 hours. It's fine to connect to FTP that many times if you have a legitimate reason, but you should let us know in advance so your IP won't get blocked. Generally when we see that volume of FTP connections coming from one IP address that quickly it indicates a brute force attack to try to gain illegal access to data on our servers. I have unblocked your IP address so your site and cPanel should now be accessible to you again. If you expect this volume of FTP connections to continue in the future you should post to let us know what you use all those connections for and that way we can whitelist your account for unlimited FTP usage.
  3. Correct. The account owner tried logging into the account with the wrong password so many times that it would have been several weeks before his account would have been cleared of the brute force protection automatically. I have reset the protection on your account, but make sure you use the correct password. If it says invalid login don't just start randomly guessing passwords because then the system assumes you are a robot or a hacker trying to break into accounts and blocks you. The more wrong guesses you make the longer the block lasts. Try logging into your account http://heliohost.org/ ONCE. If it does not work, try resetting your password http://johnny.heliohost.org:2082/ ONCE. If that doesn't work post here again and we can manually reset your password, test your account, and email the new password to you.
  4. Yeah, that isn't very informative. 404 just usually means that the file you're requesting cannot be found. 404 on the root of domain might indicate that you don't have an index file (index.php, index.html, etc) and you have directory indexing turned off. You could also look for error_log files that php makes when it encounters an error. These files would be located in the same directory as the php file that encountered the error. They might contain some helpful information. I've never used this laravel before so I might not be very much help, but maybe someone else on Helionet has and they can help you. Otherwise you might also consider asking for help here http://forums.laravel.io/ since they for sure have used laravel before.
  5. Log into http://dot.tk/, select custom dns, type in ns1.heliohost.org and ns2.heliohost.org.
  6. Try creating your account now. Let us know if you're still unable to create an account using that domain.
  7. The reason it took a while to respond to you was because your account had to be thoroughly inspected to make sure that there was no copyrighted material, or anything else that breaks our terms of service. There were a few files that were borderline, but it's possible that they aren't illegal. Anyways if you want to create a backup of your account you may now do so with this link http://johnny.heliohost.org:2082/frontend/x3/backup/index.html
  8. 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.
  9. Has anyone figured out what stopbadware.org found on these sites that caused them to get flagged? Is it malware/viruses/malicious code? Were they alleged phishing/scam sites? Their site and their reports seem to be rather devoid of any actual information.
  10. Our apologies for the delay in responding to your message. The forum that you posted this thread in is primarily designed for the Heliohost community to discuss code and help each other manage their websites as it states in the description of the forum: I have moved your thread to the appropriate subforum, Customer Service. In the future to receive the swiftest resolution to any issues that you may have it is strongly recommended to choose the most appropriate subforum to create your topic. Are you able to connect to cpanel, ftp, and view your site in a browser now?
  11. Perhaps if you described the problem more we could help more. Are there any error messages? Can you post a link to the site so we can see it for ourselves?
  12. You can do whatever you want with your files whenever you want as long as you don't break any rules or violate the terms of service http://wiki.helionet.org/Terms It's your account, and it's your files; if you want to delete them go ahead.
  13. Deployed. http://vishalsarkar2050.heliohost.org/OVIS/
  14. => SELECT COUNT(*) FROM pg_language WHERE lanname = 'plpgsql'; count ------- 1 (1 row) It sure looks like it's already installed to me. Like I said, if you aren't able to use plpgsql you just need to drop the database, and recreate it. Here is the results of the same query on a database that I created before I installed plpgsql on Johnny. It hasn't been dropped and recreated: => SELECT COUNT(*) FROM pg_language WHERE lanname = 'plpgsql'; count ------- 0 (1 row) I think your confusion is from using the wrong command. You don't need to create the language because only superuser privileges can do that, and the language is already created. You just need to use create the function in the language plpgsql.
  15. This should be fixed now. See http://www.helionet.org/index/topic/15603-johnny-ruby-on-rails/
  16. I just deployed the .war for you. If there is a code error in the .war it's up to you to change the code so it will work. If you want to deploy a new version of the .war just create a new topic for it.
  17. LMGTFY: http://www.google.com/search?q=dotnetnuke+install+instructions of course a better question would be does dotnetnuke work with mysql? http://www.dotnetnuke.com/Resources/Blogs/EntryId/393/Running-DotNetNuke-on-MySQL.aspx
  18. Yes, mono clears its own cache. I'm not sure if it's based on time, or if it's based on how much cached code it has and then when new code is added it deletes the oldest, but cache issues like this clear themselves up with time (or an admin can clear it manually.)
  19. My bad, I didn't see it hiding in the error message spam. I cleared the mono cache for you http://jetwebhost.heliohost.org/
  20. Link? Mono/asp.net has a tendency to cache code so the first time you load the page it might be a little slower as it processes the code, and then subsequent visits will be much faster since it's loading cached data. The downside to this is sometime changes you make don't show up immediately since it's using cached data. Time will fix this usually.
  21. Your domain works fine, but it's just a blank page. If you're still seeing the queued page please clear your cache. If you want your site to be more than a blank page upload some different files to your public_html folder.
  22. It was working 5 seconds ago when I posted the link. Does it work now?
  23. Since your account is now using 104 MB total I'm going to assume that you got logged in, deleted a bunch of spam mail, and everything is good now.
×
×
  • Create New...