(Caronte Pcode version 2.0)
Search through the DNS Black List for the ip and return the value of the score.
Example.
CS_ADMIN_SCRIPT this = new CS_ADMIN_SCRIPT($_this);
int Main(CAdminRequest pRequest, CAdminResponse pResponse) {
this->Print(this->Format("%f",this->DNSBL_Score("151.99.125.2")));
return 0;
}