View Single Post
  #1   IP: 222.184.76.84
Old 2007-06-05, 01:09 AM
sunshine sunshine is offline
高级会员
 
Join Date: 2006-01-05
Posts: 368
sunshine 正向着好的方向发展
Default 一些利用dmoz目录的目录程序

今天突然对利用dmoz数据库的目录程序感兴趣,几个小时找了一些程序,独乐不如众乐,希望对大家有帮助'

1,Free PHP ODP Script http://www.site-directory.org/odp_script.php(dmoz克隆)

2,phpodp http://www.bie.no/products/phpodp/

3,FarODP http://www.farfarfar.com/scripts/odp

5,phpOpen http://sourceforge.net/projects/phpopen/phpOpen/

6,EasyODP http://php-tools.org/easyodp/

7,ODP++ http://www.portalscripts.com/

8,Free PHP Directory Script http://www.biz-directory.org/directo...荐使用)

9,http://www.phplinkdirectory.com/ 演示:http://www.phplinkdirectory.com/demo (推荐使用)

举例说明1:
都是php+mysql的,asp国外很少使用,比如第一个,
1,先下载 http://www.site-directory.org/odp_script.zip
2,解压,看里面的说明文件README.html,没认真看就说不会搞的,都不够资格说不会搞
3,README.html里的安装说明
a,Modify the /config.php file to set up your desired configuration. (配置好config.php文件,)
(Only if using cacheability) Chmod /cache directory (or the indicated in the /config.php file) to 777. (如果使用缓存,修改cache目录属性为777)
4,安装完毕

举例说明8,示例http://www.zmhl.org:
1,先下载 http://www.biz-directory.org/directory_script.php
2,解压,看里面的说明文件README.html,没认真看就说不会搞的,都不够资格说不会搞
3,README.html里的安装说明
a,Modify the /config.php file to set up your desired configuration. (配置好config.php文件,)
(Only if using cacheability) Chmod /cache directory (or the indicated in the /config.php file) to 777. (如果使用缓存,修改cache目录属性为777)
4,安装完毕
都是php+mysql的,asp国外很少使用,比如第一个,
1,先下载 http://www.site-directory.org/odp_script.zip
2,解压,看里面的说明文件README.html,没认真看就说不会搞的,都不够资格说不会搞
3,README.html里的安装说明
a,Modify the /config.php file and include your database name, user, password and prefix for table names (prefix is optional but recommended). (在config.php里配置好数据库文件,如果不清楚数据库资料,可以询问你们的空间商)
b,Upload the files to the root directory or to a subdirectory. (上传文件到根目录或者子目录)
c,Run /install.php and follow the steps. (在浏览器打开http://www.你的玉米.com/install.php运行安装程序,跟着说明进行)
Run /admin.php and log-in everytime you want to manage the directory. (安装完毕,admin.php登陆后台管理)

0058转载请说明出自佣金中国
Reply With Quote