Pentru descarcare , inregistreaza-te ! Au fost introduse noi Hack-uri 2015 !




Pentru descarcare , inregistreaza-te ! Au fost introduse noi Hack-uri 2015 !





PHP RuneScape stat function

Go down

PHP RuneScape stat function Empty PHP RuneScape stat function

Post by Sfinx Thu Nov 29, 2012 10:38 am

Code:
<!-- This Script is from www.freecodescript.com, Coded by: Krishna Eydatoula, Mahmood Bina-->

function getStats($n) \{
  $d = file_get_contents('http://hiscore.runescape.com/lang/en/aff/runescape/hiscorepersonal.ws?user1='.$n);
  preg_match_all('/<td align=\'left\'>(.*?)<\/tr>/s',$d,$m);
  $u = array('
','
');
  $g = array('/^\s+/','/\s\{2,\}/');
  $o = array('',' ');
  $s = array();
  foreach ($m\[1] as $v) \{
    $ta = explode(' ',preg_replace($g,$o,str_replace($u,' ',strip_tags($v))));
    $line .= $ta\[2];
    $s\[$ta\[0]] = array('Rank' => $ta\[1],'Level' => $ta\[2],'Exp' => $ta\[3]);
  \}
  return (($s\['Overall']\['Level'] == 'does')? 'false':$s);
\}



<br><font face='Tahoma'><a target='_blank' href='http://www.freecodescript.com/'><span style='font-size: 8pt; text-decoration: none'>Free Code Script</span></a></font>

      
Sfinx
Sfinx
Administrator
Administrator

Mesaje Mesaje : 1440
Data nasterii Data nasterii : 25/02/1995
Localizare Localizare : Timisoara
Server Server : Bine

https://metin2hacks.catsboard.com/

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum