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.
Package:
Summary:
Display MySQL query results in an HTML table
Groups:
Author:
Description:
This class can be used to display MySQL query results in an HTML table.
It can generate HTML and Javascript to display the results of a given MySQL query in an HTML table.
The generated Javascript can send AJAX requests to update the table contents when the user clicks on columns to sort the query results.
Package:
Summary:
Execute prepared queries to MySQL databases
Groups:
Author:
Description:
This lightweight class can be used to execute prepared queries to MySQL databases.
It extends the MySQLi class to provide additional features. It can:
- Prepare and cache prepared queries
- Execute a prepared query using a list of parameters
- Retrieve the query results into objects or associative arrays
Most operations are reduced to a single line of code.
Package:
Summary:
Display a gallery with images from a directory
Groups:
Author:
Description:
This class can be used to display a gallery with images from a directory.
It can scan the current directory for image files with given file name extensions.
The class generates HTML to show a given number of random images from the scanned image files. Each image is displayed as a thumbnail linking to the image in the original size.