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

    • Gaining attention on Instagram today is more competitive than ever. Whether you're a content creator, entrepreneur, or influencer, building a loyal audience is essential—but often slow. That’s why many users turn to free Instagram followers to kickstart their growth and establish credibility early. With services like GoupSocial, you no longer have to wait months to build traction. By using tools such as instagram followers panel free and free smm panels, you can gain real followers and reach your goals faster. Why Free Instagram Followers Make a Difference Let’s face it—numbers matter. A higher follower count directly affects how others see your brand or profile. When people visit your account and see a big audience, they’re more likely to trust you, follow you, and engage with your content. Here’s how free Instagram followers impact your account: ✅ Boosted credibility: People associate large followings with trust and value. ✅ Greater reach: The Instagram algorithm favors high-engagement accounts. ✅ Brand appeal: Businesses want to collaborate with profiles that already have visibility. ✅ Faster momentum: Platforms like instagram free followers panel eliminate slow, organic-only growth paths. Add tools like free ig likes every 24 hours, and you're not just growing—you’re staying active and visible across the platform. Top Benefits of Using Free Instagram Followers 1. Gain Social Proof Instantly When visitors see a high follower count, it validates your profile. Tools like idigic Instagram followers allow you to generate this social proof fast—without compromising on quality. 2. Consistent Engagement With Likes and Views Pairing followers with tools like free ig likes every 24 hours ensures your content gets seen and interacted with. The algorithm loves engagement, and this keeps your posts fresh and prioritized. 3. Easier Entry Into Explore Page Profiles with high engagement have a better shot at being featured on trending pages. Platforms like igtools followers can help drive those early signals Instagram uses to recommend content. 4. Save Time While Looking Organic Building your presence takes time—unless you have help. With instagram free followers 100 real services, your account grows quickly and still looks natural, without spammy or fake-looking numbers. 5. Attract Collaborations With Brands Businesses look for influencers who can amplify their message. When your profile has strong numbers—boosted via instagram free followers like and free smm panels—you’re more likely to land partnerships and deals. Is It Safe to Get Free Instagram Followers? Yes, if done correctly. The key is using trusted sources. Some platforms fill your profile with bots, which can get your account flagged or banned. That’s why services like GoupSocial are essential—they deliver real, safe engagement through tools like instagram followers panel free. With idigic Instagram followers or igtools followers, the goal isn’t just more numbers—it’s smart, consistent growth that Instagram’s algorithm can respect. How to Use GoupSocial to Get Free Instagram Followers Getting started is simple: 🖊️ Enter your Instagram username 🎯 Choose the number of followers you want 🚀 Click "submit" and watch your count increase in real time Whether you want to test the waters with a few followers or boost engagement with free ig likes every 24 hours, GoupSocial has the tools to help. The Power of Using Growth Tools Strategically Gaining traction with free Instagram followers isn’t about cheating the system—it’s about working smarter. Using platforms that offer instagram free followers 100 real ensures you don’t just inflate numbers, but also increase your influence. Tools like instagram free followers like, free smm panels, and instagram followers panel free create a foundation of trust, engagement, and visibility. It’s the perfect launchpad for creators who want to focus on content—not on chasing every new follower manually. Start Strong, Grow Smarter Instagram success is no longer reserved for those with large budgets. With the right tools, anyone can build influence. Free Instagram followers from reputable services like GoupSocial help you achieve fast, safe, and impactful growth. Use features like free ig likes every 24 hours, explore tools like idigic Instagram followers, and make use of instagram free followers like strategies to grow with confidence. The power to scale is in your hands—start now and watch your audience thrive.
    • Buying & Selling FFXIV FFXI Horizon Eden and other server
    • Buying & Selling Torn City Cash
    • Added: payment method MidTrans - for Indonesia MercadoPago - for Brazil and etc.
  • Topics

×
×
  • 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