Sphider is a perfect small and exquisite search engine program with a spider. Following the perfect Chinese version of Sphider v1.3.3, a major BUG issue regarding IIS support has been fixed.
1. Modify the administrator and password in admin/auth.php
$admin = "admin";username
$admin_pw = "admin"; password
2. Modify the database settings in include/connect.php
$database="sphider";Database name
$mysql_user = "root";Database user
$mysql_password = ""; database password
$mysql_host = "localhost";Database address
$mysql_table_prefix = "sphider_";
3. Modify various settings in include/connect.php. You don’t need to modify them.
4. Run admin/install.php to install
Expand