Hax
PHP - DaDaBik

 

"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 "dadabik") and note the name, for when you edit the configuration file
  • Create at least one table, to get started. With DaDaBIK you can't create databases and tables!!
  •  

 

Edit the configuration file  
  • Open the configuration file at Includes/Program_ Files/include/config.php in a text editor, and change:
  • 1 - Identify the database server type, for instance "mysql"
  • 2 - Identify the server IP or server name for the  database server, for instance "127.0.0.1" or "localhost"
  • 3 - Make sure the database name matches what you created in the MySQL server through phpMyAdmin (for instance "dadabik")
  • 4 - Match the user name with the admin username to your MySQL database server
  • 5 - Match the password with the admin password to your MySQL database server
  • 6 - Enter the complete URL that will be used to for DaDaBik, for instance "http://127.0.0.1/dadabik/"
  • 7 - Enter the full path to the DaDaBik site (not the URL). Yes, this is similar to the step above. For instance, if the site_url is http://www.mysite.com/path_to_dadabik/ this should be /path_to_dadabik/
  •  

 

Create at least one table in your database  
  • 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)
  •