Garanti bankası döviz botu

Portal sitelerine giren bir kullanıcı, doviz bilgilerinden haberdar olmak ister. Kullanıcıların bu tür isteklerini karşılamak için, sitenize php alt yapısını kullanan garanti bankası doviz botunu ekleyebilirsiniz. Bu kodun yapımcısı botmatik’e teşekkür ederiz bizlerle böyle güzel bir botu paylaştığı için :)

Buyrun botun kodları,
// * Programlama : Botmatik 2009
// * Programlama Betiği : PHP
// * Yazar : Botmatik
// * Contact : http://www.botmatik.com
//* Licensed under the GNU General Public License, version 2.
//* See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

$site = "http://realtime.paragaranti.com/asp/xml/icpiyasa.asp";
$connect = file_get_contents($site);

echo "

";
echo "

";

preg_match_all('#(.*?)#si',$connect,$bas,PREG_SET_ORDER);
for($i=0; $i<9; $i++){ //
$gel= $bas[$i][1];
$gomcur = $gel;
preg_match_all('#(.*?)#si',$gomcur,$xax,PREG_SET_ORDER);
preg_match_all('#(.*?)#si',$gomcur,$xac,PREG_SET_ORDER);
preg_match_all('#(.*?)#si',$gomcur,$xaz,PREG_SET_ORDER);
for($x=0; $x<1; $x++){
$a = $xax[$x][1];
$b = $xac[$x][1];
$c = $xaz[$x][1];

$d = $a;
$e = $b;
$f = $c;

echo "

";

}}
echo "

Birim Değer Son Güncelleme
".$d." : ".$e." ".$f."

";

//* Licensed under the GNU General Public License, version 2.
//* See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
// * Programlama : Botmatik 2009
// * Programlama Betiği : PHP
// * Yazar : Botmatik
// * Contact : http://www.botmatik.com

  • Share/Bookmark
DeliciousFacebookDigg
RSS FeedStumbleUponTwitter

Leave a Reply