(Caronte Pcode version 2.0)
Search through the DNS Black List for the ip and return where the ip is listed .
Example.
CS_ADMIN_SCRIPT this = new CS_ADMIN_SCRIPT($_this);
int Main(CAdminRequest pRequest, CAdminResponse pResponse) {
this->Print("Result: " + this->DNSBL_Ns("XXX.XXX.XXX.XXX"));
return 0;
}