I'm creating a web application and in order for it to run, you must have your device 'registered'. The registration process involves entering the IPv4 address o
I need to convert IPv6 addresses to IPv4 addresses. To do this, I used code from pedmillon's answer to a related question: $ipv6 = $_SERVER['REMOTE_ADDR']; $ip
I had made an EC2 instance on my AWS and also established the connection with RDC in my local system. Installed my required modules and set up the environment f