|
PHPBB IP Converter Hello!
I am working on a PHPBB forum, and I have a problem. All the IP addresses are stored in the database in some encoded form that I don't understand.
I only need to be able to convert encoded IPs into real IP addresses and the other way round.
Is there some kind of IP conversion tool that will let me do this?
Thank you!
[ ] Want to answer more questions in the Technology category? Maybe give some free advice about: Internet & Web Design?
You didn't mention if you were wanting to have a one-off conversion, such as a web form you could put a single encoded IP into and get the unencoded result, or you were wanting to script the conversion into your project, so I will give you both answers. :-)
Here is probably the most reliable PHPBB IP converter I have found:
[Link](Mouse over link to see full location)
If you want to know how to do these conversions in the actual MySQL query, then read the comments on that page.
If you would like to see how all this works in PHP, then please look at another IP conversion tool:
[Link](Mouse over link to see full location)
... which shows you the source code of the script that is doing the work. ]
More Questions: |