PHP Classes

Packages of Lawliet

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Lawliet (2)  >  Mission progress status  >  Reputation  
Picture of Lawliet
Name: Lawliet <contact>
Classes: 2
Country: Singapore Singapore
Age: 36
All time rank: 6303 in Singapore Singapore
Week rank: 195 Up2 in Singapore Singapore Up
All time users: 4706
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Plottable Online Class  
Store online users statistics in a MySQL database
This class uses a database table to keep track of several statistics about the users online of a site.

Features:

- Uses a MySql as backend
- Determines a new visitor based on IP address and session id
- Supports different modes of detect a new visitor
- Keep track of the maximum number of users that were online since it is started
- Creates the statistics table on demand. There is no need to use phpmyadmin or other program to initialize the database table.
- The class methods are completely documented within the class code comments
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 50% 45% - 40% - - 33% 4243
Month: Not yet rated by the users

  Files folder image Plottable Thumbnail Library  
Generate thumbnail images with caching support.
This is a class that generates thumbnail images on the fly. It may be useful for creating image galleries.

The thumbnails can be generated as the current script output or have its file data returned as a string.

The class supports caching the generated thumbnail images in server side files.

It requires the PHP GD extension. For remote files, url_allow_fopen must be set to on. If it is not, CURL is needed to access remote files.

Features Description:
- Cache
--> Thumbnails generated are cache-d so that you can access them faster should the content of the image not change
- Thumbnail
--> Standard thumbnail generation
- Auto-fitting
--> Need to fit an image within 300 by 300? Lazy to calculate the dimensions so that the image is not distorted? The class will do it for you!
- Scaling
--> Specify a scale to resize an image to! You can enlarge and shrink the image to as many times as you want!
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 87% 79% 62% 75% - - 65% 638
Month: Not yet rated by the users


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z