this-> DNSBL_Score

(Caronte Pcode version 2.0)

Description

float this-> DNSBL_Score (string ip);

Search through the DNS Black List for the ip and return the value of the score.

Example.

Source:

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;

}



Out:
0.000000