Questions tagged as 'ip'

1
answer

Obtain the client's IP in Node.js

I need to obtain the IP address of the person who consumes the API I am working with, this is the code I am using: app.post('/api/v1',(req,res) =>{ ConnectTelnet(); var ip = req.connection.remoteAddress; console.log(ip); }) But th...
asked by 24.09.2018 / 22:23
2
answers

How to make my website visible with a public ip?

I would like to know what is the way that I can access from any computer to my website that would be inside my laptop converted into a temporary server, I would like to do this by means of the public and only ip that I have at the moment, Curren...
asked by 21.07.2017 / 00:21
2
answers

Know my private ip from python

I am creating a small chat that will work in a local network, I explain the situation: where I study there are 3 rooms with computers and pages like facebook, twitter and other social networks are blocked, so I thought it would be a good idea to...
asked by 27.07.2018 / 09:12
1
answer

Script for Windows that distinguishes by IP

I need your help because I'm going crazy to create a script that when you log in runs in all the posts in the domain and you modify the name of the Organization in Windows based on the IP address of the PC. The problem I have to get it if the IP...
asked by 26.03.2018 / 09:00
1
answer

When detecting IP in PHP, it shows me ":: 1" [duplicated]

My question is if it is possible to use public IPs on a local server, I use WAMP, this is what I need to do some tests in which I use the detected IPs because as local servers can not detect public IP's, when trying to do it, it shows me :: 1...
asked by 26.06.2018 / 03:29
1
answer

As a redirection to my website through my enabled ports?

I currently have a small website that I want to show some people so they can see it, but I do not want to upload it to a free server because it limits my functionality a lot, so I want you to see it from my ip public, in theory already activate...
asked by 21.07.2017 / 01:42
1
answer

How can I block an ip to a redirect php file?

This is my redirect file in php <?php header("Location: https://www.ejemplo.org/anuncio1.php"); ?> What code do I need so that when a person with an ip. for example 192.168.1.1 can only be redirected once a day or once per hour to that...
asked by 18.04.2018 / 22:40
2
answers

interface command to change ip in linux

Hello, good afternoon everyone, I want to clarify that it is not that I do not know how to change the ip of my linux. what I mean is that if I know I can do it from the command nano etc/network/interfaces and I know I can also do it from th...
asked by 07.10.2018 / 01:19
0
answers

How to make a request on a PHP page with IFTTT?

I need to send an information to a public page in an online server, I am using IFTTT Platform in which when I publish a Tweet I have to send certain tweet information (User, Hashtag, content etc) to a PHP page through of the URL and save that in...
asked by 09.11.2018 / 00:12
0
answers

how can I see a page from my phone via wifi to a computer that has a lamp that is connected to the same wifi network

I do not know if I explain well in the title of the question, but here I give more detail, to start clarifying that I have a computer with Linux installed, and I have a local server with xampp. As I said both my PC and my phone are connected to...
asked by 01.11.2018 / 17:29