Program features:
1. Intelligent recognition of categories, names, etc., making collection more convenient and automatically creating a movie list for each actor
2. Use the full-text search function to make searches faster and more accurate.
3. Use smarty template engine, which is simple and easy to use, but currently does not support tag calling. Users need to know a little bit about smarty template engine.
4. The entire site uses cache, and the cache time can be freely controlled. The cache will only be generated when the page is visited once. The next visit will be read directly from the cache, which is faster. Pages that have never been visited will not be cached, saving website space.
5. It has the basic functions of other general movie systems.
6. More features will be released in the next version. Stay tuned.
Installation instructions:
1. Unzip and upload the file to your website space
2. Visit http://www.yourdomain.com/ebak2008os/ to restore the database. Default account admin password 123456
3. After logging in, first perform "Parameter Settings" to set the database user name and password and the default backup database name.
4. Enter "Recover Data" -> "Select Directory" -> Select the qvodmovie directory, select your database in "Database to be imported", then click "Start Recovery" and wait for the database recovery to be completed.
5. Modify include/config.php
$cfg_dbhost = localhost; //Database address, generally does not need to be modified
$cfg_dbuser = name; //Database user name
$cfg_dbpwd = pwd; //Database password
$cfg_dbname = qvod; //Database name
$cfg_siteurl = http://www.yourdomain.com/; //Website root directory address, need to add '/' after it
6. After the modification is completed, the installation is completed. Visit http://www.yourdomain.com/admin/ to enter the background. The default account admin password is 123456.
7. After confirming that there are no problems with the website operation, delete the ebak2008os directory or change the account password, or rename the folder.
8.OK. Webmaster QQ: 86030140, discussion QQ group: 44374071
Expand