Showing posts with label oop. Show all posts
Showing posts with label oop. Show all posts

Wednesday, December 11, 2013

Download Vimeo SEO Video Playlist jQuery

Vimeo SEO Video Playlist jQuery

Vimeo SEO Video Playlist jQuery dowload

Vimeo SEO video playlist jQuery, html5, social icons and simple php Api allows you to turn an unordered list of Vimeo links into a video playlist. The php script makes the Vimeo list on a fly and uses the simple php Api v2. compatible with jquery 1.9x You can choose to make a video playlist from a user with the following options

Tuesday, December 10, 2013

Download Simple PHP Login System

Simple PHP Login System

Simple PHP Login System dowload

About This simple PHP login system is formed to be easily implemented into any new or current existing website to allow webmasters/owners to give their users an area to login, be able to restrict their pages from anonymous visitors, or display custom content based on the user. Please take note that this system does not include any other systems like user registration, user management, or content management, this only establishes a connection/session to your website with login credentials, however still allows access to query your database, and pull any information you choose to store in there

Saturday, November 30, 2013

Download Website translation Class

Website translation Class

Website translation Class dowload

The Google translation API is deprecated and is from now on only available as a paid service. So from this moment you can only use this script for manual translations. Sorry for the inconvenience! This script can be used to make a multilingual websites. It has the unique feature of automatic translating untranslated strings with Google translator

Friday, November 22, 2013

Download API Framework

API Framework

API Framework dowload

More and more websites and companies start to create their own API ’s so that users can build their own tools to interact with the websites/data. With this framework you can create your own API in no time. The framework is very easy to use and extend if you have PHP and OOP knowledge

Wednesday, November 13, 2013

Download Image Resizer

Image Resizer

Image Resizer dowload

This PHP class helps you to process images. There are two manner you can use this script. One manner is directly from url like (imageprocessor.php?src=image&h=100&w&50&...). This can be used to create thumbnails on the fly. The second manner is using the class in your website/application code by including the imageprocessor

Tuesday, October 22, 2013

Download File Protect

File Protect

File Protect dowload

Description Sometimes it is necessary to restrict the access to a file, to a complete folder, to a admin area or to specific file extensions like movie files. Of cause you can use a .htaccess file or create every time again a small login page but .htaccess is not very flexible and user friendly and programming everytime a new login page is very time consuming

Thursday, October 17, 2013

Download PHP Login & User Management

PHP Login & User Management

PHP Login & User Management dowload

v3.21 Released – January 21, 2013 Check out the changelog below for what’s new! Description PHP Login & User Management is the MySQL powered website PHP login script, another high quality script designed and created by Jigowatt exclusively for CodeCanyon. By purchasing and integrating this script into your existing website you can create a private user area where visitors to your website have to be logged in to view page content

Monday, October 14, 2013

Download API Client

API Client

API Client dowload

This is a class that you can’t miss in your developer toolbox. These days almost every website or application uses API ’s to get or store data, and that’s were this class is created for. It helps you to communicate with all types of API ’s. Even if you don’t have CURL on your server the class will fallback to an implementation that uses “fopen” without loosing any functionality