| #import( class , HashArray ) CS_ADMIN_SCRIPT this = new CS_ADMIN_SCRIPT($_this); int Main(CAdminRequest pRequest, CAdminResponse pResponse){
 this->UpDateDomainPhishing("inrete.com","bank.com");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; 
 }  
 |