|
|
|
13년 전
|
조회 1,148
|
|
|
|
13년 전
|
조회 1,657
|
|
|
|
13년 전
|
조회 1,190
|
|
|
|
13년 전
|
조회 1,168
|
|
|
지운아빠
|
13년 전
|
조회 2,094
|
|
|
지운아빠
|
13년 전
|
조회 1,990
|
|
|
|
13년 전
|
조회 1,830
|
|
|
|
13년 전
|
조회 1,207
|
|
|
|
13년 전
|
조회 1,681
|
|
|
|
13년 전
|
조회 2,678
|
|
|
|
13년 전
|
조회 1,157
|
|
|
|
13년 전
|
조회 1,112
|
|
|
|
13년 전
|
조회 1,094
|
|
|
|
13년 전
|
조회 1,124
|
|
|
|
13년 전
|
조회 1,381
|
|
|
|
13년 전
|
조회 1,037
|
|
|
|
13년 전
|
조회 1,150
|
|
|
|
13년 전
|
조회 1,141
|
|
|
|
13년 전
|
조회 1,064
|
|
|
|
13년 전
|
조회 1,185
|
|
|
|
13년 전
|
조회 996
|
|
|
|
13년 전
|
조회 1,240
|
|
|
|
13년 전
|
조회 1,322
|
|
|
|
13년 전
|
조회 1,234
|
|
|
|
13년 전
|
조회 1,016
|
|
|
|
13년 전
|
조회 1,133
|
|
|
|
13년 전
|
조회 2,641
|
|
|
|
13년 전
|
조회 1,123
|
|
|
|
13년 전
|
조회 1,174
|
|
|
|
13년 전
|
조회 1,106
|
댓글 45개
sir 백업중....
저두 축구겜 피?온?인 여직건 하다가 왔듬당. ㅠㅠ
<?php
function fetch_url($theurl) {
$url_parsed = parse_url($theurl);
$host = $url_parsed["host"];
$port = $url_parsed["port"];
if($port==0) $port = 80;
$the_path = $url_parsed["path"];
if(empty($the_path)) $the_path = "/";
if(empty($host)) return false;
if($url_parsed["query"] != "") $the_path .= "?".$url_parsed["query"];
$out = "GET ".$the_path." HTTP/1.0\r\nHost: ".$host."\r\n\r\nUser-Agent: Mozilla/4.0 \r\n";
$fp = fsockopen($host, $port, $errno, $errstr, 30);
usleep(50);
if($fp) {
socket_set_timeout($fp, 30);
fwrite($fp, $out);
$body = false;
while(!feof($fp)) {
$buffer = fgets($fp, 128);
if($body) $content .= $buffer;
if($buffer=="\r\n") $body = true;
}
fclose($fp);
}else {
return false;
}
return $content;
}
echo fetch_url("http://sir.co.kr/bbs/current_connect.php");
이 소스를 ajax 또는 jquery로 자동새로고침 사용하면 모니터링 가능하겠네염. ㅋㅋㅋㅋㅋㅋ
출처 : http://dumbung.com/main/bbs/board.php?bo_table=PHP_TIP&wr_id=43
또 F5 되는 시기에 체크해서 마지막 올라온 넘버가 일치하지 않다면 경고창 한방이나 음악 재생되게 하믄될그같네영 ㅋ
추가 : 하나 만들어 주세염 ㅠㅠ
ㅋㅋㅋ 직오.... 왜 이걸 몰랐죠...
ereg file로 소스글거와서 태그 없애고
닉네임이 있다면 있당 이라고 나올꼬에요 ㅋ
<?php
$file = file('http://sir.co.kr/bbs/current_connect.php');
$cnt = count($file);
for($i=0; $i < count($file); $i++){
//echo "$file[$i]";
$tococo = strip_tags($file[$i]);
//echo $tococo;
if(ereg("DesignonexGDT",$tococo)){
echo "있당";
}
}
?>
while(여자) 무지환영.
ㅋㅋㅋㅋ 무한돕니다. ㅠㅠ ( 저 이상한 사람 아님 <- 강조)
<?php
$file = file('http://sir.co.kr/bbs/current_connect.php');
$cnt = count($file);
for($i=0; $i < count($file); $i++){
//echo "$file[$i]";
$tococo = strip_tags($file[$i]);
//echo $tococo;
if(ereg("DesignonexGDT",$tococo)){
echo "GDT님 있당";
}
if(ereg("미운오리스키",$tococo)){
echo "미오님 있당";
}
if(ereg("기루기루",$tococo)){
echo "기루형님 있당";
}
if(ereg("직화오리팡야",$tococo)){
echo "나는있뜸!";
}
if(ereg("nine",$tococo)){
echo "요자닷!!";
}
}
?>
전 또 리자님한테 굽슨굽슨 나에게 은총을 ㅠㅠ 그럴수도...!!