search for: geoip_country

Displaying 1 result from an estimated 1 matches for "geoip_country".

2010 Mar 12
0
[PATCH] auth_hash module
...ximal time difference in seconds between real time and time that got from url --> <option name="lifetime" value="7200"/> <!-- if enabled, then users only from this country allowed to connect --> <option name="geoip_country" value="MD"/> </authentication> </mount> Here is sample of unique URL generator: $time = time(); $client_ip = $_SERVER['REMOTE_ADDR']; $md5 = md5($time.$client_ip.'hackme'); $url= "http://icecast:8000/live?hash=$md5&time=$time&quo...