首 页| 交友专区 | 征婚专区| 亲密关系专区 | 男女靓照 |
延边交友 延边婚介 延边同城约会

 

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

延边是我国朝鲜族的主要聚居地区,朝鲜族具有悠久的历史, 灿烂的文化, 是能歌善舞, 讲文明, 讲礼貌, 爱整洁的民族。

延边朝鲜族自治州位于中国东北吉林省的东部,地处中国,俄罗斯> 和朝鲜三国交界处,邻近日本海。东部与俄罗斯毗邻,边境地线长期 32。7公里,南部与朝鲜民主主义人民共和国接壤,边境线长522。5 公里,是中国东北沟通内外的重要部位,是连接欧亚大陆的重要枢纽地区,是中国同朝鲜,俄罗斯,韩国,日本等国家往来最近的地区。延边最近处距日本海仅此5公里,距俄罗斯的波谢特湾仅供参考公里开放城市珲春距日本海沿岸的主要港口——俄罗斯的波谢特,扎鲁比诺,符拉连活斯托克(海参崴)朝鲜的罗津,清津,韩国的束草,釜山,日本的新泻,秋田等港口,距离最近的仅有42公里,最远的也不超过900公里。而且从日本西海岸经延边州到俄罗斯赤塔一带,比经海参崴绕行西伯利亚铁路要缩短1500公里。

 

 


 

 

中国爱人成人交友网(www.086love.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%>