AtlasMediaGroup / IcarusMod

The Superior Freedom Network custom plugin.
Other
8 stars 13 forks source link

Multiple IP Handling #131

Closed Wild1145 closed 8 years ago

Wild1145 commented 9 years ago

Not sure if we currently support multiple IP's for admins, by the looks of the MySQL Table set-out the answer is no, if that is the case it may be worth supporting more than one somehow...

Hockeyfan360 commented 9 years ago

I really don't know how we could do this. I dont know if String[] instead of String would work.

Hockeyfan360 commented 9 years ago

The only solution I would have would be creating a table for ips, and we can say banned:true, but it wouldn't be a goos idea to associate them with admins.

Wild1145 commented 9 years ago

@Superior-Development/superior-freedom-network-pull-push We still have not figured out the final implmentation of this, any suggestions anyone?

Paul19988 commented 9 years ago

Use an Array in the MySQL table

Wild1145 commented 8 years ago

Upon discussion with both TheCJGCJG and Varuct, we have decided not to worry about this, and let the panel handle it.