Miscellaneous

Terminal

Terminal

When working on a website it can be sometimes very handy to have access to a console window(terminal) on the server. The problem is that you don’t get access to this on most of the hostings. By uploading this one file php script to your server you have a workaround and you’re ready to start executing some commands on the server. The commands that can be executed is depending on the server settings. This is the perfect script for all the comman...

ZipDrop

ZipDrop

Update 1.2 - Fixed the bug Cyrem spoke about. - Fixed the live preview. Description A simple and lightweight Drag and Drop system powered by jQuery UI and PHP that allows you to Drag and Drop whichever file you wish to download from the server. The server will then zip the files and allow you to download them in only one zip instead of having to download multiple files. This is both a great bandwith saver for server and user alike...

Find Unused Files

Find Unused Files

Clean your project folders removing all unused files. This program and class were constructed to find any occurrence of files in certain folders in your textual source code in certain folders. If it is not found, it is shown to you as a tree-view. So you can click in the file, it opens to you and you can check if it is actually an unused files that you need to remove or not. Want to find out which files are not part of your source code? D...

Range Search by location

Range Search by location

This script return all cities in selected range and address, is useful when searching nearest city or point of interest like shop.. simply pass a location and the search range and it will return cities and distance. The script use Yahoo API for geocoding location, the pack include also sql table for local database, you must insert geolocation data into it.

Console Log

Console Log

Speed up development by using this Console log class. Instead of using echo and print_r to show debug information you can now write information to the Javascript console window of your favorite browser. It supports normal variables like strings and integer but also arrays and objects. Supported browser Mozilla Safari Opera Chrome Internet explorer (has no console but shows alerts instead) How to use Here an example of how to write somethi...

SmarTip

SmarTip

SmarTip is a tool that allows us to send short messages or any kind of information to our web-site visitors. The imagination is the limit and it can be used to inform the new address of our new blog or to remember the importance of changing the password regularly to avoid security problems. The demo have 5 links - 4 links about SmarTip look and feel - 1 link about SmarTip Admin login: admin password: 123456 If you have pr...

Ajax Feature Request & Voting

Ajax Feature Request & Voting

An Ajax feature request script that will enable users to request features for your applications and also allow users to vote on them so that the features with the most votes can be implemented The users IP address is recorded along with their vote so that they cannot vote multiple times. An password protected admin area is included so that Features can be approved before being made live. UPDATED 23 /11/2010 New Paypal Integration, accep...

Simple API class

Simple API class

Version 1.2 is not compatible with version 1.1 or 1.0 With this class, you can create your own simple API ’s. The class is very easy to install and supports four output formats: Json, CSV , Yaml and XML . The class create API ’s from any mysql table. Features: easy to install supports xml and json request limit cache own url parameters flexible RSS Usage: In browser games At sites such as Code Canyon With analysis tools Create RSS fi...

Remote POST API

Remote POST API

The Remote POST API is a simple class that will help you perform POST data across servers. This is a simple and useful RPC (Remote Procedure Call) API code. Documentation The main application of it is when you need to provide your clients a way to POST data into your Web Application directly into the remote server, this script will provide a basic API that you can customize and extend to your needs. Features Object Orien...

DB to PHP class generator

DB to PHP class generator

Short Description With this script you can automatically generate data access layer-classes for tables of a MYSQL database! It generates a php class-file on your server. It enables you inserting, deleting, updating and selecting records from a database table via class methods! Only select table, define class name and press button “generate class”! Features Generate Data Access Layer Classes in PHP for MYSQL Tables Select Table, inser...