Jump to content

Krydos

Chief Executive Officer
  • Posts

    26430
  • Joined

  • Last visited

  • Days Won

    944

Everything posted by Krydos

  1. FFmpeg and FFprobe are already both installed on Tommy.
  2. We recommend you post occasionally and ask how your load is.
  3. It looks like most of your load is coming from /home1/mediaexp/public_html/api.php Please fix the high load quickly or you run the risk of being suspended again. Unsuspended.
  4. I enabled two factor authentication on my Tommy account and when I logged in it updated the login date. Should be good now.
  5. Oh, that's because I forgot to update the database on the username change. It should work now though.
  6. Sorry for the delay. That was not a simple account to unarchive. I had to change your username to pizzan2, but you should be able to login now and your site should start working within two hours.
  7. Krydos

    domain

    I deleted it from your vps for you so it should be available now.
  8. This is the one I use https://itunes.apple.com/us/app/duo-mobile/id422663827?mt=8 I like it because it runs on my watch.
  9. I'll take another look at it in the next couple days. Thanks for the reminder.
  10. Please clear your cache.
  11. Tommy can't, but a vps could do that https://www.heliohost.org/vps/
  12. Done. You should now be able to log in and your website should start working within 2 hours.
  13. Unblocked. If you login at https://www.heliohost.org/login/ that won't happen.
  14. 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...
  15. I think you should install some good virus protection on any computer you type passwords into.
  16. Paypal is how you would need to pay for the VPS. To see what options Paypal has for you go to https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=P63828V7WFM54 Paypal may be able to take a atm/debit card or something like that for you. If that doesn't work we usually recommend people buy a visa gift card https://www.amazon.com/dp/B07HJHK8Y5/ref=cm_sw_em_r_mt_dp_U_pjRpCb0H85Q07 In the US you can buy those types of gift cards at pretty much any gas station or store.
  17. What is the domain?
  18. Yeah, it timed out while it was unarchiving. I think it should be good now. Let us know if you can't log in.
  19. 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...
  20. We're glad you're enjoying our service! When you're done experimenting on Johnny keep in mind that we strongly recommend switching to one of our production servers like Tommy. Johnny is our slowest and worst uptime server so a lot of users aren't satisfied with his performance. If you're a donor an admin can even move your account for you. Thanks in advance for the donation.
  21. No, people deleting the tmp folder is the usual cause for that error. Here's the issue root@tommy [/home/juriscon]# du -sh 1000M . root@tommy [/home/juriscon/mail]# du -sh 958M . You have 958 MB of mail, and your account is maxed out at 1000 MB total. Basically the spammer sent so many emails on your account that he broke your account by overflowing the mailboxes. There were so many emails that the rm command errors out because there are too many files to delete. I had to use the find command. It's really a wonder that you didn't get Tommy listed on every email blacklist there is. Your account should be working now.
  22. I checked the archive, and the glitch1_xenforo.sql database is empty so it wasn't an issue with how it was restored. It looks like the default for xenforo is innodb, which has a really bad track record during crashes. Pretty much every innodb table gets lost when Johnny has a mysql crash. With myisam tables we've never lost any data during a crash so we always recommend using it instead of innodb. When you try to make a backup of an innodb database that has crashed it will result in an empty .sql file like that. That's my guess of what happened. So, unless you have a backup saved somewhere on your home pc your database is probably lost.
  23. You're most likely trying to connect to Ricky's IP or port still. Try these settings: SFTP host: tommy.heliohost.org SFTP port: 1342 SFTP protocol: SFTP SFTP logon type: Normal SFTP Username: gioller SFTP password: <same as cpanel> You don't need to edit php.ini to turn off errors. The best way to get rid of the errors is to edit your code so there are no longer any errors to report, but if you'd rather just hide them put error_reporting(0); at the top of your script. What is the url?
  24. Done. You should now be able to log in and your website should start working within 2 hours.
×
×
  • Create New...