Search results

  1. G

    Jealous See

    Probably some sort of blackbox. http://www.boxshots.org/ <- all windows
  2. G

    Did IRC Just Go Down?

    I would go for IceChat. I use mIRC, as I find $10 is quite cheap for it.
  3. G

    Did IRC Just Go Down?

    Seems like netsplit or something, only 6 users in the room, instead of the normal 20
  4. G

    remote mysql, how?

    You could use HTTP POST to send/get data from the database. Just make a PHP file containing some POST fields, like $_POST['mysql_query'], then submit data to it through HTTP. And well, you need to make some sort of authentication first, like some sort of access key, so only you can use it.
  5. G

    !!!! The NEW Biggest thread !!!!

    School starts soon :biggrin:
  6. G

    x10hosting isnt free?

    The staff isn't responsible for making your site.
  7. G

    x10hosting isnt free?

    Upload all your images to a folder called "images", then change all paths to those files
  8. G

    account suspended for warez

    http://x10hosting.com/tos.php It would take too much time for the admins to take backup and send it to every user who doesn't abide the rules.
  9. G

    remote mysql, how?

    If you mean fsockopen, then you're wrong. fsockopen is also disabled for security reasons.
  10. G

    remote mysql, how?

    The same rule is both ways
  11. G

    Truth about neobux

    I am member, and I've earned $42.6 so far without spending any money at all, except what I've earned on neobux. I spent $24 on referrals, received $15, and I got ~$5 in my main balance so far. I'm happy with it, $15 is still better than nothing at all xD. And I haven't spent my own money on it...
  12. G

    I got my Adsense Check

    I'll be getting a $104 check very soon (Reached by end of July) :D
  13. G

    Jealous See

    I got it from windows update when I was on vista. It also comes bundled with windows 7. And btw, business GPUs (Like quadro fx 570m) on a lenovo laptop + ubuntu + compiz = extremely hard to set up, because no real driver exists, and you need to use a beta driver made for another card. If you do...
  14. G

    When does school start for you guys?

    24th for me, today for nearly all my other Swedish friends.
  15. G

    Jealous See

    I think it comes with windows update
  16. G

    Jealous See

    orly?
  17. G

    How come PHP is not insertting my data into MySQL?

    if (!is_numeric($value)) { $value = "'" . mysql_real_escape_string($value) . "'"; } I don't think you need to do that when it's a variable? Because I never needed to
  18. G

    X10Hosting Supension

    http://forums.x10hosting.com/payments.php
  19. G

    How come PHP is not insertting my data into MySQL?

    try to replace all NULL's with 2 single quotes like ''
  20. G

    How come PHP is not insertting my data into MySQL?

    Try to add: mysql_select_db("", $con) or die("could not select db"); and: $query = mysql_query($sql) or die("error:". mysql_error());
Top