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

 

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

 

成都是四川省省会所在地,位于四川中部、成都平原腹地。面积:土地面积1.24万平方公里.人口:人口1003.6万人,其中城市人口330万人.行政区划:现辖7区4市8县

都有位于四川盆地西部的岷江中游地段,其平原面积和丘陵、山地面积几乎各占一半。成都市区位于成都平原东部,自古就有都江堰水利工程的灌溉,因此成为“水旱从人,不知饥馑”的“天府之土”。

成都是一个非常有特征的个性化城市。首先表现在气候上。成都气候的一个显著特点是多云雾,日照时间短。民间谚语中的“蜀犬吠日”正是这一气候特征的形象描述。成都气候的另一个显著特点是空气潮湿,因此,夏天虽然气温不高,却显得闷热;冬天气温平均都在5度以上,但由于阴天多,空气潮,却显得很阴冷。其二,成都是古蜀国文化的重要发源地,创办了中国历史上第一所宫办学堂——石室学堂。在唐宋经济发达、文化繁荣时期,著名诗人李白、杜甫、李商隐等流寓成都,创作了大量吟诵成都风物的诗词歌赋,并留下众多文化遗迹。

::"天下山水之观在蜀",巴山蜀水,绚丽多姿,自古为文人学士所景仰。且盆地四周山脉构造各异,景观独特。盆地东缘山脉---巫山山脉,现属重庆市地域,中国最大的河流长江自西向东横切巫山,形成举世闻名的长江三峡,壮丽多姿,被称为中国的山水画廊。

 

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