Register page

06/24/2009 08:31 spock122#16
maby its cause of my mysql's? i have 2 of them i have one that runs my navicat database and another thats for wamp...but the only prob is u can only run one at a time do you know where i could get a dif registerpage other than the one i have...... [Only registered and activated users can see links. Click Here To Register...] just need a register page to go with this server.....ManequinFULL
05/09/2010 14:35 wamo0#17
is there any GUIDE show how to edit register php ???

$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
$serverport=3306; //your server connection port
$mydb="my"; //your server my database
05/09/2010 15:13 .Ash#18
Quote:
Originally Posted by wamo0 View Post
is there any GUIDE show how to edit register php ???

$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
$serverport=3306; //your server connection port
$mydb="my"; //your server my database
Alright look,

PHP Code:
$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
$serverport=3306//your server connection port
$mydb="my"//your server my database 
All this is doing is Its setting its Legends, like a map. Its telling what this is and what that is... For example, its setting $mypass, test. So where ever you see next time $mypass, its telling thats what it is. Its like a Shortcut lol and its speaks for it self..

You will get it if you study Java or Php or anything computer language.. Take a look here if it helps [Only registered and activated users can see links. Click Here To Register...]
05/09/2010 16:47 wamo0#19
i seen many database name in my DB so i am confused Bec. if you opened ACCServer/Config you will find that the DP name is = account

in that part :
Quote:
[Database]
DBHOSTNAME=127.0.0.1
DATABASENAME=account
DBUSER=root
DBPASSWORD=rufeng
and if you opened Gameserver\config you will found that the DB name = my
Quote:
[Database]
DB_IP =localhost
DB_USER =root
DB_PW =rufeng
DB_NAME =my
and on the mysql too there is another name els..

so how can i know my DB name to wright it and same with the mypass & myuser mydbacc &.......etc ?
05/09/2010 17:57 .Ash#20
Quote:
Originally Posted by wamo0 View Post
i seen many database name in my DB so i am confused Bec. if you opened ACCServer/Config you will find that the DP name is = account

in that part :


and if you opened Gameserver\config you will found that the DB name = my


and on the mysql too there is another name els..

so how can i know my DB name to wright it and same with the mypass & myuser mydbacc &.......etc ?
Alright, in Accserver/Config.ini its talking about which database should Accserver look into. And Same thing with GameServer. Do you have Account DB and My DB? or just My DB?