Title: Loc's Replies | WordPress.org

---

# Loc

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [IP Logging for Comments is loogging my server’s I](https://wordpress.org/support/topic/ip-logging-for-comments-is-loogging-my-servers-i/)
 *  [Loc](https://wordpress.org/support/users/loc/)
 * (@loc)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/ip-logging-for-comments-is-loogging-my-servers-i/#post-56582)
 * I found the solution:
 * In wp-includes/comment-functions.php change:
 * $commentdata[‘comment_author_IP’]= $_SERVER[‘REMOTE_ADDR’];
 * with:
 * $commentdata[‘comment_author_IP’] = getenv(HTTP_X_FORWARDED_FOR);
 * Try it!
    😉
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [IP Logging for Comments is loogging my server’s I](https://wordpress.org/support/topic/ip-logging-for-comments-is-loogging-my-servers-i/)
 *  [Loc](https://wordpress.org/support/users/loc/)
 * (@loc)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/ip-logging-for-comments-is-loogging-my-servers-i/#post-56581)
 * I have the same problem, please help!
 * Thanks!

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