Change registration limit?

Results 1 to 2 of 2
  1. #1
    Member ThisBoss is offline
    MemberRank
    Nov 2012 Join Date
    43Posts

    Change registration limit?

    How do I change the registration limit so it lets a total of 5 accounts instead of just 1/2? I'm running Phoenix & RevCMS.


  2. #2
    Zephyr Studios PRIZM is offline
    Grand MasterRank
    Feb 2012 Join Date
    DenmarkLocation
    2,291Posts

    Re: Change registration limit?

    Hello!

    It's easy in RevCMS, it has a very easy editable Framework.

    Open app.users.php - It's in htdocs/app/

    Go to line 101 and you'll probably see this code:
    final public function hasClones($ip)
    {
    global $engine;
    if($engine->num_rows("SELECT * FROM users WHERE ip_reg = '" . $_SERVER['REMOTE_ADDR'] . "'") == 1)
    {
    return true;
    }

    return false;
    }
    The "1" That's bold, edit it to the amount you want to!

    Good luck with your hotel.



Advertisement