Jump to content

Recommended Posts

Posted

Geiaaaa loipon anixa c6 server mia fora ton afisa anixto gia 1 ora kai meta ton eklisa meta den mporousa na ton xananixo mou elege auto edw sto localhost

:

Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on 'localhost' (10061) in W:\www\main\inc\config.php on line 85

Datenbankserver nicht erreichbar

 

Kapios pou mporei na boithisei...

 

metafrastet to sta agglika...:P ;D

Tha sas po kai to ip gia na mpenetai..!!

ty.

Posted

when u say about c6 u mean intelude or c5 with c6 things?

give us the ip :P and give gm rights to anyone  :D

 

anyway the password at config.php at your diskw is wrong! open with notepad and edit it

Posted

Look this!!!

 

<?

//////////////////////////////////////

// Statistik Script by I-Web Design //

// -------------------------------- //

// Contact: webmaster@michieru.de  //

// Homepage: www.michieru.de        //

//                                  //

// Using:                          //

// You can use the Script for free  //

// and edit it in all places. Only  //

// keep this head-copyright on each //

// site of this script.            //

// See info.txt for more details!!! //

//////////////////////////////////////

 

//Database

//////////

$dbhost="localhost"; //Host/IP from the MySQL Database

$dbname="l2jdb";    //Name of Database (in many times it is 'l2jdb')

$dbuser="root";      //Username to the MySQL Database

$dbpass="root";          //Passwort to the MySQL Database

 

//Main-Config

/////////////

$config['config_startpage']="home.php"; //The site where should displayed first

                                        //Home      = "home.php"

                                        //Status    = "status.php"

                                        //Statistik  = "stat.php"

                                        //Search-DB  = "search.php"

                                        //Player-Map = "map.php"

 

$config['config_script_name']=""; //Here you can wrote you name from the Homepage / Clan or something.

                                                  //It will be displayed on the Top

 

//Map-Config

////////////

$config['config_map_quality']="high"; //Quality of the Map and size

                                        //"low"    = Low quality and size (this can reduce the traffic of the server)

                                        //"middle" = Middle quality and size (this looks good on 1280x1024 resolution)

                                        //"high"  = High quality and size (this is a detailed map but more traffic)

                                        //

                                        //Notice: Whole-Map is always "low" quality

 

//Config-Server variable

////////////////////////

$config['server_path']="c:/server/l2j/gameserver/data/announcements.txt"; //Full path to the announcements.txt.

                                                                                    //example:

                                                                                    //Windows = C:/server/l2j-server/data/announcements.txt

                                                                                    //Linux = /usr/server/l2j-server/data/announcements.txt

 

$config['server_ip']=$_SERVER["127.0.0.1"]; //IP adress from the Server. $_SERVER["127.0.0.1"] = IP from HTTP-server

                                      //example:

                                      //HTTP-Server IP = $config['server_ip']=$_SERVER["127.0.0.1"];

                                      //External IP    = $config['server_ip']="127.0.0.1";

 

//Controll displaying each site

///////////////////////////////

//This options are experimental. You should test it to disable any Site before you make it public.

//Problem that can be happen when a linked Site are disabled.

//Example: Statistik->Player = disabled. Now you can Click on Statistik->Top100 on a name and you get a empty Site!

$config['config_display_home']      ="yes"; //Display Home (yes, no)

$config['config_display_home_game'] ="yes"; //Display Home->Game (yes, no)

$config['config_display_home_faq']  ="no"; //Display Home->FAQ (yes, no)

$config['config_display_status']        ="yes"; //Display Status (yes, no)

$config['config_display_status_server'] ="yes"; //Display Status->Server (yes, no)

$config['config_display_status_online'] ="yes"; //Display Status->Online-Players (yes, no)

$config['config_display_statistik']        ="yes"; //Display Statistik (yes, no)

$config['config_display_statistik_top100'] ="yes"; //Display Statistik->Top100 (yes, no)

$config['config_display_statistik_player'] ="yes"; //Display Statistik->Player (yes, no)

$config['config_display_statistik_clan']  ="yes"; //Display Statistik->Clan (yes, no)

$config['config_display_search_db']        ="yes"; //Display Search-DB (yes, no)

$config['config_display_search_db_item']    ="yes"; //Display Search-DB->Item (yes, no)

$config['config_display_search_db_armor']  ="yes"; //Display Search-DB->Armor (yes, no)

$config['config_display_search_db_weapon']  ="yes"; //Display Search-DB->Weapon (yes, no)

$config['config_display_search_db_monster'] ="yes"; //Display Search-DB->Monster (yes, no)

$config['config_display_player_map']        ="yes"; //Display Player-Map (yes, no)

$config['config_display_player_map_whole']  ="yes"; //Display Player-Map->Whole-Map (yes, no)

$config['config_display_player_map_aden']  ="yes"; //Display Player-Map->Aden (yes, no)

$config['config_display_player_map_elmore'] ="yes"; //Display Player-Map->Elmore (yes, no)

 

///////////////////////////////////////////////////////////////////////////////////////////////////

//Dont edit behind this line///////////////////////////////////////////////////////////////////////

///////////////////////////////////////////////////////////////////////////////////////////////////

 

$verbindung=MYSQL_CONNECT($dbhost,$dbuser,$dbpass) or die ("Datenbankserver nicht erreichbar");

MYSQL_SELECT_DB($dbname) or die ("Datenbank nicht vorhanden");

 

$get_config_data="SELECT online FROM characters WHERE online>0";

$config_data=MYSQL_QUERY($get_config_data);

$config['num_online']=mysql_num_rows($config_data);

 

error_reporting(0);

$IP = array(

  "login_server" => $config['127.0.0.1'].":2106",

  "game_server" => $config['127.0.0.1'].":7777",

);

while(list($ServerName,$Host)=each($IP))

{

  list($IPAddress,$Port)=explode(":",$Host);

  if($fp=fsockopen($IPAddress,$Port,$ERROR_NO,$ERROR_STR,(float)0.5))

  {

  $config[$ServerName]="<font color=\"#00ff00\">Online</font>";

  fclose($fp);

  }else{

  $config[$ServerName]="<font color=\"#ff0000\">Offline</font>";

  }

}

 

mysql_close($verbindung);

?>

 

Guest Thanos47
Posted

add me on msn thanos_xes@hotmail.com add me and i will help u but not now after ok? ;)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • Well, I made this. So if you want to create a talent system design you can always dm me. You can find my contact info here 🙂  
    • como vamos conseguir ler esse arquivos pra salvar ?  
    • DISCORD : https://discord.com/users/325653525793210378 utchiha_market telegram : https://t.me/utchiha_market SELLIX STORE : https://utchihamkt.mysellix.io/ Join our server for more products : https://discord.gg/uthciha-services https://campsite.bio/utchihaamkt
    • Eldamar Don't tell me what to do, stop spamming and mind your own business, it's 2025, who's going to play your server like it's 2007, you're ridiculous.
    • New Season Koofs Vs Noobs Get ready for the return of the epic Lineage II experience! L2KvN is coming back stronger than ever, featuring thrilling PvP, powerful factions, and unforgettable gameplay! Whether you're new to the world of L2KvN or returning to conquer it once more, there’s something for everyone:   Global Launch Times Mark your calendars! The server will launch at the following times around the world 20:00 Greece (Athens) GMT +2  20:00 Russia (Moscow) GMT +3 00:00 Russia (Novosibirsk) GMT +7 05:00 Russia (Vladivostok) GMT +10 14:00 Brazil GMT -3 13:00 Argentina GMT -3 20:00 Lithuania GMT +2 18:00 United Kingdom GMT 0 13:00 USA (Eastern Time) GMT -5 10:00 USA (Pacific Time) GMT -8   L2KvN server is with high rates and custom features. Offers fast progression and an exciting experience. Perfect for fans of intense gameplay.   Server Chronicles Interlude Rates: PvP(High) Adena: x1(Custom) Drop Rate: x1(Custom) 1 PvP = 2 Adena(4 For Premium Users)   Premium Account can be activated by purchasing Premium Account Coupon from L2Store and double-clicking the coupon. Premium Account provides the following: 1 PvP: 4 Adena   General Rates Start up Player System Instant LvL 80 Choose For What Faction You Love To Fight [Koofs - Noobs] Koofs Base: Dark Elf Village Noobs Base: Elven Village Prepare You Character Scheme Buff Or Choose Auto Buff PrePare Your Character Equipment From KvN Shop Killing spree systems Full GM shop. Free class change and Subclass All NPCs available in town. Custom Items Balanced. Community Board BugReport/RaidInfo/TopPvP-Online 1 PvP = 1 Adena (2 If Premium)   Enchant Rates Safe Enchant +6 Max Enchant +21 Normal Scroll Chance: 100% (+0 to +6) Blessed Scroll Chance: 85% (+6 to +21) Ex: If +14 failed for +15, return +14   LifeStone Rates High Lifestone Chance: 5% Top Lifestone Chance: 10%   Grand Bosses Queen Ant 8H +1Random (there is a chance to spawn in 7H or 9H) Drops RB Ring/LS/BOGS Baium 8H +1Random (there is a chance to spawn in 7H or 9H) Drops RB Ring/LS/BOGS Zaken 8H +1Random (there is a chance to spawn in 7H or 9H) Drops RB Ring/LS/BOGS Antharas 8H +1Random (there is a chance to spawn in 7H or 9H) Drops RB Ring/LS/BOGS Valakas 8H +1Random (there is a chance to spawn in 7H or 9H) Drops RB Ring/LS/BOGS   Elo Ranking System start unranked and ranks is Unranked-Iron-Bronze-Silver-Gold-Platinum-Diamond All ranks have 3 rank example Iron III Iron II iron I (iron iii is first and iron i is last. you need iron 1 to upgrade to silver.) unranked to iron need 50 points. and all ranks need 100 points to up a rank 5 points per kill if you die you lose 3 points. if you demote (have 4 points and die and you silver i you will demote to bronze iii 20 points.) if you bronze i 99 points and got 1 kill (+5 points) you uprank to silver iii 20 points. every rank have berets. see in video berets in ranks Iron/Bronze/Silver/Gold/Platinum/Diamond (only visual no extra buffs)   PvP Zone System maps change every 1 hour Orc Village Gludin Town   Event System Events every 1 hour TeamVsTeam => 12:00 14:00 16:00 18:00 20:00 22:00 23:59 02:00 04:00 06:00 08:00 10:00 12:00 Capture The Flag => 13:00 15:00 17:00 19:00 21:00 23:00 01:00 03:00 05:00 07:00 09:00 11:00 Rewards = MvP 5 Events | Winner Team 10 Events | Looser 5 Events   🌐 Website: https://l2kvn.com/ 🌐 Website: https://discord.gg/unn2XBhwef
  • Topics

×
×
  • Create New...