Functioning IP Logger. Requires Repl.it db.
Append it to a file, send it to a different server, whatever you want.
If you return to the page, it'll replace the html with "Your IP Has The Disabled Status"
If you do not click the button in 30 seconds, your IP will be automatically marked as Disabled.
If the odds go in your favor, your IP will be removed from the database. If they do not, you ip will remain the the database and be marked as "Disabled".
You can change this behavior by modifying the chance function.
If you disconnect and haven't "rolled" yet, your IP will remain in the database and be marked as Disabled.
It's ready to use.
If you would like to store IPS in the ips.txt file, uncomment
fs.appendFileSync('ips.txt', ip + "\n");on line 25 in index.js
If you would like the timer to be longer, change the TIME variable.
Timestamps are in EST format.
I don't care how you use this.
Contact Me at [email protected] for any concerns.
This is part of an upcoming project that functions similarly but does not log ips.
This is partly satire.
If you would like to test this, go to: Here
If you do go there, note that your IP will be stored in a database, but it will not be publicly available or abused. Feel free to use a VPN, and if you don't, rest assured that I really don't care about your IP and the database is cleared regularly.
