📄 config.inc.php
字号:
<?php
$inc_config=1;
/*-------------------------------------------------------------
名称: PHP scud_gb 留言本
作者:scud(飞云小侠)
邮件: scud@email.com.cn
网址: http://www.cnscud.com
Oicq: 21981110
时间: 2001/06/10
版权所有,请多指教.谢谢.
-------------------------------------------------------------*/
//数据库设置部分
$db_host = "localhost"; //数据库主机名
$db_user = "zyf"; //数据库用户名
$db_pass = "123"; //数据库密码
$db_db = "scud"; //数据库名
$db_gb = 'scud_gb'; //数据表
//数据库设置部分完毕
$admin_mail = 'scud@21cn.com'; //管理员邮箱
$admin_name = 'admin'; //管理员名
$admin_pass = '111'; //密码
//$icon_url = 'http://www.EzChat.net.cn/chat/icon'; //用户头像图片所在URL.
$records_pp = 10; //分页留言条数
$page_pp=10; //页数最多显示数/2
$gb_name = "我的留言板"; //也可以为图片
$gb_title = "我的留言板"; //也可以为图片
$gb_bgcolor = "#020202"; //背景色
$gb_bgpic = ''; //背景图片
$gb_table_width=720;
$gb_mail = 'scud@21cn.com'; //显示的联系邮件
$gb_homepage = 'http://www.cnscud.com'; //显示的主页
$gb_homepage_title = '飞云飘渺'; //显示的主页
$gb_url="index.php";
$show_newpost=0;//index.php是否显示发表新留言的表单
$newpost_hour=24;
$gb_header=<<<___top___
<div align="center"><div align="center"><center>
<table border="0" width="720" bgcolor="#6FB7FF" align="center"
background="/image/bg2.gif">
<tr>
<td width="50%"><img src="/image/scudlt.jpg" width="160" height="80" border="0"></td>
<td width="50%" align="right"><img src="/image/wgz2.gif" height="80" border="0"></td>
</tr>
</table>
</center></div>
___top___;
$gb_footer=<<<___foot___
<P ALIGN='center' class=hz>
<A HREF='http://www.cnscud.com/' class=mysl>飞云飘渺</A> <A HREF='mailto:scud@email.com.cn' class=mysl>联系我们</A>
<br><br>
<FONT COLOR='#808080' class=mysl>Powered by <a href='http://www.cnscud.com' target=_blank class=mysl>Scud_GB</a>® Version 2001.06.10<br> Copyright© 2000 - 2001 Scud. All Rights Reserved.</FONT>
___foot___;
$nowstr=date("YmdHis");
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -