Jump to content

Shinryuu

Moderators
  • Posts

    1,025
  • Joined

  • Last visited

  • Days Won

    40

Everything posted by Shinryuu

  1. To ark a domain you need to set the domain's NS records to point to ns1.heliohost.org and ns2.heliohost.org.
  2. Done, tested to work and sent to the email you registered with.
  3. It's been over a week so I guess we should throw in a slight update, we're looking into the problem but it's quite a mess. Before Johnny died this time MySQL could be considered a bit sluggish by the optimistic, post-crash MySQL would start up with all engines enabled and start a crash recovery process, this recovery would actually crash and MySQL would fail to start. Disabling InnoDB allowed MySQL to start without issue, and it shouldn't have been a real issue since most users just go with the default which is MyISAM. Our speculation is perhaps you guys are using a database backed up from another host or maybe your CMS weirdly decided to use InnoDB as an engine, either way, we don't like that you guys can't access your databases at all any more than you do. Here's the thing though, since InnoDB has been disabled MySQL queries have responded faster and in general it seems leaving InnoDB off might help Johnny in the long run. We do want to enable it, at least temporarily, so you can convert the database tables to another engine or take a backup of your information. It's a hard call to make and the finer detail of getting MySQL to run with it enabled still needs to be dealt with first, but I figured you guys could use something to help with the nail-biting suspense. TL;DR Your data is recoverable, and can be converted to avoid the situation again. We hope to be able to let you have access to your data sometime soon, but it will take more time. InnoDB may be permanently disabled in the future to keep improved MySQL response times. If anything new comes up we'll let you guys know, thank you for your patience.
  4. If you package it as a web archive we can deploy it for you. Similar to http://www.helionet.org/index/topic/15469-request-for-deploy/
  5. Your account was suspended for causing high server load. I have unsuspended your account, but please try to limit the load you put on our servers as it slows down not only your site, but the sites of all other HelioHost users sharing your server. If you still see the suspended page, please clear your cache.
  6. 1) The place to post is under the Queued/Suspended subforum. 2) There's a format to titling an ususpension request that simplifies our jobs of looking up your account, please use it. 3) You were already told how to handle your account renewal 2 weeks ago.
  7. That's really a horrible policy on the part of your registrar and you should look into telling them as much. By default cPanel requires your domain's NS records to point to the server you want to host your site on. Our domain change tool allows you to change your main domain, forcing our nameservers to create entries for your site. Doing that and waiting for our nightly maintenance's next run should appease your registrar's backward system and allow you to host your co.za domain with us.
  8. That domain is working fine for me, have you tried clearing your cache?
  9. http://dtsnell.heliohost.org is working, it sounds like perhaps your ISP is blocking Stevie's IP. Try from a different network.
  10. I have unsuspended your account, if you still see the account suspended page try clearing your cache.
  11. <?php $host="localhost"; // Host name $username=""; // Mysql username $password=""; // Mysql password $db_name=""; // Database name $tbl_name=""; // Table name // Connect to server and select databse. $con = mysql_connect("$host", "$username", "$password")or die("cannot connect"); $db = mysql_select_db($db_name, $con); if(!$db){ echo "connection failed"; } else{ echo "connection worked"; } // username and password sent from form $myusername=$_POST['myusername']; $mypassword=$_POST['mypassword']; // To protect MySQL injection (more detail about MySQL injection) /* $myusername = stripslashes($myusername); $mypassword = stripslashes($mypassword); $myusername = mysql_real_escape_string($myusername); $mypassword = mysql_real_escape_string($mypassword); $sql="SELECT * FROM $tbl_name WHERE username='$myusername' and password='$mypassword'"; $result=mysql_query($sql); // Mysql_num_row is counting table row $count=mysql_num_rows($result); // If result matched $myusername and $mypassword, table row must be 1 row if($count==1){ // Register $myusername, $mypassword and redirect to file "login_success.php" session_register("myusername"); session_register("mypassword"); header("location:login_success.php"); } else { echo "Wrong Username or Password"; }*/ ?> works for me http://shinryuu.net/db_test.php
  12. phpPgAdmin allows exporting databases, I haven't used it at all, but a quick look at Google pops back tons of tutorials.
  13. As Tjoene said, your site is up, have you tried clearing your cache?
  14. Your account cannot be unsuspended. The reason is malware.
  15. Your account was suspended for causing high server load. I have unsuspended your account, but please try to limit the load you put on our servers as it slows down not only your site, but the sites of all other HelioHost users sharing your server. If you still see the suspended page, please clear your cache. Also, your account is on Stevie.
  16. You were suspended for running 10 cron jobs in a day, the limit is 2 per day. If you need more cron usage look into a service such as setcronjob.com. I have manually unsuspended your account, if you still see the account suspended page try clearing your cache.
  17. Our system blocks IPs that it thinks are brute-forcing into an account, but it's temporary. I'm thinking it might be your home ISP blocking Stevie. Can you explain more about what you mean by 'I can't see'? The error message you get would be good to know.
  18. Applets are run by invoking a JVM on the client machine, so server details are irrelevant. Keep in mind that to run it the client will need to install java, and even then they could refuse to allow your applet permission to run. Applets are really viewed as the technology of yesteryear, but if you know Java or have a decent Java beginner's book, then an applet is easy to make without learning anything too complicated.
  19. Your account was suspended for causing high server load. I have unsuspended your account, but please try to limit the load you put on our servers as it slows down not only your site, but the sites of all other HelioHost users sharing your server. If you still see the suspended page, please clear your cache.
  20. Good guess, you were suspended for running 3 cron jobs in a day, the limit is 2. I have manually unsuspended your account, if you still see the account suspended page try clearing your cache.
  21. Your account was suspended for causing high server load. I have unsuspended your account, but please try to limit the load you put on our servers as it slows down not only your site, but the sites of all other HelioHost users sharing your server. If you still see the suspended page, please clear your cache.
  22. Utf8 is supported, latin1 is just the default, we could probably change the default charset to utf8 without breaking anything though. There's a drop-down for setting charsets in fields that are characters/strings and the one you want to choose is utf8_general_ci for utf8.
  23. Like the message says, wait up to 24 hours.
  24. That's simply marked as inactive since the last login was valentine's day. I've sent a message to the email that user registered with, if they reply I'll go ahead and manually delete it. Standard procedure is only the account owner can request account deletions. The reason that your attempt to delete via the script failed is because the password becomes scrambled when an account is suspended, blocking all access to the account. EDIT: Alright, response was received and the account has now been deleted, it may take some time before the system allows you to transfer the domain.
×
×
  • Create New...