PHP Code:
<?php
require_once './inc/class.captcha.php';
// Configurations
$myhost="localhost";
$mypass="test"; //your server login password
$myuser="root"; //your server login username
$mydbacc="account"; //your server account database
$mydbdata="my"; //your server my database name
$serveraddress="localhost"; //your server ip
$serverport=5816; //your server connection port
$mydb="my"; //your server my database
$servername = "DragonFire"; //Put your servername here.
$link = "http://dragonfire-df.com/"; //Put your website link here
// Dont Edit after this
mysql_connect($myhost,$myuser,$mypass);
mysql_select_db($mydb);
?>
this's my config i don't think there's something wrong in it but when i try to open register i got this
i tried all register pages here and 2 from conquer section too and try run it in xamp and wamp and appserver and in ($serveraddress="localhost"; //your server ip) i tried replace localhost with vps ip and by 127.0.0.1
any idea !! no flame please and someone try to be smart and say use search .. i am not new and know well and i already did






