Web catalog is a simple, easy to modify and use online website catalog. It contains
rich modules for the front-end viewing of items as well as administration pages for
adding, updating and manipulating with categories and URLs.
Looking for a free regular licence? I’m looking for translation the application into following languages: french, portuguese, italian, norwegian, swedish, danish, dutch. Contact me if you are interested.
Features
- CRUD Nested Categories
- Email Notification
- Multilanguage Interface (Russian, English)
- Role Based Access Control
- URLs Managment
- System Logging
- SEO Friendly
- Responsive Design
- Dofollow Link Checker
- Sitemap Generation
Requirements
- PHP 5.1.0 or higher
- cURL Extension
- SMTP Mail Server
- GD Extension
- PDO Extension
- Multibyte String Functions
- Mcrypt Extension (MCRYPT_RIJNDAEL_256 ciphername)
- Cron Jobs
- Rewrite module (optional)
- DOMDocument (optional. For sitemap generation)
Applications demo
Site: http://catalog.php5developer.com
Admin panel: http://catalog.php5developer.com/admin
Login: demo
Password: demo
Installation & Documentation
All information you can find here
Changelog
v 2.1 – 2017.07.09
- PHP 7.x compatibility
Already bought? Remove all files from root/framework directory and upload fresh version from archive.
v 2.0 – 2017.02.05
- Security update
Already bought? Replace modified file
~root/protected/controllers/SiteController.php
Open `root/protected/config/main.php
Append two new parameters to “mailer” array
'mailer' => array( ... // set "tls" if Port is 587 or "ssl" if Port is 465 'SMTPSecure'=>'', // SMTP connection options 'SMTPOptions' => array( 'ssl' => array( 'verify_peer' => false, 'verify_peer_name' => false, 'allow_self_signed' => true ) ), ),
Remove all files from `root/protected/extensions/mailer/phpmailer directory and upload new files from archive.
v 1.9 – 2016.01.10
- Updated EU Cookie Law Javascript plugin
Already bought? Replace following file:
~rootthemespublicclassicjscookieconsent.latest.min.js
v 1.8 – 2015.09.28
- Added Danish UI
- Solution for EU cookie law
Already bought? Replace/add below listed files.
~root/protected/messages/da ~root/protected/messages/en|ru|de/website.php ~root/protected/messages/en|ru|de/site.php ~root/protected/messages/en|ru|de/category.php ~root/themes/public/classic/views/url/submit_website.php ~root/protected/extensions/ecountrylist/countries/da.php ~root/protected/extensions/ealphabet/alphabet.php ~root/protected/components/FrontController.php ~root/protected/controllers/CronController.php ~root/themes/public/classic/js/cookieconsent.latest.min.js ~root/protected/config/cookie_law.php
Next, open root/protected/config/main.php file and add new language into languages array:
'languages' => array( ..... 'da' => 'Dansk', ),
And flush the cache (Admin -> Tools -> Flush Cache)
v 1.7 – 2014.10.10
- Small bug fixes
Already bought? Replace/add listed below files
~root/themes/public/classic/views/country/country_by_letter.php ~root/protected/controllers/SearchController.php ~root/themes/admin/classic/views/url/update.php ~root/themes/admin/classic/views/layouts/main.php
Next, open ~root/protected/config/main.php file:
Replace following lines:
'<language:w{2}>/country/<country:[\pLws]+>' => 'country/url', '<language:w{2}>/country/<country:[\pLws]+>/<page:d+>' => 'country/url',
With:
'<language:w{2}>/country/<country:[\pLws-,'().]+>' => 'country/url', '<language:w{2}>/country/<country:[\pLws-,'().]+>/<page:d+>' => 'country/url',
And flush the cache (Admin -> Tools -> Flush Cache)
v 1.7 – 2014.09.02
- Gz compression are used to compress sitemaps, whereby traffic will be decreased
- Handling pagepeeker error
- Some design bug fixes
Modified files:
themes/public/classic/views/url/view.php themes/public/classic/views/category/children.php protected/commands/SitemapCommand.php
New files:
themes/public/classic/images/not-available.png
v 1.6 – 2014.05.22
Some bug fixes
Modified files:
~/root/protected/commands/SitemapCommand.php ~/root/protected/linkcalculator.php ~/root/protected/premiumchecker.php ~/root/protected/sitemap.php
v 1.5 – 2014.05.20
Mirror of v1.5 version. The only difference is that archive is not corrupted.
v 1.4 – 2014.05.18
Multiple sitemap support. Already bought? Just modify/add following files (make sure sitemap directory has writable permissions). Also make sure you have installed DOMDocument(http://www.php.net/manual/en/book.dom.php)
Modified files:
~/root/protected/commands/SitemapCommand.php
New direcotry:
~/root/sitemap/
v 1.3 – 2014.03.31
Improved SMTP error handling
Following files has been modified
~/root/protected/controllers/UrlController.php ~/root/protected/controllers/admin/UrlController.php ~/root/protected/controllers/SiteController.php ~/root/protected/extensions/mailer/EMailer.php
v 1.2 – 2014.02.08
Fixed issue with cyrillic symbols in URL The correct translation of the phrase
Following files has been modified
themes/public/classic/views/url/view.php protected/config/main.php
v 1.1 – 2014.01.21
Click here to find out what changes has been done.
Filtering websites by country Calculation how much URL contain each category Added German interface Some bug fixes
v 1.0 Initial – 2014.01.14
[eltd_button size=”huge-full-width” type=”outline” text=”Download & Demo Links” custom_class=”#” icon_pack=”font_awesome” fa_icon=”” link=”” target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]
Demo = Web Catalog
[eltd_button size=”huge” type=”” text=”Full Live Demo” custom_class=”” icon_pack=”font_awesome” fa_icon=”fa-laptop” link=”https://codecanyon.net/item/web-catalog/6576346″ target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]
Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy Web Catalog from the The Developer ( forza020 ) website. Thank you.
Download = Web Catalog-[Updated].zip