Featured Products
- Home
- PHP Scripts
- Codeseek - Codepen Engine
Codeseek - Codepen Engine
By : jodacame Published on Monday, February 27, 2017,08:51:44 in PHP Scripts

Create a website with repositories of codes for web developers has never been so easy. With Codeseek you can create your own 100% automated web site in only 10 minutes, it does not require investing time in administration. Promote your site and start to getting new users and earnings with advertising. All code is obtained from codepen.io
Features
DEMO ACCOUNT
Test dashboard using this demo account, some features are disabled for this account Email: demo@codeseek.co Password: demo123REQUIREMENTS
How can validate if my server have ZipArchive Module enabled?
Create a file (test.php) into root sever with this code<?php if (class_exists('ZipArchive')) { echo "OK!"; } else { echo "ERROR"; } ?>Open url yoursite.com/test.php
If you get a message with text âOK!â , then this is enabled in your server, else ask to your hosting if can enable the module.