Need some information about clients

04/17/2012 18:48 SniuurksT#1
Hello, as many of you know iam manking server description on sro-servers.com
Now working on server capacity.

So, can you please tell me all client versions (or maybe they are from x.x to y.y? if yes are they from 0.1 to x.x? or from...?),
Client locales.
04/17/2012 20:49 Kape7#2
Client locales are mostly 22 (VSRO) or 38 (BlackRogue). Version changes a lot, you can visit my website [Only registered and activated users can see links. Click Here To Register...] if you want to see approximaltely each server version, but it is really outdated.

If what you want to do is use the PHP capacity script from pushedx just telling you that it will work very buggy, and also it will stop working every time a server updates its version.
04/17/2012 21:01 SniuurksT#3
My target is to make, if get error with client version error, then try with other client, if ok update the sql database.
ex.
if(!$sucess){
$_SESSION['version'] == "$version +1"
}
else{
mysql_query(update x from x set x=x where x = x)
}