Stats Reset Problem?
#1

This problem does not always. Timeless happening. Sometimes it is , sometimes not being registered . I use MySQL R26 .

What could be the source of such problems ?
Reply
#2

search for DROP TABLE in ur gm, or somone is sql injecting your gamemode

from https://sampforum.blast.hk/showthread.php?tid=162584 :

Quote:

new Escape[2][128];
mysql_real_escape_string(name, Escape[0]); // This function makes sure you don't get MySQL injected. Read about it by searching it on ******.
mysql_real_escape_string(sscanfinput, Escape[1]);
format(string, 128, "INSERT INTO Account_Table_Name (Username, Password) VALUES('%s', md5('%s'))", Escape[0], Escape[1]);
mysql_query(string);

Reply
#3

I've this system.Player was exit game and again connect stats(score money online time ...) resets.But not always.?
Reply
#4

-edit delete- nvm was thinking of other situations
Reply
#5

You are using my gamemode which I was developing without my authorization. I'v told you before 'You don't have enough information to edit my gamemode.' You just can change my server name on dialogs etc.
Reply
#6

Quote:
Originally Posted by sheNdjze
Посмотреть сообщение
search for DROP TABLE in ur gm, or somone is sql injecting your gamemode

from https://sampforum.blast.hk/showthread.php?tid=162584 :
something out of the game after deleting data
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)