I need to do a php server side validation for the username field on the standard registration form (Joomla 2.5). How is this achieved please, and in which file do I add it to? Thanks.
I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...