this-> UpDateDBPhishingFromWWW

(Caronte Pcode version 2.0)

Description

int this->UpDateDBPhishingFromWWW ();

Update the phishing database with the database from the server of Caronte Antispam. Return 1 if success, 0 if not.

Example.

Source:

CS_ADMIN_SCRIPT this = new CS_ADMIN_SCRIPT($_this);

int Main(CAdminRequest pRequest, CAdminResponse pResponse)
{

this->Print(this->Format("%d", this->UpDateDBPhishingFromWWW()));

return 0;

}


Out:

1