Customer Instructions: (Please be sure to read before purchasing)
(Welcome to use Songma cloud server: yun.songma.com, 15% off discount code: D98266. This discount code can be used in conjunction with any promotion! )
1: In order to avoid unnecessary disputes, the demo site shall prevail. If there is no demo site, please refer to the demo picture!
2: Please carefully check the source code description or demo site and demo pictures. Once taken, refund applications for non-source code quality issues will not be accepted;
2: The price is only for the source code. If you need to provide installation services, please contact the store owner in advance and ensure that your host must be a Pagoda environment and provide a Pagoda account.
3: The free installation service is limited to building to the server and can access the front and back ends. Involves docking payment interface, API docking and other services, and also negotiates fees;
4: The program is for learning and research only. Please do not use it for illegal purposes or violate national laws. Otherwise, you will be responsible for the consequences. All legal responsibilities have nothing to do with our store.
6: Please read the above terms carefully before purchasing. By taking a photo, you agree to the terms and abide by the agreement. Thank you for your support and understanding!
-------------------------------------------------- ------------------
This is a bookmark manager developed using PHP + SQLite 3. It supports Material Design style, has a simple interface and is easy to use. Features Support back-end management Support private links Support multiple theme styles (2 sets of templates are built-in by default) Support automatic identification of link information Support API quick start You need to install a PHP environment and make sure it supports SQLite3 (supported by Pagoda by default) Download the source code and unzip it to the site Change config.simple.php to config.php in the root directory and fill in your own site information to access the backend: http://IP/index.php?c=login The backend interface is as follows: Switch the theme The OneNav theme directory is located in templates, built-in There are 2 sets of themes, the default is Material Design style. If you need to switch the theme to webstack, just modify the config.php content to: //theme style define ('TEMPLATE', 'webstack'); the webstack style is as follows: you can customize it according to your preferences You can choose to switch by yourself. More theme styles will be supported in the future, and you are welcome to develop your own themes.