-
Posts
24,201 -
Joined
-
Last visited
-
Days Won
854
Everything posted by Krydos
-
Yeah, it timed out while it was unarchiving. I think it should be good now. Let us know if you can't log in.
-
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...
-
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.
-
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.
-
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?
-
Done. You should now be able to log in and your website should start working within 2 hours.
-
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...
-
Done. You should now be able to log in and your website should start working within 2 hours.
-
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...
-
Did you delete the /home/juriscon/tmp directory?
-
Yeah, they changed the name for some reason, but if you do the cpanel search for the word "parked" it still brings up the alias button.
-
The other option is a vps https://www.heliohost.org/vps/ You can have root ssh access if you have a vps and you can run all the commands yourself.
-
That's the part I have to do for you http://logsreader2.themansion.top/
-
This is what mono supports https://www.mono-project.com/docs/about-mono/compatibility/ MVC5 is supported except for async.
-
If you want more than 1 mvc application just put them in their own subdirectories within /home1/fedack/mvc/ like /home1/fedack/mvc/project1/ etc and I will redeploy. You're the third person to ever want to deploy an mvc application... In 14 years... So no, unless we suddenly see a swift uptick in demand probably not. There you go http://logsreader.themansion.top/
-
MVC applications are special and you need the help of an admin to deploy them. I created a directory /home1/fedack/mvc/ where you need to put your files. You will also need to decide upon a subdomain or domain that you want your mvc project to be displayed. Putting mvc applications in subdirectories like example.com/mvc/ ends up breaking all of the paths, but if you create mvc.example.com it will work. You can create a subdomain by going to https://tommy.heliohost.org:2083/frontend/paper_lantern/subdomain/index.html Once you have a subdomain created and your files uploaded to /home1/fedack/mvc/ let me know on this thread and I can deploy it for you. Once it's deployed you'll be able to change your project simply by uploading new files and the application will pick up the changes.
-
If you need to buy something on Amazon you can now help support HelioHost at no additional cost to you. To get started go to https://smile.amazon.com/ch/27-2285629 to set your charity to Helio Networks, and then continue shopping as normal. As long as your url starts with smile.amazon.com part of your purchases will be donated by Amazon to HelioHost. This doesn't cost you anything extra! Amazon is the one that donates when you shop, but you pay the same price for the same products as if you were shopping at www.amazon.com. If you need to buy something on Amazon anyways you may as well use our link to do so.
-
The email was sent from Brazil. You live in Madagascar, so it was probably just a weak password that got hacked. I checked all of the cpanel logins for your account and they have all come from Madagascar too so your cpanel account is fine, it's just the email account. Make sure you delete the email account or at least use a stronger password. Another thing to consider is that this wasn't a bruteforce attempt to get your password. He knew your username and password upon the first connect. This might mean that you have a malware keylogger on one of your computers that you have entered this email password in to. You should definitely do a virus scan on any computers that you would have entered this password. Unsuspended. Please fix it quickly before more spam is sent through your account.
-
There you go http://themansion.top/test.aspx
-
503 is the error that asp.net gives when apache is up but mono isn't working. Maybe Wolstech, as the resident windows expert, has some ideas. This whole thing is kind of making me chuckle though because asp.net is a windows thing, and mono was made to run this windows only thing on Linux, and now you're running this thing on Windows that was designed to run Windows technology on Linux. It reminds me of plugging an AC to DC adapter into the wall, and then hooking a DC to AC power inverter to it.
-
Well, if you decide to switch to Linux let me know and I'll be able to help you.
-
Maybe this will help https://anmar.eu.org/mono/mod_mono/ I have no idea about windows.
-
We usually recommend Joomla for people who want to move away from wordpress. I don't think I've ever seen a Joomla site get suspended for high load. Here are some shopping cart extensions for it https://extensions.joomla.org/category/e-commerce/shopping-cart/
-
Wordpress just causes a lot of load. I checked the bandwidth logs and your account isn't even showing up at all. That basically means you're getting no traffic to your account and you're still doing the highest load on the server. For instance another account on the same server as you had 58 GB of bandwidth over the past week, and you're doing more load. As always we strongly recommend not using wordpress for this and many other reasons. Unsuspended.