Quote Originally Posted by bdd.bizhat.com
I need to know how to fill in the config.php
as in these fields.....


$dbhost = "localhost";
$dbuname = "root";
$dbpass = "";
$dbname = "nuke";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "";
$gfx_chk = 0;
$subscription_url = "";
you can create table by run query file "nuke.sql" by using phpMyadmin
first you log in your cpanel at http://free.bizhat.com/cp/
click=> MySql Manager >>phpMyAdmin>>Sql
choose sql query file from your hard disk to run and it will create tables for your database ok.