yerinde olsam gerçek pr değerini önüne koyarım yapının örnek:

45796e9e6385fb878e900c49d3077ed8

PR 9 site için:

945796e9e6385fb878e900c49d3077ed8


<?
$pr_get = substr($_GET['t'],0,1);

function gosterpr($a){
	if($a=='0'){ $b='<img src="http://ibolac.bl.ee/pr-buttons/0.gif" alt="Pagerank 0" />'; }
	if($a=='1'){ $b='<img src="http://ibolac.bl.ee/pr-buttons/1.gif" alt="Pagerank 0" />'; }
	if($a=='2'){ $b='<img src="http://ibolac.bl.ee/pr-buttons/2.gif" alt="Pagerank 0" />'; }
	if($a=='3'){ $b='<img src="http://ibolac.bl.ee/pr-buttons/3.gif" alt="Pagerank 0" />'; }
	if($a=='4'){ $b='<img src="http://ibolac.bl.ee/pr-buttons/4.gif" alt="Pagerank 0" />'; }
	if($a=='5'){ $b='<img src="http://ibolac.bl.ee/pr-buttons/5.gif" alt="Pagerank 0" />'; }
	if($a=='6'){ $b='<img src="http://ibolac.bl.ee/pr-buttons/6.gif" alt="Pagerank 0" />'; }
	if($a=='7'){ $b='<img src="http://ibolac.bl.ee/pr-buttons/7.gif" alt="Pagerank 0" />'; }
	if($a=='8'){ $b='<img src="http://ibolac.bl.ee/pr-buttons/8.gif" alt="Pagerank 0" />'; }
	if($a=='9'){ $b='<img src="http://ibolac.bl.ee/pr-buttons/9.gif" alt="Pagerank 0" />'; }
	if($a=='9'){ $b='<img src="http://ibolac.bl.ee/pr-buttons/10.gif" alt="Pagerank 0" />'; }
	
	return $b;
}

print gosterpr($pr_get);
?>