AES PHP Address Validation Function Readme

Hi,

For usage, you need to edit function.address_validation.php and edit line 34
Change $host_address = "192.168.0.1" to the ip address that corrosponds to the server you are trying to connect to.
Alternatively you can do this in line 20 of example.php: address_validation($in, "192.168.0.1") 
if you need to dynamically connect to different servers.

Installation requires you putting these files on your server and having a working AES server with sockets.
Then run example.php and follow the code in there to edit as you need to make AES work for you.

Happy Coding!

Yoed Anis

/