Partixel
(Partixel)
March 3, 2014, 1:13pm
#1
Okay so I just made a quick ban script that receives a list of bans from http://reb.partixel.96.lt/
This ban list can handle UserId or GroupId as well as individual places to ban them from or all of the places that contain the script.
Here’s a link to the model containing the script: http://www.roblox.com/REB-WIP-item?id=148360693
Also, I was wondering if any of you knew how I could securely send bans to my server without people being able to insert a script into their place and tamper with the bans?
1 Like
dom2d2
(dom2d2)
March 3, 2014, 1:19pm
#2
Add a secret key to all authorized additions to the ban-list, then have your server only accept the ones with a key?
Sorry if my answer is dumb, I haven’t worked with this stuff much at all.
Partixel
(Partixel)
March 3, 2014, 1:23pm
#3
I thought of that but I wanted anyone to be able to add place specific bans from their own place meaning many people would have access to the key.
Give them a 20-digit key that they put into the script that identifies that it is indeed the person.
Partixel
(Partixel)
March 3, 2014, 1:41pm
#5
I could do that, but once again, it could be easily obtained.
I was thinking of giving each place a unique key which would then log each use onto my server.
That way, if I find any abuse I can simply remove the key and undo any bans.
Still seems really excessive for a simple ban script though.
Edit: I realise that may have been what you meant, if so, that’s probably what I’m going to do.
Partixel
(Partixel)
March 3, 2014, 1:50pm
#6
I would be able to make a relatively easy system if there was a way to verify the ID of the place the post was coming from.