首 页| 一夜情交友专区 | 夫妻交友专区| 亲密关系专区 | 男女靓照 |
浙江一夜情交友 浙江婚介 浙江同城约会

[主要城市]杭州宁波温州嘉兴湖州绍兴金华衢州台州舟山丽水市。

欢迎 浙江 地区的朋友进入 爱吧浙江成人一夜情交友网 ,您不但可以在这里结识浙江本地区的帅哥、邂逅浙江本地区的美女,亦可结交天下朋友。而且可以通过在线时长、发表文章、发表评论、在线游戏来赚取 LOVE币 ,系统将自动为您结算 。您可以在 兑奖中心 将LOVE币兑换成现金或者 笔记本电脑、数码相机、MP4播放器、毛绒玩具 等礼品。

 

浙江省位于我国东南沿海,省内最大的河流钱塘江因江流曲折又称浙江,省以江名,简称为浙。浙江省地处亚热带中部,位于东经118°-123°和北纬27°12′-31°31′之间。它东濒东海,南接福建,西与江西、安徽毗连,北与上海、江苏为邻,东西和南北的直线距离均为450公里左右。
[面积]全省陆域面积10.18万平方公里,约为全国面积的1%。浙江海域广阔,海域面积4.24万平方公里,若包括我国管辖的大陆架及专属经济区,海域面积则达26万多平方公里,相当于陆域面积的2.5倍强,是名副其实的海洋大省。
[人口]2000年末,全省人口4677万,占全国总人口的3.61%。
[民族]除汉族外,浙江省有30多个少数民族。
[行政区划]现辖杭州、宁波、温州、嘉兴、湖州、等11个省辖市。
[省会]杭州市。

爱吧成人一夜情交友网(www.91694.com)成立于2005年11月11日,以最美丽的页面、最先进的技术、 为您提供:一夜情交友、婚介为中心的相关配套服务。



企业文化:笑迎天下客,广交天下友


↑TOP

 

Copyright © 2005 086love Inc. All Rights Reserved. Www.086love.com 版权所有

 

<% if request.form("submitok")="add" then if not isnull(request.Cookies("yzlove")("username")) and trim(request.Cookies("yzlove")("username"))=Empty then closeconn call msg("请检查!\n\n只有本站注册会员才可以发表评论","-1") else '发表内容是否为空? dim content,aid content=replace(replace(replace(request("content"),"'",""),"[",""),"]","") aid=request.form("aid") if aid="" or not isnumeric(aid) then closeconn call msg("非法操作!请求错误。","0") else aid=cint(aid) end if if content="" or len(content)>500 or aid="" then closeconn call msg("请检查!\n\n①发表内容是否为空?\n\n②发表内容是否超过了500字?\n\n③不存在此文章?","-1") end if '是否为非法用户 set rs=server.createobject("adodb.recordset") rs.open "select username,password,loveb,flag,grade from love_main where username='"&request.Cookies("yzlove")("username")&"' and password='"&request.Cookies("yzlove")("password")&"' and flag=1",conn,1,1 IF (rs.State =adStateClosed) or (rs.BOF=true and rs.EOF =true) or rs.RecordCount=0 THEN rs.close:set rs=nothing closeconn call msg("非法操作!请求错误。","-1") Else ' 获取主表的love币值 loveb=rs("loveb") username=rs("username") grade=rs("grade") End If rs.close:set rs=nothing end if '验证通过,进行下一步... If int(grade)>=2 Then '诚信会员或主持人 conn.execute "insert into love_article_bbs(article_id,username,content,addtime,flag)values('"&aid&"','"&username&"','"&content&"','"&now()&"','"&article_bbs_flag&"')" '评论入库 conn.execute "update love_main set loveb='"&(loveb+article_bbs*2)&"' where username='"&username&"'" '更新主表love币总数 call loveb_add(username,article_bbs*2,"诚信会员或主持人发表文章评论200%") '添加币历使记录,在fun.asp中 Elseif grade=1 then'普通会员 conn.execute "insert into love_article_bbs(article_id,username,content,addtime,flag)values('"&aid&"','"&username&"','"&content&"','"&now()&"','"&article_bbs_flag&"')" '评论入库 conn.execute "update love_main set loveb='"&(loveb+article_bbs)&"' where username='"&username&"'" '更新主表love币总数 call loveb_add(username,article_bbs,"发表文章评论") '添加币历使记录,在fun.asp中 End If closeconn Response.redirect "dis_article.asp?Classid="&replace(request("ClassID"),"'","''") end if if request("ifok")="del" then mmdid=request("id") if mmdid="" or not isnumeric(mmdid) then closeconn call msg("非法操作!请求错误。","0") else mmdid=cint(mmdid) end if conn.execute("delete from love_article_bbs where id="&mmdid) Closeconn Response.redirect "dis_article.asp?Classid="&replace(request("ClassID"),"'","''") end if Closeconn%>