Monthly Archives: September 2011

Picking a random server with PHP(with server online checking)

Some time ago I was facing a challenge, making a PHP script that randomly picks a server from a server list, to create a load balancing effect. The script expects that the servers are replicated, so that only the server … Continue reading

Posted in Uncategorized | 1 Comment

OpenVPN stats/status page using PHP

Yesterday I was facing a problem that I don’t face many times: Something isn’t widely documented on the internet. In this case it was about OpenVPN, the status of the server, per client, more specifically. After doing some searching on … Continue reading

Posted in Uncategorized | 2 Comments