|
You last visited: Today at 13:55
Advertisement
[Help]
Discussion on [Help] within the EO PServer Hosting forum part of the Eudemons Online category.
06/08/2011, 06:03
|
#1
|
elite*gold: 0
Join Date: Mar 2011
Posts: 106
Received Thanks: 0
|
[Help]

Code:
<?php
require_once './inc/class.captcha.php';
// Configurations
$myhost="5.189.146.187";
$mypass="MYSQLPASS"; //
$myuser="MYSQLUSER"; //
$mydbacc="account"; //
$mydbdata="my"; //
$serveraddress="YOUR IP"; //
$serverport=5816; //
$mydb="my"; //
$servername = "Your Server Name"; //
$link = "http://www.yourwebsitelink.com"; //http://
// Dont Edit after this
mysql_connect($myhost,$myuser,$mypass);
mysql_select_db($mydb);
?>
I dont know how to put name and everything about this web,,,
|
|
|
06/08/2011, 06:22
|
#2
|
elite*gold: 0
Join Date: Mar 2009
Posts: 263
Received Thanks: 117
|
Quote:
Originally Posted by crazysword

Code:
<?php
require_once './inc/class.captcha.php';
// Configurations
$myhost="5.189.146.187";
$mypass="MYSQLPASS"; //
$myuser="MYSQLUSER"; //
$mydbacc="account"; //
$mydbdata="my"; //
$serveraddress="YOUR IP"; //
$serverport=5816; //
$mydb="my"; //
$servername = "Your Server Name"; //
$link = "http://www.yourwebsitelink.com"; //http://
// Dont Edit after this
mysql_connect($myhost,$myuser,$mypass);
mysql_select_db($mydb);
?>
I dont know how to put name and everything about this web,,,
|
welll to config it this is how u do it i will do mine with differnt pass and username and show u
Code:
<?php
require_once './inc/class.captcha.php';
// Configurations
$myhost="5.189.146.187";// use ur Ip or 127.0.0.1 or localhost or hamachi ip
$mypass="test"; //MYSQLPASS "defult test
$myuser="root"; //MYSQLUSER "defult root
$mydbacc="my"; // Only if your account table is seperate use account other then that use my b/c it shld be in ur My database.
$mydbdata="my"; // shld be right
$serveraddress="YOUR IP"; // your Ip address, go to [url]www.whatismyip.com/[/url] Or use your hamachi ip what ever ur useing
$serverport=5816; // your shldent need to touch
$mydb="my"; // you shldent need to touch
$servername = "Your Server Name"; // What is ur server name "nospaces"
$link = "http://www.yourwebsitelink.com"; //What is ur website name?
// Dont Edit after this
mysql_connect($myhost,$myuser,$mypass);
mysql_select_db($mydb);
?>
|
|
|
06/08/2011, 17:19
|
#3
|
elite*gold: 0
Join Date: Mar 2011
Posts: 106
Received Thanks: 0
|
there's more that I do not understand, u can explain with more details!
Quote:
Originally Posted by shadowkiller990
welll to config it this is how u do it i will do mine with differnt pass and username and show u
Code:
<?php
require_once './inc/class.captcha.php';
// Configurations
$myhost="5.189.146.187";// use ur Ip or 127.0.0.1 or localhost or hamachi ip
$mypass="test"; //MYSQLPASS "defult test[Okey]
$myuser="root"; //MYSQLUSER "defult root[Okey]
$mydbacc="my"; // here i dont understand yet
$mydbdata="my"; // here same to,,i dont understand,,,
$serveraddress="YOUR IP"; // your Ip address, go to [url=http://www.whatismyip.com/]whatismyip.com[/url] Or use your hamachi ip what ever ur useing[OKeyh]
$serverport=5816; // here should be no need to touch?
$mydb="my"; // here was similar to
$servername = "Your Server Name"; // What is ur server name "nospaces"[Okeyh]
$link = "http://www.yourwebsitelink.com"; //What is ur website name?[Okeyh]
// Dont Edit after this
mysql_connect($myhost,$myuser,$mypass);
mysql_select_db($mydb);
?>
|
|
|
|
06/08/2011, 17:28
|
#4
|
elite*gold: 0
Join Date: Dec 2009
Posts: 1,784
Received Thanks: 1,056
|
how should he explain . and it has already said what was needed . write ur server's name and hamachi ip thats it .
|
|
|
06/08/2011, 17:39
|
#5
|
elite*gold: 0
Join Date: Mar 2011
Posts: 106
Received Thanks: 0
|
Quote:
Originally Posted by ~Sword~Stalker~.
how should he explain . and it has already said what was needed . write ur server's name and hamachi ip thats it .
|
~Sword~Stalker~,,dont angry,,,IP i understand,,,but,,,
Code:
$mydbacc="my"; //
$mydbdata="my";
that i cant understand yet,,,
|
|
|
06/08/2011, 17:47
|
#6
|
elite*gold: 0
Join Date: Dec 2009
Posts: 1,784
Received Thanks: 1,056
|
leave them as my .
|
|
|
06/08/2011, 18:02
|
#7
|
elite*gold: 0
Join Date: Mar 2011
Posts: 106
Received Thanks: 0
|
Quote:
Originally Posted by ~Sword~Stalker~.
leave them as my .
|
thanks ~Sword~Stalker~... 
|
|
|
All times are GMT +1. The time now is 13:58.
|
|