Package:
Summary:
Generate SQL queries from HTTP request values
Groups:
Author:
Description:
This class can be used to generate SQL queries from HTTP request values.
It processes the HTTP GET or POST request values and generates SQL INSERT or UPDATE statements mapping request value names to table fields and request values to table field values.
It can exclude variables from an array or regular expression and add custom values to use in the query. It can also combine request values.
Package:
Summary:
Generate lists of pages for split listings
Groups:
Author:
Description:
This class can be used to generate lists of pages for split listings.
It takes as parameters the the number of total number of entries, the limit entries to display per page, and the current page.
There are several classes that generate lists of pages in several styles: Google, Delicious, Yahoo, Jumping, Lista and combo.
The code and comments are in Portuguese.
Package:
Summary:
Add, modify and delete MySQL table records
Groups:
Author:
Description:
This package can be use to add, modify and delete MySQL table records.
It provides functions to SELECT, INSERT, UPDATE and DELETE records of MySQL database tables using parameters from arrays that could be actualluy the current request $_GET or $_POST array.
Package:
Summary:
Validate and process file uploads
Groups:
Author:
Description:
This class can be used to validate and process file uploads.
It can check whether the uploaded file has one of several allowed file name extensions, whether the file size does not exceed a given limit, and check whether a file with the same name was not previously uploaded.
A valid file is copied to a given destination directory. If the file is an image, it creates copy of the image in JPEG format that does not exceed a given width or height, if necessary scaling it and preserving the original proportions.
Package:
Summary:
Determine the most relevant keywords of a text
Groups:
Author:
Description:
This class can be used to determine the most relevant keywords of a text.
It can analyse a given text to determine the most relevant keywords of that text.
The limit number of keywords to extract is configurable.
The class can also extract a string from the original text of a limited length suitable for use in page meta description tag.
Package:
Summary:
Display month calendars in HTML pages
Groups:
Author:
Description:
This class can be used to display month calendars in HTML pages.
It takes a given date and generates an HTML table to display the calendar of the respective month.
The CSS styles of the different parts of the calendar, the week start day, the date format, and the templates for each day of the month are configurable. The class may also display the calendar in plain text.
Package:
Summary:
Integrate site users with vBulletin member system
Groups:
Author:
Description:
This class can be used to integrate site users with vBulletin member system.
It provides functions to manipulate the tables of a vBulletin installation that keep records of members.
Currently it can register a new member requiring activation, process activation from email, process activation manually, update user details, delete a user, start and end a login session, recover lost password, change the user password.
Package:
Summary:
Embed remote videos and audio in HTML pages
Groups:
Author:
Description:
This class can be used to embed remote videos and audio in HTML pages.
It takes the URL of a video or audio page of a remote site and generates HTML for embedding a player for that video or audio clip in another page.
Currently it supports embedding videos and audio clips from:
- YouTube
- 220.ro
- Google video
- Dailymotion
- Trilulilu
- Metacafe
- College Humor
- Cnet
- Glumbert
- Yahoo
- MySpace
- LiveLeak
- Vimeo
- GameTrailers
- UStream
- ClipsHack
- FunnyOrDie
- FileBox
- Last.fm
- Youku
- Rediff
- Rambler.ru
- Tudou
- ku6
- TinyPic
- Libero.it
- ESPN
- NFL
- Web.de
- eksenim.mynet
- RuTube
- LiveVideo
- Vbox7
- Revver
- Current
- dalealplay
- ClipFish.de
- Clip.vn
- LiveStream
- Tangle
- Vidiac
- 5min
- vol.at
- WeGame
- ikbis
- YouMaker
- Snotr
- OneTrueMedia
- clevver
- kewego
- Clipser
- DailyHaHa
- HowCast
- Aniboom
- Bragster
- TeacherTube
- ShredOrDie
- TalentRun
- Autsch.de
- tvbvideo.de
- Clipmoon
- Viddyou
- SpyMac
- YouAre.tv
- MindBites
- JujuNation
- RoofTopComedy
- Hamburg1Video.de
- Caught-on-Video
- Bubblare.se
- Jaycut
- Spotn.de
- TheXvid
- Scivee.tv
- Tvosz
- DailyComedy
- DeutschlandReporter.de
- MotorSportMad
- RheinVideo.de
- SelfCastTV
- MyUbo.sk
- GettyLoad.de
- ClipHost24
- UvuVideo.org
- CroVideos
- QubeTV.tv
- CityTube.de
- ConstantComedy
- Luegmol.ch
- MantouTV
- CloneVideos
- Realitatea.net
- MTV
- RockTube.us
- MyPlay
- 123Video
- 9You
- Blastro
- Cellfish
- Clarin
- ClipJunkie
- ClipLife.jp
- TheDailyShow
- ComedyCentral
- ColbertNation
- CrunchyRoll
- DotSub
- DivShare
- FanDome
- G4TV
- GameSpot
- GameTube
- Gloria.tv
- GotGame
- Guzer
- Izlesene
- Joost
- Justin.tv
- Koreus
- Machinima
- MSNBC
- Mail.ru
- MadnessVideo.net
- Milliyet.tr
- MoFile
- Mpora
- SeeHaHa
- MThai
- OnSmash
- Playlist.com
- RawVegas.tv
- ScreenToaster
- SevenLoad
- ShareView.us
- Smotri
- SouthParkStudios
- Spike
- CBSSports
- Tagtele
- TM-Tube
- TRTube
- Videolog.uol.br
- U-Tube.ru
- Sapo.pt
- Videonuz
- Vidmax
- Vsocial
- Goear
- IJigg
- Jamendo
- JujuNation
- Last.fm
- Nhaccuatui
Package:
Summary:
Backup and restore files of a directory
Groups:
Author:
Description:
This class can be used to backup and restore files of a directory.
It scans a given directory recursively and builds a file with the directory contents. The generated backup file is compressed and stored and a given directory.
The class can also do the opposite, which is to read a backup file, uncompress it and restore its contents.
Package:
Summary:
Backup of Cisco router configuration using SNMP
Groups:
Author:
Description:
This class can be used to backup of Cisco router configuration using SNMP.
It connects to a Cisco router with a given IP address and can backup and restore the device configuration from files, NVRAM or other machines in the network.