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

湖北设有武汉黄石十堰荆州宜昌襄樊鄂州荆门孝感黄冈咸宁、随州12个省辖市,仙桃、天门、潜江3个省直管市,1个恩施自治州。

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

 

湖北省位于长江中游、因地处洞庭湖以北,故称湖北。地理位置为东经108°21’-116°07’,北纬29°05’-33°20’。面积18.6万平方公里。中南部为江汉平原,其余为鄂西山地、鄂北网地与鄂东低山丘陵。北靠河南,南接江西、湖南,东邻安徽,西依四川,西北与陕西接壤。东西宽740.6公里,南北长470.2公里。面积:18.6万平方公里人口:5720万左右,居住着汉、土家、回、满、苗、蒙古等民族。行政区划:辖1自治州、11地级市、25县级市、39县、2自治县、1林区。

湖北省千湖遍布,独如镶嵌在绿茵大地的宝石,在阳光下闪闪生辉。

湖北的地形,东、西、北部为丘陵和山地,以西部的山地较高,统称为鄂西山地,中南部为平原地带,以江汉平原为主。

鄂西山地包括武当山、荆山、大巴山东段,以及巫山和武陵山的一部分等,山脉在海拔1000公尺至2000公尺之间。其中属于大巴山脉的神农架最高峰神农顶,海拔约为3105公尺,神誉为“华中第一峰”。

中南部的江汉平原,于上古时代原为云梦泽的一部分。由于长江及其最大支流汉江带来大量的泥沙不断冲积,云梦泽消失,只残留下洪湖、洞庭湖和千多个大小湖泊。这片冲积平原上长江、汉江水网广布,土壤肥沃,地势平坦,遂成了一处鱼米之乡。

 

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