Jump to content

Lua Tutorial - System Login and Register Online PHP and Lua


DarkingCheater
 Share

Recommended Posts

19 hours ago, BadCase said:

As it checks the password you can use

<?php
$userip = $_SERVER['REMOTE_ADDR'];
echo $userip;
?>

to get the server to retrieve the IP the user is connecting from

https://crashreporter.000webhostapp.com/getip.php

 I would do with ip, but think every time you restart the internet your ip changes

_______________________________________________
added 1 minute later
3 hours ago, saiaapiz said:

By following a bit tutorial by @DarkingCheater, i've managed to achieved to make it. Thanks @DarkingCheater.

This is my login script.

TestLogin.lua_obs

 Thanks, I hope I have helped ?

Link to comment
Share on other sites

59 minutes ago, DarkingCheater said:

 I would do with ip, but think every time you restart the internet your ip changes

_______________________________________________
added 1 minute later

 Thanks, I hope I have helped ?

Here in the US a large amount of the modem have static assigned IP addresses, even after restarting them they still get assigned the same one, but you can also match the IP to their country and if you have multiple countries showing up you know the password was leaked

Link to comment
Share on other sites

5 hours ago, BadCase said:

Here in the US a large amount of the modem have static assigned IP addresses, even after restarting them they still get assigned the same one, but you can also match the IP to their country and if you have multiple countries showing up you know the password was leaked

 Yes, if it is to do someday I will think about this possibility, thank you. I did not focus much as it is just a script login so I did not see the need to do anything great

Link to comment
Share on other sites

  • 4 months later...
  • 10 months later...
  • 4 months later...
  • 2 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.