Jump to content

Ice IT Support

Moderators
  • Posts

    1,643
  • Joined

  • Last visited

  • Days Won

    38

Posts posted by Ice IT Support

  1. Your account was suspended for inactivity, because you haven't logged into your account in the last 30 days. To reactivate your account, please visit http://www.heliohost.org/home/support/scripts/renew. To prevent this from happening in the future please remember to visit http://heliohost.org/ to log into your account at least once every 30 days.

     

    If you are still seeing the Account Suspended page after renewing your account, please clear your cache.

  2. You are correct, the entry variables are empty in this case. There are two ways to go about this, however the easiest would be to simply move the $queryc declaration to inside the while loop right after you declare $entryb.

     

    The second option is to declare and call a function. However, that is a lot more trouble than it's worth in this case.

  3. In the conf_global.php file, look for the following variables and make sure they look similar to this:

    $INFO['sql_database'] = "your_db_name";
    $INFO['sql_user'] = "your_sql_user";
    $INFO['sql_pass'] = "your_sql_password";
    $INFO['sql_host'] = "localhost";
    

    If you created a separate MySQL user and gave it full permissions to your database, then change your_sql_user and your_sql_password to those values. Otherwise change them to your cPanel username and password. Also change your_db_name to the name of your database. Be sure that the sql host you use is set to localhost.

     

    Hope this helps! For further assistance, please post your cPanel username, your main domain, and the server you are on.

  4. What MDkate is saying is correct. Use this code and notice the added ` marks and the PHP escape character \

    <?php
    mysql_connect("localhost", "zyra_*******", "*****") or die(mysql_error());
    mysql_query("CREATE TABLE `\$id` (
    `Letter` varchar(1) COLLATE latin1_general_cs NOT NULL,
    `Code` varchar(2) COLLATE latin1_general_cs NOT NULL,
    UNIQUE KEY Character (Character,Code)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_cs") or die (mysql_error());
    ?>
    

  5. The username for that account is thodeth Be sure to type your username in all lowercase when logging into cPanel. The reason you did not receive any emails is because the address you registered with is an address at the domain tzolak.com. Since that domain points to our servers, and you haven't setup any email addresses for that domain, you wouldn't be able to receive any email.

     

    Once you are able to get into cPanel, be sure to change your contact email to an address not hosted on our servers.

    • Like 1
  6. The best way to point a domain to HelioHost's system (which I'm guessing is what you are trying to do) is to set NS records to ns1.heliohost.org and ns2.heliohost.org. However, it is possible to point domains to our system by use of an A record. Use the IP address given to you in cPanel under the section "Shared IP" on the left as the address to put in your A record.

  7. Your account was suspended for the following reason:

     

    Malware. 1 file(s). Trojan.BAT.Raptor FOUND

     

    That means that there are some malware files found on your account.

     

    For your safety and to protect your website from potential further corruption the account has been suspended.

     

    To find the infected files we recommend making a backup of your site, download the backup file to your computer, and scan the backup using a reputable virus and malware scanner. If you're having trouble locating the offending files please ask and we can provide more information.

     

    If you are you certain that it is a false-positive, we strongly encourage you to file a false positive form here: http://cgi.clamav.net/sendvirus.cgi

     

    Your account should be unsuspended now, but keep in mind that this is a temporary unsuspension. You have 24 hours starting at the time of this post to clean your account of any and all malicious files or your account will be resuspended.

×
×
  • Create New...