[Release] Gens Status

MapTuH4y

New Member
Joined
Apr 29, 2010
Messages
1,113
Reaction score
180
Това е Gens Status страничка(за Season 5 и нагоре), която можете да я сложите при статистиката ви или някъде другаде.

PHP:
<!DOCTYPE Html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "Http://Www.W3.Org/TR/XHtml1/DTD/XHtml1-Transitional.Dtd">
<Html Xmlns="Http://Www.W3.Org/1999/XHtml">
<Head>
<Meta Http-Equiv="Content-Type" Content="Text/Html; Charset=utf-8" />
<Title>Gens Status</Title>
</Head>
<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>
<!---By JusTheBest / Specials Thanks Draco425--->

CREDITS:
JustTheBest
Draco425
MapTuH4y(for releasing here)
 
Last edited:
:) UP :)
If I`ve helped you, don`t forget to push the THANKS BUTTON! :)