Kamis, 16 Juli 2015

TimeCase - time tracking web app - codecanyon download

Subscribe to our products newsletter Follow me on CodeCanyon

TimeCase helps you keep track of your time. It is a powerful yet easy to use web application for everyone who wants to see how much time is spent on certain tasks and projects.

Live Preview Note:

On live preview timer (start/stop button) is session-based while the real app features persistent database timer. Session is used so you can all have your own timer while testing but it will clear if you log out and log in as another demo user.

Main Features:

  • Track time spent on projects.
  • Assign projects to customers and categorize work by type.
  • Enter time tracking records by easily selecting time span.
  • Auto-track time with simple start/stop timer button.
  • Create users and assign them appropriate roles.
  • Assign projects to customers and allow them to login and see their reports.
  • Four different user roles and special customer role provides advanced security features.
  • See time tracking reports, filter data with ajax, export as csv or print as tables.
  • Modern, easy to use ajax interface.
  • Full source code included
  • Responsive design adapts to any screen size, from desktop to phones.

Requirements :

  • Minimum PHP 5.2
  • Apache web server
  • MySQL Database server

Compatibility:

  • Microsoft IE7, IE8, IE9, IE10
  • Mozilla Firefox
  • Google Chrome
  • Safari


Note: since there is no settings to change date/time formats, please check on live preview if current date/time format will suit your needs before buying.

Support:

Before you post any question please read this extensive FAQ as you may find your answer there.

Most questions has been already answered several times in comments section and I will not answer to duplicate or similar threads.

Please DO NOT post customization questions since you will probably get a generic response. Support doesn’t mean customization and I am not available for freelance. For all customization related questions join this group and post your question there. You may find other users and developers in this group willing to help.

Limited support is ONLY available on fresh installations, with a default configuration options and if all system requirements are met. Support and help is NOT available if you changed or customized any original file.

Other Product

  • FileGator – Advanced PHP File Manager http://www.file-gator.com/
  • TimeCase – Time Tracking Web App http://www.timecase.net/
  • SocialStrap – Social Networking Platform http://www.socialstrap.net/?referral=cctc
  • LinkPreview – Free URL Preview Service http://www.linkpreview.net/

Updates:

  • 21/11/2014 update to v1.7 (git: f8b9434) PUT/DELETE replaced with POST, small bugfixes
  • 06/01/2014 update to v1.6.2 – minor spell fix inside db (git: d3916d4)
  • 25/08/2013 update to v1.6.1 – long polling disabled by default in app config
  • 06/07/2013 update to v1.6 – double entry bug fix
  • 05/22/2013 update to v1.5.1 – bug fix
  • 04/12/2013 update to v1.5 – automatic progress bar by deadline day, filter improvements
  • 04/11/2013 update to v1.4.1 – customer filter added to “add time entry” form
  • 04/10/2013 update to v1.4 – customer filter added to defaults, login improvement
  • 03/18/2013 update to v1.3.1 – small css fix
  • 03/15/2013 update to v1.3 – responsive modal fixes for iphone/android
  • 03/13/2013 update to v1.2 – template engine updated for increased compatibility
  • 03/01/2013 update to v1.1.2 – root url fix
  • 02/24/2013 update to v1.1 – initial bug-fixes

\\



Click here to Download :
Click here to Download

Survey Engine - codecanyon download

Survey Engine is a PHP script that is ment to helps you set up any number of surveys quickly.


Features:

  • Easy to translate to any language since all the text is in one file
  • Easy to redesign since the HTML /CSS is separated from the PHP and is built using the twitter bootstrap
  • 7 question types
  • Easily share the survey using a link or through twitter or facebook
  • Get quick summary of results in the admin dashboard
  • Two-way table analysis is supported.
  • Full featured admin authentication system
  • Survey is protect from spam while not stressing the repondent with captcha

Installation:

  1. Unzip the package
  2. Open the file /php/config.php with a text editor and put in the details for your server
  3. Navigate to the script install.php using your browser
  4. A user account will be created for you. You can change the account later. For the first time sign in with the following credetials:
    Email: The one you set for the webmaster in the file /php/config.php
    Password: admin
  5. Delete the file install.php
  6. Open userguide.html for instruction on getting started


Click here to Download :
Click here to Download

Website Review - codecanyon download

Website Review is a seo tool which will help you analyse your web page. This app provide a full information about links, meta tags of chosen domain. In addition you will see personal advices how to optimize your HTML.
Looking for a free regular licence? I’m looking for translation the application into following languages: norwegian, swedish, finnish. Contact me if you are interested.

Features

  • PageSpeed Insights
  • Link Exstractor
  • Content Analysis
  • Multilanguage Interface (Russian, English, French, Danish, Deutsch, Spanish, Dutch (Thanks designs2love for the free translation into Dutch)
  • Complite Website Review
  • Website Speed Tips
  • Advice System
  • Meta Tags Crawler and Analyzer
  • Score System
  • Responsive Layout
  • Social Sharing
  • Export as PDF
  • Sitemap Generator
  • Websites Ratings
  • Contact Page

Requirements

  • PHP 5.1.0 or higher
  • cURL Extension
  • GD Extension
  • PDO Extension
  • Multibyte String Functions
  • Script execution time must be greater than 120 seconds
  • Rewrite module (optional)
  • Cron Jobs (optional)
  • SMTP Mail Server (optional)
  • DOMDocument (optional. For sitemap generation)

Applications demo

Site: http://website-review.php5developer.com

Installation & Documentation

All information you can find here

Changelog

v 4.0 – 2015.07.10
  • New feature. Gzip support checker
  • New feature. XML sitemap checker
  • New feature. robots.txt file checker
  • New feature. Analytic tool (Google Analytics, Clicky, Quantcast, LiveInternet) checker
  • New feature. Added PageSpeed Insights
  • ReCaptcha updated to v2
  • Yii framework was updated to latest stable version
  • Small bug fixes

Already bought? I’m strongly recommend you to make a backup before apply new update because a lot of files were modified. Also I would like to recommend to use WinMerge (for Windows) or other similar software to highlight changes. In this way you could have control over the files you have modified.

First of all you need to add new lines into main config file
~root/website_review/config/main.php
  ...  'params' => array(      ...      // Google api key      'googleApiKey'=>'',      // Whether to download all reviews in one PDF      'partialPdf'=>true,      ...  ),  ...  
Read here what is partialPdf and what is googleApiKey

Next you need to run following queries in database:
  ALTER TABLE `ca_issetobject` ADD `robotstxt` BOOLEAN NULL DEFAULT NULL AFTER `appleicons`, ADD `gzip` BOOLEAN NULL DEFAULT NULL AFTER `robotstxt`;    CREATE TABLE `ca_misc` (  `wid` int(10) unsigned NOT NULL,  `sitemap` text NOT NULL,  `analytics` text NOT NULL,  PRIMARY KEY (`wid`)  ) ENGINE=InnoDB DEFAULT CHARSET=utf8;    CREATE TABLE `ca_pagespeed` (  `wid` int(10) unsigned NOT NULL,  `data` longtext NOT NULL,  `lang_id` varchar(5) NOT NULL,  PRIMARY KEY (`wid`,`lang_id`)  ) ENGINE=InnoDB DEFAULT CHARSET=utf8;  

Then update Yii framework. To do this, remove old root/framework directory and upload new from fresh CodeCanyon archive.

Finally, apply necessary changes for directories and files.

Modified files:

  ~root/website_review/messages/da|de|en|es|fr|it|nl|ru/advice.php  ~root/website_review/messages/da|de|en|es|fr|it|nl|ru/app.php  ~root/css/app.css  ~root/js/jquery.flot.pie.js  ~root/website_review/vendors/Webmaster/Rates/rates.php  ~root/website_review/vendors/Webmaster/Source/SeoAnalyse.php  ~root/website_review/vendors/Webmaster/TagCloud/TagCloud.php  ~root/website_review/components/Utils.php  ~root/website_review/commands/ParseCommand.php   ~root/website_review/controllers/ParseController.php  ~root/website_review/controllers/WebsitestatController.php  ~root/website_review/models/WebsiteForm.php  ~root/website_review/models/DownloadPdfForm.php  ~root/website_review/views/websitestat/index.php  ~root/website_review/views/websitestat/pdf.php  

New directories(with files inside) and new files:

  Directories:    ~root/fonts  ~root/img/analytics  ~root/website_review/vendors/Webmaster/Google  ~root/website_review/extensions/recaptcha2    Files:  ~root/img/advice_important.png  ~root/img/advice_success.png  ~root/img/advice_warning.png  ~root/img/desktop.png  ~root/img/mobile.png  ~root/css/font-awesome.min.css  ~root/website_review/vendors/Webmaster/Source/AnalyticsFinder.php  ~root/website_review/vendors/Webmaster/Source/Optimization.php  ~root/website_review/vendors/Webmaster/Google/PageSpeedInsights.php  ~root/website_review/models/DownloadPageSpeedPdfForm.php  ~root/website_review/views/websitestat/pagespeed_pdf.php  ~root/website_review/views/websitestat/pagespeed_web.php  
Removed directories
  ~root/website_review/extensions/recaptcha  

v 3.9 – 2015.04.06

  • Fixed PDF font error

Already bought? Replace listed below file and remove all generated PDFs from root/pdf directory

  ~root\website_review\controllers\WebsitestatController.php  

v 3.8 – 2015.03.07

  • Added spinning progress bar during review generation
  • Small bug fixes

Already bought? Replace listed below files:

  ~root\website_review\views\websitestat\index.php  ~root\website_review\views\websitestat\pdf.php  ~root\css\app.css  ~root\website_review\views\site\request_form.php  

v 3.7 – 2015.02.17

  • Small bug fix

Already bought? Replace listed below files:

  ~root\website_review\components\Utils.php  

v 3.6 – 2015.01.20

  • Improved PagePeeker thumbnail generation

Already bought?
1. Add 2 new parameters in root/config/main.php

  'rules' => array(      ...      'proxy'=>'PagePeekerProxy/index',      ...  ),  ...  'params' => array(      ...      'useProxyImage' => true,      ...  ),  

2. Replace/add listed below files.
Modified files:

  ~root\website_review\components\Utils.php  ~root\website_review\commands\ParseCommand.php  ~root\js\base.js  ~root\website_review\components\Controller.php  
New files:
  ~root\website_review\controllers\PagePeekerProxyController.php  

3. Delete cache files from root/website_review/runtime/cache directory

v 3.5 – 2014.10.02

  • Improved character set recognition
  • Improved email searching in HTML
  • Design bug fixes
  • Review generation on a fly
Modified files
  ~root/website_review/commands/ParseCommand.php  ~root/website_review/components/Utils.php  ~root/website_review/controllers/WebsiteStatController.php  ~root/website_review/vendors/Webmaster/Source/MetaTags.php  ~root/website_review/vendors/Webmaster/Source/Content.php  ~root/website_review/views/rating/index.php  ~root/website_review/views/websitestat/index.php  

v 3.4 – 2014.09.01

  • Gz compression are used to compress sitemaps, whereby traffic will be decreased.
Modified files:
  ~website_review/commands/SitemapCommand.php  

v 3.3 – 2014.08.27

  • Fixed memory leak in sitemap generation
  • Some code/design bug fixes
  • Handling pagepeeker error
Modified files
  ~website_review/commands/SitemapCommand.php  ~website_review/commands/ParseCommand.php  ~website_review/vendors/Webmaster/Utils/Helper.php  ~website_review/vendors/Webmaster/Source/Content.php  ~website_review/controllers/WebsiteStatController.php  ~website_review/components/Controller.php  ~website_review/config/badwords/fr.php  ~js/base.js  ~website_review/views/websitestat/index.php  ~css/app.css  ~website_review/views/site/request_form.php  ~website_review/views/site/index.php  
New files:
  ~img/not-available.png  

v 3.2 – 2014.08.21

  • Properly displays generation date of review
Modified files:
  ~root/website_review/controllers/WebsitestatController.php  

v 3.1 – 2014.08.18

  • Improved sitemap generation. Now sitemap has multi language URLs, whereby the amount of indexed pages in search engines will be increased.
  • Improved doctype recognition
  • Some small bug fixes
Already bought? Replace modified files listed below and run this query in database:
  ALTER TABLE  `ca_document` CHANGE  `doctype`  `doctype` VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL;  
Modified files:
  ~root/website_review.sql  ~root/website_review/config/badwords/fr.php  ~root/website_review/commands/SitemapCommand.php  ~root/website_review/commands/ParseCommand.php  ~root/website_review/vendors/Webmaster/Source/Favicon.php  ~root/website_review/vendors/Webmaster/Source/Document.php  ~root/website_review/extensions/tcpdf/ETcPdf.php  ~root/website_review/extensions/tcpdf/tcpdf/tcpdf_autoconfig.php  ~root/website_review/extensions/tcpdf/tcpdf/config/tcpdf_config.php  ~root/website_review/widgets/LanguageSelector.php  

v 3.0 – 2014.07.25

Reduced CPU usage and decreased traffic during PDF review generation process. Read here to get more information .

Added Files/Directories:
  ~root/website_review/extensions/recaptcha  ~root/website_review/models/DownloadPdfForm.php  ~root/website_review/config/recaptcha.php  
Modified Files:
  ~root/website_review/messages/(da|de|en|fr|es|it|nl|ru)/app.php  ~root/website_review/controllers/WebsitestatController.php  ~root/website_review/components/Utils.php  ~root/website_review/css/app.php  ~root/website_review/views/rating/index.php  ~root/website_review/views/websitestat/index.php  ~root/website_review/views/websitestat/pdf.php  ~root/website_review/views/site/request_form.php  ~root/website_review/widgets/views/languageSelector.php  

v 2.9 – 2014.06.20

NOTE! Ignore this update if you haven’t installed the previous update (v2.8)

  Bug fix in sitemap.  
Modified files:

  ~/root/website_review/commands/SitemapCommand.php  

v 2.8 – 2014.06.18

  Added possibility to share review in social networks  Added possibility to export review in PDF  Some bug fixes  
Already bought? Add/replace below listed files/folders and clean cache folder (root/website_review/runtime/cache)

Modified files:

  ~root/website_review/controllers/WebsiteStatController.php   ~root/website_review/controllers/ParseController.php   ~root/website_review/controllers/RatingController.php   ~root/website_review/views/websitestat/index.php   ~root/website_review/views/rating/index.php   ~root/website_review/components/Utils.php   ~root/js/base.js   ~root/website_review/models/WebsiteForm.php  ~root/website_review/messages/(da|de|en|es|fr|it|nl|ru)/app.php  ~root/website_review/messages/da/advice.php  ~root/website_review/messages/da/meta.php  ~/website_review/config/main.php  
Pay attention at /website_review/config/main.php. You do not need to override this file. You should replace/add keys which are listed below.
Removed URL rule:
'<language:\w{2}>/www/<domain:[\w\d\-\.]+>' => 'websitestat/index',
Added 2 new rules instead of it:
  '<language:\w{2}>/www/<domain:[\w\d\-\.]+>' => 'websitestat/generateHTML',  '<language:\w{2}>/pdf-review/<domain:[\w\d\-\.]+>.pdf' => 'websitestat/generatePDF',  
Also added addthis(read here how to integrate social sharing) and thumbs key into params
  'params'=>array(      ...      'addthis'=>'',      ...      'thumbs'=>array(          ...      ),  ),  
These new key=>value pairs(addthis, thumbs, new url rules) you can find in the fresh version of the script. (~root/website_review/con fig/main.php)

New files/folders:

  ~root/pdf/ direcotry (must be writeable)  ~root/website_review/extensions/tcpdf/  ~root/website_review/views/websitestat/pdf.php  ~root/website_review/components/WebsiteThumbnail.php  


v 2.7 – 2014.05.22

  Some bug fixes  
Modified files:

  ~/root/website_review/commands/SitemapCommand.php  ~/root/website_review/yiic.php  

v 2.6 – 2014.05.20

  Mirror of v2.5 version. The only difference is that archive is not corrupted.  

v 2.5 – 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/website_review/commands/SitemapCommand.php  
New direcotry:

  ~/root/sitemap/  

v 2.4 – 2014.05.05

  Filter has been added. Now you can enter "http://domain.com/" or "DOMAIN.COM" and it will be automatically converted into "domain.com". This will avoid duplicate domains, you can copy URL from browser and paste into input tag directly without any modifications.  
Modified files:

  ~/root/website_reviews/models/WebsiteForm.php  

v 2.3 – 2014.04.28

  Changed thumbnail API in favor to Pagepeeker  Addded meta tag for mobile devices  

Following files has been modified

  ~/website_review/views/layouts/main.php  ~/website_review/views/rating/index.php  ~/css/app.css  ~/js/base.js  

v 2.2 – 2014.04.07

  Added Danish Interface  
Added/Modified files:

  ~/root/website_review/messages/da/app.php (added)  ~/root/website_review/messages/da/meta.php (added)  ~/root/website_review/messages/da/advice.php (added)  ~/root/website_review/config/badwords/da.php (added)  ~/root/website_review/vendors/Webmaster/TagCloud/CommonWords/da.php (added)  ~/root/website_review/vendors/config/main.php (modified)  

v 2.1 – 2014.03.31

  Improved SMTP error handling  
Modified files:

  ~/root/website_review/extensions/mailer/EMailer.php  

v 2.0 – 2014.03.22

  Some bug fixes  Some css fixes  
Modified files:

  ~/root/css/app.css  ~/root/website_review/views/site/request_form.php  ~/root/website_reviews/vendors/TagCloud/CommonWords/it.php  

v 1.9 – 2013.09.23

  Added Italian Interface  

v 1.8 – 2013-10-20

   - Better content recognition and tag cloud generation   - Added possibility to filter website with bad content.  
Read here more information about website filtering with bad content.

New/Modified files:

  - ~/root/website_review/vendors/Webmaster/Utils/Helper.php (modefied)  - ~/root/website_review/config/main.php (modefied)  - ~/root/website_review/commands/ParseCommand.php (modefied)  - ~/root/website_review/messages/(en|ru...)/app.php (added new phrase)  - ~/root/website_review/config/badwords/ (added a list of files containing stop words)  


v 1.7 – 2013-09-26

  Bug fixes:   - improved dublin core meta tags recognition   - improved heading recognition  W3C Valid index page  Features:    - Possibility to get website's review via url  

Changes from previous versions

Added new translations: ~/root/website_review/messages/es, nl and other directories

Improved some DOM recognition

  ~/root/website_review/vendors/Webmaster/Source/Content.php  ~/root/website_review/vendors/Webmaster/Source/MetaTags.php  

A little changes in HTML files to pass W3C validation
  ~/root/website_review/widgets/views/languageSelector.php  ~/root/website_review/views/layouts/main.php  ~/root/website_review/views/site/index.php  
Changed core files:
  ~/root/website_review/commands/ParseCommand.php  ~/root/website_review/controllers/ParseControllers.php  
Canges in config/main.php file
  'languages' => array( ... Added new languages ..),  'instantRedir' => false, // Whether allow to do review on the fly.  

Read here how to do instant redirect by requesting url (without submiting a form)


v 1.6 – 2013.09.23

  Added Spanish Interface  

v 1.5 – 2013.08.24

  Added Dutch Interface  Improved "viewport" and "apple" tags detection  

v 1.4 – 2013.08.03

  Removed dependency with some PHP.INI settings.  Improved parsing of non English websites.  

v 1.3 – 2013.07.04

  Added German Interface  

v 1.2 – 2013.06.23

  Added French Interface  Added stopwords to the filter  

v 1.1 – 2013.06.20

  Added robots.txt  Added img/logo.png  Small Bug fixes.  

v 1.0 Initial – 2013.06.19



Click here to Download :
Click here to Download

PHP Social Microblogging - codecanyon download

PHP Social Microblogging Twitter is a script style, designed to share news, events, or simply what you want, through publications of 140 characters, and may refer to other users, create Hashtag and share with other site users. a part of it can upload images, videos from Youtube or Vimeo. Follow other users, send direct messages and other features that will be described below.

Video Demo(Main features) V1.1: See video on Youtube

(Features are disabled) User Demo: JohnDoe User Pass 12345

(Features are disabled) Admin Demo: Admin User Pass 12345 link Admin Demo

Features:

Users/General:
  • Send message direct/private
  • Customizable profile page.
  • Follow/Unfollow users
  • System favorites
  • Trending worldwide
  • #Hashtag
  • Design like twitter
  • Real-time updates on Page index
  • Real-time updates on Discover Page
  • Real-time updates on Search Page
  • Find people
  • Comments on posts
  • Page Status like twitter
  • List of Trends worldwide
  • Suggestions for who to follow
  • Block/Unblock users
  • Private profile
  • Option Delete Account
  • Users can change your user name as often as you wish
  • Upload cover
  • Upload Background
  • Upload avatar
  • Set the Color Link
  • Set the Color/Position Background
  • Upload Video from Youtube (API)
  • Upload Video from Vimeo(API)
  • User validation by email
  • Recovery password
  • An email, by account
  • Users verified twitter style
  • Only you can send private messages to your followers, twitter style
  • You can tell if a user is following you “FOLLOWS YOU”
  • Report users/publications
  • Change password
  • Discover page: where is the publication of the users who are not following
  • Delete Posts
  • You can login with your username or email

  • Admin Features:
  • Set Site Name
  • Set Keywords(SEO)
  • Set Description(SEO)
  • Set Message/Post length
  • Edit pages static e.g: Privacy, Help
  • Manage Users
  • Delete/Suspended Users
  • Change type account of users
  • Manage Users reported
  • Manage Posts reported
  • Manage Ads
  • Change password
  • Requirements:

  • cURL
  • PDO Driver
  • GD Library
  • Enabled function mbstring
  • This script was developed with PHP OOP and MVC

    Important: All images used in this demo are solely and exclusively from their owners, not be included in the script.

    Configurations

    See video on Youtube See Video on Youtube

    Change Log / Updates

    Update 3.0 // 24 November 2014

  • Optimized SQL queries (Problem of slowness)
  • Update 2.9 // 27 August 2014

  • Fixed important bug with Thumbnails
  • Fixed bug with Notifications
  • Update 2.8 // 30 April 2014

  • Fixed bug in section media with Profile Summary
  • Fixed bug with characters special in Searcher
  • Fixed bug with link Youtube share ( youtu.be )
  • Added API
  • In the PDF Update v2.8 says all affected files
  • Update 2.7 // 27 March 2014

  • Fixed bug in section followers
  • Fixed error with number of post in Repost
  • Added country of user in profile
  • Added 50 countries
  • Added PDF file “How add new country”
  • In the PDF Update v2.7 says all affected files
  • Update 2.6 // 22 February 2014

  • Added reload user in section “who to follow”
  • Added the username in the comments
  • Added Sitemaps dinamic
  • In the PDF Update v2.6 says all affected files
  • IMPORTANT: If you have since version 2.5, copy this code to the end of your htaccess file to work correctly the sitemaps. If you are downloading from version 2.6 NOT COPIES!
  • RewriteRule ^public/sitemaps/sitemaps\.xml$ public/sitemaps/sitemaps.php [L]

    Update 2.5 // 6 October 2013

  • Fixed bug in relative path images
  • Added “Autosize” Admin Panel and Posts
  • Redesigned Admin Panel based on Bootstrap 3
  • Added option Add users admin (Only the Administrator)
  • Added function add and delete pages in Admin Panel
  • Aggregate Statistics Google Charts
  • Added function enabled user account from the Admin Panel
  • Fixed bug with characters allowed in the password admin panel
  • In the PDF Update v2.5 says all affected files
  • Update 2.4.1 // 26 September 2013

  • Fixed bug with special characters in search page
  • Fixed pagination error on page “Media”
  • Fixed bug in .htaccess
  • Fixed bug with characters allowed in the password admin panel
  • In the PDF Update v2.4.1 says all affected files
  • Update 2.4 // 23 August 2013

  • Aggregate Czech language
  • Aggregate Greek language
  • Fixed bug in / views / user / profile.phtml
  • Fixed bug in / public / ajax / get_followers.php
  • Fixed bug in / models / UserModel.php
  • Fixed bug in / views / search / indexSearch.phtml
  • Fixed bug in / views / inc / search_listing.php
  • Profile of summary in who to follow
  • Avatar preview user in “Users” in Admin panel
  • Add title the language en Index page
  • In the PDF Update v2.4 says all affected files and new files
  • Update 2.3 // 17 August 2013

  • Improved Dutch language by @speeky
  • Improved Turkish language by Caner Ar?
  • Added function to delete all messages
  • Added registration form profile page, searches and static pages
  • Added user statistics: Posts, Followers and Following in sidebar
  • Fixed bug in update_pass.php
  • Live notifications for mentions and replies mentions on page “Interactions”
  • Autocomplete ajax in adding posts and status page “Mentions Users”
  • Attached zip archive files not to verify users’ no-user-verify.zip “
  • Bonus: Header Styles and Icons Verified
  • In the PDF Update v2.3 says all affected files and new files
  • Update 2.2 // 11 August 2013

  • Fixed bug get_followers.php and get_following.php
  • Fixed error “Interactions” and the function “Repost” in publications eliminated
  • Files Affected:
  • public / ajax / get_followers.php
  • public / ajax / get_following.php
  • class_ajax_request / classAjax.php
  • class_ajax_request / classAjaxAdmin.php
  • public / js / functions.js
  • Update 2.1 // 9 August 2013

  • Fixed bug of “Repost (retweet)” thanks to @zeraking
  • Messages can be deleted by the sender or recipient
  • Fixed bug private messages thanks to @zeraking
  • Fixed Admin password
  • Files Affected:
  • public / ajax / ajax.timeline.php
  • public / ajax / timeline.php
  • public / ajax / timeline.discover.php
  • public / ajax / get_message_id.php
  • public / ajax / send_message.php
  • public / ajax / send_message_id.php
  • class_ajax_request / classAjax.php
  • Table “admin”
  • Update 2.0 // 8 August 2013

  • Added the function Repost (retweet)
  • Added Soundcloud
  • Added Multi Language System, 12 languages:
  • Catalan – català
  • Chinese
  • Deutsch – German
  • Dutch – Nederlands
  • English (US)
  • French – Français
  • Italian – Italiano
  • Portuguese – Português
  • Romanian
  • Russian
  • Spanish – Español
  • Turkish – Türkçe
  • Real-time notifications, messages and interactions
  • Email notifications when you follow or send you a message from your profile.
  • The user chooses who can send private messages
  • Autocomplete ajax (Searcher).
  • Emoticons in reviews and posts
  • Avatar and cover can be extended
  • The gallery from the profile is activated with videos and music.
  • Profile Summary in style popout twitter
  • Simple Email template
  • Added page “Interactions” and “mentions in comments”.
  • bitly.com url shortener on Youtube and Vimeo videos
  • Automatically detects the language from browser.
  • The user configured their language and it is loaded at login
  • PS: All files were affected by the incorporation of multi languages and new features.

    Update 1.1 // 8 July 2013

  • 1. Fixed error: “Error Model”
  • 2. Fixed bug in Opera
  • 3. Added loader expected, in the publications
  • 4. Fixed bug in sign_up.php “valid emails”


  • Click here to Download :
    Click here to Download

    YouTube API Ultimate Integration - codecanyon download

    This application enables you to literally get all YouTube on your own website. You can integrate the YouTube search so your visitors can search among millions of videos and watch them directly on your website. You can also integrate videos from YouTube channels, featured videos, display videos by categories and more.

    You also have 2 types of display (grids or list). One that can display the videos right under the clicked title or thumbnail (just like on Facebook) and another displays the videos thumbnails in a grid and that uses a Fancybox to play videos.

    This is the most advanced YouTube integration ever ! You can set-it up in less than 5 minutes and it’s flexible enough to be extended the way you wish.

    Features

    - Integrate the YouTube Search into your website
    - Display any YouTube channel
    - Display YouTube featured videos (most popular videos on YouTube)
    - Display videos from a playlist
    - Powered by jQuery and AJAX
    - Supports pagination to navigate through all the videos available
    - 2 display types (grid or list)
    - Very clean and organized source code

    Try a demo before you buy

    - Demo 1 (grid display type)
    - Demo 2 (wall display type)

    Updates

    10 May 2015
    - Updated to the latest YouTube API v3
    - API Key now required by YouTube to call the API public methods
    - Pagination not supported anymore by YouTube (next and previous pages used instead)
    - Featured videos not supported anymore by YouTube (only the Most Popular videos are supported)
    14 Nov 2013
    - Fixed an issue on demo 2 on iOS devices not properly displaying the YouTube player when a video is clicked from the list
    19 Sept 2012
    - Fixing an issue with “video not found” appearing with the fancybox on the iPad
    - Adding support for playlists
    - Making the layout fully responsive !
    - Adding the ability to set a YouTube API Key from the config file (Optional)


    Click here to Download :
    Click here to Download

    QuickTick - The Deployable Helpdesk - codecanyon download

    News and Updates – July 26, 2011

    After a long hiatus of updates for this, here is an update. It fixes the uploaded files issue, some mail issues, and adds a bit more security. Simply overwrite/merge the files to update, or upload the files and navigate to http://yourdomain.com/quicktick/update.php.

    For questions on updating, simply view the Quicktick_v2.2.pdf documentation contained within the zip, or Click Here. Additional features include:

    • Ticket Assigning to Unlimited Admins/Managers/Staff
    • Advanced “Forgot Password” feature
    • Numbers/Linked Replies to Messages
    • Greater control over templating in emails
    • Incorporation of SwiftMailer.com, SMTP, Sendmail, and Mail()
    • General Code optimization and general fixes
    • Easily install and update process!

    Description

    QuickTick is a full-featured online help-desk and ticket support system. It is powered by PHP and MySQL with a touch of jQuery to provide for a seamless and perfect experience.

    Requirements and Features

    QuickTick runs on PHP 5+ and MySQL 4+. Tested on ThePlanet, SiteGround and BlueHost and all work fine without a hitch. Any host with Fantastico DeLuxe should work fine. QuickTick features everything you’d expect from an enterprise helpdesk, like:

    Version 2.2

    * Removed trim() and replaced with mysql_real_escape_string() in a number of files * Fixed upload problem with filename containing spaces and special characters * Users can only modify those types less than theirs (Managers cannot modify Administrators, Users cannot modify Managers, etc.) * If emails disabled, notifications for new tickets will not be sent either

    New as of Version 2.0

    * Assigning tickets to unlimited Administrators/Managers/Staff * Removed PHPMailer, Incorporated Swiftmailer * New “Forgot Password” Feature * Greater Control over Emails (Templates, Sendmail, SMTP, etc.) * Delete Users
    • Live ticket search and column sorting
    • Custom system messages, personalized through {tags}’s
    • User ranking system (Administrators, Managers, Staff and Users) with privileges
    • Assign staff to specific departments, only view tickets within that department
    • SMTP option powered with PHPMailer
    • jQuery/Ajax enhancements and dialogs
    • Fluid layout, fits all web browsers
    • Create unlimited tickets, departments, and edit on the fly
    • Admin and Client user registration
    • Create unlimited custom status’s and priorities
    • Attach file(s) using uploadify to tickets and replies and download securely
    • “Internal Notes” so only Administrators can see
    • Gravatar enabled

    Login Credentials

    Website to login is http://quicktick.sirestudios.com/. The format for the below credentials are (login email / password).
    • admin@quicktick.com / test
    • manager@quicktick.com / test
    • staff@quicktick.com / test
    • user@quicktick.com / test

    Other Notes

    All Ajax features degrade nicely on the public-facing side. So even if your clients/users are living in the stone-age and don’t have JavaScript enabled, they can still easily update or delete a ticket. Also, if a client calls you, you can quickly create a ticket on their behalf from within the ‘Create a Ticket’ link.

    This is Version 2.0. I have checked and double checked in all browers with and without JavaScript enabled and everything seems to work perfectly. However, if you find any bugs or formatting issues, don’t hesitate to send me a message. As my previous buyers can vouch, I release fixes within hours of being informed.



    Click here to Download :
    Click here to Download

    MelonHTML5 - Metro UI - codecanyon download

     

    OVERVIEW:

    Metro UI is a flexible and easy to integrate framework to build your one page website in Windows 8 Metro UI. It is fully powered by HTML5, CSS3 and JavaScript with plengy of options for you to configure it to suit your own needs.

    Please give it quick rating if you like this. If you have any suggestions/feature request or you find a bug, you are more than welcome to contact me and I’ll address them ASAP.

    NOTE: This is the PHP version. A pure HTML/JavaScript version is also available here.

    FEATURES:

    Desktop and Mobile Device (Phone + Tablet) Ready
    Desktip View and Mobile View. Each device type gets its own view by default and has the ability to switch between.

    Resonsive UI Design
    The entire UI is designed responsively with media queries so that it will fit any screen sizes

    Full HTML5 + CSS3 Animations
    HTML5 elements/concept are used as many as possible. All animations are purely in CSS3. No jQuery fallbacks are used for old IEs for better performance.

    Old IE Support
    The UI is also fully functional in old IEs (IE7, IE8). The only difference is that IE won’t get animations.

    Sliding Button Bar
    Just like Windows 8, each page gets a sliding control bar when mouse is moved to the right edge of the screen.

    One Page Application
    The whole UI design follows the concept of one page app, which means only one page request is made per visit, and all the rest are handled in XHR (AJAX).

    Working with Browser Back button
    Back & Forward buttons can still be used as usual to navigate between 2 pages, just like normal websites.

    Customizable Tiles
    Each tile can be customized to have its own colour, icon, external link, XHR callback … etc

    Containers
    Tiles are grouped into containers which have 2 different sizes: half and full. You can add as many containers as you want to.

    Smart Page Content Caching
    Page contents are all cached after first load which allows the 2nd visit of the same page to be almost instant.

    Integration with Google Analytics
    Each tile open can be configured as a normal page open in Google Analytics.

    Object oriented PHP framework
    All PHP code are written in mordern object oriented style with clean and easy to understand structure.

    CHANGE LOGS:

    v1.11 @ 26 Aug 2014
      UPDATE: Updated styling for mobile mode  
    v1.10 @ 28 June 2013
      BUGFIX: Fixed a display issue when zoom level is not 100%  
    v1.09 @ 15 March 2013
      UPDATE: Simplified file include  UPDATE: Updated rounting script to use standard hashbang  
    v1.08 @ 27 Feb 2013
      UPDATE: Redesigned Sidebar  UPDATE: Generate CSS for different container/widget configurations automatically  
    v1.07 @ 14 Feb 2013
      UPDATE: Moved media query to a separate metro_mobile.css  UPDATE: Redesigned mobile mode  UPDATE: Many JS & CSS improvements  
    v1.06 @ 15 Dec 2012
      UPDATE: Minor CSS improvements  
    v1.05 @ 30 Oct 2012
      UPDATE: Changed hover effect to scale tiles  UPDATE: New settings panel  UPDATE: JS & CSS optimizations  
    v1.04 @ 04 Oct 2012
      UPDATE: Added a "start" button. Clicking on it toggles the "Detail" view  UPDATE: Changed to use "animation" instead of "transition" for the sliding control indicator  UPDATE: Changed animation on document load to fade in tiles one by one instead of flipping all at once  
    v1.03 @ 29 Sep 2012
      UPDATE: Allow setting theme on containers to make all tiles display in one colour  
    v1.02 @ 21 Sep 2012
      UPDATE: Allow setting widget URL to empty string to stop opening widget on click  
    v1.01 @ 14 Sep 2012
      UPDATE: Show sliding control button indicator only for 1st time users  UPDATE: JavaScript performance improvements  
    v1.00 @ 09 Sep 2012
      UPDATE: Initial release  


    Click here to Download :
    Click here to Download

    Page Not Found - codecanyon download



    Click here to Download :
    Click here to Download

    ShoutCloud - Flexible PHP/AJAX Shoutbox/Chat - codecanyon download

    UPDATE 4/3/2013

    I apologize for the issues everyone has been facing with ShoutCloud. I lost my domain name and web server last year and I forgot about the update file that was posted here. You can download the update using the following link…

    https://www.dropbox.com/s/0×35zxhoxxy6xt0/ShoutCloud-Update.zip

    Just as a note, I am almost complete with ShoutCloud version 2 that I do plan to release before Summer 2013. Thanks again for everyone’s patience with ShoutCloud and expect better things to come in the future!

    - Big Ross Labs

    UPDATE 10/24/2010

    <s>It has come to my attention that there were a couple of bugs in the Javascript file. I have fixed the bugs and uploaded the updated files as a separate download (instead of waiting for CodeCanyon to pass it through).

    You can download the file via the link below. http://www.bigrosslabs.com/shoutcloud/update/ShoutCloud-Update.zip

    </s> Note: This file only contains the JavaScript and nothing else. So you still need the rest of the files to be downloaded from CodeCanyon. This update will be included in the new version. ZIP contains both minified version and developers version of the JavaScript.

    About ShoutCloud

    ShoutCloud is a feature-rich and flexible PHP/AJAX Shoutbox that can be integrated into any website or project within minutes. It requires no MYSQL database and the flat files used are automatically created! Extremely simple to add to any existing website. ShoutCloud was built to flex within the container that you place it, so all the sizing is done automatically. The massive amount of features that ShoutCloud supplies will keep you feeling satisfied.

    Features

    • Uses no MYSQL Database!
    • Runs on the jQuery JavaScript Framework for less code, more speed, and a wider browser compatibility
    • Highly secured; keeps your visitors and you safe
    • Web 2.0 professional Styling
    • Create Custom Themes!
    • Works on most browsers
    • Completely customizable
    • Only 2 PHP Files!
    • Installs in minutes!
    • Integrated Admin control without the panel
    • Ban/Unban users
    • Bold, italicize, and underline text
    • URLs convert to links automatically
    • Innovative User-Reply System
    • Lots of smilies with the ability to add more
    • Bad word filter
    • Clean Error-Reporting System
    • Loads fast and stays fast
    • Can be used as a chatroom
    • Everything runs in real-time
    • 9 Page Documentation PDF included!
    ... and much more!

    Questions/Comments/Suggestions?

    Feel free to post a comment on this page and I will get back to you as soon as possible!

    Live Demo Instructions

    When visiting the Live Demo for ShoutCloud, you can start chatting right away. If you would like to see how the Admin works, do the following…
    1. Type Admin in the “Your Name” input box.
    2. Type !admin in the “Message” input box.
    3. When the password box appears, type demo and hit enter.
    You will now be logged in as the Admin. Note that any bans taken place will only last 1 minute in all respect for others.

    Changelog for version 1.2.9

      **CSS Changes**  - Fixed bug with overflow:auto; not working in IE8 Compatibility Mode.  - Cleaned up CSS and reduced the file size by grouping similar styles together.  - The stylesheet is no longer minified.    **JavaScript Changes**  - Changed various items to clean up the functions and reduce code.  - Removed the functionality of the plugin creating the color swatches and moved it to PHP.  - Added the Metadata plugin for jQuery to reduce code and speed up execution of various functions.  - Fixed various bugs that have gone unnoticed.    **PHP Changes**  - Fixed many problems with languages not displaying correctly in both shouts and names.  - Now has FULL UTF-8 Support.  - Added the ability to change the time format on shouts.  - Did a major cleanup on the code to reduce file size and remove unnecessary code.  - Added support for changing messages, titles, and various text to other languages simply.   - Removed all automatic "session_start()" commands in shoutcloud.php. Replaced with one line of code.    **New Features/Changes**  - Admin users now have a striped background on their tag to identify them as admins.  - Fixed bug where color swatches would not show in Internet Explorer.  - ShoutCloud now fully supports UTF-8 including names and messages.  

    Changelog for version 1.0.2

      **CSS Changes**  - Updated some of the styles to fit with some new elements added to ShoutCloud.  - Changed the border-radius of the username tags from 5px to 3px for a cleaner look.  - Merged the ban list styles into the main css file.  - Added styles for the new username coloring system.  - Moved the Ban button from inside the tag to the outside on the left hand side.  - Default font (Tahoma) set for the entire box.  - Added styles for the new Admin User Control system.    **JavaScript Changes**  - Completely rewrote the old javascript file into a nicely formed jQuery plugin. This will provide an easier way to add new features in the future.  - When making an AJAX call, the method has been change from GET to POST to support other languages.  - Added the ability to change various options that could not be changed before.  - Shortened all of the variables names and function names to reduce file size.  - Added a character counter that now limits the text inputted into the message box.  - Merged the ban list functions into the main JavaScript file.  - Added functions for the username tag color changer.  - Added functions for Admins to reply to a post and delete a post.  - Changed the ban function to incorporate the new expiring bans feature.    **PHP Changes**  - Rewrote the flood protection system, now it actually works like expected.  - Fixed the bug where the ban list would not display due to a privacy issue.  - Fixed the bug where users could reply to themselves.  - Added support for the username tag color changer.  - Changed all the variables from $_GET to $_POST.  - Added UTF-8 support for other languages.  - Merged all the admin tools into a smaller section.  - Added support for muli-lines.  - Added the formatTime function for the ban list so when viewing, it says the time it expires.  - Added the isAdmin function to lessen some coding elsewhere.  - Added the adminLogout function to handle logging-out admins.  - Added support for expiring bans and admin logout.  - Shortened a lot of the code.  - Various security fixes.    **New Features/Changes**  - Users can now change the background color of their username tags with a preset color.  - Admin controls have been moved to the bottom of the shout box in the form of tabs.  - Admin controls are now paged within the shout box; no longer need a popup window.  - Admin User Controls are now accessed by clicking on the user's name by the form of an overlay.  - Admins can now delete posts.  - Bans can now expire if a time is set upon ban.  - Admins can now logout.  - Supports other languages via UTF-8.  - Message length is now counted and displayed under the box.  - Users must now wait at least 5 seconds in-between posts.  - Messages are now limited to 500 characters to keep the file small.  
    There are probably many more little things I change that I forgot to write down, but this will give you an idea of everything that has been added or changed with ShoutCloud. I hope you enjoy this new version!


    Click here to Download :
    Click here to Download

    Rabu, 15 Juli 2015

    Form Processor - codecanyon download

    With form processor you can convert a static form into a working form in less than 5 minutes. For the moment it has 2 buildin handlers to send the form content with mail or to save the content in a CSV file. But with a bit of PHP knowledge you can easely write your own handlers.

    Look at the example video and see how easy it is to use and implement.

    Features

    • Convert static forms to a working one
    • Form validation (email, url, required, phone, number, date)
    • No coding knowledge needed to make your contact form work
    • Form structure doesn’t matter
    • Write form content to CSV
    • Email form content
    • Add form content to MySQL database table

    Installation

    Place the following before your form element:

      <?php  include("../FormProcessor.php");  $Form = new FormProcessor();  $Form->setHandler( "form_email_process", array("to" => "youremailaddresss", "emailfield" => "Email"));  $Form->start();  ?>  <div id="frmsuccess">Thanks for sending us an email!</div>  

    The frmsuccess element will only be displayed when the form is valid and submitted. And place the following after the form close element:

    $Form->stop();

    Add email, url, required, ... classes to the form fields depending on what type of field it is. For example if an email input field is required you add the required and the email class to that input field:

    <input type="text" id="Email" name="Email" class="email required"/>

    And now you have form that works.

    Updates

      v1.5 (26/09/2010)  * Fixed special characters problem  * Feature: Required select field  * Added send copy to email processor  * Use multiple form processor instances on one page  * Redirect after submit  * Show return message from handler after submit    v1.4.0 (16/12/2010)  * Fixed problem with multiple instances of the same form handler.    v1.3.0 (10/11/2010)  * Fixed undefined variable classes.    v1.2.0 (11/10/2010)  Fixed problems with empty classes/not required fields.    v1.1.0 (26/08/2010)  * Use multiple form processors. For example CSV + Email on one form  * Added MySQL database processor  * 0 is now also a valid number  * Fixed date compare  * Updated documentation  


    Click here to Download :
    Click here to Download

    crea8social - PHP Social Networking Platform v4.2 - codecanyon download

    crea8SOCIAL is a social networking platform that sums features of common social networking platforms like facebook and twitter and to that indigenous to it such as the feature that allows it to display information(to the user) about any link added,profile can be redeesigned by users, communities created and invite others to join amongst many other interesting features

    WHAT OUR BUYERS ARE SAYING

    VIDEO DEMO

  • Installation
  • Demo
  • DEMO ACCOUNTS

    Demo Link: http://demo.crea8social.com

    Please create your account to test

    ADMIN ACCOUNT

    Link : http://admin.crea8social.com

    Login Details

    Username: admin
    Password: 123456

    FEATURES

    Member features:
  • Preview links in post New!
  • Maintenance mode New!
  • Custom Error page New!
  • AJAX: crea8SOCIAL make use of ajax technology to speedup your website
  • Live chat, Real time Notification, comments
  • Photos, Photo Albums : give your members to upload photos with albums
  • News Feed : Display posts from people you are following and who you have as friends
  • Profile timeline: Display your posts on your personal profile
  • Events: Movies, location,Musics, Games, Photos. e.t.c
  • Share: Share posts from others to your timeline and friends
  • #Hashtags: Use #hashtags in your posts, comments e.t.c with all language support New!
  • Trending topics: This display what’s hot to your member base on the hottest #hashtags
  • Likes: Like posts, pages
  • Pages:Create fan page, allow your friends and followers to like it
  • Page Roles: Moderators,editors,admins New!
  • Follow:Follow celebrities, popular people to get there messages
  • Message System: Send private messages to your friends and also set privacy for who send you message
  • Community:Create communities, invite your friends to join, you can create both private and public communities
  • Community categories:Create different categories for your community
  • Games: Let your members play games, add games, likes games, e.t.c
  • @Mention:Mention your friends in a post, or @mention somebody to send a message to the person
  • Post with: When you are with your friend, let your other friends know about that when you are posting
  • Link Preview: when you post links, details like title,description are pull and displayed
  • Invite Friends: Invite friends with there emails, with record, so once they joinm they will be added to your friends list
  • Account activation You can prevent bad accounts through verification
  • .....Much more
  • Admin Features

  • Manage Users: Manage your members, edit there details,delete, and verify anyone of them
  • Manage Pages: Manage pages your member created, verify anyone of them
  • Create categories: create different categories for pages, games e.t.c
  • Manage translations: Add more language translations
  • Reports:Manage reports by your members
  • Helps: Create helps for your members
  • NewsLetter: Send mail to all members or certain members
  • Manage Themes: Manage themes
  • Post text: set maximum post text character in posts
  • Enable emoticons: Enable/Disable emoticons
  • Custom Fields: Create custom fields for profile, pages, communities, and games
  • Validate Users: Validate new users if this is turn on
  • ....and much more
  • UPDATES

    Version 4.2.2 [01/06/2015]
  • -Fixed the upload cover problem
  • -Fixed scrolling in messaging system
  • -Fixed youtube video search issue kindly visit our knowledgebase on how to configure it
  • -fix problem with cover picture when user changes avatar
  • -Fix other bugs and increased security of the system
  • -Added new option to CDN Amazon options to set the endpoint url via admincp -> configurations -> cdn-server
  • Version 4.2 [13/04/2015]
  • -Fixed issue with change of password removing verification badge
  • -Offline option cause automatically offline for admin users
  • -It is automatically set to offline when user is idle for 15minutes or logout
  • -Fixed loadding text to loading..
  • -Corrected message conversations to load all
  • -Removed chatbox from mobile, it cause problem when scrolling page on mobile
  • -Added auto replace of youtube,vimeo or soundcloud links to the appropriate player
  • -Site Optimization with database optimization (Adding mysql index to each tables),further caching of contents
  • -Support for CDN Servers (Two driver included Amazon S3 and self hosted CDN Server) for serving media files e.t.c
  • Version 4.1.1 [02/04/2015]
  • -Fixed problem with logout to set user offline immediately
  • -Added last login to admincp users list
  • -Improved the setting of minimum age for new members by setting the maximum and minimum year in the birthdate year dropdown
  • -This can be control at admincp -> configurations -> user
  • -Fixed images not showing in facebook share dialog box
  • -Fixed edit comment showing to non-owner
  • -Changed the format for time hover to e.g wednesday, january 16, 2015
  • -Added support for cyrillic
  • Version 4.1 [29/03/2015]
  • -Added a new text editor used by blog,custom addon
  • -Fixed bug with Redirect to https if enabled via admincp
  • -Fixed bug with email notification upon new comment to a post
  • -Added option for members to change email address from their account settings
  • -Fixed Safari issue to render home page members list correctly
  • -Fixed Global admin comment issue on pages post, to show their real entity not the page admin
  • -Fixed issue with member automatically going offline
  • -Fixed layout break on user and pages profile side content
  • -Fixed bug with profile wall post privacy when set to nobody
  • -Fixed issue with incorrect member age
  • -Added option to edit comment
  • -Added post load more button to pages,user profile, community pages
  • -Added option to set the minimum age for a user to have before registering
  • -Fixed issue with games when disabled
  • Version 4.0 [19/02/2015] Features Added
  • - Added birth date option during sign up
  • - Added privacy settings for who can see member birth date
  • Added change of birth date in user account settings
  • Added Facebook like bigPipe to make pages load more faster by turning each component on page to pagelets
  • -Added to user home – feeds page
  • -Added to user profile page
  • -Added to page profile page
  • -Added to all pages using the side widgets
  • -Added ability for admin to update member password via admincp
  • -Added SEO friendly meta data in to head
  • -Added file sharing supported file types : exe,txt,zip,rar,php,doc,mp3,jpg,png,css,psd,pdf,ppt,pptx,xls,xlsx,html,docx,fla,avi,mp4 you can add or remove
  • -To add go to admincp -> configurations -> file
  • -Also you will have to put the file icon at themes/frontend/default/assets/images/extension_name.png
  • -note : change extension_name to the file type for example php.png
  • Added Custom Page addon check the addon here
  • Bug Fixed v4.0
  • -Fixed issue with uploading of cover for communities
  • -Fixed issue with not found pages to direct to custom error page
  • -Solved issue with logout issue to set user offline
  • -Fixed issue with search when using filter
  • -Fixed issue with disabling page design
  • -Fixed issue with video fullscreen play
  • -Fixed issue with link preview not showing image
  • -Fixed issue with videos upload
  • -Please this is server settings if you are having problem with upload
  • -in your php.ini settings set
  • -post_max_size = high value or set to 0 (zero) to leave it unlimited
  • -upload_max_filesize = high value
  • -Fixed preview link size having issue on mobile
  • -Fixed issue with activation of language via admin when it contains character like – _
  • -Fixed issue with community sub-category not supporting other languages
  • Version 3.3 [01/02/2015]
  • -Fixed deletion of posts/pages/games/users/community by non owners
  • -BLock the trick to unfollow/Unfriend users for other members
  • -Prevent multiple posts when user like a page or games
  • -Fixed issue with email not going through when someone make comment on post
  • -Fixed bug in post
  • -Allow admin to be able to access private profiles
  • -Prevent sharing of private post to social networks like posts directed to friends
  • -Added verifybade to post comments
  • -Added ability for admin to fully manage any page created by members
  • -Improved the change of profile/page cover and community display photo
  • -Fixed xss bug in posting location
  • -Fixed issue with long text breaking layout on users profile
  • -Fixed overwritten of other posts by stranger
  • -Added option to search pages via admincp
  • -Fixed issue with ban system allow
  • Version 3.2 [27/01/2015]
  • -Fixed issue with post listing
  • -Improved crea8social theme system
  • -Fixed issue with newsletter not being formatted very well
  • -Fixed adding of game issue via admincp
  • -Solved auto-like pages by new members not working before
  • -fixed issue with change of profile pic by users coming from social networks
  • -Fixed bug with friend request count notification
  • -Fixed logout issue
  • -Improved the page loading speed
  • Version 3.1.1
  • -Fixed issue with url/ links matching in post text
  • -Fixed authentication issue
  • -fixed issue with new games
  • -Fixed user saying offline
  • -Fixed issue with when tagging people in your posts
  • Version 3.1
  • -Fix the delete of videos from folders when post is deleted
  • -Solved comment issue not working
  • -Fixed small issue in the activation of user via admincp
  • -Solved issue with profile pics rendering codes, it because of facebook
  • Version 3.0 [13/01/2015] New Features

  • Added Predefined words to prevent usage in user fullname,username, and other useful fields
  • Changed mobile menu
  • Added option to enable https
  • Added option to select Timezone
  • Added option to disable/Enable page load fade effect
  • Added close button to send message through user profile
  • Added ability to upload games by members
  • Added Google social authentication
  • Added option to enable public post for new members
  • Added ability to create photo albums with other languages
  • Added ability to edit albums
  • Added timestamp to album photos
  • Added notification upon a post to a member wall
  • Mobile realtime checking of new events for notifications,messages e.t.c
  • Option to manage communities via admincp
  • Added ability to search for users at the admincp
  • Improved the game system against hackers
  • Added Option to set online status to online, busy, and offline
  • Added option to resend activation code by new members
  • Added option to ban/Unban a user
  • Added option to disallow access of members profile by guest @admincp ->configurations -> profile
  • Added Option to upload videos
  • Bugs Fixed  
  • Solved issue with likes translation on page profile
  • Fixed issue with header dropdowns during getstarted stage
  • Fix issue with external link reloading current page when click
  • Corrected homepage members to latest members
  • Solved issue with vimeo video share
  • Solved issue with watched movie that support embedded codes
  • Fixed emoticons not showing in messages dropdown
  • Fixed issue with page break when left for long
  • Fix issue caused when games is disabled
  • Fix issue with comment form when trying to mention a member
  • Fixed issue with socialauth pictures not showing from facebook
  • Fixed issue with sharing of post from page posts to timeline
  • Solved issue with back button in browser
  • Prevented deletion of profile and posts photos album from user profile
  • Improved photos in post
  • Fix issue with non-activated members from been able to login
  • Fixed auto like of pages by new members
  • Version 2.0 [04/12/2014]

  • Fixed bug with deletion of game categories and re-occuring of delete categories upon database update
  • Fixed bug in background photo upload
  • Fixed issue with user suggestion
  • Prepared the system for future addons
  • Improved the notification system
  • -Added mark all read/ clear all notification button
  • -Added timestamp to notifications
  • Improved the private message system
  • Removed option to keep original image uploaded
  • Improved the pages system
  • -added page url field
  • Improved community system
  • -Added custom community url
  • Added option to disable game system
  • Added preview of user/page profile picture
  • Improve the system against hackers
  • Fixed double connections
  • Improved the external link preview system
  • Added Maintenance mode feature
  • Fixed issue with posting with friends, only friends are suggested
  • Added likes to comment with notification upon like by friends,
  • Added Page roles : admins,moderators and editors from your friends or people who likes the page
  • Added Page photos
  • Improved the comment system
  • Blocked the ability to view uploads directory files
  • Fixed the issue the original image not been delete when delete image
  • clicking outside header dropdowns hide them
  • Fixed issue with removal of moderators in a community
  • Added new Emoticons
  • Approval/Rejection of friends request without redirecting to profile page
  • People you may know is base on friends of friend/people from your city,country before random users
  • fixed bug on filter of people search
  • #hashtags support all languages
  • Suggestion pages for your friends by inviting them to like it
  • Version 1.3 [06/11/2014]

  • -ADDED welcome mail subject to mail translation
  • -Improved online users list
  • -Enable non-login members to view posts
  • -Improved ajax submission of forms in post,messages e.t.c
  • -Moved addons folder into app/ folder
  • -Added Preview to uploaded photos through messaging/chatting
  • -Fixed bug in comment on a post notification
  • -Fixed issue with photo viewing through notification
  • -Added items to admincp +Add menu
  • -Fixed #hashtag/@mention not being process when editing a post
  • -Improved display of photos in post
  • -Fixed bug, pages can create post but cannot comment
  • -Changed genre to gender
  • -Enlarge the profile avatar
  • -Fix break in developers page
  • -Added profile statistics
  • -Changed icon for emoticon
  • -Added dropdown for friend requests
  • -Improved search of musics/videos in post editor
  • -Added option to auto to unverified any member that changes his/her username
  • -Fixed issue with page name, community e.t.c
  • -User can now hide posts they don’t like from there News Feed
  • -Fixed issue with mobile menu when logout
  • -Post time can now be translated to other languages
  • -Added Filter by city, country and gender
  • Version 1.2.2 (29/10/2014)
  • -Fix small issue with post editor
  • -Fixed language mix when switching post privacy in editor
  • -Fix invite translation in explorer menu
  • -Fix issue with profile bio text and side profile info
  • -Fix who can post on timeline issue
  • -Prepared crea8social for Addons/Plugins
  • Version 1.2.1 (27/10/2014)
  • -Fixed bug when signup through facebook
  • -Fixed issue with soundcloud music suggestion
  • -Fixed language translation issue
  • -Fixed issue in chrome/Others upload of photos to album
  • -Added option for members to set preferred language
  • -Fixed issue with change of language with – or _
  • -Set post to others timeline to be public
  • -Fixed issue with profile album photos showing other people photos under it
  • -Added user fullname clickable
  • -Also page, community, games name clickable
  • Version 1.2 (26/10/2014)

  • Add Captcha in registration form
  • Add Video and Musics suggestion from soundcloud and youtube
  • -Multiple photos selection when posting
  • -Username issues fixed
  • -Comments on Games
  • -Share posts, games to social networks facebook,twitter, google+ and linkedIn
  • -Skip button to getstarted process
  • -Improvement to user experience in upload photos, covers
  • -Indicator in Profile cover uploads
  • -User privacy – who can post on my timeline
  • -Improved Private messaging system
  • -Change of country/location in user account settings
  • -Setting user first profile photo as profile cover
  • -Improved posts dedicated page with owner page design
  • -Saving user preferred post privacy for future posts
  • -Read more button to long posts
  • Version 1.1 (16/10/2014)

  • Fixed bug in change in username, only support alpha-numeric characters
  • Remove the caret button on user profile,pages for non-login users
  • Added the remove string to english global file translation
  • Corrected bug in installation process, mysql is deprecated so i changed to mysqli
  • corrected update check for notifications, new post and friend request
  • Fix bug in adding photos to albums
  • Turn links in comment to be clickable
  • Fixed bug in chat speed which set to 5minutes
  • Convert html codes in user post to special characters this prevent your member from spoiling your site layout
  • Added ability to add images in Private message NEW!
  • *Added ability to edit post NEW!!
  • Special Thanks To :

  • Taylor Otwell : For the great framework [laravel]
  • @mdo and @fat: Bootstrap
  • JOKE.: A close friend of mine
  • And to other great technologies used to develop crea8SOCIAL


  • Click here to Download :
    Click here to Download

    SmartBackup - An intuitive backup manager - codecanyon download

    I do not reply to comments regularly. If you have a question please send it by email. There is a contact form you can use in my profile page.

    Note: windows hosting is currently not supported. Hostgator shared hosting seems to have too much limits to support this, so I cannot support Hostgator shared accounts.

    SmartBackup is a highly configurable php application which automatically archives your website’s files and database (only MySQL for now). In addition to keeping the archives locally, it can export those archives to a FTP/SFTP server and Dropbox account. You can also create multiple backup jobs which run at different intervals of time. You can specify a maximum number of backup archives to be kept (when a new one is made an old one is deleted) for each of your backup jobs. There are also email notifications!

    You can decide when your backups are created using these options:
    • Every [...] hours
    • Daily at [...] o’clock
    • Every [...] days at [...] o’clock
    • Weekly at [...day…] at [...] o’clock
    • Monthly at [...date…] at [...] o’clock

    SmartBackup is also able to restore your files/database from an archive with a single click. The interface is very intuitive and user-friendly.

    You are not limited to backing up one folder or database. You can easily select more than one folder and exclude some subfolders if you want, and you can select multiple databases and exclude tables from the database backup.

    The installation is easy and can be completed in just 2 minutes. There are also video tutorials and step-by-step guides in the documentation.

    Requires PHP 5.2+, Cron jobs (almost every host has it), the ZipArchive and PDO extensions (they are installed by default on almost all hosting providers).

    Changelog

    • 1.1.2 – Fixed a bug with some versions of the ZipArchive extension in PHP 5.4+.
    • 1.1.1
      • Fixed a caching problem in Firefox which prevented some people from logging in
      • The temporary backup files have a .zip extension and not .tmp which caused a problem on some weird versions of ZipArchive.
      • If you had a directory which was a prefix of another (for example smart/ and smartbackup/) these two could previously get confused in the interface so they would end up being deselected.
    • 1.1.0 – Added SFTP destination support
    • 1.0.9 – Fixes bug with non-expanding tree nodes if the password had some special symbols.
      Changed all files in /api/component/ and api/index.php
    • 1.0.8 – Fixed “No files in archive” bug with empty ignore list
    • 1.0.7 – Removed checks for source directories (allows mysql-only backups).
      Also more direct writing to the SQL files so that the (entire) table data is not stored in memory.
      Allows huge databases to be extracted.
    • 1.0.6 – Fixed archive ordering on date (UI).
      Fixed errors with Dropbox that were caused by Dropbox’s API changes
    • 1.0.4 – No “ftp://” is passed in the api URLs. Apparently some servers block URLs with “ftp://” in them
      Fixed Undefined index ‘dropboxAccount’ notice
      Better error logging of components’ methods
      Added seamless upgrade ‘json’ -> ‘php’ files for the configuration
      Warnings for non-readable files
      Errors in error_log for unsuccessful ftp connections
    • 1.0.3 – No longer requires Apache only. No need for mod_rewrite


    Click here to Download :
    Click here to Download

    Musik Extended Module for Youtube Music Engine - codecanyon download

    Description

    This is a module for Youtube Music Engine Script latest version. Don’t purchase this unless you have Youtube Music Engine Script!

    It is a Module that improves and extend the youtube music script with new features. This allows you to convert youtube music script engine in a social network of music. Included new features, you can check all in the next list.

    Features

    • Chat System
      • Attachment Current Artist Into Chat
      • Attachment Current Lyric Into Chat
      • Attachment Current Track Into Chat
      • Smileys Chat Support
    • Login with Facebook
    • Search Users
    • Follows Users System
    • Spotify Module
      • Login With Spotify Account
      • Import Playlist to Music Folder
      • Import Follows Playlist
      • Synchronize Playlist From Spotify to Youtube Music Engine
      • Search Engine Spotify
    • Search Engine Dezeer
    • Search Engine Musixmatch
    • Lyrics Engine Chartlyrics
    • Lyrics Engine Musixmatch
    • Streaming External Radio Support

    NOTE: All features work only with Musik Template (Included in this script)

    Theme Design by FlatFull

    Requirements

    • Youtube Music Engine Script latest version.
    • Operating System : Linux
    • Web Server : Apache
    • PHP Version: 5.4 or Higher
    • PHP allow_url_fopen ON
    • PHP CURL Enabled
    • Mod_Rewrite Module Enabled

    Changelog and Updates



    Click here to Download :
    Click here to Download

    ClientEngage Project Platform - PHP Client Script - codecanyon download

    View the Online-Demo of the ClientEngage Project Platform Follow ClientEngage on CodeCanyon
    Follow ClientEngage on Twitter Follow ClientEngage on Facebook

    ClientEngage Project Platform – PHP Project Management Script

    The ClientEngage Project Platform is an online portal which gives you the tools to more closely interact with your clients when you are working together on projects. It provides you with an online platform on which you can interact with your clients. Some of the benefits of ClientEngage are flawless project management, discussions, effortless task assignments and tracking and a secure upload and attachment sharing facility.

    By using the ClientEngage Project Platform, you will be able to build closer relationships with your clients, whilst ensuring that you have an easily manageable platform on which to share notes, tasks and attachments that pertain to your project. In short: with the ClientEngage Project Platform you will be able to create superior customer value and satisfaction – it is the ideal PHP project management script.

    Creating Superior Customer Value and Satisfaction

    If you are working in the online services industry and are a web-designer, screen-designer or programmer, then the ClientEngage Project Platform is the ideal application for you. It will enable you to streamline your online project management needs so that you and your clients are always up-to-date as to how your projects are developing. Please check out the online demonstration below.

    Functionality Overview

    PHP Project Management Script

    • Quick and easy project creation
    • Add an unlimited number of phases to a project
    • Set start & dates for phases
    • Update the project’s progress at any time
    • Phases automatically determine their status based in progress, start- and end times
    • You can create multiple administrators
     

    Discussions & Task Management

    • Effortlessly discuss with your clients online
    • Easily turn a comment into a task and track completion
    • Also clients can create tasks to be completed by you
    • Tasks can have varying levels of priority (low, normal, high)

    Secure Attachment Sharing Facility

    • Attach an unlimited number of files to any comment
    • Easily share files with your client or vice versa
    • You can determine which kind of files your clients are not allowed to upload
    • The attachment functionality is secure – clients cannot access files that belong to projects which they are not associated with
     

    Client & User Management

    • Create an unlimited number of clients and users
    • Several clients can join the same project – ideal for when you are working with more than one client on a project
    • Clients can have an unlimited number of users – perfect for when your client needs access for several employees
    • Batch-processing and sending of personalised invitation emails

    Activity Notifications

    • ClientEngage provides a fully-featured notification system
    • Logging of date and time of any types of activity
    • You know exactly what developments have taken place once you log in
    • Easily sort activities and find out what has happened whilst you were away
    • Clients can follow new comments, files and progress updates
    • You can optionally send automatic notification-emails to your clients when creating comments, completing tasks or updating projects
     

    Easy to Use

    • The system was designed to be as straightforward as possible – you’ll be up and running in no time
    • Detailed handbook with installation & use instructions
    • Adaptable layout: you can easily change the system’s theme and logo to match your own corporate identity
    • Automated installation script – no extensive knowledge of PHP/MySQL necessary
    • Extensible: the system is developed with the CakePHP MVC framework and features a clean architecture. This means that, if you have web-development experience, the system is easily extensible

    Multilingual Interface

    The ClientEngage Project Platform was built with internationalisation in mind: currently, you can select from British and American English as well as German. Furthermore, the system includes Portuguese, Russian and Dutch translations. However, I cannot guarantee the completeness of languages other than English and German as some strings may have changed since the respective language files were added.

    Furthermore, translating the ClientEngage Project Platform into other languages is easily possible by translating the main pot file with Poedit ( http://www.poedit.net/ ), creating a new Locale folder and adding the language code to the Configuration. Please refer to the FAQ section of the ClientEngage Project Platform here on CodeCanyon.

    Online Demonstration

    Please check-out all of the system’s capabilities by logging in to the online demonstration.
    Please note that you cannot perform any saving operations in the demonstration system. Furthermore, the system’s data is reset on every request.

    Online demo: http://pp-demo.clientengage.com
    Password: asdf


    Test Users:
    Admin 1: john@clientengage.com
    Admin 2: jane@clientengage.com
    User 1: dennis.testersen@example.com
    User 2: laura.testersen@example.com
    User 3: michael.examplesen@example.com
    User 4: janine.examplesen@example.com
    User 5: james.examplesen@example.com

    Documentation & Extensibility

    The code is fully documented and written on top of a clean MVC architecture. If you are a seasoned web-developer, you can easily extend the ClientEngage Project Platform and integrate it into your own systems.

    System Requirements

    • Apache 2 HTTP Server
    • Preferably with mod_rewrite enabled
    • PHP with a version of greater than PHP 5.2.8
    • MySQL with a version of greater than MySQL 5 (i.e. with InnoDB support)
    • Preferably a subdomain/domain for use with the ClientEngage Project Platform
    • Safe mode: off
    • PHP’s mail() function needs to be enabled / or access to an SMTP account
    • Finally, the PHP PDO extensions (i.e. MySQL PDO) have to be installed

    A Thank You to My Contributors:

    The following contributors have spent a lot of time and effort on translating the ClientEngage Project Platform. A huge Thank You goes out to:

    • Russian translation: www.garipov.com
    • Portuguese translation: www.facebook.com/phillip.guder
    • Dutch translation: www.top-motion.be
    • Spanish translation: www.accroachcode.com

    Do you closely work with your clients?

    If you are looking for an advanced PHP live chat script to supercharge your client-interactions, then come right this way to have a look at the ClientEngage VisitorChat- an advanced PHP support chat script.

    ClientEngage VisitorChat – a PHP-based Chat With Windows Client

    The ClientEngage Visitor Chat is a fully-featured real-time chat for your websites. A clear and simple web-based administration allows you to conveniently chat with your visitors. And best of all: Visitor Chat comes with a Windows-based client out-of-the-box. Without having to visit the Visitor Chat’s admin-interface you will be notified from your Windows tray and can start chatting straight away!

    ClientEngage VisitorChat - The PHP Online Chat With Windows Client

    Changelog

    06/07/2014:      - Release of ClientEngage Project Platform v1.4.3          - Fixed a minor issue surrounding the status-change of tasks  22/06/2013:      - Release of ClientEngage Project Platform v1.4.2          - NEW: jQuery Chosen plugin for client selection          - Framework upgrade  06/05/2013:      - Release of ClientEngage Project Platform v1.4.1          - NEW: Ajax search engine for Projects, Phases & Comments          - NEW: You can now move project phases by changing start or end dates          - NEW: New button in Phase-view to hide all comments that are not tasks                  - NEW: Editor now pastes plain text as default + new editing-options          - NEW: added Spanish translation:                  - a HUGE thank you goes out to the contributor: http://www.accroachcode.com/          - Fixed minor issues                  - calendar now in front-end layout                  - Fixed where next month's events were missing in current month (clients)                  - Added a spacer between progress & button on small screens                  - Removed autolinking feature (caused trouble with WYSIWYG), instead included link/unlink buttons in editor toolbar  17/02/2013:      - Release of ClientEngage Project Platform v1.3.3          - NEW: favourite-projects function for quick access to your projects          - NEW: URLs (http://[...]) are now auto-linked          - NEW: new configuration option to reverse the display of comments (newest first)          - NEW: added Dutch translation:                  - a HUGE thank you goes out to the contributor: http://www.top-motion.be          - Fixed minor issues                  - fixed instances where the installer failed for some users                  - Linked all project/client/user/phase names to the respective view-pages                  - projects in client-view displayed in order of newest first                  - new quick-access to "Add Phase" function                  - CakePHP framework update (2.3)                  - Twitter Bootstrap Update                  - and countless more minor improvements  02/12/2012:       - Release of ClientEngage Project Platform v1.2.9          - NEW: calendar-overview of project phases          - NEW: users and administrators can now choose to deactivate email notifications          - NEW: added Portuguese and Russian translations                  - a HUGE thank you goes out to the contributors:                      - Russian:    http://www.garipov.com/                      - Portuguese: http://www.ibsolutions.com.br/          - Fixed minor issues:                  - WYSIWYG editor fixed for certain client-configurations                  - The WYSIWYG editor now only fills the available width (caused some issues with regards to controls being hidden in the overflow)                  - Fixed a problem where some users were unable to delete clients                  - DateTime values are now properly localised according to the selected language                  - Fixed an issue whereby Phases' start- and end dates might be saved incorrectly in some timezones  10/10/2012:       - Release of ClientEngage Project Platform v1.2.1          - NEW: user-specific language and timezone handling          - NEW: ability to duplicate projects for easy re-use in the future          - NEW: ability to check notification checkboxes by default          - Framework update          - Fixed an issue that caused a small number of users to see an error message when saving comments          - Various enhancements and smaller bug-fixes under the bonnet  02/09/2012:       - Release of ClientEngage Project Platform v1.1.5           - NEW: Configurable email notifications for various activities           - Minor changes to SMTP email delivery method           - Various enhancements under the bonnet  12/08/2012:      - Release of ClientEngage Project Platform v1.1.0          - Added the option for clients to update the phase progress (if allowed to)          - Implemented an additional email transport method: SMTP          - Minor fixes regarding the way custom layouts are displayed          - Added a quick-menu for recent projects          - Show recent activity-history within user profiles          - Configurable size/dimensions of preview-images when hovering the magnifier-icon          - Projects can now be archived when done          - Added "Finders-functions" for all comments with attachments as well as for searching tasks          - Added an updater for future versions          - Countless minor improvements              - Ability to jump to affected elements from within activity-history              - Offline icons now show users' last activity              - Longer comment preview texts              - Fixed an issue of sub-menu displays that can occur when adapting the system layout              - And much more  20/07/2012:       - Release of ClientEngage Project Platform v1.0.1           - Minor translation fixes           - Framework update           - Documentation update  10/07/2012:       - Public release of ClientEngage Project Platform v1.0

    www.clientengage.com


    Click here to Download :
    Click here to Download