รบกวนสอบถามคนที่เคยใช้โฮส Pair.com หรือคนที่รู้วิธีแก้ไขด้วยครับ คือว่า ผมจะทำเว็บเกี่ยบกับจองโรงแรม (ของ r24) กะว่าจะใช้ code php ที่เค้าให้มา (ด้านล่างนี้) เพื่อแสดงรายชื่อโรงแรมที่หน้าเว็บของผม
<?php
$partner = "abc.com"; # 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);
?>
แต่ปรากฎว่า พอใส่ code ด้านบนนี้ ไว้ในหน้าเว็บเพจ เอาไฟล์ขึ้นโฮสของ pair.com เรียบร้อยแล้ว ... รองเปิดหน้าเว็บ
www.abc.com/bangkok/index.php 
มันขึ้นข้อความว่า
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /usr/www/users/intharar/abc/bangkok/index.php on line 23
Warning: file_get_contents(http://www.R24.org/abc.com/bangkok/CALLER/CUR=USD|SORT=|FRAME=_blank|CALL=V4&rf4=www.abc.com/bangkok/index.php&ip=119.31.76.30&rset=bangkok) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /usr/www/users/intharar/abc/bangkok/index.php on line 23
ผมพึ่งสมัครใช้โฮส Pair.com (plan : Advance) อ่ะครับ ... ไม่รู้ว่าต้องเซตค่าอะไรในระบบด้วยรึป่าว?? ใครที่เคยใช้โฮสของที่นี่ หรือคนที่รู้วิธีแก้ไข ช่วยแนะนำด้วยนะครับ ขอแบบละเอียดๆเลยยิ่งดี
ขอบคุณมากครับ