[Help] Gens System

ezramod

New Member
Joined
Jan 26, 2011
Messages
47
Reaction score
3
How to enable in ENC Season6 Server Gens System? have any ideea?
 
In ENC Files 2.0.4.0 Gens System is not working .
 
Абе някой да има код за GENS статистика? (think)
 
Code:
<table><Body>
<Center>
<p><img src='http://i1205.photobucket.com/albums/bb438/JusTheBestOne/GensStatus.png' border='0'/></a>
</p>
<table width="80%" border="0">
  <tr>
    <th rowspan="2" scope="col"><img src='http://i1205.photobucket.com/albums/bb438/JusTheBestOne/DupriansFamily.png' border='0'/></a></th>
    <th scope="col">
	<?
	$familia1 = mssql_query("SELECT count(*) FROM Character 	    WHERE SCFGensFamily='1'");
	$tfamilia1 = mssql_fetch_row($familia1);
	echo "
	Miembros: $tfamilia1[0]
	";?>
    </th>
    <th rowspan="2" scope="col">
	<img src='http://i1205.photobucket.com/albums/bb438/JusTheBestOne/StewardsFamily.png' border='0'/></a></th>
    <th scope="col">
	<?
	include("config.php");
	$familia2 = mssql_query("SELECT count(*) FROM Character 		    WHERE SCFGensFamily='2'");
    $tfamilia2 = mssql_fetch_row($familia2);
	echo "
	Miembros: $tfamilia2[0]
	";?>
    </th>
  </tr>
  <tr>
    <th scope="col">	
	<?
	$pfamy1 = mssql_query("SELECT sum(SCFGensContribution) 	    FROM Character WHERE SCFGensFamily='1'");
	$tpfamy1 = mssql_fetch_row($pfamy1);
	echo "
	Puntos: $tpfamy1[0]
	";?>
	</th>
    <th scope="col">	
	<?
	$pfamy2 = mssql_query("SELECT sum(SCFGensContribution) 	    FROM Character WHERE SCFGensFamily='2'");
	$tpfamy2 = mssql_fetch_row($pfamy2);
	echo "
	Puntos: $tpfamy2[0]
	";?>
</th>
  </tr>
</table>
</Body>
</Html>

</table>
скиф ако ти върши работа
 
  • Like
Reactions: Ivaylo99
е... сега.. подробности може на някой да му трябва :)))
 
  • Like
Reactions: Ivaylo99