====== PHP scripts for converting IPs ====== The next two scripts are used for converting hex ips used by phpbb2 in databases. Ex. hex ip for 192.168.1.1 is C0A80101 #!/bin/php hex2ip #!/bin/php And these are used for converting IPs to integer and back. Ex. integer ip for 192.168.1.1 is 3232235777 ip2int #!/bin/php ip2int #!/bin/php