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 


Lua script for fetching data from database

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
abhijeet1001
Advanced Cheater
Reputation: 0

Joined: 10 Apr 2013
Posts: 87

PostPosted: Sun Nov 24, 2013 3:25 am    Post subject: Lua script for fetching data from database Reply with quote

Ok so after trying hard n googling like crazy i somehow managed to figure out the login script using lua which posts data to the site

Code:
http = require("socket.http")
local username = "abc"
local password = "123"
local post = "username"..username.."&password="..password
logon = http.request("mysite.com/login.php" , post)


but how to make a script which checks the database n validates if their is the account and then functions further ? any help on this ? Darkbyte ???

Thanks in advance
Back to top
View user's profile Send private message
Keule
Cheater
Reputation: 0

Joined: 08 Aug 2012
Posts: 25

PostPosted: Thu Dec 12, 2013 8:44 am    Post subject: Reply with quote

Put the check directly into the login.php, i guess it will be easier and more secured than using lua for this... Razz
Back to top
View user's profile Send private message
abhijeet1001
Advanced Cheater
Reputation: 0

Joined: 10 Apr 2013
Posts: 87

PostPosted: Thu Dec 12, 2013 11:03 am    Post subject: Reply with quote

Keule wrote:
Put the check directly into the login.php, i guess it will be easier and more secured than using lua for this... Razz
actually I wanted to make a script like that for my program so user needs to log in in the program using my websites Id b pass and I am making my program with lua
Back to top
View user's profile Send private message
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