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