Has anyone managed to use PHPStorm with the Drupal code base? I keep getting many false errors about undefined variables. I ve added *.module, *.inc, etc to the list of PHP file types but I still get errors.
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 ...