Title: adlerweb's Replies | WordPress.org

---

# adlerweb

  [  ](https://wordpress.org/support/users/adlerweb/)

 *   [Profile](https://wordpress.org/support/users/adlerweb/)
 *   [Topics Started](https://wordpress.org/support/users/adlerweb/topics/)
 *   [Replies Created](https://wordpress.org/support/users/adlerweb/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/adlerweb/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/adlerweb/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/adlerweb/engagements/)
 *   [Favorites](https://wordpress.org/support/users/adlerweb/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] Same IP for every hit](https://wordpress.org/support/topic/same-ip-for-every-hit/)
 *  [adlerweb](https://wordpress.org/support/users/adlerweb/)
 * (@adlerweb)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/same-ip-for-every-hit/#post-10228521)
 * Sounds like you’re using a reverse proxy, CDN or something similar. Check if 
   the real IP is somewhere present in $_SERVER – if so [this](https://github.com/wp-statistics/wp-statistics/pull/122/files)
   might work or should be easy to adapt.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] wordpress in docker](https://wordpress.org/support/topic/wordpress-in-docker-2/)
 *  [adlerweb](https://wordpress.org/support/users/adlerweb/)
 * (@adlerweb)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/wordpress-in-docker-2/#post-10226449)
 * In the current form (12.3.6) WP-Statistics will only use $_SERVER[‘REMOTE_ADDR’]
   as source for visitor IP addresses (“includes/classes/class-wp-statistics.php:
   845ff). When running behind some types of load balancers, CDNs, Proxys – or in
   your case docker – this might only point to the previous server instead of the
   visitor. Most of these systems will send an additional header like “X-Forwarded-
   For” or “X-Real-IP” containing the originating system. Adding support for these
   headers is just 4 additional lines and would allow to use WP-Statistic even in
   these situations.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] Privacy opt-out doesn’t do anything](https://wordpress.org/support/topic/privacy-opt-out-doesnt-do-anything/)
 *  [adlerweb](https://wordpress.org/support/users/adlerweb/)
 * (@adlerweb)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/privacy-opt-out-doesnt-do-anything/#post-10226407)
 * When calling ?wp_statistics_opt_out=1 on 12.3.6 a Cookie named “wp_statistics_opt_out”
   is set in the HTTP-answer.

Viewing 3 replies - 1 through 3 (of 3 total)