Hax
PHP - NetMon

 

"Making IT happen on the
Information Superhighway"

 

2600 | Antionline | Astalavista | Blacklisted 411 | Crypto-Gram | Defcon | Geeks Are Sexy | IT Conversations | Shoutwire | Slashdot

Forums | Linux | News |Telephone | Windows |

 

 

Download the application  
  •  
  •  

 

Extract to directory  
  •  
  •  

 

Create database  
  • Login to phpmyadmin
  • Create a database (such as "NETINV") and note the name, for when you edit the configuration file
  • Import the SQL script (this file does NOT have a "SQL" extension...it is just a "TXT" file), which you can locate in the root of the directory, titled "scripts.txt"
  •  

 

Edit the configuration file  
  • Open the configuration file at Includes/PortalConection.php in a text editor, and change:
  • 1 - Match the user name with the admin username to your MySQL database server
  • 2 - Match the password with the admin password to your MySQL database server
  • 3 - Make sure the database name matches what you created in the MySQL server through phpMyAdmin (for instance "NETINV")
  •  

 

Follow installation instructions on the screen  
  • Enter the login screen in your web browser, such as http://yourwebsite/netmon/logon.php
    The default user account is admin & admin for the login credentials
  • Make sure to immediately change the admin account as SOON as you login by clicking on the USER LIST link (probably want to create a new ADMIN account first, and then delete the default admin account)
  •