This is the Hikari After-Sales Service (SAV) portal website.
Built in 2005 by the Hikari IT team (Tanaka-san, Suzuki-san, Yamamoto-san, Nakamura-san).
- PHP 4.3+ (tested on PHP 5.0)
- MySQL 4.1
- Apache 1.3 with mod_php
- Internet Explorer 6.0+ (Netscape 7 partially supported)
- Screen resolution: 800x600 minimum
- Copy files to
/var/www/html/hikari-sav/ - Import
database.sqlinto MySQL - Update
config.phpwith your database credentials - Make sure
counter.txtis writable by Apache (chmod 666 counter.txt) - Place image files in
images/directory
index.php- Homepage with contact info and newsfaq.php- Frequently Asked Questions (hardcoded)contact.php- Contact form (saves to database + sends email)pieces.php- Spare parts searchgarantie.php- Warranty information and verification
- FAQ should probably use a database (TODO since 2005...)
- Contact form has no CAPTCHA (getting lots of spam...)
- Parts search is slow when database is large
- Site doesn't display well in Firefox (who uses that anyway?)
- Visitor counter resets when counter.txt gets corrupted
- Images directory needs to be populated
2006-03-15 by Tanaka-san