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(%this, %line){
echo(%line);
}
Now searching for more holes in your code.