<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>逐梦论坛 - 空间域名</title>
    <link>http://temp2023.zhumeng.org/forumdisplay.php?fid=37</link>
    <description>Latest 20 threads of 空间域名</description>
    <copyright>Copyright(C) 逐梦论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 03 Jun 2026 20:13:59 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://temp2023.zhumeng.org/images/logo.gif</url>
      <title>逐梦论坛</title>
      <link>http://temp2023.zhumeng.org/</link>
    </image>
    <item>
      <title>通过向ICANN申诉获取域名转移码，转出域名</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=275565</link>
      <description><![CDATA[本文主要介绍咱是如何与奸商3A网络斗智斗勇拿回域名归属权。当初乐享（高三时候建立的一个文件分享网站）刚建立部署的时候站长咱还是个穷的要死的学生狗（现在还是2333），而且也没啥建站的经验，所以买域名的时候直接去淘宝上面搜，结果买的最多的（鬼知道是不是刷的） ...]]></description>
      <category>空间域名</category>
      <author>shillan</author>
      <pubDate>Tue, 07 Feb 2017 09:07:46 +0000</pubDate>
    </item>
    <item>
      <title>kangle防盗链(如何允许指定网站访问)</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=260699</link>
      <description><![CDATA[在中设置防盗链：<br />
一般防盗链的时候，只需要将该目录保护起来就可以了。设置如下图:<br />
<br />
 <br />
<br />
这样设置后，该目录下的文件将只能从本站打开，其他外部链接都不允许使用该目录下的资源。<br />
<br />
但是如果防盗链的同时，如何允许搜索引擎能够进行访问呢？答案是可以的。只需要 ...]]></description>
      <category>空间域名</category>
      <author>shillan</author>
      <pubDate>Sat, 28 Nov 2015 01:00:22 +0000</pubDate>
    </item>
    <item>
      <title>kangle防上传木马教程</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=260698</link>
      <description><![CDATA[防上传木马(上传文件过滤)需要使用请求控制内的标记模块“post_file”。 <br />
Post_file支持使用正则表达式。可对asp、php、htm、html等上传文件进行过滤<br />
如下图：<br />
<br />
filename(regex)处输入：这是防上传php, htm, html的设置<br />
如果只设置一个文件，这样写 : <br />
\.php$<br />
目 ...]]></description>
      <category>空间域名</category>
      <author>shillan</author>
      <pubDate>Sat, 28 Nov 2015 00:59:31 +0000</pubDate>
    </item>
    <item>
      <title>Windows 2003安装kangle第二篇(使用IIS方式跑全能空间)</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=260220</link>
      <description><![CDATA[本篇主要介绍kangle使用IIS跑全能空间的介绍<br />
kangle在windows2003上的安装的教程可以查看上一篇文章http://www.qiangren.org/post/1441/测试环境VMware Workstation 版本 9.0<br />
server2003_r2_enterprise_sp2_x86所需软件我自己服务器上保存的为当前教程中我使用的版本<br /> ...]]></description>
      <category>空间域名</category>
      <author>shillan</author>
      <pubDate>Fri, 20 Nov 2015 00:35:44 +0000</pubDate>
    </item>
    <item>
      <title>Windows 2003安装kangle第一篇(使用API方式跑全能空间)</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=260219</link>
      <description><![CDATA[如题，就是使用kangle自带的API方式跑PHP,ASP,.NET<br />
这个方式的优点就是不需要安装IIS一样跑ASP，<br />
缺点就是不能像IIS那样对ASP支持的那么友好<br />
所以不建议生产当中使用这种方式<br />
下一篇会写出适合生产环境的 使用IIS方式跑全能空间的教程测试环境VMware Workstation 版 ...]]></description>
      <category>空间域名</category>
      <author>shillan</author>
      <pubDate>Fri, 20 Nov 2015 00:35:02 +0000</pubDate>
    </item>
    <item>
      <title>XAMPP修改默认的网站目录htdocs为其它目录的方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=255017</link>
      <description><![CDATA[正确安装好XAMPP后，默认是必须将php程序放到 xampp\htdocs?文件夹下才能运行，如果把主目录修改到 D: 盘 www 文件夹<br />
1、打开文件<br />
xampp\apache\conf\httpd.conf<br />
2、文件中找到<br />
DocumentRoot &quot;D:/xampp/htdocs&quot;<br />
和<br />
<br />
3、修改为<br />
DocumentRoot &quot;D:/www&quot;<br]]></description>
      <category>空间域名</category>
      <author>shillan</author>
      <pubDate>Thu, 10 Sep 2015 10:51:49 +0000</pubDate>
    </item>
    <item>
      <title>XAMPP禁止目录浏览的方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=255016</link>
      <description><![CDATA[XAMPP是目前比较流行Web服务器套件，集成了Apache、MySQL、PHP、PERL、FTP等各种软件包。<br />
但是细心的人可以发现，XAMPP安装完成后，默认是可以目录浏览的，这有些不安全。<br />
如果需要禁止目录浏览，可以这样修改下（以XAMPP最新版本1.8.1为例）：<br />
1、如果是Windows版本 ...]]></description>
      <category>空间域名</category>
      <author>shillan</author>
      <pubDate>Thu, 10 Sep 2015 10:50:26 +0000</pubDate>
    </item>
    <item>
      <title>Namecheap域名续费怎样比较划算</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=210090</link>
      <description><![CDATA[还有一天时间就到了我们欢欣鼓舞的黑色星期五活动当天，虽然这几天有些主流的虚拟主机商都有发布力度空前的促销信息，我们很多站长朋友也在麦子的博客中有所收获。但是最为关注的肯定是明天的NAMECHEAP域名新注册和转移优惠，我们很多站长会乾坤大挪移的把来自全球各地的 ...]]></description>
      <category>空间域名</category>
      <author>shillan</author>
      <pubDate>Thu, 25 Dec 2014 04:48:36 +0000</pubDate>
    </item>
    <item>
      <title>日本、美国、德国VPS，充$5送$20</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=210089</link>
      <description><![CDATA[]]></description>
      <category>空间域名</category>
      <author>shillan</author>
      <pubDate>Thu, 25 Dec 2014 04:44:35 +0000</pubDate>
    </item>
    <item>
      <title>取消Paypal自动续费的方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=208119</link>
      <description><![CDATA[最近帮不少客户购买了多家国外空间，在交易结束后，发现有时通过购买东西，尤其是国外域名、空间后，会添加在到期后自动续费协议，如Godaddy、Yahoo、iPage、JustHost等，都是有自动续费协议的<br />
，你在购买过程中，已经达成了自动续费协议，到该续费的时候，会自动从 ...]]></description>
      <category>空间域名</category>
      <author>shillan</author>
      <pubDate>Sun, 21 Dec 2014 12:37:53 +0000</pubDate>
    </item>
    <item>
      <title>2014年第四季度爱名网续费优惠码</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=197877</link>
      <description><![CDATA[爱名网其实在国庆前就发布了这枚优惠码，但是使用时间却是从国庆开始，所以之前没有发布。今天试了一下已经可以使用了，照例是可以用于COM,NET和CN域名的续费，优惠2.2元，只能每个域名单独续费的时候使用，批量续费无法优惠，有效期至本年12月31日。<br />
<br />
官方网站：优惠 ...]]></description>
      <category>空间域名</category>
      <author>shillan</author>
      <pubDate>Sat, 08 Nov 2014 05:17:30 +0000</pubDate>
    </item>
    <item>
      <title>namecheap是enom的代理</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=184244</link>
      <description><![CDATA[namecheap是enom的代理，networksolutions也是。<br />
<br />
namecheap客服：]]></description>
      <category>空间域名</category>
      <author>shillan</author>
      <pubDate>Sat, 09 Aug 2014 02:09:54 +0000</pubDate>
    </item>
    <item>
      <title>将域名从Godaddy转移到Namesilo的步骤</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=184127</link>
      <description><![CDATA[godaddy的续费越来越高，现在已经涨到10美元了，好吧，哪里便宜去哪里，当然服务也是要靠谱的，namesilo是ICCAN认证的服务商，并且还送隐私保护，当然跑到这里了。顺便记录下转移的整个过程。1、登陆godaddy账号到控制面板，点击：将下面这项关闭：点击 email my code， ...]]></description>
      <category>空间域名</category>
      <author>shillan</author>
      <pubDate>Thu, 07 Aug 2014 06:13:35 +0000</pubDate>
    </item>
    <item>
      <title>namesilo优惠码2014</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=184105</link>
      <description><![CDATA[namesilo优惠码2014  长期有效！不过期！namesilo是的，实力啊，信誉啊，那是肯定没问题的，鲜活优惠码就有好几十个域名放在这里（可以参见：），一来管理方便，二来价格公道，三者，namesilo的管理页面简单易用，没有那些花里胡哨的东西，比较namecheap的朴素的界面，鲜 ...]]></description>
      <category>空间域名</category>
      <author>shillan</author>
      <pubDate>Thu, 07 Aug 2014 02:21:52 +0000</pubDate>
    </item>
    <item>
      <title>解决Godaddy由于更改联系人导致的60天锁定的方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=173268</link>
      <description><![CDATA[可以解决godaddy由于修改联系人信息而导致的60天锁定。<br />
按附件中的样表填好申请表，两页一起生成pdf格式。<br />
注意：<br />
1、所有签名必须要英文；<br />
2、经网友验证，身份证复印件需要英文翻译版，可能需要加盖双语公证，如果有护照，尽量用护照，比较方便。<br />
<br />
之后用联系人 ...]]></description>
      <category>空间域名</category>
      <author>shillan</author>
      <pubDate>Sat, 10 May 2014 01:58:33 +0000</pubDate>
    </item>
    <item>
      <title>GoDaddy域名转出过程图解（2014）</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=173262</link>
      <description><![CDATA[国内站长选择GoDaddy等国外域名商注册域名的原因之一是，对域名有完全的自主权，比如可以自由修改注册信息，以及转入、转出等。本文具体介绍GoDaddy域名转出的步骤：1、域名解锁，点击DOMAINS最右的Launch<br />
找到并选中要转出的域名， 点击上面的Lock在弹出的对话框中选O ...]]></description>
      <category>空间域名</category>
      <author>shillan</author>
      <pubDate>Sat, 10 May 2014 01:11:58 +0000</pubDate>
    </item>
    <item>
      <title>godaddy 被盗 找回的八点经验</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=173261</link>
      <description><![CDATA[世界上最大的域名商godaddy。因为自由和价格稳定，而受到全人类的青睐。有一些人的godaddy 域名被盗，就说godaddy不够安全，其实安全是相对的。而不是绝对的。如果象国内的某些域名公司那样，注册后就不能转移。安全是安全了，但自由没有了。godaddy被盗的朋友应多从自身 ...]]></description>
      <category>空间域名</category>
      <author>shillan</author>
      <pubDate>Sat, 10 May 2014 01:08:13 +0000</pubDate>
    </item>
    <item>
      <title>godaddy域名转出 godaddy域名转出教程</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=173088</link>
      <description><![CDATA[godaddy域名转出 godaddy域名转出教程之前鲜活优惠码介绍过，现在反其道而行之，介绍，虽然godaddy.com是世界上最大的域名注册商，域名价格也很便宜，但是也还是有很多人由于各种各样的原因需要转出域名。这里鲜活优惠码就大概介绍一下吧。从godaddy转域名，我这里说两种 ...]]></description>
      <category>空间域名</category>
      <author>shillan</author>
      <pubDate>Thu, 08 May 2014 15:55:05 +0000</pubDate>
    </item>
    <item>
      <title>避免godaddy域名push后，被锁定60天而不能转出</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=173087</link>
      <description><![CDATA[接收了godaddy push的域名，并修改whois信息结果60天不能转出，所以写出来给大家警示。<br />
也有好多朋友问godaddy 站内Push能不能立马转出的问题，包括我自己。<br />
如果你想godaddy的账户push域名过来，立马获取转出密码，转出到其他注册商<br />
需要做到两点：<br />
1。需要对方pus ...]]></description>
      <category>空间域名</category>
      <author>shillan</author>
      <pubDate>Thu, 08 May 2014 15:49:17 +0000</pubDate>
    </item>
    <item>
      <title>Godaddy域名出现Pending Whois Verification的解决方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=173086</link>
      <description><![CDATA[近期，Godaddy.com 升级系统，域名的WHOIS邮箱必须经过验证，否则域名会出现“Pending Whois Verification”，域名会无法解析，无法修改。解决方法：1、域名的WHOIS邮箱中会收到一封 验证邮件，<br />
点击邮件中连接进行验证即可。2、点击过后，<br />
使用批量修改功能，解锁，然 ...]]></description>
      <category>空间域名</category>
      <author>shillan</author>
      <pubDate>Thu, 08 May 2014 15:46:40 +0000</pubDate>
    </item>
  </channel>
</rss>