[Help]

06/08/2011 06:03 crazysword#1
:confused:
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 shadowkiller990#2
Quote:
Originally Posted by crazysword View Post
:confused:
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 crazysword#3
there's more that I do not understand, u can explain with more details!
Quote:
Originally Posted by shadowkiller990 View Post
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 ~Sword~Stalker~.#4
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 crazysword#5
Quote:
Originally Posted by ~Sword~Stalker~. View Post
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 ~Sword~Stalker~.#6
leave them as my .
06/08/2011 18:02 crazysword#7
Quote:
Originally Posted by ~Sword~Stalker~. View Post
leave them as my .
thanks ~Sword~Stalker~...:D:handsdown: