i don't know how to fill this ..
from where can i find the information ? like $mypass $myuser and all othersQuote:
<?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="ip-address"; //your server ip
$serverport=5816; //your server connection port
$servername="ServerName"; //your server name
$forum="www.google.com"; //your server forum
$mydb="my"; //your server my database
// Dont Edit after this
mysql_connect($myhost,$myuser,$mypass);
mysql_select_db($mydb);
?>






