Jump to content

Thelasthero

Members
  • Posts

    1,486
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Thelasthero

  1. Everything's ok, where's the problem?

    You want: l2unique.net84.net (REMOTE MACHINE) to connect to your MySQL server and get data from it.

     

    But this machine needs your IP to find you over the internet.(WAN IP, get it here)

     

     

    You're still confused...

     

     

     

    $hserver="YOUR IP"

    :(

    Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'thelasthero'@'localhost' (using password: YES) in /home/a9522426/public_html/config/_config_procs.php on line 3

     

    with my wan ip to hserver

  2. i have an upload script, why would you need it for? D:

     

    You just didnt add the right password on your configs

    Everything is as it should be.

     

    config.php file:

    <?php
    $L2JBS_config["mysql_host"]="";	// MySQL IP
    $L2JBS_config["mysql_port"]=3306;		// MySQP port
    $L2JBS_config["mysql_db"]="l2jdb";		// l2jdb or your lineage 2 server database name
    $L2JBS_config["mysql_login"]="thelasthero";		// MySQL Login name	
    $L2JBS_config["mysql_password"]="mypass";		// MySQL Password
    $htitle="L2 Unique";				// Site Title
    $fut="Napas © Unique <br>2007";		// You can change only server name . You must leave Napas © 
    $top="100";					// How many players must be in top100
    $hserver="127.0.0.1";				// Server IP
    $portgame="7777";				// Game Server Port
    $portlogin="2106";				// Server Port
    $where='1=1';					
    $shat="C:\workspace\thelasthero\gameserver\log\chat.txt"; // bale edo ston fakelo logs t gameserver to arxio chat.log
    
    
    // Original by Picassoo
    //Skin
    $skin1="heven";					
    
    //Serever Rates
    $exp="1000";
    $sp="1000";
    $adena="1000";
    $items="7";
    $spoil="20";
    
    
    include("_config_procs.php");
    error_reporting(0);
    ?>

    (Note: I want to connect to site, not others that's why i have 127.0.0.1 to hserver)

     

    _config_procs.php:

    <?php
    $L2JBS_config["javascript_sort_method"]="bubble";
      $link = mysql_connect($L2JBS_config['mysql_host'].":".$L2JBS_config['mysql_port'], $L2JBS_config['mysql_login'], $L2JBS_config['mysql_password']);
      if (!$link)
        die("Couldn't connect to MySQL");
      @mysql_select_db($L2JBS_config['mysql_db'], $link)
        or die ('Error '.mysql_errno().': '.mysql_error());
    
    ?>
    

  3. <?php
    $L2JBS_config["mysql_host"]="localhost";	// MySQL IP
    $L2JBS_config["mysql_port"]=3306;		// MySQP port
    $L2JBS_config["mysql_db"]="l2jdb";		// l2jdb or your lineage 2 server database name
    $L2JBS_config["mysql_login"]="root";		// MySQL Login name	
    $L2JBS_config["mysql_password"]="my pass here";		// MySQL Password
    $htitle="L2 Unique";				// Site Title
    $fut="Napas © Unique <br>2007";		// You can change only server name . You must leave Napas © 
    $top="100";					// How many players must be in top100
    $hserver="127.0.0.1";				// Server IP
    $portgame="7777";				// Game Server Port
    $portlogin="2106";				// Server Port
    $where='1=1';					
    $shat="C:\workspace\thelasthero\gameserver\log\chat.txt"; // bale edo ston fakelo logs t gameserver to arxio chat.log
    
    
    // Original by Picassoo
    //Skin
    $skin1="heven";					
    
    //Serever Rates
    $exp="1000";
    $sp="1000";
    $adena="1000";
    $items="7";
    $spoil="20";
    
    
    include("_config_procs.php");
    error_reporting(0);
    ?>

    my config.php file

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock