存档在 2009年1月

给PHP168的CMS增加rss功能

分类: 傲文原创, 建站札记, 网站建设 没有评论 »

给PHP168的CMS增加RSS功能,只要把下面的代码另存为rss.php,上传到网站根目录即可.访问地址http://www.***.com/rss.php

<?php
require(”global.php”);
header(”Content-type: application/xml”);
if($fidDB[config][ListShowType]!=1&&$fidDB[config][ListShowType]!=3){
$listdb_pic=ListPic($webdb[listPicRows]?$webdb[listPicRows]:4,$leng=30);    //图片主题
}
$listdb_pic || $hide_listpic=’none’;    //不存在图片主题的话.要把图片主题的边框隐藏
$listdb || $hide_listnews=’none’;        //如果是大分类的话,就不存在标题,就把标题框隐藏
!$listdb_moresort && !$listdb && !$fidDB[type] && $hide_listnews=”;
{

阅读全文…»

收藏与分享

国外虚拟主机的选购

分类: 傲文原创, 网站建设 没有评论 »

目前,在网上看了很多关于虚拟主机的文章,自己也去国外主流的虚拟主机商的网站看了看,直观上看去,跟国内相比就俩字”便宜”!

现在我用的是华夏名网的LINUX虚拟主机,跟自己的网站共用的.1G的WEB空间,20G的流量,可开10个子站点,10个企业邮局(每个1G空间) ,2G Mysql数据库,基本该支持的都支持,月付29元人民币.但是,不支持gd freetype.这一点让我很郁闷,跟他们工作人员沟通了两次,也没得到解决.我现在用的虚拟主机在国内来说价格相对已经比较便宜了,其他的小代理,咱也不敢买.所以,我把视线转移到了国外的空间.

国外大家用的比较多的虚拟主机主要有这么几个:

1,Godaddy(http://www.godaddy.com/).Godaddy是世界排名第一的域名注册商,成立于1997年,据多家监测机构显示,放置在Godaddy上的网站数量已经越居第一位。Godaddy同时提供linux主机,Windows主机,VPS以及独立主机.Godaddy同时提供独立IP,SSL证书等等.它的虚拟主机一共有三款,如下:   

阅读全文…»

收藏与分享

Barack Obama’s Inaugural Address[English]

分类: 我看世界, 文章转载 没有评论 »

My fellow citizens:

I stand here today humbled by the task before us, grateful for the trust you have bestowed, mindful of the sacrifices borne by our ancestors. I thank President Bush for his service to our nation, as well as the generosity and cooperation he has shown throughout this transition.

Forty-four Americans have now taken the presidential oath. The words have been spoken during rising tides of prosperity and the still waters of peace. Yet, every so often the oath is taken amidst gathering clouds and raging storms. At these moments, America has carried on not simply because of the skill or vision of those in high office, but because We the People have remained faithful to the ideals of our forbearers, and true to our founding documents.

So it has been. So it must be with this generation of Americans.

阅读全文…»

收藏与分享

不用插件实现的wordpress音乐播放器–myflashfetish.com

分类: 傲文原创, 网站建设 没有评论 »

前段时间在建网站,现在网站建完了.闲着无聊,今天便建立了个基于wordpress的个人博客,但是,总感觉博客页面很闷,所以,添加一个音乐播放器.

但是,我在google和百度上面搜索,大部分都是需要安装音乐插件.继续搜索,终于找到一个不用插件的方法.在myflashfetish.com里面申请个音乐播放器,放置代码就可以了.我也是在别人的博客上看到的这个方法,不过,按他的方法,我申请了够两个小时,根本不行,根本得不到代码.

因为我上别的国外的网站,有很多不支持IE,我用的IE7,也不行.所以我想是不是浏览器的问题.于是我换了Firefox浏览器,一试,果然没问题.现在把申请的方法下下来.

 

方法如下:

阅读全文…»

收藏与分享