📄 readme.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>readme.htm</title>
<style>
p {width: 600px;
}
</style>
</head>
<body style="font-family: Arial, Helvetica, sans-serif;">
<p>
<strong>license:</strong>
<br>
this software (<a href="http://www.network-management-center.com">network-management-center.com</a>) is 100% free and may be used free of charge. you may not redistribute or sell this software for profit.
</p>
<p>
<strong>installation:</strong>
<br>
-copy all files to your web space<br>
-use <a href="http://www.phpmyadmin.net/home_page/downloads.php" title="phpmyadmin">phpmyadmin</a> or your <a href="http://www.mysql.com" title="mysql">mysql</a> interface to run site.sql against your database.<br>
-open site.xml and edit the database section with your database details. (see example below)<br>
-go to index.php and login with <strong>username of admin with a password of test</strong>.<br>
-be sure to change the passwords for the admin and regular user.<br>
</p>
<p><strong>(site.xml) Setup the site.xml file with your database settings as follows.</strong></p>
<p>
<database type="mysql"><br>
<server>database server address</server><br>
<login>database login</login><br>
<password>database password</password><br>
<default>mysql database name</default><br>
</database><br>
</p>
<p><strong>You may edit the following portion of the site.xml file to easily customize the title and headings of the system.</strong></p>
<p>
<vars><br>
<var name="header">Network Devices</var><br>
<var name="title">Network Devices Administration Area</var><br>
</vars><br>
</p>
<p><strong><em>Important:</em><br>
Add this to your htaccess file to prevent viewing of the xml config file.</strong></p>
<textarea cols="30" rows="6" style="background-color:yellow;">
<Files ~ ".xml">
Order allow,deny
Deny from all
Satisfy All
</Files>
</textarea>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -