Using Nginx

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dai-kun
    Member
    • Jul 2005
    • 93

    [Forum] Using Nginx

    I just switched back to using nginx after I upgraded it to the lastest stable version.
    A problem I had was that people trying to login get the message "You have used up your failed login quota!" no matter what.

    I followed this fix on this post http://www.vbulletin.com/forum/showt...62#post1104162

    open class_core.php and change
    define('IPADDRESS', $registry->ipaddress);

    to

    define('IPADDRESS', $this->fetch_alt_ip());
    Even though that takes care of the problem, I want to know if that fix won't have any side effects or cause any problems, since it was so long ago. Thanks!
    It's weird also that this happens now since I had nginx before and I didn't had to make that edit.

    Nevermind fixed. Had to install
    mod_rpaf
    Last edited by dai-kun; Sun 5 Dec '10, 3:27pm.

Related Topics

Collapse

Working...