this-> ViewPhishingDB

(Caronte Pcode version 2.0)

Description

void this->ViewPhishingDB (HashArray store);

Loads a view of the phishing database in the store HashArray.

Example.

Source:

#import( class , HashArray )

CS_ADMIN_SCRIPT this = new CS_ADMIN_SCRIPT($_this);

int Main(CAdminRequest pRequest, CAdminResponse pResponse)
{

HashArray indexkey = new HashArray();
this->ViewPhishingDB(indexkey);

for (int i = 0; i < indexkey->GetRecordCount(); i++)
{

this->Print(indexkey->GetByIndexS(i) + "\n");

}

delete indexkey;

return 0;

}


Out:

abbeynational.co.uk
abbeynational.com