0 Users appreciate this thread.
Using ip addresses
djl12328 (2012-10-28 19:43:57)How do you get the their IP?
2012-10-28 19:44:12
www.dark-isle.weebly.com
This topic is closed, so you can not post a comment.
Back to forum: 3DSPlaza Programming
New registered users today: 7
Newest registered user: ElegantVulpes

Every device that is connected to the internet has a unique IP Adress. This is just a number like 192.168.1.1. Since this number is unique, so different for everyone, you can tell who is who.
When somebody registers, my script saves their IP adress. Now if they want to register again, the script checks if their IP adress already registered. If yes, then it blocks the person from registering again.
(Hope you understood that...
Also, we also have a command in the chat for moderators that can check their IP adress, and check if that's already linked to another account. If that is the case, they are practically ban-dodging, so they get banned
About the respects... I just made a bar that starts at 50%. Now when somebody respects you, your bar goes up a little, and when somebody disrespects you, it goes down a little
(I made those scripts with the programming language PHP)