Recent content by XenPHP

  1. X

    Habbo Themed Site [HELP]

    Be sure to close your tags, as you left them open. <td style="width: 300px; height: 900px;" class="habboPage-col" valign="top"> <div class="v2box red light"> <div class="headline"> <h3 align="left">Fansite Owner</h3><h3 align="right">Owner</h3>...
  2. X

    Screenshot your iTunes library

    Basically, just share a screenshot of your iTunes library. I just started, because I am getting an iPod on Monday :)
  3. X

    php checking

    Well I am done :)
  4. X

    php checking

    I'll do it for you. I'll edit this post, and alert you in the shoutbox when I am complete. After all, I have PHP in my name :D //add database connection first $q = mysql_query("SELECT FROM players WHERE name = '".$player."'"); if(mysql_num_rows($q) < 1) { die("The name <b>".$player."</b>...
  5. X

    [HELP] Online users

    Well, if you're using phoenix emulator, it's quite simple. Just simple use mysql_result and all should be well. Here, I'll do it for you. $q = mysql_query("SELECT online_users FROM server_status LIMIT 1"); mysql_result($q, 0); Here is how it works. Firstly, the line where it says $q =...
  6. X

    MySQL help

    Haha, no problem! Just letting you know, as it will really help in certain situations (no internet :mad: )
  7. X

    MySQL help

    Next time, after a query, just make it die. This way, you can get the actual error, and it will be a whole lot easier, and one less help thread on DevBest. For example... mysql_query("UPDATE users SET username = '$user' WHERE id = '1'") or die(mysql_error());
  8. X

    Webpage Error?

    It's because his IP is blocked. It happened to me several times when I used to use datasphere hosting. They always blocked my IP, and I could never access a site that hosted it, nor the site itself.
  9. X

    Personal Requirements for coding

    iTunes Ideas in my head Lubricant Headphones Netbeans IDE Google Chrome Porn Stash
  10. X

    Webpage Error?

    Your IP Address is most likely blocked.
Top