|
|
Contents
Contents
-
| Posted on: |
2008-11-30 |
| Summary: |
The PHPClasses site provides dedicated forums that now allow any PHP developers to post questions about difficult problems that he is having. These forums are frequented by skilled PHP developers that are willing to help by providing good solutions or suggestions to solve those problems. |
-
| Posted on: |
2008-11-14 |
| Summary: |
Authors may now submit slide presentations about their classes and have them rank higher in the users rated packages ranking.
Also if you live near the Seattle, Washington area in the United States, you may also want to attend an informal PHP meetup next week, to which several well known PHP developers will also attend. |
Contents
Friends of the PHP Classes site is a initiative to provide recognition to the users that contribute to the growth of the site community.
For more information on how to become a friend of the site look here. |
Contents
Contents
Congratulations to Felipe Ribeiro!
|
Nominees to win the award of November of 2008
| Class: |
SQL Parse Convert to Tree Array |
 |
|
Description: |
Build a tree to represent an SQL query |
|
Author: |
François NEUMANN-RYSTOW |
|
Age: |
28 |
|
Country: |
France |
|
| Class: |
Bluetrait |
 |
|
Description: |
A multi-user blog system |
|
Author: |
Michael Dale |
|
Age: |
22 |
|
Country: |
Australia |
|
| Class: |
Open Inviter |
 |
|
Description: |
Get contacts of friends of different networks |
|
Author: |
Open Inviter |
|
Age: |
??? |
|
Country: |
United States |
|
| Class: |
pl2method |
 |
|
Description: |
Execute PgSQL stored procedures as class functions |
|
Author: |
Ivo Nascimento |
|
Age: |
29 |
|
Country: |
Brazil |
|
| Class: |
Flood Assassin |
 |
|
Description: |
Check whether a message can be spam |
|
Author: |
Benjamin Falk |
|
Age: |
18 |
|
Country: |
Austria |
|
| Class: |
Console |
 |
|
Description: |
Control output of text to an ANSI console |
|
Author: |
Alex B. Snet |
|
Age: |
19 |
|
Country: |
Russian Federation |
|
|
|
Contents
Contents
Contents
-
 |
| Author: |
solomongaby |
| Date: |
2008-12-03 (1 day ago) |
| Groups: |
PHP 5, Language |
| Description: |
This class can be used to call a function passing a list of parameters built dynamically.
It can takes the name of a function, an optional object and an array with the list of parameters and calls the specified function of the object.
The class uses the reflection API to determine the function parameters and calls the function, using the parameter values passed as arguments in an array, filling missed parameters with the corresponding default values. |
|
-
 |
| Author: |
saeed arab sheybani |
| Date: |
2008-12-03 (1 day ago) |
| Groups: |
HTTP, Text processing |
| Description: |
This class can be used to process request URLs for error pages.
It can take the error request URL and clean it from white space and punctuation.
The class can return the words in the request URL so they can be used to perform searches for the correct the user may be looking for. |
|
-
 |
| Author: |
Pierpaolo |
| Date: |
2008-12-02 (2 days ago) |
| Groups: |
Files and Folders, Configuration |
| Description: |
This class can be used to manipulate configuration files in the INI format.
It is based on the INI Manager class originally written by Alessandro Rosa.
This version is mostly based on performance improvements while accessing the INI files. |
|
-
 |
| Author: |
Travis Tidwell |
| Date: |
2008-12-02 (2 days ago) |
| Groups: |
HTML, XML, PHP 5, Content management, Audio, Video, Flash |
| Description: |
This package can be used to embed the Dash Media player in a Web page.
It can generate the necessary HTML tags to embed a Flash player in a Web page.
The class can also embed a play list that may list several videos and MP3 audio clips retrieved from the server by the means of a feed in RSS, ASX or XML format that returns details of the videos or audio clips. |
|
-
 |
| Author: |
Tomasz Malewski |
| Date: |
2008-12-01 (3 days ago) |
| Groups: |
Networking |
| Description: |
This class can be used use to analyze the local network.
It can use several tools to perform several types of network analysis operations:
- Ping a given IP address using nmap command
- Get the MAC address of a network card with a given IP address using arping command
- Get the IP address from a host name and vice-versa using host command
- Discover the IP addresses of hosts within a given subnet using nmap command
- Scan accessible ports of a machine with a given IP address using nmap command |
|
-
 |
| Author: |
Md. Mahmud Ahsan |
| Date: |
2008-12-01 (3 days ago) |
| Groups: |
Email, PHP 5, Web services, Social Networking |
| Description: |
This class can be used to send e-mail and notifications to Facebook users.
It uses the Facebook API class to access Facebook Web services server to request sending e-mail or notifications to one or more Facebook users.
The class can also display some statistics about the messages sent. |
|
-
 |
| Author: |
solomongaby |
| Date: |
2008-11-30 (4 days ago) |
| Groups: |
Email, PHP 5, Files and Folders, Logging |
| Description: |
This class can be used to log information to files and also send by e-mail.
It takes an array or object with information to be logged and generates a text string that is appended to a log file.
The class can also send an e-mail message to a given address with the log information. |
|
-
 |
| Author: |
evolution |
| Date: |
2008-11-30 (4 days ago) |
| Groups: |
PHP 5, Files and Folders, Video |
| Description: |
This class can be used to download videos from YouTube.
It takes the URL of the page of a video in YouTube and determines the URL of the Flash video stream .
The class can also download the video stream to a file. |
|
-
 |
| Author: |
Md. Kausar Alam |
| Date: |
2008-11-29 (5 days ago) |
| Groups: |
PHP 5, Databases, Files and Folders |
| Description: |
This clss can be used to import data from CSV files into a MySQL database.
It can open a CSV file and read its data to insert in a given MySQL database table.
The class supports both tab and comma separated CSV files. |
|
-
 |
| Author: |
Rubens Takiguti Ribeiro |
| Date: |
2008-11-29 (5 days ago) |
| Groups: |
PHP 5, Text processing |
| Description: |
This class can be used to encoding and decoding data in ASCII85 encoding.
It can take a string of data and encode it in the ASCII85 encoding format.
The class can also do the opposite, i.e. decode data encoded in the ASCII85 encoding format.
It supports basic ASCII implementation, as well the Adobe and BTOA variations. |
|
-
 |
| Author: |
Ahmed |
| Date: |
2008-11-28 (6 days ago) |
| Groups: |
PHP 5, Databases |
| Description: |
This class can be used to execute MySQL database queries.
It can access a MySQL database and execute SQL queries retrieving the results into arrays in a single call.
The class can also show links to browse the query results split among multiple pages.
It can also execute INSERT and UPDATE queries for lists of parameters. |
|
-
 |
| Author: |
freak |
| Date: |
2008-11-28 (6 days ago) |
| Groups: |
PHP 5, Math |
| Description: |
This is a simple class that can be used to generate random numbers.
It can generate random numbers within a given range.
The generated numbers can be integer or floating point. |
|
-
 |
| Author: |
milootooloo |
| Date: |
2008-11-27 (7 days ago) |
| Groups: |
PHP 5, Databases, Design Patterns |
| Description: |
This class can be used to store and retrieve objects from MySQL database tables.
It is a base class that should be extended by a class that specifies the table name and other details that define how to store and retrieve objects in the given table.
The base class can check the variables that changed to learn which table fields should be set when inserting or updating a new object in the table.
It can also retrieve an objects given the identifiers or a search condition, as well delete a loaded object. |
|
-
 |
| Author: |
Ersin Güvenç |
| Date: |
2008-11-27 (7 days ago) |
| Groups: |
PHP 5, Conversion, Math |
| Description: |
This class can be used to convert byte counts into KB, MB, GB, TB, etc..
It takes a byte count number and a given format either in KB, MB, GB, TB, etc., and converts the value to other formats. |
|
Contents
Courtesy of SecuritySpace.com .
Category: Debian Local Security Checks
Category: Fedora Local Security Checks
Category: Port scanners
|
|
Contents
Contents
|