Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server
You last visited: Today at 21:09

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



online player character statics php code?

Discussion on online player character statics php code? within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1



 
Best Yang Store's Avatar
 
elite*gold: 88
The Black Market: 333/0/0
Join Date: Dec 2010
Posts: 43
Received Thanks: 48
online player character statics php code?

Hello epvp :*

Krieger , ninja , sura,schamane online player character php code & script Wie kann ich?

ex:
Krieger
Online: 524

Ninja
Online: 233

Sura
Online: 1574

Schamane
Online: 648
Best Yang Store is offline  
Old 04/08/2014, 19:58   #2


 
Zevion's Avatar
 
elite*gold: 906
Join Date: Sep 2009
Posts: 17,295
Received Thanks: 4,399
Arrow Metin2 Foreign - Discussions / Questions -> Metin2 PServer - Discussions / Questions

#moved
Zevion is offline  
Old 01/30/2015, 19:28   #3
 
elite*gold: 0
Join Date: May 2010
Posts: 2
Received Thanks: 0
Help Me?

Renew...
mer123 is offline  
Old 05/09/2015, 12:45   #4
 
elite*gold: 0
Join Date: May 2010
Posts: 2
Received Thanks: 0
Shaman

Code:
<?php include("online.php"); 
mysql_connect($dbhost,$dbuser,$dbpass); 
mysql_select_db("player"); 
$saman = mysql_query("SELECT COUNT(*) as count FROM player WHERE (job=3 or job=7) AND DATE_SUB(NOW(), INTERVAL 10 MINUTE) < last_play;");
$online_count = mysql_fetch_object($saman)->count;
echo "Online Shaman : $online_count"; ?>
Warrior

Code:
<?php include("online.php"); 
mysql_connect($dbhost,$dbuser,$dbpass); 
mysql_select_db("player"); 
$savasci = mysql_query("SELECT COUNT(*) as count FROM player WHERE (job=0 or job=4) AND DATE_SUB(NOW(), INTERVAL 10 MINUTE) < last_play;");
$online_count = mysql_fetch_object($savasci)->count;
echo "Online Warrior : $online_count"; ?>
Ninja

Code:
<?php include("online.php"); 
mysql_connect($dbhost,$dbuser,$dbpass); 
mysql_select_db("player"); 
$ninja = mysql_query("SELECT COUNT(*) as count FROM player WHERE (job=1 or job=5) AND DATE_SUB(NOW(), INTERVAL 10 MINUTE) < last_play;");
$online_count = mysql_fetch_object($ninja)->count;
echo "Online Ninja : $online_count"; ?>
Sura

Code:
<?php include("online.php"); 
mysql_connect($dbhost,$dbuser,$dbpass); 
mysql_select_db("player"); 
$sura = mysql_query("SELECT COUNT(*) as count FROM player WHERE (job=2 or job=6) AND DATE_SUB(NOW(), INTERVAL 10 MINUTE) < last_play;");
$online_count = mysql_fetch_object($sura)->count;
echo "Online Sura : $online_count"; ?>
Lycan

Code:
<?php include("online.php"); 
mysql_connect($dbhost,$dbuser,$dbpass); 
mysql_select_db("player"); 
$sura = mysql_query("SELECT COUNT(*) as count FROM player WHERE (job=8) AND DATE_SUB(NOW(), INTERVAL 10 MINUTE) < last_play;");
$online_count = mysql_fetch_object($sura)->count;
echo "Online Lycan : $online_count"; ?>

Online.php CODE

Code:
<?php 
$dbhost = "ip"; // Serverinizin İP Adresi. 
$dbuser = "root"; // Değiştirmeyin. 
$dbpass = "dbpass"; // Navicat Şifreniz. 
$mysql_db = "account"; 
mysql_select_db("player");
?>
mer123 is offline  
Old 05/09/2015, 13:26   #5
wild wild son




 
Nick's Avatar
 
elite*gold: 0
Join Date: Feb 2011
Posts: 5,830
Received Thanks: 3,369
->

Take a look at here, the results are far more reliable.

Greetings
Nick is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Non Player Character / Npc adden
01/20/2013 - Fiesta Online - 43 Replies
Ich bin momentan dabei, selbst herauszufinden npc's zu adden. So ganz klappt das leider nicht. Hier mal meine vorgehensweise: Im Client folgende Dateien bearbeiten: MobInfo / MobViewInfo In den Files folgende Dateien bearbeiten: MobInfo / MobInfoServer / Npc.txt / NpcItemList. Ich hab nun folgende Einträge gemacht: Text Datei erstellt und RouItemRubi genannt und dort folgenden Code eingegeben: ; ItemList in NPC #ignore \o042 ; ÀοëºÎÈ£ ¹«½Ã
[Release] How to Ban Player by Character Name [Database]
05/12/2012 - SRO PServer Guides & Releases - 10 Replies
Anyways... it's easier than SMC, just a quick copy+paste query and then your good to go. You only need to enter the name of the char & time of the ban (I recommend leaving like this) Ban reason --By Leandro ( nukertube ) -- USE GO
[B] Desktop Helper | See ya Statics | Low-Priced [B]
01/21/2012 - elite*gold Trading - 11 Replies
Keine Resonanz.(: #closed :b
Hack Code ( Player Esp/Aimbot Start/No Spread/NoRecoil ) Hack Code ( Player Esp/Aimbo
01/10/2011 - Soldier Front Philippines - 1 Replies
removed



All times are GMT +2. The time now is 21:09.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.