Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. "SELECT PASSWORD('%s'),password,securitycode,social_id,id,status,availDt - NOW() > 0,"
  2. "UNIX_TIMESTAMP(silver_expire),"
  3. "UNIX_TIMESTAMP(gold_expire),"
  4. "UNIX_TIMESTAMP(safebox_expire),"
  5. "UNIX_TIMESTAMP(autoloot_expire),"
  6. "UNIX_TIMESTAMP(fish_mind_expire),"
  7. "UNIX_TIMESTAMP(marriage_fast_expire),"
  8. "UNIX_TIMESTAMP(money_drop_rate_expire),"
  9. "UNIX_TIMESTAMP(create_time)"
  10. " FROM account WHERE login='%s'",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement