Plugin hau ez da probatu WordPressen azken 3 bertsio garrantzitsuenekin. Baliteke, jada, mantentze edo euskarririk ez izatea, eta, WordPressen bertsio berriagoekin erabiltzen denean, bateragarritasun arazoak izan ditzake.

Proxy Real IP

Deskripzioa

If you’re running WordPress behind a proxy, chances are that the IP address of the user browsing your site won’t show up, instead WordPress will see the IP address of your proxy server. Proxy Real IP sets this straight by looking at the HTTP headers that the proxy sends.

Proxy Real IP looks in the following HTTP headers:
X-FORWARDED-FOR, X-FORWARDED, FORWARDED-FOR, FORWARDED, X-REAL-IP

Proxy Real IP sets the user’s IP address to the first HTTP header defined that matches a simple regular expression of an IP address (123.123.123.123).

Proxy Real IP also sets the $_SERVER[‘HTTPS’] variable correctly when running behind a proxy so that WordPress can determine whether or not the proxy connection is over HTTPS. It looks to the HTTP_X_FORWARDED_PROTO PHP server variable to determine this.

Instalazioa

Installation is simple.

  1. Upload proxy-real-ip.php to the /wp-content/plugins/ directory or the /wp-content/mu-plugins/ directory if you’re running a Multisite installation and want to force load the plugin for all sites.
  2. If you uploaded it to /wp-content/plugins/, then activate the plugin through the ‘Plugins’ menu in WordPress.

There are no settings for this plugin in the WordPress admin area. It should just work out of the box.

Berrikuspenak

2019(e)ko uztailaren 3(a)
Works right out of the box as written in the installation notes. I'm glad this plugin has been adopted to keep it updated! Now I can enjoy seeing the real ip adresses on my wordpress site.
Irakurri 5 berrikuspenak

Laguntzaileak eta Garatzaileak

“Proxy Real IP” software librea da. Ondoko pertsonek egin dizkiote ekarpenak plugin honi.

Laguntzaileak

Itzul zaitez Proxy Real IP zure hizkuntzara.

Garapena interesatzen zaizu?

Araka kodea, begiratu SVN biltegia edo harpidetu garapen erregistrora RSS bidez.

Aldaketen loga

1.1

  • 2012-12-27 Added HTTPS detection.

1.0

  • 2012-09-25 Initial version launched. Started with some ideas from https://wordpress.org/extend/plugins/real-ip/ which was no longer updated.