oop php

File Protect

File Protect

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. Instead you can use “FileProtect”. It is that simple to implement: change the setti...

Wordpress Data Fetcher - WP Plugin

Wordpress Data Fetcher - WP Plugin

WordPress Data Fetcher is a wordpress plugin that fetch and display items from all Envato Marketplaces, yes in all their 9(nine) Marketplaces, namely activeden audiojungle themeforest videohive graphicriver 3docean codecanyon tutorials photodune So if you have item each of those marketplaces above you can display those all in one place or in your site by using shortcodes or widget. By using this plugin you can choose 3 ways to d...

Vimeo SEO Video Playlist jQuery

Vimeo SEO Video Playlist jQuery

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. NEW VERSION with SLIDESHOW videos ,likes ,appears_in ,all_videos ,subscriptions ,album, channel or group ...

EazSQL - PHP MySQL Helper

EazSQL - PHP MySQL Helper

This is a PHP5 Class-Helper that will allow you to make MySQL actions more easy, without too much lines. You will use like only 70% of classic code, and the syntax is more easy. Here you can see some examples: $mysql = new EazSQL('host', 'username', 'password', 'database'); // VS Old (classic) method: $mysql = mysql_connect('host', 'username', 'password') or die ('Mysql error, connection'); mysql_select_db('datababse', $mysql) or die ('Mysql...

Html Helper Class

Html Helper Class

One of the things that can make your scripts really hard to read and take up much space are inline HTML tags. This helper class makes it possible to write inline html tags in a really simple an clean way. Take for example the following code. It is used to show a select box and the selected variable is to choose a select item. <?php $selected = 'green' ?><br /><select name="colors" id="colors" /><br /> <opti...

API Framework

API Framework

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. Tip: This API is also usable as backend for your Android and iPhone applications. Features Object oriented and structured code Modify URL request struc...

SimpleUsers

SimpleUsers

Simple user system based on MySQLi using prepared statements for better security. Developed in PHP 5 .3. Passwords are prefixed with random salts and SHA1 hashed. Last activity update functionality. Flexible user information capabilities. Easily integrated into an administration interface. Complete with reference to methods and members of the object, samplefiles to review basic functionalities and a simple install script to help you se...

Image Resizer

Image Resizer

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.php in your script. Features Resize images on the fly Supports jpg, gif, png Preserves png and gif tr...

Website translation Class

Website translation Class

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. If the translation is not 100% correct you can manually change the translation in the CSV langu...

ShowCase - a gallery powered by CodeIgniter

ShowCase - a gallery powered by CodeIgniter

UPDATED 2009-10-09 New features added a RSS feed system Item description Comment system Now you can feature an item Smarter thumbnail generator A new theme (See here) Fixed small bugs Overview ShowCase is a simple system that allows you to create galleries. There are many systems like this built over WordPress. I know the power of WP, but if you want something simple and objective this script is perfect to you. It was developed with t...