Quote:
Originally Posted by Eurion
The error tells you pretty much what is wrong. Check inside you have the class.captcha.php inside your www folder. If you do then chcek out your config.php right around the second line, it should give you some info.
|
i know wat exacly it is in his config it will look like this
<?php
require_once './inc/class.captcha.php';
// Configurations
$myhost="localhost";
$mypass="test"; //your server login password
$myuser="root"; //your server login username
$mydbacc="account"; <-----change that to my //your server account database
$mydbdata="my"; //your server my database name
$serveraddress="86.153.151.142"; //your server ip
$serverport=5816; //your server connection port
$mydb="my"; //your server my database
$servername = "Immortal-Gaming"; //Put your servername here.
$link = "http://86.153.151.142/"; //Put your website link here
// Dont Edit after this
mysql_connect($myhost,$myuser,$mypass);
mysql_select_db($mydb);
?>
its wat i did and should work