Search:

Type: Posts; User: nightbot

Search: Search took 0.00 seconds.

  1. Replies
    39
    Views
    26,158

    u are a legend :')

    u are a legend :')
  2. Replies
    39
    Views
    26,158

    I can't add u , it requires 5$ lol. If you got...

    I can't add u , it requires 5$ lol. If you got any other way to contact u. Pm with it
  3. Replies
    39
    Views
    26,158

    root ! 10chars

    root !
    10chars
  4. Replies
    39
    Views
    26,158

    U mean when i do !register username pw ? i use...

    U mean when i do !register username pw ? i use !register nightbot andpwhere

    also, im just trying to make ONLY a register system, i'll do login soon, but not now;

    I think it's from the case...
  5. Replies
    39
    Views
    26,158

    1195 check is izno.

    1195

    check is izno.
  6. Replies
    39
    Views
    26,158

    Still the same error. registration failed,...

    Still the same error.
    registration failed, already exist
  7. Replies
    39
    Views
    26,158

    I did everything. Created the...

    I did everything. Created the database,table,columns, but the problem now is the case "register", i don't know how to order the queries.
    i tried this but it gives me user already exists everytime
    ...
  8. Replies
    39
    Views
    26,158

    Sorry for double post. i managed to execute these...

    Sorry for double post. i managed to execute these functions by mysql -u root -p , then delimiter // , i wrote the fuctions then i didi end //
  9. Replies
    39
    Views
    26,158

    How to execute that mysql function ? i tried with...

    How to execute that mysql function ? i tried with heidisql/phpmyadmin sql executer but it gives me error

    SQL query:

    CREATE DEFINER = `root`@`127.0.0.1` FUNCTION `createNewAccount` (
    ...
  10. Replies
    39
    Views
    26,158

    case "register": login = args[2]; pass =...

    case "register":
    login = args[2];
    pass = args[3];
    if(args[2].size >= 3 && args[2].size <= 20)
    {
    if(args[3].size >= 5 && args[3].size <= 25)
    {...
  11. Replies
    39
    Views
    26,158

    IzNoGod it would be cool if you fix it :s

    IzNoGod it would be cool if you fix it :s
  12. Replies
    39
    Views
    26,158

    Thx for ur help. Even when the user is available...

    Thx for ur help.
    Even when the user is available i get that Login taked !

    This is my searchforlogin thread

    SearchForLogin(login)
    {
    maps\mp\gametypes\_mysql::asyncQuery("SELECT login FROM...
  13. Replies
    39
    Views
    26,158

    @IzNoGod i managed to make the login unique and...

    @IzNoGod i managed to make the login unique and primary. But i got some problems showing errors.
    If there is an account, it returns a self thread tellmessage("account exist");
    but if there is no...
  14. Replies
    39
    Views
    26,158

    none will help then :/

    none will help then :/
  15. Replies
    39
    Views
    26,158

    Ur comment ain't helping here ..

    Ur comment ain't helping here ..
  16. Replies
    39
    Views
    26,158

    Every single thing u said didn't understand...

    Every single thing u said didn't understand anything from. Maybe a small tutorial or some links.
    If u wants to help me i will just have 3 columns login password rank in admins table.
  17. Replies
    39
    Views
    26,158

    Ahaa ! But can you give me atleast a good start...

    Ahaa ! But can you give me atleast a good start for it ? I'm not that good at mysql things tbh mitch
  18. Replies
    39
    Views
    26,158

    Ok give it

    Ok give it
  19. Replies
    39
    Views
    26,158

    could you fix it for me?

    could you fix it for me?
  20. Replies
    39
    Views
    26,158

    bump 10char

    bump
    10char
  21. Replies
    39
    Views
    26,158

    Probelm with MySQL register.

    Hello, i've been trying to make a register command. But it allows 2 usernames on database without having an error ingame.
    I'm tired working on this since 4 days with no success.
    These are codes...
Results 1 to 21 of 21