[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
config.php:
EDIT: you guys think i should uninstall MySQL & wamp ?
[Only registered and activated users can see links. Click Here To Register...]
config.php:
wowowowQuote:
<?php
require_once './inc/class.captcha.php';
// Configurations
$myhost="127.0.0.1";
$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="5.66.**.***"; //your server ip
$serverport=5816; //your server connection port
$mydb="my"; //your server my database
$servername = "BlackThunder Gaming"; //Put your servername here.
$link = "http://5.66.**.***"; //Put your website link here
// Dont Edit after this
mysql_connect($myhost,$myuser,$mypass);
mysql_select_db($mydb);
?>
EDIT: you guys think i should uninstall MySQL & wamp ?