Hey guys,
Do you know how I can make a white list for my Lacewing application? By white list I mean you are kicked unless your username in on the list (opposite of a black list/ban list).
In my case it connects to a database to check a username and password combination.
Another method would be to use the Get object to send a request to php page on your server that checks a list and returns 1 or 0, but this method would be easy to bypass, very easy. One could just modify their hosts file to have their computer connect to their own script, ect.
I guess the easiest way would be to have a list on the game frame of all the players that are allowed. Then when you connect to the channel compare the username to the list using the "find string exact" feature.
I'm pretty sure comparing it to "-1" means that it was not in the list. Therefore, setting it equal to -1 and different to -1 will result in checking to see if they're in the list.