<?xml version="1.0" encoding="utf-8"?>
			<?xml-stylesheet type="text/css" href="http://www.lupaworld.com/css/rss.css"?>
			<rss version="2.0">
			  <channel>
			    <title>spider</title>
			    <link>http://www.lupaworld.com/?uid-18003</link>
			    <description></description>
			    <copyright>Copyright(C) spider</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Tue, 14 Oct 2008 20:17:25 GMT</lastBuildDate><item>
								<title>php获取客户端IP地址的几种方法</title>
								<link>http://www.lupaworld.com/?uid-18003-action-viewspace-itemid-28482</link>
								<description><![CDATA[PHP Code one:<BR>&lt;?<BR>//php获取ip的算法<BR>$iipp=$_SERVER["REMOTE_ADDR"];<BR>echo $iipp;<BR>?&gt; <BR><BR><BR>PHP Code two:<BR>&lt;?php<BR>//php获取ip的算法<BR>$user_IP = ($_SERVER["HTTP_VIA"]) ? $_SERVER["HTTP_X_FORWARDED_FOR"] : $_SERVER["REMOTE_ADD...]]></description>
								<category>blog</category>
								<author>spider</author>
								<pubDate>Wed, 24 Oct 2007 09:35:20 GMT</pubDate>
							</item>
							<item>
								<title>本程序完善---Gbook功能性模块开发完成</title>
								<link>http://www.lupaworld.com/?uid-18003-action-viewspace-itemid-28481</link>
								<description><![CDATA[可以留言<BR>留言管理包括三项：回复、不回复至显示留言、停显。已完成。<BR>代码（部分）：<BR><BR>//11-------------------------switch case8、xianshi<BR>case "xianshi":<BR>//不回复至显示留言<BR>$gbookline=$gbooklinesadmin[$page];<BR>$pieces = explode("│", $gbookline)...]]></description>
								<category>blog</category>
								<author>spider</author>
								<pubDate>Wed, 24 Oct 2007 09:34:32 GMT</pubDate>
							</item>
							<item>
								<title>dhcp 微机室配服务器 记</title>
								<link>http://www.lupaworld.com/?uid-18003-action-viewspace-itemid-28479</link>
								<description><![CDATA[唉，忙活了几天，原来只是为马虎不细心而浪费了两天时间<BR>问题是dhcp对192.168.0.0/24的机子不起作用！！原因如下：<BR>/etc/dhcpd.conf<BR><BR>……<BR>subnet 192.168.1.10 netmask 255.255.255.255 { <BR>}<BR>#这样是正确的<BR>错在将其写成<BR>subnet 192.168.1.0 netmask 255.2...]]></description>
								<category>blog</category>
								<author>spider</author>
								<pubDate>Wed, 24 Oct 2007 09:33:07 GMT</pubDate>
							</item>
							<item>
								<title>路由器 - 微机教室 记</title>
								<link>http://www.lupaworld.com/?uid-18003-action-viewspace-itemid-28478</link>
								<description><![CDATA[<P><SPAN class=title>linux服务器（双网卡）装好了系统，连接好机子，配好网卡、network、route、iptables-------网不通<BR>失误一、将两机子直接子相连，没有跳线也没有用交换机。<BR>失误二、服务器上的内网卡损坏。<BR>失误三、iptables的伪装语句<BR>-A POSTROUTING -s 192.168.0....]]></description>
								<category>blog</category>
								<author>spider</author>
								<pubDate>Wed, 24 Oct 2007 09:31:37 GMT</pubDate>
							</item>
							<item>
								<title>对数组逆向排序</title>
								<link>http://www.lupaworld.com/?uid-18003-action-viewspace-itemid-28477</link>
								<description><![CDATA[<P>&lt;?php<BR>$fruits = array ("lemon", "orange", "banana", "apple");<BR>rsort ($fruits);<BR>reset ($fruits);//这一句横重要的呐，将指针移向数组的第一卡单元<BR>while (list ($key, $val) = each ($fruits)) {<BR>&nbsp; &nbsp;echo "$key = $valn";<BR>}<BR>?&gt;</...]]></description>
								<category>blog</category>
								<author>spider</author>
								<pubDate>Wed, 24 Oct 2007 09:30:05 GMT</pubDate>
							</item>
							<item>
								<title>aquid#禁止缓存</title>
								<link>http://www.lupaworld.com/?uid-18003-action-viewspace-itemid-28476</link>
								<description><![CDATA[#禁止缓存<BR>hierarchy_stoplist cgi-bin ?<BR>hierarchy_stoplist -i ^https: ?<BR>acl QUERY urlpath_regex -i cgi-bin ? .asp .php .jsp .cgi<BR>acl denyssl urlpath_regex -i ^https:<BR>no_cache deny QUERY<BR>no_cache deny denyssl<BR>#上面几个就是说遇到URL中有...]]></description>
								<category>blog</category>
								<author>spider</author>
								<pubDate>Wed, 24 Oct 2007 09:27:43 GMT</pubDate>
							</item>
							<item>
								<title>linux查看分区</title>
								<link>http://www.lupaworld.com/?uid-18003-action-viewspace-itemid-28475</link>
								<description><![CDATA[fdisk -l <BR>parted<BR>df<BR>sfdisk -l<BR>partx /dev/hda<BR>cat /proc/partitions]]></description>
								<category>blog</category>
								<author>spider</author>
								<pubDate>Wed, 24 Oct 2007 09:12:12 GMT</pubDate>
							</item>
							
		</channel>
	</rss>