Activity Stream
48,167 MEMBERS
61036 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1.     
    #1
    Banned
    Website's:
    wrzaddiction.com desibbrg.com

    Default Forum showing same IP for all members

    In my forum after i transferred the host it is showing the same IP (which is currently the IP of the host) for all users

    SCREENSHOT



    I tried banning the IP address and all users got banned

    Any solution?
    Is it a host-side problem or a problem in my DB?
    WrzAddiction Reviewed by WrzAddiction on . Forum showing same IP for all members In my forum after i transferred the host it is showing the same IP (which is currently the IP of the host) for all users SCREENSHOT http://lulzimg.com/i0/1b9a53c7.png I tried banning the IP address and all users got banned Any solution? Is it a host-side problem or a problem in my DB? Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Banned
    Website's:
    google.com knownsrv.com
    Are you using Reverse Proxy or your host
    That ip is your server ip

  4.     
    #3
    Moderator
    NewEraCracker's Avatar
    Host is probably using some sort of reverse proxy but not using appropriate mods to change $_SERVER['REQUEST_ADDR'] accordingly.

    I am not sure about which header they do use.

    Can you please upload a php file with
    PHP Code: 
    <?php
    header
    ("Content-Type: text/plain");
    var_dump($_SERVER);
    exit();
    ?>
    Execute it via browser and post output here?
    (Remember to look for your IP address and remove it )
    Trusted: Dom, l0calh0st, 0ccul7, robert420
    Find all threads started by NewEraCracker

  5.     
    #4
    Banned
    Website's:
    wrzaddiction.com desibbrg.com
    here it is

    Code: 
    Removed

  6.     
    #5
    Moderator
    NewEraCracker's Avatar
    Thanks

    Add this to configuration file, right after <?php in a new line.

    PHP Code: 
    $_SERVER["REMOTE_ADDR"] = ( isset($_SERVER["HTTP_X_REAL_IP"]) ? $_SERVER["HTTP_X_REAL_IP"]  : $_SERVER["REMOTE_ADDR"] ); 
    Report the outcome
    Trusted: Dom, l0calh0st, 0ccul7, robert420
    Find all threads started by NewEraCracker

  7.     
    #6
    Member
    Your host use nginx as a reverse proxy for serving static content. They probably found some poorly auto installer that installed it without mod_rpaf so you see the same IP's for all members/visitors.
    KnownSRV.com - Quality comes at a price, and we provide it at affordable prices.
    PayPal, Skrill(MoneyBookers), Payza(AlertPay), 2CheckOut and LibertyReserve accepted!

  8.     
    #7
    Banned
    Website's:
    wrzaddiction.com desibbrg.com
    here

    Code: 
    Removed

  9.     
    #8
    Moderator
    NewEraCracker's Avatar
    lol. I mean in vB

    And talk to your host about what Krun!x said.
    Trusted: Dom, l0calh0st, 0ccul7, robert420
    Find all threads started by NewEraCracker

  10.     
    #9
    Banned
    Website's:
    wrzaddiction.com desibbrg.com
    okz
    thnks fr d help

  11.     
    #10
    Banned
    Website's:
    wrzaddiction.com desibbrg.com
    Quote Originally Posted by NewEraCracker View Post
    Thanks

    Add this to configuration file, right after <?php in a new line.

    PHP Code: 
    $_SERVER["REMOTE_ADDR"] = ( isset($_SERVER["HTTP_X_REAL_IP"]) ? $_SERVER["HTTP_X_REAL_IP"]  : $_SERVER["REMOTE_ADDR"] ); 
    Report the outcome
    this worked..now showing only IP correctly
    but all other users IP's are still same

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Forum Showing Same IP Address For All Users
    By Shazza in forum vBulletin
    Replies: 4
    Last Post: 16th Jul 2011, 12:04 AM
  2. Forum is showing Database error need help:(
    By DevilLnC in forum Technical Help Desk Support
    Replies: 20
    Last Post: 7th Jan 2011, 04:42 PM
  3. [HELP] vb forum- showing some errors...
    By saman.j.l33t in forum Technical Help Desk Support
    Replies: 3
    Last Post: 24th Jul 2010, 03:32 PM
  4. Custom Usergroups not showing up on forum home
    By Uterus Spacecraft in forum vBulletin
    Replies: 6
    Last Post: 25th Mar 2010, 05:46 AM
  5. Search not showing on forum home
    By Nightcast in forum vBulletin
    Replies: 1
    Last Post: 13th Nov 2009, 06:11 AM

Tags for this Thread

BE SOCIAL