must equip gear first or not
<?php require_once './inc/class.captcha.php'; // Configurations $myhost="localhost"; $mypass="test"; //your server login password @ [B]id mysql ko[/B] $myuser="root"; //your server login username @ [B]password mysql ko[/B] $mydbacc="account"; //your server account database $mydbdata="my"; //your server my database name $serveraddress="127.0.0.1"; //your server ip @ [B]ip hamachi ko[/B] $serverport=3306; //your server connection port $servername="ForgottenExtremeDemonOnline"; //your server name @ [B]name srvr ko[/B] $forum="www.google.com"; //your server forum @ [B]website srvr ko[/B] $mydb="my"; //your server my database // Dont Edit after this mysql_connect($myhost,$myuser,$mypass); mysql_select_db($mydb); ?>