Search results

  1. B

    Looking for serious feedback!

    http://bobcraft-games.com Please give as much feedback as possible (If your on chrome, the marquee may take a while for you to see it) If it's bad, tell me what I can do to improve it please! Thanks!
  2. B

    All files lost?

    I just went to upload a new file into my ftp and all of a sudden all of my files were wiped? I can't upload anything either, it has a "0 bytes" limit.
  3. B

    Just a lil' something.

    http://bobcraft.x10.mx/design.html Discuss.
  4. B

    HTML Problem - images not showing?

    <a href='http://bobcraft.x10.mx/index.php'><img src="Home.png" width="250" height="50" border="0px" onmouseover="this.src='Home2.png'" onmouseout="this.src='Home.png'"/></a><br /> <a href='http://bobcraft.x10.mx/Blog/'><img src="Blog.png" width="250" height="50" border="0px"...
  5. B

    Just a couple of HTML tutorials.

    http://www.youtube.com/watch?v=ppAz_CTfHJg&amp;feature=channel_video_title http://www.youtube.com/watch?v=8LRwP0aIkeQ&amp;feature=watch_response A contest for some of you guys if you wish: http://www.youtube.com/watch?v=JJss87-TaGc&amp;feature=relmfu Thanks for watching them! The intro in the...
  6. B

    Mysql - "No database selected"?

    Hi guys! I was making a gaming community website, and when I was pulling a mysql connect for an activation code, I get an error saying "No database found" (It's a mysql_error() thing..) The code: <?php $server = "localhost"; $dbuser = "bobrocke_1"; $dbpass = "*********"; $database =...
Top