Login   Register  
PHP Classes
elePHPant
Icontem

File: eng.lang.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of ben  >  Portscan  >  eng.lang.php  >  Download  
File: eng.lang.php
Role: Configuration script
Content type: text/plain
Description: english language file
Class: Portscan
Check whether given TCP ports are opened
Author: By
Last change:
Date: 2006-10-17 07:38
Size: 845 bytes
 

Contents

Class file image Download
<?php
    
/*
    Date: 9-05-2006 15:57
    Author: B.Heesen (b.heesen@dbds.nl)
    Version: 0.1a
    © Cpyright 2006 De Bron Digital Solutions (http://www.dbds.nl)
    */

//en.lang.php;
//simple scan 
define("SS_PERFORM","Now Performing SimpleScan on IP address");
define("SS_TIME","This will take about a minute");
define("SS_NUMBER","Number of scanned ports:");
define("SS_OPEN","Number of open ports:");
define("SS_TOTAL_TIME","Total time: ");
//Trojan Scan
define("TS_PERFORM","Now Performing TrojanScan on IP address");
define("TS_TIME","This can take a few minutes");
define("SS_NUMBER","Number of scanned ports:");
define("SS_OPEN","Number of open ports:");
define("SS_TOTAL_TIME","Total time: ");

define("SIMPLE_SCAN","Simple Scan");
define("TROJAN_SCAN","Trojan Scan");
define("PAGE_TITLE","Test your security at DBDS");

?>