Hi All AnY one can help me

03/09/2010 14:19 mohamed2005#1
hi all any one can help me to edit that config

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="127.0.0.1"; 	//your server ip
	$serverport=5816;		//your server connection port
	$mydb="my";			//your server my database
	$servername="Your Server Name!";

$page = basename($_SERVER['SCRIPT_FILENAME']);
$page = str_replace('_',' ',$page);
$page = str_replace('.php','',$page);
$page = ucfirst($page);	

	// Dont Edit after this
	mysql_connect($myhost,$myuser,$mypass);
	mysql_select_db($mydb);
?>
PlZ Any oNe Help Me
03/09/2010 14:32 PraDevil[ELITE]#2
how can help we dont know what is your database name, mysql login and pass
03/09/2010 14:51 ~WARNING~#3
It's pretty self explanatory.

Code:
<?php
	require_once './inc/class.captcha.php';
	// Configurations
	$myhost="localhost";
	$mypass="[COLOR=Red][B]MYSQL_PASS[/B][/COLOR]"; 		//your server login password
	$myuser="[B][COLOR=Red]MYSQL_USER[/COLOR][/B]"; 		//your server login username
	$mydbacc="account";		//your server account database
	$mydbdata="my";			//your server my database name
	$serveraddress="[B][COLOR=Red]YOUR_SERVER_IP[/COLOR][/B]"; 	//your server ip
	$serverport=5816;		//your server connection port
	$mydb="my";			//your server my database
	$servername="[B][COLOR=Red]EDIT YOUR SERVER NAME[/COLOR][/B]";

$page = basename($_SERVER['SCRIPT_FILENAME']);
$page = str_replace('_',' ',$page);
$page = str_replace('.php','',$page);
$page = ucfirst($page);	

	// Dont Edit after this
	mysql_connect($myhost,$myuser,$mypass);
	mysql_select_db($mydb);
?>
03/09/2010 15:38 gege2900#4
if u want help add my msn

[Only registered and activated users can see links. Click Here To Register...] :D
03/09/2010 17:30 King_Arthur#5
+4 reported at: 09 Mar 2010 - 11:30:00 GMT -5 Cause: Off-topic

He didn't ask for help on his server he asked for help with his php configuration file. Please stay on topic.