<% InfoDate="2004-09-07 00:00:00" %> <% InfoClass="燃气" %> <% InfoLink="http://info.oil.hc360.com/html/001/001/004/107593.asp" %> <% MClass="AAA" if REQUEST.ServerVariables("QUERY_STRING")<>"" then urlstr=request.servervariables("url")&"?"&REQUEST.ServerVariables("QUERY_STRING") else urlstr=request.servervariables("url") end if if session("loginpopedom")="000000000" then set rs=nothing set conn=nothing response.redirect "/include/error.asp?errorid=9" response.end end if 'if mid(session("filename"),3,4)<>"zcfg" and mid(session("filename"),3,4)<>"rdzz" and mid(session("filename"),3,4)<>"sycs" then if session("loginpopedom")="" then if session("loginuserid")<>"" and session("loginusername")<>"" then set conn=server.createobject("adodb.connection") conn.open oildatabase,oilusername,oilpassword set rs=server.CreateObject("adodb.recordset") strsql="select username,password from cor_table where providerid='" & session("loginuserid") & "'" rs.open strsql,conn,1,1 if not rs.eof then Username=trim(lcase(rs("username") & "")) Password=trim(lcase(rs("password") & "")) end if rs.close set rs=nothing set conn=nothing else Username=trim(lcase(request.form("chem3username") & "")) password=trim(lcase(request.form("chem3password") & "")) end if '====================== 从主页登陆的用户的二次信息认证 '常用参数 ipadd=Request.ServerVariables("remote_addr") sessionid=session.SessionID if Username="" or password="" then %> <% response.end else username=replace(username,"'","’") password=replace(password,"'","’") set conn=server.createobject("adodb.connection") conn.open oildatabase,oilusername,oilpassword set rs=server.CreateObject("adodb.recordset") mysql="select providerid,username,password,popedom,manageclass,startdate,enddate,lastlogintime,sessionid from cor_table where username = '" & username & "' and password='" & password &"'" ' Response.Write "" rs.open mysql,conn,1,1 if rs.EOF and rs.BOF then '没有此会员 set rs=nothing set conn=nothing Response.Redirect "/include/error.asp?errorid=6" else '22 Rem 2002。11。19 加入石油内部帐号IP限制(只供本公司IP使用) Rem 2003。1。3 加入石油liushucai帐号控制 ipadd=Request.ServerVariables("remote_addr") if username="liushucai" then if ipadd<>"202.110.49.4" then set rs=nothing set conn=nothing response.redirect "/include/error.asp?errorid=9" response.end end if end if providerid=rs("providerid") '=================================================================================== '对于即将到期用户给予提示 popedom=trim(rs("popedom") & "") enddate=rs("enddate") if popedom<>"" and popedom<>"000000000" then diff=datediff("d",date(),enddate) if diff>0 and diff<=30 then Response.Write "" end if if diff<=0 then strsql="update cor_table set popedom='000000000' where providerid='" & providerid & "'" conn.execute(strsql) set rs=nothing set conn=nothing Response.Redirect "/include/error.asp?errorid=999" end if end if '=================================================================================== if trim(lcase(username))="518518" then '石油网试阅用户放开 31 'oldsessionid=rs("sessionid") popedom=rs("popedom") session("loginpopedom")=rs("popedom") session("loginusername")=rs("username") session("loginuserid")=rs("providerid") if rs("popedom")="000000000" then set rs=nothing set conn=nothing response.redirect "/include/error.asp?errorid=9" response.end end if else '除了试阅帐号外的会员 '单机-------------------------------------------------------------------------------------------- MClass=trim(rs("manageclass")) select case MClass case "0" if trim(rs("sessionid"))="1000000" then '51 '*********************更新COOKIES值****第一次登陆 riqi=date()&"|"&time() 'time() 'now() sessionid=session.SessionID ipadd=Request.ServerVariables("remote_addr") Cookies_str=sessionid Response.Cookies("oil98765")=cookies_str Response.Cookies("oil98765").expires=rs("enddate") strsql1="update cor_table set lastlogintime='"&riqi&"',sessionid='"&Cookies_str&"',ipadd='"&ipadd&"',ipaddress='"&ipadd&"' where username='"&username&"' and password='"&password&"' " conn.Execute strsql1 '给予权限 session("loginpopedom")=rs("popedom") session("loginusername")=rs("username") session("loginuserid")=rs("providerid") '********************** else '52 if trim(rs("sessionid"))=trim(Request.Cookies("oil98765")) then '61 '*********************更新COOKIES值***非第一次登陆 riqi=date()&"|"&time() 'time() 'now() ipadd=Request.ServerVariables("remote_addr") Cookies_str=sessionid Response.Cookies("oil98765")=cookies_str Response.Cookies("oil98765").expires=rs("enddate") strsql1="update cor_table set lastlogintime='"&riqi&"',sessionid='"&Cookies_str&"',ipadd='"&ipadd&"',ipaddress='"&ipadd&"' where username='"&username&"' and password='"&password&"' " 'Response.Write strsql1 conn.Execute strsql1 '给予权限 session("loginpopedom")=rs("popedom") session("loginusername")=rs("username") session("loginuserid")=rs("providerid") '********************** 'Response.Write "ok" else '如果数据库中的SISSIONID值与用户浏览器中存的COOKIES值不同则失败 62 set rs=nothing set conn=nothing Response.Redirect "/include/error.asp?errorid=7" end if '60 end if case "1" '单IP-------------------------------------------------------------------------------------------- if trim(rs("sessionid"))="1000000" then '51 '第一次登录 '*********************更新COOKIES值****第一次登陆 riqi=date()&"|"&time() 'time() 'now() ipadd=Request.ServerVariables("remote_addr") strsql="update cor_table set lastlogintime='"&riqi&"',sessionid='" & ipadd & "',ipadd='"&ipadd&"',ipaddress='"&ipadd&"' where username='"&username&"' and password='"&password&"' " conn.Execute strsql session("loginpopedom")=rs("popedom") session("loginusername")=rs("username") session("loginuserid")=rs("providerid") '********************** else '52 if trim(rs("sessionid"))=trim(Request.ServerVariables("remote_addr")) then '61 '***********************非第一次登陆 '给予权限 session("loginpopedom")=rs("popedom") session("loginusername")=rs("username") session("loginuserid")=rs("providerid") '********************** 'Response.Write "ok" else '如果数据库中的SISSIONID值与与用户远程主机的IP地址值不同则失败 62 set rs=nothing set conn=nothing Response.Redirect "/include/error.asp?errorid=7" end if '60 end if case "2" 'C类多IP-------------------------------------------------------------------------------------------- if trim(rs("sessionid"))="1000000" then '51 '第一次登录 '*********************更新COOKIES值****第一次登陆 riqi=date()&"|"&time() 'time() 'now() strsql1="update cor_table set lastlogintime='"&riqi&"',sessionid='"&ipadd&"',ipadd='"&ipadd&"',ipaddress='"&ipadd&"' where username='"&username&"' and password='"&password&"' " conn.Execute strsql1 '给予权限 session("loginpopedom")=rs("popedom") session("loginusername")=rs("username") session("loginuserid")=rs("providerid") '********************** else '52 '提取用户远程主机的IP地址值前三段的位置 IP1=ipadd & "..." IPary1=split(IP1,".") IP2=rs("sessionid") & "..." IPary2=split(IP2,".") if IPary1(0)=IPary2(0) and IPary1(1)=IPary2(1) and IPary1(2)=IPary2(2) then '*********************更新COOKIES值***非第一次登陆 '给予权限 session("loginpopedom")=rs("popedom") session("loginusername")=rs("username") session("loginuserid")=rs("providerid") '********************** 'Response.Write "ok" else set rs=nothing set conn=nothing Response.Redirect "/include/error.asp?errorid=7" end if end if '50 case "3" 'B类多IP-------------------------------------------------------------------------------------------- if trim(rs("sessionid"))="1000000" then '51 '第一次登录 '*********************更新COOKIES值****第一次登陆 riqi=date()&"|"&time() 'time() 'now() strsql1="update cor_table set lastlogintime='"&riqi&"',sessionid='"&ipadd&"',ipadd='"&ipadd&"',ipaddress='"&ipadd&"' where username='"&username&"' and password='"&password&"' " conn.Execute strsql1 '给予权限 session("loginpopedom")=rs("popedom") session("loginusername")=rs("username") session("loginuserid")=rs("providerid") '********************** else '52 IP1=ipadd & "..." IPary1=split(IP1,".") IP2=rs("sessionid") & "..." IPary2=split(IP2,".") if IPary1(0)=IPary2(0) and IPary1(1)=IPary2(1) then '*********************更新COOKIES值***非第一次登陆 '给予权限 session("loginpopedom")=rs("popedom") session("loginusername")=rs("username") session("loginuserid")=rs("providerid") '********************** 'Response.Write "ok" else set rs=nothing set conn=nothing Response.Redirect "/include/error.asp?errorid=7" end if end if '50 case "9"'不对用户机器做任何控制 session("loginpopedom")=rs("popedom") session("loginusername")=rs("username") session("loginuserid")=rs("providerid") case else set rs=nothing set conn=nothing Response.Redirect "/include/error.asp?errorid=7" end select end if end if '22,rs.eof不为空的结素 rs.close end if '250,request.form("chem3username")如果不为空,再进行用户库中的有无判断 的结素 end if 'session("loginpopedom")如果为空的结素 'end if 'zcfg,rdzz,sycs的特殊控制的结素 %> 天然气时代来临 珠三角空气质量有望改善_hc360慧聪网石油行业频道燃气
首页 | 产经 | 交易市场 | 搜索 | 专题 | 人才 | 论坛 | 商务 | 管理 | 书店 | 网站地图 | 邮箱
原油油品 | 燃气 | 燃料油 | 润滑油 | 芳烃 | 沥青 | 石蜡 | 石油焦 | 溶剂油 | 短信 | 研究报告
石油新闻 | 热点报道 | 每日头条 | BBS | 慧聪访谈 | 石油展会 | 科技专栏 | 政策法规 | 招聘 | 信息 | 企业大全 | 产品大全
如何找 如何买 如何卖
您目前的位置: 慧聪网首页 > 石油行业 > 燃气
天然气时代来临 珠三角空气质量有望改善
http://www.hc360.com   2004年9月7日0时0分   慧聪网石油行业    

    羊城晚报
    广东LNG天然气项目利用工程日前在深圳挖下第一锹
    9月3日,深圳市泥岗—红岭立交段天然气次高压管线破土动工,这是LNG项目在城市内首次铺设管网进行利用工程建设,标志着深圳LNG天然气项目利用工程在广东省内率先正式进入施工阶段。
    LNG天然气利用工程是广东省十大重点工程建设项目,产自澳大利亚、通过LNG运输船运来的LNG,在位于深圳市大鹏镇秤头角的码头及接收站,进行装卸、储存、气化。气化后的天然气通过200余公里输气干线(一期),送至深圳、东莞、广州、佛山、香港五座城市和惠州、前湾、珠江、美视、东部五座电厂。广东LNG项目一期投资72亿元,工程的设计能力为370万吨/年,计划于2006年6月建成投产。
    深圳市日前开工的泥岗—红岭立交段工程管道全长约1公里,是为了配合正在施工的市政工程而提前开工的。深圳LNG天然气利用工程试验段18公里将于10月启动,届时广州、佛山、东莞等地的LNG天然气利用工程也将全面铺开,进行管网建设。
    深圳一期工程计划覆盖特区内和宝安区新安、西乡、龙华、龙岗中心城、布吉、大工业区等区域,2010年覆盖全市,将使百万居民及工商业用户受益。
    据介绍,天然气非常纯净,不含任何杂质,燃烧后无硫化物、颗粒物排放。广泛应用后将显著改善城市空气质量,大大减少阴霾天气。作为清洁能源,天然气不仅将走进千家万户,而且还有着其他广泛用途:工商用户油改气、作为替代汽车燃料发展LNG汽车、新建的大型酒店使用燃气空调、大型工业用户燃料、燃油锅炉改用燃气锅炉等等,还可以推广热电冷三联供,提高能源综合利用效率,并鼓励燃油电厂进行油改气。
    据悉,所有电厂及城市燃气用户与大鹏公司签订的是照付不议合同。“照付不议”是天然气供应的国际惯例和规则,指用户用气未达到合同量,仍须按合同量付款。
    深圳市城市燃气稳产期照付不议合同量为27万吨/年,广州41万吨/年,东莞18万吨/年,佛山17万吨/年。一旦用气不能达到该合同量,将使气价上涨。
    另据了解,不同的燃气气源所适用的压力、工况不同,因此现用的燃器具、调压器都必须经过改造或更换才能满足天然气的使用要求。供气企业将逐户上门进行燃器具的更换或改造,而且为了不影响居民用气,事先发放钢瓶或临时瓶组供气。预计2006年底,深圳全市需置换的用户将达到70万户,投入经费约平均每户500元,共需要3.5亿元。置换费用如何负担,目前有关部门正在研究。
 
 

 
 
特别推荐: ·外资润滑油改变在华投资策略
·中航油事件全程回顾
·美国议会搅局优尼科
·石油商会何日不再乱舞春秋
·全面迎战成品市场开放
·新闻纵横:聚焦东海
·特别关注:民营油企
·发改委再次调整汽油价格
  热点推荐                             专题 访谈 论坛
·舟山海关远程监管进口油品已达1500万吨
·中印拟竞购哈萨克斯坦石油公司
·煤电油运已成为制约经济社会发展的重要瓶颈
·中国首个石油战略储备基地有望于年内储油
·油价直逼60美元 汽柴油零售价7月可能再次上调
[精帖]后市浅见
[精帖]7月份汽柴油零售价存在再次上调可能
[精帖]你成功登陆新论坛了吗?报个到吧
[精帖]山东地炼反弹了
[精帖][原创]市场调查之概括与评析!!!
  相关文章
 最新商机    【订阅】
 热门产品    【订阅】
 频道精选    【订阅】
美将审查中海油收购案
乙醇汽油专题新增价格行情了
俄首富入狱 美貌妻子不离不弃
中国建立战略石油储备工程已经展开
泰纳线石油流不到日本