Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Store mac address beside user name and password & check

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
Dark Byte
Site Admin
Reputation: 458

Joined: 09 May 2003
Posts: 25288
Location: The netherlands

PostPosted: Thu Feb 16, 2017 2:41 pm    Post subject: This post has 1 review(s) Reply with quote

you might want to sanitize/escape the input variables first before using them in sql queries (lookup sql injection) , or use prepared statements/stored procedures/whatever


anyhow
1:
clientside:

URL="http://sie.com/file.php?username="..MyTrainer.edtUsername.Text.."&password="..MyTrainer.edtPassword.Text.."&is64bit="..tostring(cheatEngineIs64Bit()).."&mac="..getMAC()

server:
$mac=$_GET['mac']

2/3:
select mac from users where username='$username'

if mac is null then
update users set mac='$mac' where username='$username'
else
if mac != $mac then different mac


tip:
change
Code:

"SELECT id FROM users WHERE username = '$username' and pass = '$password'"

to
Code:

"SELECT * FROM users WHERE username = '$username' and pass = '$password'";

that way you have access to all the fields, and saves you some query time

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites