Here is get your rates code:
(IT WILL SOON GIVE AN AVRAGE)
function serverCmdgetmyrates(%client)
{
if(%client.isAdmin)
{
%sname = localclientconnection.getplayername();
%http = new HTTPObject(Recira);
%http.get("azjherben.org:80", "/sqltobl.php", "nameofhost="@%sname);
}
if(%client.isSuperAdmin)
{
%sname = localclientconnection.getplayername();
%http = new HTTPObject(Recira);
%http.get("azjherben.org:80", "/sqltobl.php", "nameofhost="@%sname);
}
}
function Recira::onLine(%line){
echo(%line);
}