只需一步,快速开始
<?php //db => $dbhost $dbname $dbuser $dbpwd $dbtable $dbfield $id $dbid $where $otherfield //num => $dbstar $dbsize //ad => $keyword $htmllink $htmltop $htmlfoot $page $dbhost = "localhost"; //数据库主机 $dbuser = "root"; //用户 $dbpwd = "root"; //密码 $dbname = "mysql"; //数据库名 $dbtable = "cdb_threads"; //数据表名 $dbfield = "subject"; //标题字段名 $id = "tid"; //连接ID即?后需要取得的动态值 $dbid = "tid"; //数据库里ID的字段名 $where = "Where fid!=888"; //其它限制,比如选择某个参数的,限制fid=888板块不生成列表 $otherfield = ""; //如果选择了其它参数这里需要读取该参数,逗号分隔 $dbstar = "0"; //起始值 $dbsize = "20000"; //每次读取条数 $keyword = "ABUY.cc"; //需要写入的关键字 $htmllink = "../viewthread.php"; //路径连接即?参数前的路径 $htmltop = "<html><head><title>ABUY第一代购 网站导航</title> <META content='ABUY第一代购论坛 提供网上代购服务相关讨论,包括数码产品,笔记本,手机,数码周边等产品的相关讨论' name=keywords><meta http-equiv='Content-Type' content='text/html; charset=gb2312'></head><body>"; //html页面顶部内容 $htmlfoot = "</body></html>"; //html底部内容 $page = "0"; //map文件编号,已有的最大的号码,生成文件在map/下,如:./map/index_10.htm ?>
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )
GMT+8, 2024-12-22 20:52 , Processed in 0.025596 second(s), 3 queries , Gzip On, Redis On.
Powered by Discuz! X3.4
Copyright © 2001-2023, Tencent Cloud.