Skip to main content

Codeseek - Codepen Engine Download

Codeseek - Codepen Engine Download




Codeseek - Codepen Engine





Price: $19





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


100 % automated
Sitemap ready
Social login
Bookmark systems
Cache local code
Custom README.txt into file.zip
Preview system
Download page with countdown
Rating system
Disqus comments ready
Advertising ready
Structured data ready (Breadcrumb & Review with rating)
SEO Optimized
Friendly URL
Code highlighter
Customs header comments into the code
Admin panel
Customs pages
Captcha Ready


DEMO ACCOUNT

Test dashboard using this demo account, some features are disabled for this account


Email: demo@codeseek.co


Password: demo123


REQUIREMENTS


Operating System: Linux
Web Server: Apache
PHP Version: 5.4 or Higher
PHP CURL
ZipArchive Module * Very important validate it before buy
open_basedir Disabled
mod_rewrite Enabled
MySQL 5.x


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.


Comments