Jump to content

Thelasthero

Members
  • Posts

    1,486
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Thelasthero

  1. Can't login. Pff closed already.
  2. Does this server have relationship with this: http://www.maxcheaters.com/forum/index.php?topic=146734.0 ??? Anyway good luck. P.S: Title should be: [L2J]L2LostPlanet
  3. [gr]File, dn fteei to port to exw kanei forward, einai ola opos eprepe na einai[/gr]
  4. i am trying to install my database in navicat and i have errors. very strange. it says it doesn't recognize InnoDB in some sqls like auto_chat.sql. Even with a database restore i have this error. Ps. I didn't had it before
  5. Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on '94.64.246.117' (4) in /home/a9522426/public_html/config/_config_procs.php on line 3
  6. :( 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
  7. Ok listen. I installed mysql and configured and to allow remote connections. Installed my database etc. Made new user as you told me to. Then i put these in config.php and can't connect. Mysql is to home, and i want to check out the site etc.
  8. 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
  9. 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()); ?>
  10. 1st) ports are opened 2nd) i add my no-ip to hserver Error: Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in /home/a9522426/public_html/config/_config_procs.php on line 3 Free Web Hosting Couldn't connect to MySQL Extreme please give me an example of yours config.php file to understand.
  11. <?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
  12. ofc i did that when i configured my mysql, at security settings, added my pass and ticked allow access from remote machines. any ideas?
  13. what do you mean man. i have mysql installed & configured and database on navicat, i have added my info to config.php file but still can't connect.
  14. yes but domain or subdomain? because if you host your domain (.com ex) you can i think. oh and man, how you connect, i get this error check it out: www.l2unique.net84.net
×
×
  • Create New...