The ip tag has no wiki summary.
1
vote
1answer
127 views
How can I hide the IP of registered commentators?
There is already a related question at
How do I turn off wordpress comments ability to capture a users ip address?
But is there a solution to do it for users/mods/admins only?
So that normal ...
0
votes
3answers
56 views
how to move another machine or server without dealing with IP
Wordpress website for a small company. i am able to install wordpress in IIS server.
my doubt is when installing , i am giving the ip address as "192.168.0.101:87".Everything works fine.I created ...
1
vote
1answer
39 views
Is it possible to store visitors IPs in wp_postmeta table?
Or in any of the other 11 Wordpress tables. I also need to store: submission date, name, contact number in the same table.
What approach would be best? A custom table or using a standard table?
3
votes
1answer
576 views
How do I turn off wordpress comments ability to capture a users ip address?
Going through the comments table on my wordpress site, I noticed that wordpress is storing the ip address of everyone who makes a comment on my site. How do I remove this functionality?
I'm not just ...
1
vote
1answer
66 views
How do I test my localhost WordPress project with VirtualBoxVM?
I'm working on a WordPress project set up with MAMP on localhost. I try testing the site on internet explorer with VirtualBoxVM by browsing to my local ip.
My problem is, wp_head() outputs absolute ...
-1
votes
2answers
81 views
How to access my site using IP Address? [closed]
I would like to know how to access my website using Ip address instead of domain. Like 173.252.100.16 can used to access facebook.
My Website is: www.jijojose.me
Server have multiple websites hosted.
...
5
votes
1answer
62 views
IP address character limit
my client in his template is using <?php comment_author_IP(); ?> to display IP's of comment authors. Recently he came to me with idea of limiting whole number to several characters. Final result ...
0
votes
1answer
533 views
Redirect user based on his language and country using WPML
I am using WPML as a languages solution in my blog (in my case it's English and Spanish)
I would like to know if there is a simple way of detecting where is a user coming from (which country.. I ...
1
vote
2answers
97 views
Is it possible to get the currently logged in admin's IP?
Given a wordpress (3.4.x) install that only has 1 admin, how would I grab, from within a plugin, the IP of the currently logged in admin, if there is an admin logged in?
In other words: I need to ...
0
votes
1answer
539 views
Path Issue - Getting “localhost” instead the IP
Okay, currently I'm trying my WP Theme/Plugin development on LAN so that it can be accessed with multiple devices. What I noticed recently is that the way I include the CSS files makes them not to ...
0
votes
1answer
253 views
Does WP show me if I'm logged in from multiple locations?
Does word press show me if I'm logged in in another location?
Related: Limiting sessions to one IP at a time
-1
votes
1answer
87 views
Test for IP in Array Always Fails on First IP
I'm working on a IP restriction plugin but having a strange problem.
I have a textarea in the settings page where each of the IP addresses that should be allowed are entered, one per line. I'm then ...
1
vote
1answer
125 views
Restricting access to a single MultiSite site based on IP — possible?
I have need to restrict not just admin access but also access to the content stored on a single site in a MultiSite network based upon a user's IP address.
Is this even possible?
Is there an easily ...
1
vote
1answer
407 views
WordPress Multisite domain mapping with different IPs
Hey there, I have 5 different sites with 5 different IP's on cyberwurx shared account. How can I install wordpress multisite and use the domain mapping plugin and also keep my sites on different IP's?
...
4
votes
1answer
1k views
Limiting sessions to one IP at a time
On a site with premium user account subscriptions, I'd like to be able to limit logins to one computer at a time. The most straightforward way to accomplish this would be to limit by IP, but I haven't ...