本次安装所使用到的相关软件如下:
操作系统:Windows Vista IIS7.0
PHP版本:php 5.2.3
Mysql版本:mysql 5.0.41
Zend版本:ZendOptimizer 3.2.6
phpMyAdmin版本:phpMyAdmin 2.10.0.2

最终实现效果:实现在用户本机环境下测试与调试Ecms Discuz!等产品

安装步骤如下:
Tags: , , , , ,
很多朋友经常会忘记域名管理地址,也忘记在哪个服务器商申请的
大家可以试试下面地址.希望大家能用到
一、选择注册商和代理商:
1、万网:http://www.net.cn
2、易名:http://www.ename.cn
3、新网互联:http://www.dns.com.cn
4、商务中国:http://www.bizcn.com
5、新网数码:http://www.xinnet.com
6、中国频道:http://www.onlinenic.com/chinese/
7、国域网:http://www.66.cn
8、中资源:http://www.zzy.cn

如何只调用某字段的新闻

[不指定 2007/06/18 10:14 | by sunle ]
新建立了个
新闻语录,[!--yulu--]


select  *  from  phome_ecms_news  where  yulu='值'  and  checked=1  order  by  id  limit  ...
Tags: ,

随机调用5条信息的SQL 标签

[不指定 2007/06/17 17:13 | by sunle ]

[ecmsinfo]"select  *  from  phome_ecms_news  where  classid=2  order  by  rand()  Limit  5",5,20,0,24,4,1[/ecmsinfo]


http://bbs.phome.net/showthread-13-23044.html
Tags: ,

SQL替换内容

[不指定 2007/06/17 17:00 | by sunle ]

UPDATE  `phome_ecms_news`  SET  `newstext`  =  replace  (`newstext`,'要替换的内容','替换成的内容')
Tags: ,

迅雷专用链

[不指定 2007/06/14 08:28 | by sunle ]

<!--

<script  src="http://pstatic.xunlei.com/js/webThunderDetect.js&q...
<?php  require("encode.inc");  ?>
<?php
$thunderUrl  =  ThunderEncode("http://下载地址");
echo  "<script>OnDownloadClick('".$thunderUrl."','',location.href,'03726',2,'',false)</script>";
?>

-->

<?=$showdown_r[1]?>为真实地址
Tags: ,
ICP备案的来,超级技巧(可跳过手机邮箱验证)现在在ICP备案时经常会有朋友抱怨手机上收不到短信,很着急吧:)
下面将公开收不到短信或没有手机的朋友如何进行备案!

1:登陆:http://www.miibeian.gov.cn/
2:注册(注册完了手机上收不到短信,没有验证码)
3:退回主页(http://www.miibeian.gov.cn/
4:输入用户名、密码、验证码后点击登陆
5:此时需输入"手机验证码"和"邮箱验证码"----不要输入
6:在地址栏里输入"http://www.miibeian.gov.cn/index_icp.jsp
7:回车
8:进行备案吧
Tags:

不同浏览器下显示文字

[不指定 2007/06/13 16:09 | by sunle ]

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&...
<style>
div {
  color:pink; /* -- FF -- */
  +color:green; /* -- IE7 -- */
  _color:red; /* -- IE6 -- */
  \color:blue; /* -- IE5 -- */
  }
</style>
<div>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</div>
分页: 43/48 第一页 上页 38 39 40 41 42 43 44 45 46 47 下页 最后页 [ 显示模式: 摘要 | 列表 ]