Hi
I want to make a small program in autoit.
Main function of program is to have
- login ( when user enters data in input fields username and password connect to remote mysql database, find username, password, id, banned fields and check data that user enterd with data on mysql server, check if user is banned or not )
- detect file in windows and when he find a file to store file path to registry
- on start button ( show only if user is logged ) start file path game
- if game runs take screenshoots and send to remote server map where logged in user id is equal to map name on server
- need to take screens random time ( 5sec, 50 sec, 20 sec, 80 sec ) an upload it automatic on server map
So my question is
-is autoit can connect to mysql on remote server,
-can i compare data from mysql database with this one from input fields in login form of program
-can screenshoot-s can be uploaded directly to map on host without ftp data







