[Help] Making Registser Webpage!

Junior Spellweaver
Joined
Jan 5, 2007
Messages
182
Reaction score
0
Location
Behind You
This Is My Config.php code :

<?php
$config['host'] = ''; // IP Address
$config['user'] = ''; // Database Username
$config['pass'] = ''; // Database Password
$config['base'] = 'GunzDB'; // Database Name
$config['ip'] = ''; // Your IP
$config['port'] = '6000'; // GunZ Online Port
?>

-The part im getting confused on is the "Ip Adress" And "Your Ip". For Ip Adress What Ip Do I nput And For "Your Ip" What Ip Do I Input?
 
Back