Jump to content

iFreakTime~.~

Member
  • Posts

    120
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by iFreakTime~.~

  1. Acum 10 minute, Exygo a spus:

    It's because copy & paste, u need to paste them in a txt and edit with notepad++ and change the encoding to remove the unknown symbols there and after that you are able to paste them in visual studio binary source.

    Ahh, everytime i verify for the ? and unknown symbols, and this time i forgot. Thank you, good man. ?

  2. Hello guys. I have a little error on my pin system. I maked a "pin" system based on password and, when i try to login, the client says my password is invalid. 

    The error from this query, input_auth.cpp in this query.

    		DBManager::instance().ReturnQuery(QID_AUTH_LOGIN, dwKey, p, 
    				"SELECT PASSWORD('%s'),password,securitycode,social_id,id,status,availDt - NOW() > 0,"
    				"UNIX_TIMESTAMP(silver_expire),"
    				"UNIX_TIMESTAMP(gold_expire),"
    				"UNIX_TIMESTAMP(safebox_expire),"
    				"UNIX_TIMESTAMP(autoloot_expire),"
    				"UNIX_TIMESTAMP(fish_mind_expire),"
    				"UNIX_TIMESTAMP(marriage_fast_expire),"
    				"UNIX_TIMESTAMP(money_drop_rate_expire),"
    				"UNIX_TIMESTAMP(create_time)"
    				" FROM account WHERE login='%s'",
    				szPasswd, szLogin);

    I tried a to edit the query to read both : szPinwd and szPasswd, but i dont have any result.

    Can someone help me with this ?

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.