접속자환경체크--중복일지모름

링크는 실험용임시링크입니다.언제짤릴지모름-.-

<style>
@font-face {font-family:verdana;}
body {font-family: verdana;; font-size:11pt;COLOR: #525152;LINE-HEIGHT: 130%;TEXT-DECORATION: none}
A {font-family: verdana; font-size:11pt;COLOR: #525152;LINE-HEIGHT: 130%;TEXT-DECORATION: none}
A:hover {FONT-SIZE: 11pt;COLOR: #4259a5;LINE-HEIGHT: 130%;FONT-FAMILY: verdana;;TEXT-DECORATION: none}
td {font-size:9pt;font-family: verdana;}
input ,textarea{font-size:11pt;font-family:verdana;;border:1 solid #666666;height:18}
#booty {position:absolute;}
</style>

<style type="text/css">
body {
SCROLLBAR-FACE-COLOR: EAECEC;
SCROLLBAR-HIGHLIGHT-COLOR: EAECEC;
SCROLLBAR-SHADOW-COLOR: BLACK;
SCROLLBAR-3DLIGHT-COLOR: EAECEC;
SCROLLBAR-ARROW-COLOR: EAECEC;
SCROLLBAR-TRACK-COLOR: FFFFFF;
SCROLLBAR-DARKSHADOW-COLOR: EAECEC;
}
</style>

<!---- [1단계] 아래의 스크립트를 HEAD 부분에 복사 해 넣으세요 ----->

<script language=JavaScript>
<!--
var jscript,vscript,language,resolution,colors,avalW,avalH,real,flash,browname,cookie;
var seq1="",seq2="";
var a=0,b=0,num=0;precent=0;
var realState=false;
var flashState=false;
var G2=false;
var FI=false;
var last=document.lastModified;
var historyP=history.length;
var dateP=new Date();
var ie=document.all?1:0;
var ns=document.layers?1:0;
var dom=document.getElementById?1:0;
var l=(ie||dom)?navigator.browserLanguage:navigator.language;
var agent = navigator.userAgent;
var bver;


//----------쿠키와 자바스크립트 체크모듈----------//
if (navigator.javaEnabled()>-1) jscript = "JavaScript 설치 확인.";
else jscript = "JavaScript 가 없습니다";
if (navigator.cookieEnabled) cookie = "Cookie 작동중.";
else cookie = "Cookie 미작동";

//----------Flash 와 Real Players 체크모듈----------//
numPlugins = navigator.plugins.length;
for(i=0;i<numPlugins;i++)
{
plugin = navigator.plugins[i];
if ((plugin.name.substring(0,10)=="RealPlayer")&&(plugin.name.indexOf("G2")>0)) realState=true;
if ((plugin.name.indexOf("Shockwave Flash")>-1)&&(plugin.description.indexOf("5")>-1)) flashState=true;
}

document.write('<script language=VBScript\> \n');
document.write('on error resume next \n');
document.write('G2 = (NOT IsNull(CreateObject("rmocx.RealPlayer G2 Control")))\n');
document.write('</script\> \n');
document.write('<script language=VBScript\> \n');
document.write('on error resume next \n');
document.write('FI = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4"))) \n');
document.write('</script\> \n');
document.write('<script language=VBScript\>\non error resume next \nG2=(NOT IsNull(CreateObject("rmocx.RealPlayer G2 Control")))\n</script\>\n');
document.write('<script language=VBScript\>\non error resume next\nFI=(IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4")))\n</script\>\n');

if (flashState||FI) flash = "Flash Player 발견."
else flash = "Flash Player 가 없습니다."
if (realState||G2) real = "Real Player 가 설치되어 있습니다."
else real = "Real Player 가 없습니다."

//------------------일반적인 정보 체크----------------//
if (ie)
{
browname = "Microsoft Internet Explorer";
vscript = "VBScript 가 있습니다.";
avalW = screen.availWidth;
avalH = screen.availHeight;
bver = agent.substr(agent.indexOf('MSIE'),8) //버전뽑기
if (bver == 'MSIE 6.0') //6.0이라면
{
}

langInfo();
}
else if (ns)
{
browname = "Netscape Navigator";
avalW = window.innerWidth;
avalH = window.innerHeight;
vscript = "VBScript 가 없습니다";
langInfo();

}
else if (dom)
{
browname = "Netscape 6 Gecko";
vscript = "VBScript 가 없습니다.";
avalW = window.innerWidth;
avalH = window.innerHeight;
}
colors = screen.colorDepth;
resolution = ''+screen.width+' X '+screen.height+'';

function langInfo() // 브라우저 랭귀지 체크
{
if (l.indexOf('en')>-1)language='English';
else if (l.indexOf('nl')>-1) language='Dutch';
else if (l.indexOf('fr')>-1) language='French';
else if (l.indexOf('de')>-1) language='German';
else if (l.indexOf('ja')>-1) language='Japanese';
else if (l.indexOf('it')>-1) language='Italian';
else if (l.indexOf('pt')>-1) language='Portuguese';
else if (l.indexOf('es')>-1) language='Spanish';
else if (l.indexOf('sv')>-1) language='Swedish';
else if (l.indexOf('zh')>-1) language='Chinese';
else if (l.indexOf('ko')>-1) language='Korea';
else language='English';

}

boot = '<table width=300><tr><td><h3>M-CLUB 사용자환경 CHAK</h3></td></tr><tr><td>다운로드 중..~~..~~..~..~.OK,~~ 체크 시스템 작동중.~~~<br>'
+'클라이언트 PC 에 연결중...~~...~....~~~....~...~..완료.<br>'
+'Operation System 발견<br>'
+'브라우저 플랫폼: '+navigator.platform+'<br>'
+'클라이언트 브라우저 감지~~~<br>'
+'브라우저명 검사중..........브라우저명:~~ '+navigator.appCodeName+'<br>'
+'브라우저명 디코딩......................성공.<br>'
+'브라우저명: '+browname+'<br>'
+'브라우저 버전 체크..~...~..~~~..완료.<br>'
+'브라우저 버전: '+bver+'<br>'
+'브라우저 히스토리 체크...............OK<br>'
+''+historyP+' 페이지 발견.~~<br>'
+'자바스크립트 자동 감지..~.~.~.~.~..~.~.~.~.~.완료.<br>'
+''+jscript+'<br>'
+'VBScript 체크.~.~.~..~~..~.~..~.완료<br>'
+''+vscript+'<br>'
+'쿠키 테스트.~.~.~..~~..~.~..~.'
+''+cookie+'<br>'
+'추가정보 검색중.~.~..~.~..~...~.성공.<br>'
+'클라이언트 PC 날짜 정보 검색중...~.<br>'
+'날짜: '+dateP+'~~~~<br>'
+'언어 체크....~~...~..~.'+language+'<br>'
+'화면 해상도 '+resolution+'<br>'
+'Color depth....~....~...~...'+colors+' bit<br>'
+'사용가능한 브라우저 공간 체크....~..~.~..완료. <br>'
+'브라우저의 가로크기: '+avalW+' 픽셀<br>'
+'브라우저의 높이: '+avalH+' 픽셀<br>'
+'플러그인 정보.<br>'
+'Real Player 검색중.~~.~.~.~.~.~.~.~.~.~.~.완료.<br>'
+''+real+'<br>'
+'Macromedia FLASH player 체크중.~.~.~.~.~.~.~.~.~.~.완료.<br>'
+''+flash+'<br>'
+'<font color="red">Check 프로그램 종료.......................OK</font><br>'

seq = boot.split("~");

function initCheck()
{
seq1='<tt>'+seq2+'<b style="color:silver">'+seq[num]+'</b></tt>';
seq2+=seq[num];

if(ns)
{
with(document.out.document.indoor)
{
document.write(seq1);
document.close();
}
}
if(ie) booty.innerHTML = seq1;
if(dom) document.getElementById("booty").innerHTML = seq1;
if (!(num>=seq.length-1))
{
num++;
down();
window.status=precent+"% 완료.";
if (precent<100)precent++;
else window.status="체크 완료."
setTimeout('initCheck()',1);
}
}
function down()
{
b+=100;
window.scroll(10,a);
a=setTimeout("down()",1000000000000000000000000000000000000000000000000000000000);
}
onload=initCheck;
//-->
</script>

<div id=booty></div><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
19년 전 조회 3,496
19년 전 조회 2,919
19년 전 조회 3,504
19년 전 조회 3,141
19년 전 조회 2,991
19년 전 조회 2,493
19년 전 조회 2,305
19년 전 조회 2,633
19년 전 조회 3,240
19년 전 조회 2,262
19년 전 조회 3,261
19년 전 조회 3,393
19년 전 조회 3,058
19년 전 조회 2,082
19년 전 조회 1,834
19년 전 조회 2,470
19년 전 조회 2,391
19년 전 조회 1,751
19년 전 조회 1,799
19년 전 조회 1,701
19년 전 조회 2,199
19년 전 조회 1,770
19년 전 조회 2,317
19년 전 조회 2,055
19년 전 조회 1,938
19년 전 조회 1,800
19년 전 조회 1,988
19년 전 조회 2,027
19년 전 조회 2,076
19년 전 조회 2,821
19년 전 조회 5,460
19년 전 조회 1,863
19년 전 조회 1,710
19년 전 조회 1,562
19년 전 조회 1,732
19년 전 조회 1,663
19년 전 조회 1,582
19년 전 조회 1,590
19년 전 조회 1,512
19년 전 조회 1,579
19년 전 조회 2,940
19년 전 조회 3,960
19년 전 조회 5,353
19년 전 조회 1,512
19년 전 조회 4,679
19년 전 조회 3,108
19년 전 조회 1,626
19년 전 조회 2,815
19년 전 조회 3,754
19년 전 조회 1,920
19년 전 조회 3,929
19년 전 조회 2,007
19년 전 조회 3,901
19년 전 조회 3,550
19년 전 조회 4,334
19년 전 조회 4,179
19년 전 조회 2,005
19년 전 조회 1,972
19년 전 조회 4,394
19년 전 조회 2,795
19년 전 조회 2,678
19년 전 조회 2,524
19년 전 조회 2,107
19년 전 조회 2,694
19년 전 조회 2,320
19년 전 조회 1,978
19년 전 조회 2,111
19년 전 조회 1,560
19년 전 조회 1,812
19년 전 조회 2,955
19년 전 조회 2,068
19년 전 조회 3,335
19년 전 조회 3,251
19년 전 조회 2,362
19년 전 조회 1,911
19년 전 조회 2,953
19년 전 조회 3,021
19년 전 조회 4,139
19년 전 조회 2,113
19년 전 조회 2,758
19년 전 조회 2,460
19년 전 조회 3,592
19년 전 조회 1,540
19년 전 조회 1,607
19년 전 조회 1,895
19년 전 조회 2,344
19년 전 조회 1,956
19년 전 조회 1,838
19년 전 조회 2,233
19년 전 조회 2,320
19년 전 조회 5,084
19년 전 조회 2,463
19년 전 조회 3,322
19년 전 조회 2,780
19년 전 조회 2,543
19년 전 조회 4,830
19년 전 조회 2,687
19년 전 조회 2,529
19년 전 조회 2,079
19년 전 조회 1,863