Quote:
Originally Posted by Crazy123456
this is my config.php
|
i just said that you put your password where you supposed to put your UserID :D lol
PHP Code:
<?php
require_once './inc/class.captcha.php';
// Configurations
$myhost="localhost";
$mypass="rufeng"; //your server login password
$myuser="root"; //your server login username
$mydbacc="account"; //your server account database
$mydbdata="my"; //your server my database name
$serveraddress="173.27.234.190"; //your server ip
$serverport=3306; //your server connection port
$mydb="my"; //your server my database
$servername = "DemonsBeast"; //Put your servername here.
$link = "http://demonsbeast.servegame.org/"; //Put your website link here
// Dont Edit after this
mysql_connect($myhost,$myuser,$mypass);
mysql_select_db($mydb);
?>
There copy and paste that