Search:

Search: Search took 1.00 seconds.

  1. Replies
    13
    Views
    11,537

    Iznogod wrote that register script for me last...

    Iznogod wrote that register script for me last year and it was working.
  2. Replies
    13
    Views
    11,537

    I granted to my user all rights. -- my...

    I granted to my user all rights.
    --

    my _mysql.gsc file:

    init()
    {
    //get your host, user, pass, db, port here
    level.JH_mysql = mysql_reuse_connection();
    ...
  3. Replies
    13
    Views
    11,537

    I tried this query CREATE TABLE IF NOT EXISTS...

    I tried this query

    CREATE TABLE IF NOT EXISTS `createNewAccount` (
    `userid` int(10) NOT NULL AUTO_INCREMENT,
    `username` varchar(32) DEFAULT NULL,
    `password` varchar(32) DEFAULT NULL,
    ...
  4. Replies
    13
    Views
    11,537

    I can pay you just help me i really need the...

    I can pay you just help me i really need the server ready so soon.
  5. Replies
    13
    Views
    11,537

    Dude you wrote to me the query past july by tv....

    Dude you wrote to me the query past july by tv. You just told me to do not touch anything and you did the job. I just need the query.
  6. Replies
    13
    Views
    11,537

    tv later? izno? i already friend @skype w/ u

    tv later? izno? i already friend @skype w/ u
  7. Replies
    13
    Views
    11,537

    Register mysql problem

    Hello,
    I'm trying to make a register system using mysql. I got some problems while creating the account and saving it to mysql.
    Here's my code:

    registeraccount(username, password)
    {
    args =...
  8. Replies
    5
    Views
    6,185

    main() { setcvar("saybold", ""); ...

    main()
    {
    setcvar("saybold", "");
    while(1)
    {
    wait 0.05;
    _p = getentarray("player", "classname");

    if (getcvar("saybold") != "")
    {
  9. Thread: libmysqlclient

    by suck000
    Replies
    7
    Views
    6,040

    Fixed it. Forgot to open 3306 port XD

    Fixed it. Forgot to open 3306 port XD
  10. Replies
    12
    Views
    9,748

    Mmm , you're right. The fix is that i had End...

    Mmm , you're right.
    The fix is that i had End Map Vote folder , i overwrited my mod on folder maps , and deleted my PAM folder that exists in my mod. That caused the error.

    So you'll have to copy...
Results 1 to 10 of 10