config problem

02/20/2011 00:50 ☆VenDeTTa☆#1
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

[Only registered and activated users can see links. Click Here To Register...]


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
02/20/2011 04:28 [GM]RageIsName[PM]#2
go check your Configs and setting if you need more help pm my. and see if ur mysql is green
02/20/2011 07:18 alxandr2#3
try to change AppServ and use wamp
02/20/2011 13:02 ☆VenDeTTa☆#4
mysql is green and i can run server and i already used wamp and xamp and appserver and i already changed ip server to localhost and 127.0.0.1 and
my vps ip ...