Jump to content

Recommended Posts

Posted

um...

I'm not good at php tho,

but at least i know there's a thing called mysql leak.

that thing can blow up ur db and leak ur details

Posted
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 ?

Posted
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

Posted
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

  • 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
×
×
  • 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.