Does that work if they're using a proxy though?
I'm planning to have a shared object stored on their computer using flash once they are banned, and then if the shared object is found it'll show them the "User Blocked" screen; It won't matter if they clear their cookies or use a proxy, because if the shared object is found in the application data folder on their computer it will detect it and show them the "User Blocked" message.
Plus, this is more of a learning exercise for me. xD;
So yeah, I need to be able to call the "User Blocked" screen if the shared object is found. Is there any way to do this?
Edit: Found it, "print_no_permission();"
|