Search results

  1. S

    Free Software Suggestions

    Software Category: Celestia Development Team Software Name: Celestia Short Description: Lets you explore the universe in 3D. Includes details of bodies and stations in the solar system, over 100k stars, and thousands(?) of galaxies. Link: http://www.shatters.net/celestia/
  2. S

    whats your faverout online multyplayer game?

    I used to play OGame, but that was way too slow. Now I'm hooked on Starfleet Commander, a Facebook app with a stand-alone site. It's almost identical to OGame mechanics-wise but the look and feel differ and there are a few differences.
  3. S

    mysqladmin flush-hosts

    Ok thank you
  4. S

    mysqladmin flush-hosts

    I get this error when I try to access http://shawntc.x10hosting.com/picard-page.php: Warning: mysql_connect() [function.mysql-connect]: Host 'int.boru.x10hosting.com' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' in...
  5. S

    PHP/SQL: Increment Integer Value in Database via Form

    Tried that, both with and without the single quotes around it. Error still persists.
  6. S

    PHP/SQL: Increment Integer Value in Database via Form

    The page in question is http://shawntc.x10hosting.com/picard-page.php I'm learning to use PHP/SQL. Pretty much what I'm trying to do is grab an integer value from a database, then when the user clicks a button the value is incremented and stored. The PHP on the server that deals with the SQL...
  7. S

    MySQL Server for mysql_connect()

    And I don't need to include :3306, correct?
  8. S

    Star Trek Fans

    Trekkie reporting in. Never seen New Voyages, doubt I ever heard of it. May look into it, though.
  9. S

    MySQL Server for mysql_connect()

    What would be the name of the MySQL server for this command? I'm on Boru, if that helps anyone. Would it be http://boru.x10hosting.com: and then the number that comes after that, as it appears in the URL bar? Or would it be http://boru.x10hosting.com:3306, since 3306 is the port for MySQL...
  10. S

    <?xml> for XHTML Prevents PHP Code from Running

    Sounds good. I don't plan on relying on short tags.
  11. S

    <?xml> for XHTML Prevents PHP Code from Running

    When it comes to standards, I like to comply. As such, when I make an XHTML document, I begin it with this: <?xml version="1.0" encoding="UTF-8"?> However, this creates a problem. Whenever I try to put PHP code using <?php ... ?> the site will give me an error about the PHP parser on line...
  12. S

    PHP: time_sleep_until()

    Not understanding the usage of Spock. I'll use JavaScript whenever I can, but I'd still like to be able to queue up a series of things to be done server-side and I suppose time_sleep_until() is what I need.
  13. S

    PHP: time_sleep_until()

    (Grrr I despise PHP's use of the underscore. I so prefer it to be timeSleepUntil() like how they're set up in my native script, JavaScript.) Say I have this code: <html> <head> <title>time_sleep_until</title> </head> <body> <?php echo "Loaded"; time_sleep_until(time()+1); echo "1...
  14. S

    What's Your Computer Called?

    My previous computer was called Omnicron. Its two hard drives were Sigma and Kappa. My current computer's name is Sigma. It has two hard drive partitions, named Sigma and Kappa. I *had* an incorrect type of router when I first tried to get my home computer hooked to the Internet. I named...
  15. S

    Status of Boru

    Ah this is good to know! My website has been down for about a week now but at least I'm aware of the status now. I like the transparency of this host.
  16. S

    What is your prefered programming language?

    I'm in the realm of website development and browser-side scripting. And a little actual programming. HTML/XHTML, CSS, JavaScript, Ajax, XML and C++. I want to look at PHP and SQL eventually.
  17. S

    Noah's Ark

    Haha that was great!
  18. S

    new web dev

    Also www.w3schools.com/php/default.asp
  19. S

    My Little Slice of Boru

    How about red text? (Hehe) Truth be told, I'm not a real good visual artist. My art is in the coding. "No real layout" - that confuses me.
Top