(Caronte Pcode version 2.0)
Update the phishing database with the database from the server of Caronte Antispam. Return 1 if success, 0 if not.
Example.
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