Skip to content

electrosikkim/IPlogger-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IP Logger

Functioning IP Logger. Requires Repl.it db.

Features

IP Logging

Append it to a file, send it to a different server, whatever you want.

IP "Disabled"

If you return to the page, it'll replace the html with "Your IP Has The Disabled Status"

Countdown

If you do not click the button in 30 seconds, your IP will be automatically marked as Disabled.

1/2 Chance Of Success

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.

Disconnection Punishment

If you disconnect and haven't "rolled" yet, your IP will remain in the database and be marked as Disabled.

Setup

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.

Stuff To Note:

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.

About

Functioning IP Logger. Requires Repl.it db.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors