-
How will i do bbcodes when the frontend is in flash and backend is php? i mean while sending i can easily use htmlentities and preg_match but how should i go about reading the text back?
-
How will i prevent multiple users from logging in with the same name or password? Once someone logs in i can probably set a flag to true and if the flag is true, i dont let the second person log in! But what if the person suddenly disconnects, and never gets to set the flag to false? Then he himself wont be able to log back in!..And as a extension to this, what are the ways to detect and prevent account sharing of users? Do i track thier IP, or umm, do i track multiple login attempts?