Jump to content

Krydos

Chief Executive Officer
  • Posts

    26450
  • Joined

  • Last visited

  • Days Won

    944

Everything posted by Krydos

  1. Krydos

    Moving account

    The full backup is a compressed archive that contains EVERYTHING from your account including all settings, domains, emails, files, databases, etc. Basically the warning is telling you that you won't be able to download this file, delete your account, create a new account, and just upload the backup. The backup contains instructions on how to create your account so it can't be used on an account that is already created. The full backup is still useful because you can download it and extract it and get all of your databases and files and everything from within the archive. If your site is 500 MB the backup will likely be considerably smaller than that. It uses gzip compression, and most html, php, text files, etc. can achieve 90% compression. Files like images and movies are already fairly well compressed so they will only get maybe 10% compressed using gzip. The point is that the compressed archive will not take up 500 MB unless your 500 MB is all highly compressed files like movies or zip files. After you create your new account you will need to add any alias domains, subdomains, addon domains, create new databases, create new database users, restore the database data from the .sql files in your backup, upload the files into public_html etc. It's a bit of work, but we can help you figure it all out if you have questions. I would also like to point out that if you're a donor, an admin can transfer your account between servers for you. That means you don't need to backup, delete, recreate, and restore. You just have an active account, and then everything is transferred to the next server without losing anything or having to recreate anything. If you're interested in transferring to Tommy please be aware that the free signups usually fill in 5-10 seconds daily, so it takes most people a couple of days to get lucky and get one of the limited free Tommy accounts. Being a donor also means that you don't have to deal with that hassle. We can transfer your account to Tommy even if the server is full for the day.
  2. Botnets are illegal. Our terms of service forbid hosting illegal things. I suggest not running a botnet, or finding another host that will allow you to do illegal things.
  3. Unblocked. You were blocked for failed cpanel logins. If you login at https://www.heliohost.org/login/ that won't happen.
  4. You know what else causes a lot of load? Botnets.
  5. Done. You should now be able to log in and your website should start working within 2 hours.
  6. Your account was archived because you haven't logged in for quite a while. We have a limited amount of space on our servers, and occasionally we have to remove the unused accounts to make space for new users. To prevent your account from becoming archived again please remember to log in at https://www.heliohost.org/login/ at least once every 30 days. Unarchiving...
  7. Textdictionary.py is massive. 16 MB text files take a long time to load. It's likely your script is timing out. I'm not sure what you're trying to do, but it might be better to store your textdictionary in a database and query it that way.
  8. @app.route('/ouput/', methods = ['POST', 'GET']) Looks like you're missing a t.
  9. What is the url to the script that isn't working?
  10. There was an error on the wiki page. The first line of the .htaccess file on the wiki shouldn't have been inside the code tags. I've updated the wiki, and edited your .htaccess file to match. It's working now. http://crosswordsolver.heliohost.org/flask/
  11. I reset your vps and installed Ubuntu 18 again. I installed apache, mysql, and php 7.1. I also installed Froxlor for you. I emailed you the url, username, and password to log into Froxlor. You can also SSH in using the same username, and password as the Froxlor signin. Let us know if you have any questions or need anything else installed.
  12. See https://www.helionet.org/index/topic/35255-hh362489-heliohost-account-page-still-says-its-being-set-up/?p=156649
  13. Your public_html/flask/ contents don't look anything like https://wiki.helionet.org/Flask What is the path where you're trying to do the example in the wiki?
  14. http://crosswordsolver.heliohost.org/ is working for me. You probably just need to clear your browser cache. That queued page should only last 2 hours at the most, but sometimes browsers save a copy and refuse to load the actual page until you clear the cache.
  15. It can take a few hours to update on its own.
  16. I'm glad you got it figured out.
  17. Ooops, I already sent you a refund because I read your other email first. Sorry for the hassle, but if you create a new recurring donation for $4.00 per month I'll get your vps set up again. https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=P63828V7WFM54
  18. That's too bad. Let us know if you want to give it another shot. The best way to learn is by doing it. I've shut down your vps.
  19. Yeah, obviously port 1373 is blocked somewhere between your computer and the server.
  20. In my opinion your emails are spam, but I suppose if people intentionally sign up for them they want to see that kind of spam. If we get a single spam report regarding your account you will be suspended and moved to Johnny. You've been whitelisted for 250 emails per day. I'm not sure if there's a way to tell how many emails you've sent through cpanel. Maybe just look at the sent box of your email address? So far today you've sent 29 emails though.
  21. Done. Done. Wolstech already did that. I assumed you meant flazepe.heliohost.org. If so, done. Done.
  22. Try sftp -oPort=1373 elhambre@65.19.141.67 That's what I use and it works from multiple locations.
  23. I changed your domain for you from abdullahcodes.org to abdullahcodes.tk.
  24. Log in to CWP and go to Security >> CSF Firewall. Click the button that says "Firewall Deny IPs". This should bring up a text box listing all of the denied IPs, one of which is yours. You can check your ip by going to https://www.heliohost.org/ip.php Delete the line that matches your ip and click "Save Changes" at the bottom.
  25. SBCL 1.4.0-1.el7 has been installed on Johnny. To get started with lisp as a cgi create a file named lisp.cgi in public_html/cgi-bin/ with permissions 755 and the contents: #!/usr/bin/sbcl --script (format t "Content-type: text/html~%~%") (format t "Lisp as CGI is working.") Working example: https://krydos2.heliohost.org/cgi-bin/lisp.cgi
×
×
  • Create New...