hi ihave aprop in vps
when i nout any site on it
hve this prop
the
confing
when i nout any site on it
hve this prop
the
confing
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="vps ip"; //your server ip
$serverport=5816; //your server connection port
$mydb="my"; //your server my database
$servername = "DisturbiaOnline"; //Put your servername here.
$link = "http://mysite/"; //Put your website link here
// Dont Edit after this
mysql_connect($myhost,$myuser,$mypass);
mysql_select_db($mydb);
?>






