Search results

  1. J

    Can't connect with the client?

    Does it work now?
  2. J

    Can't connect with the client?

    emu and client ports are the same?
  3. J

    Revcms mysql querys

    Hi, Anyone know how i get mysql query working for a user? like: <?php$con = mysql_connect("localhost","loginname","password");mysql_select_db("dbname");if (!$con) { die('Could not connect: ' . mysql_error()); } $query = "UPDATE users SET rank = 3, credits = credits + '1000000'...
Top