Recent content by markspace

  1. M

    How many free websites can I have?

    So, now that I've played around with the free hosting, I suddenly have another idea for a website. Not a sub-domain or another parked name, but something that requires a new site. Does X10 care if I just sign up again for a new website? Or is having more than one site forbidden? Should I use...
  2. M

    Error 530 Authentication Filezilla

    It works for me. I also used the cPanel login/password rather than a special one I set up. Note I didn't specify the port, ftp assume 21 by default. This is a normal failure. What it means when it says User OK is that it got the user name, not that it was validated or anything.
  3. M

    Switch from MyISAM to InnoDB?

    Just wondering if it's possible to switch the default type of database engine from MyISAM to InnoDB on the free accounts? I don't see any option on the MySQL control panel or the phpMyAdmin pages, although I may have missed it.
  4. M

    Include path?

    I have a simple test file: <html><body> <?php echo "root_include.php:<br />\n"; include("/root_include.php"); echo "local_include.php:<br />\n"; include("local_include.php"); ?> </body></html> The "local_include.php" file is found just fine, but "/root_include.php" isn't. It's...
  5. M

    Include path?

    I have a brand new free website. I was wondering: can I set a local include path, so that include files won't be served by the web server? In other words, if I have a file like "db_pass.txt" that has all my passwords in it, and I don't want folks to be able to see this, is there some place that...
  6. M

    Account not created, been over 1 hour

    Thanks for the info, JT. I just saw the other thread on this issue. I'll wait until they work it out. Or I'll go somewhere else. Hint: don't deploy until you've tested your !@#t.
  7. M

    Account not created, been over 1 hour

    So my control panel shows that my account hasn't been created yet. And the trouble tickets seem to be out of order, I can't make one. First impression of X10: not so good. Here's what my control panel says: Your hosting account is currently pending creation. The current status of your...
Top