<phpcode>
<?php
$partner = “PARTNER”; # replace PARTNER by your R24-registered domain name.
$cur = $_REQUEST['cur']; if (!$cur) $cur = “USD”; # optional. if you want a DEFAULT currency other than THB
$rset = $_REQUEST['rset']; if (!$rset) $rset = “bangkok”; # replace “bangkok” by whatever region you want to call initially
# don’t change remaining code below this line
$thispage = “V4&rf4=”.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'].”&ip=”.$_SERVER['REMOTE_ADDR'].”&rset=”.$rset;
$thelink = “http://www.R24.org/”.$partner.”/”.$rset.”/CALLER/CUR=”.$cur.”|SORT=”.$_REQUEST['sort'].”|FRAME=_blank|CALL=”.$thispage;
echo file_get_contents ($thelink);
?>
</phpcode>
Popularity: unranked [?]
Random Posts
No related posts.







Sorry, the comment form is closed at this time.