묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
Warning: file(): URL file-access is disabled in the server configuration in /home/jabhack/www/zog/throttle-me.php on line 4
Warning: file(http://jabhack.eyah.net/throttle-me/index.php): failed to open stream: no suitable wrapper could be found in /home/jabhack/www/zog/throttle-me.php on line 4
Traffic : 0.00MB/300mb
라고 뜹니다;;
<?
ini_set("allow_url_fopen","1");
$throttle = 'http://jabhack.eyah.net/throttle-me/index.php';
$file = file($throttle);
$traffic = sprintf("%0.2fMB",strip_tags($file[43]) / 1024);
?>
<div class="ol-link-license">Traffic : <a href=/throttle-me/ target=_blank onfocus=blur();><?=$traffic?>/300mb</a></div>
로 해봤는데
아무래도 throttle-me 의 index.php파일을 못불러와서 그런것 같은데... 맞나요;;
throttle로 트래픽현황 볼수있는 팁을 적용해봤는데...
2005.06.18 18:02
Warning: file(): URL file-access is disabled in the server configuration in /home/jabhack/www/zog/throttle-me.php on line 4
Warning: file(http://jabhack.eyah.net/throttle-me/index.php): failed to open stream: no suitable wrapper could be found in /home/jabhack/www/zog/throttle-me.php on line 4
Traffic : 0.00MB/300mb
라고 뜹니다;;
<?
ini_set("allow_url_fopen","1");
$throttle = 'http://jabhack.eyah.net/throttle-me/index.php';
$file = file($throttle);
$traffic = sprintf("%0.2fMB",strip_tags($file[43]) / 1024);
?>
<div class="ol-link-license">Traffic : <a href=/throttle-me/ target=_blank onfocus=blur();><?=$traffic?>/300mb</a></div>
로 해봤는데
아무래도 throttle-me 의 index.php파일을 못불러와서 그런것 같은데... 맞나요;;