Hacked By AnonymousFox
<?
include("../lib/session.php");
include("../lib/config.php");
include("../lib/connect.php");
include("../lib/function.php");
?>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle">
<?
if(strlen($type)==0) {
$type="bar1";
}
?>
<? if($type=="bar1") { ?>
<img src="jpgraph/graph_bar1.php?valueformat=<?=$valueformat?>&value=<?=$value?>&label=<?=$label?>">
<? } ?>
<? if($type=="pie1") { ?>
<img src="jpgraph/graph_pie3d1.php?valueformat=<?=$valueformat?>&value=<?=$value?>&label=<?=$label?>">
<? } ?>
<? if($type=="line1") { ?>
<img src="jpgraph/graph_line1.php?valueformat=<?=$valueformat?>&value=<?=$value?>&label=<?=$label?>">
<? } ?>
</td>
</tr>
</table>
Hacked By AnonymousFox1.0, Coded By AnonymousFox