Register for your free account! | Forgot your password?

You last visited: Today at 20:12

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

Advertisement



[MT2GS] Statistik

Discussion on [MT2GS] Statistik within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.

Reply
 
Old   #1
 
elite*gold: 3
Join Date: Jan 2010
Posts: 1,714
Received Thanks: 854
[MT2GS] Statistik

MOin leute ich hab vor etwas längerer zeit ne kleine Statistik zusammen Geschnitten
Der Code selbst wurde von mir nur geändert, das heißt ich hab ihn nicht geschrieben!

Ich mache es nur Pup weil einige es ja so oder so benutzen werden.

Es handelt sich einfach um eine Statitik welche euch aus gibt wie viele Männliche Drachen Schamis, oder Krieger etc es gibt auch den Kompletten Yang wert der auf den server liegt wird zusammen gerechnet.

Das ganze hab ich für das MT2GS von hen Kompatible gemacht:

PHP Code:
<?php

$mysqlabfr 
"SELECT SUM(gold) FROM player";
$mysqlerg mysql_query($mysqlabfr) or die (mysql_error());
$result mysql_query("SELECT * FROM player WHERE job = '0' AND skill_group = '1'");
$manaura mysql_num_rows($result);
$result mysql_query("SELECT * FROM player WHERE job = '0' AND skill_group = '2'"); 
$mansk mysql_num_rows($result);
$result mysql_query("SELECT * FROM player WHERE job = '4' AND skill_group = '1'"); 
$frauaura mysql_num_rows($result);
$result mysql_query("SELECT * FROM player WHERE job = '4' AND skill_group = '2'"); 
$frausk mysql_num_rows($result);
$result mysql_query("SELECT * FROM player WHERE job = '5' AND skill_group = '1'"); 
$mannah mysql_num_rows($result);
$result mysql_query("SELECT * FROM player WHERE job = '5' AND skill_group = '2'"); 
$manfern mysql_num_rows($result);
$result mysql_query("SELECT * FROM player WHERE job = '1' AND skill_group = '1'"); 
$fraunah mysql_num_rows($result);
$result mysql_query("SELECT * FROM player WHERE job = '1' AND skill_group = '2'"); 
$fraufern mysql_num_rows($result);
$result mysql_query("SELECT * FROM player WHERE job = '2' AND skill_group = '1'"); 
$manwaffen mysql_num_rows($result);
$result mysql_query("SELECT * FROM player WHERE job = '2' AND skill_group = '2'"); 
$manmagie mysql_num_rows($result);
$result mysql_query("SELECT * FROM player WHERE job = '6' AND skill_group = '1'"); 
$frauwaffen mysql_num_rows($result);
$result mysql_query("SELECT * FROM player WHERE job = '6' AND skill_group = '2'"); 
$fraumagie mysql_num_rows($result);
$result mysql_query("SELECT * FROM player WHERE job = '7' AND skill_group = '1'"); 
$mankrit mysql_num_rows($result);
$result mysql_query("SELECT * FROM player WHERE job = '7' AND skill_group = '2'"); 
$manheil mysql_num_rows($result);
$result mysql_query("SELECT * FROM player WHERE job = '3' AND skill_group = '1'"); 
$fraukrit mysql_num_rows($result);
$result mysql_query("SELECT * FROM player WHERE job = '3' AND skill_group = '2'"); 
$frauheil mysql_num_rows($result);
$rots "Select * from player_index WHERE empire NOT LIKE '2%' and empire NOT LIKE '3%';"
$rotquery mysql_query($rots); 
$rotanzahl mysql_num_rows($rotquery);
$gelbs "Select * from player_index WHERE empire NOT LIKE '1%' and empire NOT LIKE '3%';"
$gelbquery mysql_query($gelbs); 
$gelbanzahl mysql_num_rows($gelbquery);
$blaus "Select * from player_index WHERE empire NOT LIKE '1%' and empire NOT LIKE '2%';"
$blauquery mysql_query($blaus); 
$blauanzahl mysql_num_rows($blauquery);
$exe mysql_query("SELECT COUNT(*) as count FROM player WHERE name like '[%]%' AND DATE_SUB(NOW(), INTERVAL 30 MINUTE) < last_play;"); 
$teamler mysql_fetch_object($exe)->count;

while (
$row mysql_fetch_array($mysqlerg)) 
  { 
  
$aktuell$row[0]; 
  
$gesamt $gesamt+$aktuell
  } 
 
$gesamt number_format($gesamt,0,',','.'); 
 echo 
'<table>
      <tr>
        <th class="topLine">Alle Player zusammen haben</th>
        <td class="tdunkel">'
.$gesamt.' <b>Yang<b></td>
      </tr>
       <tr>
        <th class="topLine">Männliche Körperkrieger:</th>
        <td class="thell">'
.$manaura.'</td>
      </tr>
           <tr>
        <th class="topLine">Männliche Mentalkrieger:</th>
        <td class="thell">'
.$mansk.'</td>
      </tr>
           <tr>
        <th class="topLine">Weibliche Körperkrieger:</th>
        <td class="thell">'
.$frauaura.'</td>
      </tr>
             <tr>
        <th class="topLine">Weibliche Mentalkrieger:</th>
        <td class="thell">'
.$frausk.'</td>
      </tr>
             <tr>
        <th class="topLine">Männliche Nahninjas:</th>
        <td class="thell">'
.$mannah.'</td>
      </tr>
             <tr>
        <th class="topLine">Weibliche Nahninjas:</th>
        <td class="thell">'
.$manfern.'</td>
      </tr>
             <tr>
        <th class="topLine">Weibliche Nahninjas:</th>
        <td class="thell">'
.$fraunah.'</td>
      </tr>
             <tr>
        <th class="topLine">Weibliche Fernninjas:</th>
        <td class="thell">'
.$fraufern.'</td>
      </tr>
             <tr>
        <th class="topLine">Männliche Waffensuras:</th>
        <td class="thell">'
.$manwaffen.'</td>
      </tr>
             <tr>
        <th class="topLine">Männliche magiesuras:</th>
        <td class="thell">'
.$manmagie.'</td>
      </tr>
             <tr>
        <th class="topLine">Weibliche Waffensuras:</th>
        <td class="thell">'
.$frauwaffen.'</td>
      </tr>
             <tr>
        <th class="topLine">Weibliche Magiesuras:</th>
        <td class="thell">'
.$fraumagie.'</td>
      </tr>
        <tr>
        <th class="topLine">Männliche Heilschamanen:</th>
        <td class="thell">'
.$manheil.'</td>
      </tr>
        <tr>
        <th class="topLine">Weibliche Drachenschamanen:</th>
        <td class="thell">'
.$fraukrit.'</td>
      </tr>
        <tr>
        <th class="topLine">Weibliche Heilschamanen:</th>
        <td class="thell">'
.$frauheil.'</td>
      </tr>
        <tr>
        <th class="topLine">Im Roten Reich sind:</th>
        <td class="thell">'
.$rotanzahl.'</td>
      </tr>
        <tr>
        <th class="topLine">Im Gelben Reich sind:</th>
        <td class="thell">'
.$gelbanzahl.'</td>
      </tr>
        <tr>
        <th class="topLine">Im Blauen Reich sind:</th>
        <td class="thell">'
.$blauanzahl.'</td>
      </tr>
          <tr>
        <th class="topLine">Es sind gerade</th>
        <td class="thell"><b>'
.$teamler.' Teamler Online</b></td>
      </tr>
    </table>'
;     
?>
Hab gerade noch mal den Thread gefunden und den namen von dem Jenigen: Thanks @
.Sh4rk is offline  
Thanks
14 Users
Old 03/11/2011, 08:24   #2
 
elite*gold: 600
Join Date: Dec 2010
Posts: 1,625
Received Thanks: 1,866
Danke
So was brauche ich
Bataleon is offline  
Old 03/11/2011, 08:33   #3
 
.Risan.'s Avatar
 
elite*gold: 30
Join Date: Jul 2010
Posts: 1,627
Received Thanks: 1,450
Habs eingebaut...

No database selected

?
.Risan. is offline  
Old 03/11/2011, 08:53   #4
 
.Rebel's Avatar
 
elite*gold: 60
Join Date: May 2010
Posts: 766
Received Thanks: 1,025
simple just add this on your config.inc.php

PHP Code:
DEFINE('SQL_HP_DB2''player'); 
then

PHP Code:
<?php 
$mysqlabfr 
"SELECT SUM(gold) FROM ".SQL_HP_DB2.".player"
$mysqlerg mysql_query($mysqlabfr) or die (mysql_error()); 
$result mysql_query("SELECT * FROM ".SQL_HP_DB2.".player WHERE job = '0' AND skill_group = '1'"); 
$manaura mysql_num_rows($result); 
$result mysql_query("SELECT * FROM ".SQL_HP_DB2.".player WHERE job = '0' AND skill_group = '2'");  
$mansk mysql_num_rows($result); 
$result mysql_query("SELECT * FROM ".SQL_HP_DB2.".player WHERE job = '4' AND skill_group = '1'");  
$frauaura mysql_num_rows($result); 
$result mysql_query("SELECT * FROM ".SQL_HP_DB2.".player WHERE job = '4' AND skill_group = '2'");  
$frausk mysql_num_rows($result); 
$result mysql_query("SELECT * FROM ".SQL_HP_DB2.".player WHERE job = '5' AND skill_group = '1'");  
$mannah mysql_num_rows($result); 
$result mysql_query("SELECT * FROM ".SQL_HP_DB2.".player WHERE job = '5' AND skill_group = '2'");  
$manfern mysql_num_rows($result); 
$result mysql_query("SELECT * FROM ".SQL_HP_DB2.".player WHERE job = '1' AND skill_group = '1'");  
$fraunah mysql_num_rows($result); 
$result mysql_query("SELECT * FROM ".SQL_HP_DB2.".player WHERE job = '1' AND skill_group = '2'");  
$fraufern mysql_num_rows($result); 
$result mysql_query("SELECT * FROM ".SQL_HP_DB2.".player WHERE job = '2' AND skill_group = '1'");  
$manwaffen mysql_num_rows($result); 
$result mysql_query("SELECT * FROM ".SQL_HP_DB2.".player WHERE job = '2' AND skill_group = '2'");  
$manmagie mysql_num_rows($result); 
$result mysql_query("SELECT * FROM ".SQL_HP_DB2.".player WHERE job = '6' AND skill_group = '1'");  
$frauwaffen mysql_num_rows($result); 
$result mysql_query("SELECT * FROM ".SQL_HP_DB2.".player WHERE job = '6' AND skill_group = '2'");  
$fraumagie mysql_num_rows($result); 
$result mysql_query("SELECT * FROM ".SQL_HP_DB2.".player WHERE job = '7' AND skill_group = '1'");  
$mankrit mysql_num_rows($result); 
$result mysql_query("SELECT * FROM ".SQL_HP_DB2.".player WHERE job = '7' AND skill_group = '2'");  
$manheil mysql_num_rows($result); 
$result mysql_query("SELECT * FROM ".SQL_HP_DB2.".player WHERE job = '3' AND skill_group = '1'");  
$fraukrit mysql_num_rows($result); 
$result mysql_query("SELECT * FROM ".SQL_HP_DB2.".player WHERE job = '3' AND skill_group = '2'");  
$frauheil mysql_num_rows($result); 
$rots "Select * from ".SQL_HP_DB2.".player_index WHERE empire NOT LIKE '2%' and empire NOT LIKE '3%';";  
$rotquery mysql_query($rots);  
$rotanzahl mysql_num_rows($rotquery); 
$gelbs "Select * from ".SQL_HP_DB2.".player_index WHERE empire NOT LIKE '1%' and empire NOT LIKE '3%';";  
$gelbquery mysql_query($gelbs);  
$gelbanzahl mysql_num_rows($gelbquery); 
$blaus "Select * from ".SQL_HP_DB2.".player_index WHERE empire NOT LIKE '1%' and empire NOT LIKE '2%';";  
$blauquery mysql_query($blaus);  
$blauanzahl mysql_num_rows($blauquery); 
$exe mysql_query("SELECT COUNT(*) as count FROM ".SQL_HP_DB2.".player WHERE name like '[%]%' AND DATE_SUB(NOW(), INTERVAL 30 MINUTE) < last_play;");  
$teamler mysql_fetch_object($exe)->count

while (
$row mysql_fetch_array($mysqlerg))  
  {  
  
$aktuell$row[0];  
  
$gesamt $gesamt+$aktuell;  
  }  
 
$gesamt number_format($gesamt,0,',','.');  
 echo 
'<table> 
      <tr> 
        <th class="topLine">Alle Player zusammen haben</th> 
        <td class="tdunkel">'
.$gesamt.' <b>Yang<b></td> 
      </tr> 
       <tr> 
        <th class="topLine">Männliche Körperkrieger:</th> 
        <td class="thell">'
.$manaura.'</td> 
      </tr> 
           <tr> 
        <th class="topLine">Männliche Mentalkrieger:</th> 
        <td class="thell">'
.$mansk.'</td> 
      </tr> 
           <tr> 
        <th class="topLine">Weibliche Körperkrieger:</th> 
        <td class="thell">'
.$frauaura.'</td> 
      </tr> 
             <tr> 
        <th class="topLine">Weibliche Mentalkrieger:</th> 
        <td class="thell">'
.$frausk.'</td> 
      </tr> 
             <tr> 
        <th class="topLine">Männliche Nahninjas:</th> 
        <td class="thell">'
.$mannah.'</td> 
      </tr> 
             <tr> 
        <th class="topLine">Weibliche Nahninjas:</th> 
        <td class="thell">'
.$manfern.'</td> 
      </tr> 
             <tr> 
        <th class="topLine">Weibliche Nahninjas:</th> 
        <td class="thell">'
.$fraunah.'</td> 
      </tr> 
             <tr> 
        <th class="topLine">Weibliche Fernninjas:</th> 
        <td class="thell">'
.$fraufern.'</td> 
      </tr> 
             <tr> 
        <th class="topLine">Männliche Waffensuras:</th> 
        <td class="thell">'
.$manwaffen.'</td> 
      </tr> 
             <tr> 
        <th class="topLine">Männliche magiesuras:</th> 
        <td class="thell">'
.$manmagie.'</td> 
      </tr> 
             <tr> 
        <th class="topLine">Weibliche Waffensuras:</th> 
        <td class="thell">'
.$frauwaffen.'</td> 
      </tr> 
             <tr> 
        <th class="topLine">Weibliche Magiesuras:</th> 
        <td class="thell">'
.$fraumagie.'</td> 
      </tr> 
        <tr> 
        <th class="topLine">Männliche Heilschamanen:</th> 
        <td class="thell">'
.$manheil.'</td> 
      </tr> 
        <tr> 
        <th class="topLine">Weibliche Drachenschamanen:</th> 
        <td class="thell">'
.$fraukrit.'</td> 
      </tr> 
        <tr> 
        <th class="topLine">Weibliche Heilschamanen:</th> 
        <td class="thell">'
.$frauheil.'</td> 
      </tr> 
        <tr> 
        <th class="topLine">Im Roten Reich sind:</th> 
        <td class="thell">'
.$rotanzahl.'</td> 
      </tr> 
        <tr> 
        <th class="topLine">Im Gelben Reich sind:</th> 
        <td class="thell">'
.$gelbanzahl.'</td> 
      </tr> 
        <tr> 
        <th class="topLine">Im Blauen Reich sind:</th> 
        <td class="thell">'
.$blauanzahl.'</td> 
      </tr> 
          <tr> 
        <th class="topLine">Es sind gerade</th> 
        <td class="thell"><b>'
.$teamler.' Teamler Online</b></td> 
      </tr> 
    </table>'
;      
?>
or do this

PHP Code:
<?php 
$mysqlabfr 
"SELECT SUM(gold) FROM player.player"
$mysqlerg mysql_query($mysqlabfr) or die (mysql_error()); 
$result mysql_query("SELECT * FROM player.player WHERE job = '0' AND skill_group = '1'"); 
$manaura mysql_num_rows($result); 
$result mysql_query("SELECT * FROM player.player WHERE job = '0' AND skill_group = '2'");  
$mansk mysql_num_rows($result); 
$result mysql_query("SELECT * FROM player.player WHERE job = '4' AND skill_group = '1'");  
$frauaura mysql_num_rows($result); 
$result mysql_query("SELECT * FROM player.player WHERE job = '4' AND skill_group = '2'");  
$frausk mysql_num_rows($result); 
$result mysql_query("SELECT * FROM player.player WHERE job = '5' AND skill_group = '1'");  
$mannah mysql_num_rows($result); 
$result mysql_query("SELECT * FROM player.player WHERE job = '5' AND skill_group = '2'");  
$manfern mysql_num_rows($result); 
$result mysql_query("SELECT * FROM player.player WHERE job = '1' AND skill_group = '1'");  
$fraunah mysql_num_rows($result); 
$result mysql_query("SELECT * FROM player.player WHERE job = '1' AND skill_group = '2'");  
$fraufern mysql_num_rows($result); 
$result mysql_query("SELECT * FROM player.player WHERE job = '2' AND skill_group = '1'");  
$manwaffen mysql_num_rows($result); 
$result mysql_query("SELECT * FROM player.player WHERE job = '2' AND skill_group = '2'");  
$manmagie mysql_num_rows($result); 
$result mysql_query("SELECT * FROM player.player WHERE job = '6' AND skill_group = '1'");  
$frauwaffen mysql_num_rows($result); 
$result mysql_query("SELECT * FROM player.player WHERE job = '6' AND skill_group = '2'");  
$fraumagie mysql_num_rows($result); 
$result mysql_query("SELECT * FROM player.player WHERE job = '7' AND skill_group = '1'");  
$mankrit mysql_num_rows($result); 
$result mysql_query("SELECT * FROM player.player WHERE job = '7' AND skill_group = '2'");  
$manheil mysql_num_rows($result); 
$result mysql_query("SELECT * FROM player.player WHERE job = '3' AND skill_group = '1'");  
$fraukrit mysql_num_rows($result); 
$result mysql_query("SELECT * FROM player.player WHERE job = '3' AND skill_group = '2'");  
$frauheil mysql_num_rows($result); 
$rots "Select * from player.player_index WHERE empire NOT LIKE '2%' and empire NOT LIKE '3%';";  
$rotquery mysql_query($rots);  
$rotanzahl mysql_num_rows($rotquery); 
$gelbs "Select * from player.player_index WHERE empire NOT LIKE '1%' and empire NOT LIKE '3%';";  
$gelbquery mysql_query($gelbs);  
$gelbanzahl mysql_num_rows($gelbquery); 
$blaus "Select * from player.player_index WHERE empire NOT LIKE '1%' and empire NOT LIKE '2%';";  
$blauquery mysql_query($blaus);  
$blauanzahl mysql_num_rows($blauquery); 
$exe mysql_query("SELECT COUNT(*) as count FROM player.player WHERE name like '[%]%' AND DATE_SUB(NOW(), INTERVAL 30 MINUTE) < last_play;");  
$teamler mysql_fetch_object($exe)->count

while (
$row mysql_fetch_array($mysqlerg))  
  {  
  
$aktuell$row[0];  
  
$gesamt $gesamt+$aktuell;  
  }  
 
$gesamt number_format($gesamt,0,',','.');  
 echo 
'<table> 
      <tr> 
        <th class="topLine">Alle Player zusammen haben</th> 
        <td class="tdunkel">'
.$gesamt.' <b>Yang<b></td> 
      </tr> 
       <tr> 
        <th class="topLine">Männliche Körperkrieger:</th> 
        <td class="thell">'
.$manaura.'</td> 
      </tr> 
           <tr> 
        <th class="topLine">Männliche Mentalkrieger:</th> 
        <td class="thell">'
.$mansk.'</td> 
      </tr> 
           <tr> 
        <th class="topLine">Weibliche Körperkrieger:</th> 
        <td class="thell">'
.$frauaura.'</td> 
      </tr> 
             <tr> 
        <th class="topLine">Weibliche Mentalkrieger:</th> 
        <td class="thell">'
.$frausk.'</td> 
      </tr> 
             <tr> 
        <th class="topLine">Männliche Nahninjas:</th> 
        <td class="thell">'
.$mannah.'</td> 
      </tr> 
             <tr> 
        <th class="topLine">Weibliche Nahninjas:</th> 
        <td class="thell">'
.$manfern.'</td> 
      </tr> 
             <tr> 
        <th class="topLine">Weibliche Nahninjas:</th> 
        <td class="thell">'
.$fraunah.'</td> 
      </tr> 
             <tr> 
        <th class="topLine">Weibliche Fernninjas:</th> 
        <td class="thell">'
.$fraufern.'</td> 
      </tr> 
             <tr> 
        <th class="topLine">Männliche Waffensuras:</th> 
        <td class="thell">'
.$manwaffen.'</td> 
      </tr> 
             <tr> 
        <th class="topLine">Männliche magiesuras:</th> 
        <td class="thell">'
.$manmagie.'</td> 
      </tr> 
             <tr> 
        <th class="topLine">Weibliche Waffensuras:</th> 
        <td class="thell">'
.$frauwaffen.'</td> 
      </tr> 
             <tr> 
        <th class="topLine">Weibliche Magiesuras:</th> 
        <td class="thell">'
.$fraumagie.'</td> 
      </tr> 
        <tr> 
        <th class="topLine">Männliche Heilschamanen:</th> 
        <td class="thell">'
.$manheil.'</td> 
      </tr> 
        <tr> 
        <th class="topLine">Weibliche Drachenschamanen:</th> 
        <td class="thell">'
.$fraukrit.'</td> 
      </tr> 
        <tr> 
        <th class="topLine">Weibliche Heilschamanen:</th> 
        <td class="thell">'
.$frauheil.'</td> 
      </tr> 
        <tr> 
        <th class="topLine">Im Roten Reich sind:</th> 
        <td class="thell">'
.$rotanzahl.'</td> 
      </tr> 
        <tr> 
        <th class="topLine">Im Gelben Reich sind:</th> 
        <td class="thell">'
.$gelbanzahl.'</td> 
      </tr> 
        <tr> 
        <th class="topLine">Im Blauen Reich sind:</th> 
        <td class="thell">'
.$blauanzahl.'</td> 
      </tr> 
          <tr> 
        <th class="topLine">Es sind gerade</th> 
        <td class="thell"><b>'
.$teamler.' Teamler Online</b></td> 
      </tr> 
    </table>'
;      
?>
.Rebel is offline  
Thanks
3 Users
Old 03/11/2011, 09:00   #5
 
elite*gold: 3
Join Date: Jan 2010
Posts: 1,714
Received Thanks: 854
Quote:
Originally Posted by Avandor_mag_mich View Post
Habs eingebaut...

No database selected

?
o0 mom ich schau mal eben hab es genau so drin und es Geht o0
.Sh4rk is offline  
Old 03/11/2011, 09:01   #6
 
.Risan.'s Avatar
 
elite*gold: 30
Join Date: Jul 2010
Posts: 1,627
Received Thanks: 1,450
Thanks
.Risan. is offline  
Old 03/11/2011, 09:05   #7
 
.Rebel's Avatar
 
elite*gold: 60
Join Date: May 2010
Posts: 766
Received Thanks: 1,025
Quote:
Originally Posted by .Sh4rk View Post
o0 mom ich schau mal eben hab es genau so drin und es Geht o0
player.player

DB player
Table Player

you miss this you have just put

PHP Code:
"SELECT * FROM player WHERE 
and the correct is

PHP Code:
"SELECT * FROM player.player WHERE 
.Rebel is offline  
Old 03/11/2011, 09:05   #8
 
elite*gold: 3
Join Date: Jan 2010
Posts: 1,714
Received Thanks: 854
Naja ich schau später mal wieso meins nicht bei dir geht und bei mir geht..

Hier noch nen Screen:
.Sh4rk is offline  
Old 03/11/2011, 09:14   #9
 
.Rebel's Avatar
 
elite*gold: 60
Join Date: May 2010
Posts: 766
Received Thanks: 1,025
with me just work with db.table like i have tell you before

.Rebel is offline  
Old 03/11/2011, 09:25   #10
 
elite*gold: 3
Join Date: Jan 2010
Posts: 1,714
Received Thanks: 854
Yes, but what I do not understand that it works for me without a database Select, Do you use the CMS of Hen?

You are Spanish`?
.Sh4rk is offline  
Old 03/11/2011, 09:38   #11
 
.Rebel's Avatar
 
elite*gold: 60
Join Date: May 2010
Posts: 766
Received Thanks: 1,025
Quote:
Originally Posted by .Sh4rk View Post
Yes, but what I do not understand that it works for me without a database Select, Do you use the CMS of Hen?

You are Spanish`?
yes the CMS from hen
maybe your index are already conect with the BD player dont know but for me need say player.player

and you miss another stuff :P

PHP Code:
<tr
        <
th class="topLine">Männliche Drachenschamanen:</th
        <
td class="thell">'.$mankrit.'</td
      </
tr

and yes i am Spanish but that you see on the image is portugueses
.Rebel is offline  
Thanks
1 User
Old 03/11/2011, 09:54   #12
 
elite*gold: 3
Join Date: Jan 2010
Posts: 1,714
Received Thanks: 854
Ahh ya my index are already conect with the Database player!

Ah muy Bien ^^
He vivido 4,5 anios en Espania
.Sh4rk is offline  
Old 03/11/2011, 10:51   #13
 
~LuckyStrike~'s Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 1,812
Received Thanks: 1,977
nice ding .. brauchs zwar nicht aber für einige sicher nützlich !
~LuckyStrike~ is offline  
Old 03/11/2011, 13:09   #14


 
.Marcel''s Avatar
 
elite*gold: 100
Join Date: Sep 2009
Posts: 8,136
Received Thanks: 2,760
Sieht gut aus
Aber die querys sind nicht wirklich Performence freundlich, aber danke das du meinen Namen erwähnt hast
.Marcel' is offline  
Old 03/11/2011, 13:26   #15
 
elite*gold: 3
Join Date: Jan 2010
Posts: 1,714
Received Thanks: 854
Quote:
Originally Posted by ჩanana :3 View Post
Sieht gut aus
Aber die querys sind nicht wirklich Performence freundlich, aber danke das du meinen Namen erwähnt hast
Ja stimmt auch wieder sind nicht sehr Performance Freundlich, aber es gibt Admins die gern wissen wollen wie die Statistik steht
Ich hab mir das auch extra nur für Admins zugänglich gemacht
.Sh4rk is offline  
Reply


Similar Threads Similar Threads
Frage zu Statistik modus
03/07/2011 - Metin2 - 4 Replies
ja ok ^^
Wm2 Statistik hack ?!
02/09/2011 - Call of Duty - 8 Replies
Ehm ja hallo ich war in einer moddet lobby und dann auf einmal sind meine ganzen statistken im arsch alos ich habe nen 2000 kilstreak und sowas da wolt ich mal fragen ob ich das iwi reseten kann doer ob ich die vl hacken ... zb in der datei umschreiben oder so :P schonmal danke schön!
<<R.Statistik<<:D
01/03/2011 - WarRock Hacks, Bots, Cheats & Exploits - 10 Replies
Failed to Transfer
aion statistik tool
08/08/2010 - General Coding - 15 Replies
bin dabei n kleines tool zu basteln mit dem man die daten der aion character seite auslesen kann (also nix illegales) xD leider erweißen sich meine autoit kenntnisse als nicht ausreichend ich kann auf die seite zu greifen un die source auslesen nun stellt sich mir folgendes problem: ich muss eine bestimmte zeile lesen <p class="gray">(<span>Treffer< /span> 1-1&nbsp;von&nbsp;1)</p> wenn die da is soll er was anderes auslesen wenn die zeile so aussieht <p...
EXP Statistik
10/01/2009 - Aion - 1 Replies
nabend ich suche die hier gepostete exp statistik ich finde sie nirgends wo man sieht wieviel exp man braucht fürs nächste level vill hat ja jemand en link mfg Blacki



All times are GMT +2. The time now is 20:12.


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.