亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? main.asp

?? 國內(nèi)最早的在線客服系統(tǒng)源碼.可以把訪客變成自己的客戶.是目前比較流行的在線客服系統(tǒng)
?? ASP
?? 第 1 頁 / 共 2 頁
字號:
<%Response.Expires=0%>
<!--#include file="error.asp"-->
<%
response.expiresabsolute=dateadd("s",1,now())
username=trim(request("name"))
if username="" then
	session.abandon
	call disp_error2("對不起,數(shù)據(jù)傳送出錯,快狗不能打開!")
	Response.End
end if
%>
<!--#include file="conn.asp"-->
<!--#include file="function.asp"-->
<%'on error resume next
set rs=CreateObject("adodb.recordset")
sql="select * from userinfo where yhm='"&username&"'"
rs.Open sql,conn,3,2
if rs.EOF or rs.BOF then
	rs.Close
	conn.close
	Response.Write("<script language='javascript'>")
        Response.Write("alert('對不起,您的網(wǎng)站還沒有注冊,請單擊確定按鈕注冊');")
	Response.Write("window.open('/qq/qqprg/register.htm','','');")
	Response.Write("window.close();")
	Response.Write("</script>")
	Response.End
end if
url=lcase(trim(rs("url1")))'取得注冊網(wǎng)址
	if instr(url,"http://")<=0 and instr(url,"HTTP://")<=0 then
		url="http://"&url
	end if
	mc=trim(rs("mc1"))'取得注冊網(wǎng)站名稱
	lx=rs("lx1")
	jj=rs("jj")
	id=rs("id")'取得注冊網(wǎng)址的唯一id號
	if mc="" then
		mc="空名稱"
	end if
	sums=cstr(clng(rs("looksums"))+1)
	rs("looksums")=clng(rs("looksums"))+1
	rs.update
	rs.Close
	set rs=nothing
	conn.close
	set conn=nothing
	longmc=mc&":快狗("&sums&")"
%>
<html>
<head>
<title><%=longmc%></title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="web,26 Feb 1960 08:21:57 GMT">
<meta http-equiv="Content-Type" content="text/html;charset=gb2312">
<link rel="stylesheet" type="text/css" href="style.css">
<script language="javascript">
<!--
var timerID;
var y;//頁面位置
var randtime;
var ok=null;
var listtimeid=null;
var winhandle=null;
randtime=0;
y=0;
function sx()
{	if (refflag.value=="1" && dispinfoflag.value=="0")
		{
			if (pageflag.value=="1")
			{
				listflag.value="0";
				parent("dispuserwin").location.href="disp_online_user.asp?sitenumber="+sitenumber.value;
			}
			else if (pageflag.value=="0")
			{	
				listflag.value="0";
				parent("dispuserwin").location.href="disp_online_manager.asp?sitenumber="+sitenumber.value;	
			}
			else
			{
				listflag.value="0";
				parent("hiddenwin").location.href="disp_online_user.asp?sitenumber="+sitenumber.value;
			}
			listtime();
		}
	ok=setTimeout("sx()",15000+randtime*1000);
	randtime=parseInt(Math.random() * 10);
}

function window_onload()
{
	sx();
}

function listtime()
{
if (listflag.value=="1")
	{
		if (pageflag.value=="0" && dispinfoflag.value=="0")
			listonlinemanager();
		else if (pageflag.value=="1" && dispinfoflag.value=="0")
			listonlineuser();
		if (dispinfoflag.value=="0")
			disp_get_info();
		clearTimeout(listtimeid);
	}
else
	listtimeid=setTimeout("listtime()",1);
}

function listonlinehead(title)
{
if (dispinfoflag.value=="0")
	disp_get_info();
window("dispuserwin").document.write("<html>");
window("dispuserwin").document.write("<head>");
window("dispuserwin").document.write("<title>"+title+"</title>");
window("dispuserwin").document.write("<meta http-equiv=\"pragma\" content=\"no-cache\">");
window("dispuserwin").document.write("<meta http-equiv=\"expires\" content=\"web,26 Feb 1960 08:21:57 GMT\">");
window("dispuserwin").document.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">");
window("dispuserwin").document.write("<style type=\"text/css\">");
window("dispuserwin").document.write("<!--");
window("dispuserwin").document.write("body {  font-family: \"宋體\"; font-size: 9pt;}");
window("dispuserwin").document.write("td {font-family:\"宋體\";font-size:9pt;}");
window("dispuserwin").document.write("-->");
window("dispuserwin").document.write("</style>");
window("dispuserwin").document.write("</head>");
window("dispuserwin").document.write("<body bgcolor=\"#8482c6\" text=\"#000000\" leftmargin=\"0\" topmargin=\"2\" oncontextmenu=event.returnValue=false>");
}

function listonlineuser()
{
window("dispuserwin").document.open();
listonlinehead("本站在線用戶");
var userinfostr,userinfodim,i,dimsums,infstr,onlineflag,onlinedate,onlineflag,okcode;
onlineflag=0;
userinfostr=onlineuser.value;
if (userinfostr.length==0)
{
	refflag.value=0;
}
else
{
	window("dispuserwin").document.write("<table border='0' bgcolor='#8482c6' width='100%'>");
	userinfodim=userinfostr.split("|");
	for (i in userinfodim)
	{	
		if(userinfodim[i]!="")
		{
		infstr=userinfodim[i].split("$");
		window("dispuserwin").document.write("<tr>");
		if (infstr[0]==usersessionid.value && infstr[2]=="0")
		{
			window("dispuserwin").document.write("<td width='100%' height='20' ONMOUSEOVER=\"this.bgColor='#716fbd';this.style.cursor='hand';\" ONMOUSEOUT=\"this.bgColor='#8482c6';\" ONCLICK=\"parent.clickdo('"+infstr[0]+"','"+infstr[1]+"','"+infstr[5]+"')\" title=\"于"+infstr[3]+"上線\"><img src='../qqpic/face/face"+infstr[5]+".gif' height=16 width=16>&nbsp;<b>"+infstr[1]+"</b></td>");
			onlineflag=1;
		}
		else if (infstr[0]==usersessionid.value && infstr[2]=="2")
		{
			window("dispuserwin").document.write("<td width='100%' height='20' ONMOUSEOVER=\"this.bgColor='#716fbd';this.style.cursor='hand';\" ONMOUSEOUT=\"this.bgColor='#8482c6';\" ONCLICK=\"parent.clickdo('"+infstr[0]+"','"+infstr[1]+"','"+infstr[5]+"')\" title=\"于"+infstr[3]+"上線(注冊用戶)\"><img src='../qqpic/face/face"+infstr[5]+".gif' height=16 width=16>&nbsp;<font color=#e8e8e8><b>"+infstr[1]+"</b></font></td>");
			onlineflag=1;
		}
		else if (infstr[2]=="2")
		{
			window("dispuserwin").document.write("<td width='100%' height='20' ONMOUSEOVER=\"this.bgColor='#716fbd';this.style.cursor='hand';\" ONMOUSEOUT=\"this.bgColor='#8482c6';\" ONCLICK=\"parent.clickdo('"+infstr[0]+"','"+infstr[1]+"','"+infstr[5]+"')\" title=\"于"+infstr[3]+"上線(注冊用戶)\"><img src='../qqpic/face/face"+infstr[5]+".gif' height=16 width=16>&nbsp;<font color=#e8e8e8>"+infstr[1]+"</b></td>");
		}
		else if (infstr[2]=="0")
			window("dispuserwin").document.write("<td width='100%' height='20' ONMOUSEOVER=\"this.bgColor='#716fbd';this.style.cursor='hand';\" ONMOUSEOUT=\"this.bgColor='#8482c6';\" ONCLICK=\"parent.clickdo('"+infstr[0]+"','"+infstr[1]+"','"+infstr[5]+"')\" title=\"于"+infstr[3]+"上線\"><img src='../qqpic/face/face"+infstr[5]+".gif' height=16 width=16>&nbsp;"+infstr[1]+"</td>");
		else
		{
			window("dispuserwin").document.write("<td width='100%' height='20' ONMOUSEOVER=\"this.bgColor='#716fbd';this.style.cursor='hand';\" ONMOUSEOUT=\"this.bgColor='#8482c6';\" ONCLICK=\"parent.clickdo('"+infstr[0]+"','"+infstr[1]+"','"+infstr[5]+"')\" title=\"于"+infstr[3]+"上線(站長)\"><img src='../qqpic/face/face"+infstr[5]+".gif' height=16 width=16>&nbsp;<font color=#ffff00>"+infstr[1]+"</font></td>");
			if (infstr[0]==usersessionid.value)
				onlineflag=1;
		}
		window("dispuserwin").document.write("</tr>");
		}
	}
window("dispuserwin").document.write("</table>");
refflag.value=onlineflag;
}
window("dispuserwin").document.write("</body></html>");
window("dispuserwin").document.close();
reset_win_site();
}

function listonlinemanager()
{
window("dispuserwin").document.open();
listonlinehead("其他網(wǎng)站站長");
var userinfostr,userinfodim,i,dimsums,infstr,onlineflag,onlinedate,onlineflag,okcode;
onlineflag=0;
userinfostr=onlineuser.value;
if (userinfostr.length>0)
{
	window("dispuserwin").document.write("<table border='0' bgcolor='#8482c6' width='100%'>");
	userinfodim=userinfostr.split("|");
	for (i in userinfodim)
	{
		if(userinfodim[i]!="")
		{
		infstr=userinfodim[i].split("$");
		window("dispuserwin").document.write("<tr>");
		if (infstr[0]==usersessionid.value)
		{
			window("dispuserwin").document.write("<td width=16 height=20 ONMOUSEOVER=\"this.bgColor='#716fbd';this.style.cursor='hand';\" ONMOUSEOUT=\"this.bgColor='#8482c6';\" ONCLICK=\"window.open('"+infstr[4]+"','','toolbar=yes,scrollbars=yes,status=yes,resizable=1,menubar=yes,location=yes,width=600,height=400',name='main8315')\" title=\"到我的網(wǎng)站\"><img src='../qqpic/face/face"+infstr[7]+".gif' border=0 height=16 width=16></td>")
			window("dispuserwin").document.write("<td valign=\"bottom\" height='20' ONMOUSEOVER=\"this.bgColor='#716fbd';this.style.cursor='hand';\" ONMOUSEOUT=\"this.bgColor='#8482c6';\" ONCLICK=\"parent.clickdo('"+infstr[0]+"','"+infstr[2]+"','"+infstr[7]+"')\" title=\""+infstr[3]+"網(wǎng)站站長:"+infstr[4]+",于"+infstr[5]+"上線\"><b>"+infstr[2]+"</b></td>");
		}
		else
		{
			window("dispuserwin").document.write("<td width=16 height=20 ONMOUSEOVER=\"this.bgColor='#716fbd';this.style.cursor='hand';\" ONMOUSEOUT=\"this.bgColor='#8482c6';\" ONCLICK=\"window.open('"+infstr[4]+"','','toolbar=yes,scrollbars=yes,status=yes,resizable=1,menubar=yes,location=yes,width=600,height=400',name='main8315')\" title=\"到我的網(wǎng)站\"><img src='../qqpic/face/face"+infstr[7]+".gif' border=0 height=16 width=16></td>")
			window("dispuserwin").document.write("<td valign=\"bottom\" height='20' ONMOUSEOVER=\"this.bgColor='#716fbd';this.style.cursor='hand';\" ONMOUSEOUT=\"this.bgColor='#8482c6';\" ONCLICK=\"parent.clickdo('"+infstr[0]+"','"+infstr[2]+"','"+infstr[7]+"')\" title=\""+infstr[3]+"網(wǎng)站站長:"+infstr[4]+",于"+infstr[5]+"上線\">"+infstr[2]+"</td>");
		}
		window("dispuserwin").document.write("</tr>");
		}
	}
	window("dispuserwin").document.write("</table>");
}
window("dispuserwin").document.write("</body></html>");
window("dispuserwin").document.close();
reset_win_site();
}

function reset_win_site()
{
	screeny=window("dispuserwin").document.body.scrollHeight;
	y=removewin.value;
	if (screeny<y)
	{
	y=0;
	removewin.value=y;
	}
	window("dispuserwin").scroll(1,y);
}

//收信息
function disp_get_info()
{
var i,getinfostr,getinfodim,infstr;
getinfostr=getinfo.value;
if (getinfostr.length>0)
{
	getinfodim=getinfostr.split("|");
	for (i in getinfodim)
	{
		if (getinfodim[i]!="")
		{
			infstr=getinfodim[i].split("$");
			history.value=getinfodim[i]+"|"+history.value;
			urlstr="get_info_win.asp?id="+infstr[1]+"&yhm="+infstr[4]+"&sitemc="+infstr[2]+"&url="+infstr[3]+"&infostr="+infstr[5];
			infowin=window.open(urlstr,'','height=245,width=355,toolbar=no,scrollbars=no,resizable=0,menubar=no');
			
		}
	}
}
getinfo.value="";
}

//關(guān)閉窗口
function closewindow(num)
{
  if(1==parseInt(num)){
	if (winhandle!=null){
 		      if (!winhandle.closed)
			      winhandle.close();
			  }
		//window.moveTo(2000,2000);
        window.open('lostuser.asp','lostwin','location=no,height=10, width=10, top=2000, left=2000,toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no');
  }
  else{
	if ((event.clientX>120) && (event.clientY<0||event.altKey))
	{
        if (winhandle!=null){
 		      if (!winhandle.closed)
			      winhandle.close();
			  }
		window.moveTo(2000,2000);
	    window.open('lostuser.asp','lostwin','location=no,height=10, width=10, top=2000, left=2000,toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no');
	}
   }
}

//打開用戶注冊頁面
function register_user()
{
if (userregisterflag.value==0)
{
window("dispuserwin").location.href="register_user.asp";
refflag.value="0";
pageflag.value="2";
}
}
//向下移動頁面
function move_down()
{
if (y+2<window("dispuserwin").document.body.scrollHeight)
	{
		y+=2;
		removewin.value=y;
		window("dispuserwin").scroll(1,y);
		timerID=setTimeout("move_down()",0);
	}

}

//向上移動頁面
function move_up()
{
	if(y-2>0)
		{
			y-=2;
			removewin.value=y;
			window("dispuserwin").scroll(1,y);
			timerID=setTimeout("move_up()",0);
		}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
美女高潮久久久| 国产亚洲精品精华液| 91高清视频免费看| 99r精品视频| 99视频精品免费视频| 国产福利精品一区二区| 国模少妇一区二区三区| 国产一区二区在线观看视频| 久久精品国产999大香线蕉| 免费在线视频一区| 日本美女一区二区三区| 日韩在线一区二区| 777午夜精品免费视频| 欧美日韩夫妻久久| 制服丝袜国产精品| 欧美mv日韩mv| 国产校园另类小说区| 欧美激情一区二区三区在线| 亚洲图片另类小说| 亚洲一区二区三区四区在线观看| 一个色综合网站| 性欧美疯狂xxxxbbbb| 蜜桃久久久久久| 国产精品66部| 99久久精品国产精品久久| 91视频国产资源| 欧美日韩一区二区三区在线 | 久久―日本道色综合久久| 26uuu亚洲| 国产精品传媒视频| 亚洲美女屁股眼交| 亚洲电影一区二区三区| 老色鬼精品视频在线观看播放| 精品一区二区精品| 99久久精品久久久久久清纯| 欧美性受xxxx黑人xyx性爽| 日韩欧美资源站| 国产亚洲精品aa| 亚洲综合一区二区三区| 麻豆精品久久久| 不卡的av在线播放| 国产精品一二三| 在线免费观看不卡av| 欧美一级淫片007| 国产精品乱人伦中文| 午夜精品aaa| 日韩一区二区三区视频在线| 久久综合九色综合欧美亚洲| 中文字幕一区二区日韩精品绯色| 亚洲国产一区二区视频| 国内成人精品2018免费看| 91在线观看一区二区| 日韩无一区二区| 日韩伦理免费电影| 久久国产精品区| 91色在线porny| 欧美变态凌虐bdsm| 亚洲精品国产一区二区精华液 | 国产伦精品一区二区三区视频青涩| 成人国产精品免费观看| 91精品国产91热久久久做人人 | 美女网站一区二区| 91免费小视频| 精品久久久久香蕉网| 一区二区理论电影在线观看| 国产激情91久久精品导航| 6080国产精品一区二区| 亚洲国产精品99久久久久久久久| 日韩精品91亚洲二区在线观看| 成人免费视频播放| 日韩一区二区免费在线电影 | 国产麻豆视频一区| 欧美美女视频在线观看| 最新不卡av在线| 国产一区二区精品久久99| 欧美女孩性生活视频| 综合自拍亚洲综合图不卡区| 国产一区二区精品在线观看| 欧美一级视频精品观看| 亚洲免费观看视频| 久久久亚洲精华液精华液精华液| 午夜成人免费视频| 91美女视频网站| 欧美极品xxx| 久久99精品国产91久久来源| 精品视频在线视频| 亚洲综合男人的天堂| 成人午夜av影视| 久久综合狠狠综合久久综合88| 日本亚洲电影天堂| 日韩欧美国产综合一区| 亚洲成人在线免费| 夜夜嗨av一区二区三区网页| 成人激情图片网| 国产亚洲视频系列| 国产一区二区在线观看视频| 精品国产区一区| 免费精品视频最新在线| 欧美高清你懂得| 性久久久久久久| 欧美日韩国产欧美日美国产精品| 亚洲色图一区二区三区| 97精品超碰一区二区三区| 国产精品麻豆久久久| 粉嫩av一区二区三区| 欧美高清在线视频| 国产天堂亚洲国产碰碰| 国产激情91久久精品导航| 国产欧美久久久精品影院 | 欧美亚洲动漫制服丝袜| 一区二区三区欧美日韩| 91久久精品一区二区三| 亚洲国产视频网站| 在线综合+亚洲+欧美中文字幕| 午夜精品视频一区| 欧美成人高清电影在线| 久久99精品久久久| 国产人成亚洲第一网站在线播放| 国产69精品一区二区亚洲孕妇| 国产精品美女久久久久高潮| av电影在线观看不卡| 中文字幕一区二区三| 亚洲视频在线观看一区| 成人免费电影视频| 国产欧美日韩综合| av电影天堂一区二区在线| 亚洲激情图片一区| 欧美日韩国产成人在线91 | 欧美日韩一级大片网址| 热久久久久久久| 精品国产污污免费网站入口 | 成人永久aaa| 亚洲人成7777| 91精品国产综合久久久久久漫画| 裸体一区二区三区| 久久一区二区三区四区| 成人综合日日夜夜| 亚洲综合一区二区三区| 日韩一级免费一区| 国产福利一区二区三区| 亚洲美女电影在线| 91麻豆精品国产91久久久资源速度| 麻豆国产欧美日韩综合精品二区| www国产成人| 国产精品99精品久久免费| 亚洲品质自拍视频网站| 欧美一级久久久久久久大片| 国产露脸91国语对白| 亚洲视频一区二区在线观看| 9191久久久久久久久久久| 国产69精品一区二区亚洲孕妇| 亚洲国产一区二区在线播放| 久久久一区二区三区捆绑**| 色视频成人在线观看免| 美女任你摸久久| 亚洲欧美在线视频| 8v天堂国产在线一区二区| 成人午夜免费视频| 亚洲午夜激情av| 国产欧美日韩综合| 欧美精品亚洲二区| 成人黄色网址在线观看| 日本vs亚洲vs韩国一区三区二区 | 亚洲一区二区三区美女| 久久日韩精品一区二区五区| 在线免费不卡视频| 成人夜色视频网站在线观看| 三级欧美在线一区| 亚洲精品亚洲人成人网| 精品国产乱码久久久久久蜜臀| 91国偷自产一区二区使用方法| 国产精品一卡二卡| 日本特黄久久久高潮| 亚洲日本乱码在线观看| 国产欧美日韩综合精品一区二区| 欧美绝品在线观看成人午夜影视| 高清久久久久久| 国产自产视频一区二区三区| 天天免费综合色| 亚洲自拍偷拍麻豆| 中文字幕一区二区日韩精品绯色 | 黑人精品欧美一区二区蜜桃| 亚洲bt欧美bt精品777| 亚洲视频每日更新| 久久久久久久久久久久久夜| 91精品国产综合久久婷婷香蕉 | 56国语精品自产拍在线观看| 91丨porny丨中文| 成人免费av资源| 国产盗摄精品一区二区三区在线 | 欧美自拍丝袜亚洲| av在线播放一区二区三区| 韩国v欧美v亚洲v日本v| 日韩av电影天堂| 亚洲不卡一区二区三区| 亚洲视频在线观看三级| 亚洲国产精品99久久久久久久久| 精品日韩欧美一区二区| 日韩女优av电影在线观看| 欧美日韩成人综合|