-
Posts
26433 -
Joined
-
Last visited
-
Days Won
944
Everything posted by Krydos
-
Ioncube is disabled due to abuse.
-
It might be your ISP caching the page then if you're phone is on wifi. I've tried both http://bloggersgate.de/ and http://www.bloggersgate.de/ and they both show the same thing and both work as they should.
-
The forum username scalar has been changed to scalar2. Let us know one you've create your hosting account and it can be changed back.
-
The forum username scalar still exists.
-
The database backup should contain all of the tables in the entire database. You should only need to create an empty database through cpanel, and then import the one database .sql file and all of the tables will be there.
-
Clear your browser cache.
-
That account was deleted to recover disk space. An invite has been sent so you can recreate the account if you wish.
-
Your account was suspended for sending spam. Make sure your account isn't sending out emails that could be considered spam. Unsuspended.
-
Done. You should now be able to log in and your website should start working within 12 hours.
-
Your domain isn't hosted by us because you have some random ip as an A record. Your nameservers are set right, but your A record is 89.31.143.1. It should be 64.62.211.131.
-
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 12 hours.
-
Create the database and user through cpanel. Then you can manage it with the phppgadmin button on your cpanel. If you really like the command line you could request remote postgresql access.
-
That .war file could not be deployed because java is not enabled on your account. To request java and then check the status of your request go to the java button in your cPanel. Please be aware that since you picked the Johnny server the wait to receive java access is quite long due to high demand. The wait to receive java on Tommy is generally just a few hours. If you're in a hurry we recommend moving your account to Tommy. If you want to save yourself some work an admin can move your account for you if you're a donor. Just let us know the transaction ID.
-
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...
-
We'll post it on the news here at helionet, facebook, and twitter. MyISAM tables are read/write already. Just InnoDB tables are read only.
-
This might explain a lot of it http://wiki.helionet.org/HelioHost_History
-
As it says in the autoreply our system discards email attachments and images. Please resend your email and post a link to the image instead.
-
Change lines like this CREATE TABLE `oxtb_accounts` ( `account_id` mediumint(9) NOT NULL, `account_type` varchar(16) NOT NULL DEFAULT '', `account_name` varchar(255) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; to CREATE TABLE `oxtb_accounts` ( `account_id` mediumint(9) NOT NULL, `account_type` varchar(16) NOT NULL DEFAULT '', `account_name` varchar(255) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
Create a backup .sql file, edit the file to change all innodb tables to myisam, and then import the database back into mysql.
-
Download a backup of your innodb tables, and then edit the .sql file to use myisam instead of innodb. Then upload the backup to a new database.
-
Soon. Make sure you've taken your backups.
-
You're not unsubscribed. Do you want to be? The other guy with the same ticket number as you that also received thousands of emails specifically requested to be unsubscribed so I did. You should still be able to receive email support via support@heliohost.org.
