Search results

  1. Z

    When does this end? "Your hosting account has been suspended by x10Hosting"

    Maybe you should follow the rules and login to the forums every two weeks.. And, if your lazy, I suggest you make a [please don't share this workaround].. I made one myself.. It works quite well.. Though, since I'm hooked to this community I don't need to use it.. Also, Advertising other hosts...
  2. Z

    imap_open()

    Can you try this for me? <?php $mbox = imap_open("{localhost}", $USERMAIL, $PASSMAIL, OP_HALFOPEN) or die("Can't Connect: " . imap_last_error()); $status = imap_status($mbox, "{localhost}INBOX", SA_ALL); if ($status) { echo "Messages: " . $status->messages . "<br />\n"; echo...
  3. Z

    disable directory browsing

    Or, you can login to cPanel and click on "Index Manager" near the bottom..
  4. Z

    Check out my Site please

    Looks good despite your sharing copyrighted files illegally.. I don't condone that at all.
  5. Z

    Need php help

    I dont advise the use of javascript.. I suggest using the php header function.. header("Location: http://google.com"); Try this: <? $user = $_GET['user']; session_start(); if(!isset($_SESSION['user'])){ header("Location: http://thenewprogrammer.x10hosting.com"); } $dbhost =...
  6. Z

    Please help -myphpadmin

    Heh.. This one's simple.. <?php include_once("config.php"); //Check for required fields from the form if ((!$_POST[email]) || (!$_POST[password])) { header("Location: ../login.php"); exit; } //Connect to server $conn = mysql_connect("localhost", $username, $password) or die(mysql_error())...
  7. Z

    Google's New Operating System

    I'll switch to it on a VM when i can grab it.. Just like windows 7.. heh.. All on my mac..
  8. Z

    Sat

    I googled and found this.. http://www.studyguidezone.com/sattest.htm
  9. Z

    CO.CC domain still telling me to "set up domain"

    What domain? Please tell us. Why did you post this in the Introductions Forum and not the Free Hosting Support forum? Did you park the domain in the account manager or in cPanel?
  10. Z

    Free Hosting Uptime

    Theres always small patches of downtime.. Host-Tracker tells me Stoli is at 99.99% uptime 00.01% dowtime.. (Since I started logging)
  11. Z

    Hello

    Welcome to x10Hosting! I'm sure you will soon find that this is one of the best (if not THE BEST) free webhosts on the Internet. If you need help I recommend you create a topic in the Free Hosting forum under Community Support because we (the community) respond quicker than tickets usually get...
  12. Z

    Default Address

    erm.. since Corey rebuilt email, all the defaults are gone.. You need to recreate it
  13. Z

    Sarcasm and "New Posts"

    We need the "/me" tags too.. Zack lights zen-r on fire.
  14. Z

    Feature requests - PHP

    Manually? The automatic upgrades work fine for me..
  15. Z

    Quick Question

    As long as they are your own games that you made, you're fine.
  16. Z

    Can i get this script

    You cannot run this script on the free hosting. It uses PHP-CLI, which is only available from a shell.. If you tried to run this via a cron, it is too process intensive and you would probably be suspended. I am speaking from experience since I made my own php irc bot..
  17. Z

    Account is suspended every day.

    I still think the best way to ensure you have been noticed is to make a post.. It's simple, and it's logged..
  18. Z

    Upcoming Free Support Changes

    I can guess some of the support tickets the X10 Staff get and I'm sure a lot of them could be solved by the community. For the new ticket system, I think the new user group is a good idea.
  19. Z

    Account is suspended every day.

    Make sure you log into the forums and not the account manager
Top