lucbyme Posted August 14, 2018 Posted August 14, 2018 (edited) thank you fixed.... Edited September 2, 2018 by lucbyme
0 XSaga Posted August 14, 2018 Posted August 14, 2018 (edited) The simple script you pasted is to show how you can make a login system. Further enhancement does require knowledge in programming both lua and php. Learn how to code, use google. Read help, understand all the syntax and commands. Study more mate, don't expect people to spoonfeed you. The fact that you are asking this questions proves that you did not do any of your homework before attempting to use this method. Edited August 14, 2018 by XSaga 1
0 lucbyme Posted August 14, 2018 Author Posted August 14, 2018 2 minutes ago, XSaga said: The simple script you pasted is to show how you can make a login system. Further enhancement does require knowledge in programming both lua and php. Learn how to code, use google. Read help, understand all the syntax and commands. Study more mate, don't expect people to spoonfeed you. The fact that you are asking this questions proves that you did not do any of your homework before attempting to use this method. basically its working for me fine with access at my website link with php so my problem that messages with internet access if i click yes that working fine should enter username and password that link with api php but my problem is if someone click no with the messages access internet that bypassing the script and the script is run without the protect i would like to get help and should if he click on no with the access Internet the script exit
0 XSaga Posted August 14, 2018 Posted August 14, 2018 6 minutes ago, lucbyme said: basically its working for me fine with access at my website link with php so my problem that messages with internet access if i click yes that working fine should enter username and password that link with api php but my problem is if someone click no with the messages access internet that bypassing the script and the script is run without the protect i would like to get help and should if he click on no with the access Internet the script exit If then else.
0 lucbyme Posted August 14, 2018 Author Posted August 14, 2018 1 minute ago, XSaga said: If then else. i have trying local login = 'http://*****.com/login.php' if login == 'no' then print ("not click on no") os.exit(); else not working same the old issues
0 ForbiddenSaga Posted August 14, 2018 Posted August 14, 2018 10 minutes ago, lucbyme said: i have trying local login = 'http://*****.com/login.php' if login == 'no' then print ("not click on no") os.exit(); else not working same the old issues Read more. https://gameguardian.net/help/classgg.html#ad020d50d3af0a36733e0cbc231055c55
0 lucbyme Posted August 14, 2018 Author Posted August 14, 2018 3 minutes ago, ForbiddenSaga said: Read more. https://gameguardian.net/help/classgg.html#ad020d50d3af0a36733e0cbc231055c55 so i have trying to do something exit if he click on no with messages allow access internet but i have make searching i didn't find anything help me do you know how to do the exit ? help
0 ForbiddenSaga Posted August 14, 2018 Posted August 14, 2018 Just now, lucbyme said: so i have trying to do something exit if he click on no with messages allow access internet but i have make searching i didn't find anything help me do you know how to do the exit ? help You don't even read the link. Your copy paste prowess is amazing. "If the user declines access, all subsequent calls will immediately return an error"
0 lucbyme Posted August 14, 2018 Author Posted August 14, 2018 3 minutes ago, ForbiddenSaga said: You don't even read the link. Your copy paste prowess is amazing. "If the user declines access, all subsequent calls will immediately return an error" e the function is called, the user is asked to access the Internet. Request one for each script run. If the user declines access, all subsequent calls will immediately return an error. If allowed - will be processed immediately. Permission to access must be obtained each time the script is run. The function executes the query and returns a table with the result on success. On error, the string with the error text will be returned. In logcat there will be more information.
0 lucbyme Posted August 14, 2018 Author Posted August 14, 2018 24 minutes ago, ForbiddenSaga said: You don't even read the link. Your copy paste prowess is amazing. "If the user declines access, all subsequent calls will immediately return an error" i have read it should it add error error - true or false. true if the server returned an invalid code. or i add logcat
0 lucbyme Posted August 14, 2018 Author Posted August 14, 2018 still i can't fix the issues i want help
0 noblack Posted August 18, 2018 Posted August 18, 2018 when a person click on the ‘no’ option,it will returns to nil, what is it looks like: local WEB='HTTP://HDKWVSJWNDJLSBDI.com' local LOGIN = gg.makeRequest(WEB).content if LOGIN = nil then print('Sorry,The Script cant send/get code from internet,please try to connect to internet and try again' os.exit() end Do more homework.This time i help you 1
Question
lucbyme
thank you fixed....
Edited by lucbyme12 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now