Wednesday, November 5, 2008

[PHP Classes] Weekly newsletter of Wednesday - 2008-11-05

PHP Classes
Icontem

Weekly newsletter of Wednesday - 2008-11-05

Advertisement

You are getting this message because you voluntarily subscribed to the PHP Classes site. To change your newsletter or alert messages delivery options, see the instructions at the bottom of this message.

Advertisement


This newsletter is always available online and upto date at: http://www.phpclasses.org/newsletter/ .


Contents


Latest PHP specialists forum threads

Subject Updated on
variable scope in fcns
How to access variables next level up in function calls
2008-11-04
Namespaces introduction will change PHP drastically
Please get involved in these matters, it will affect us all
2008-10-29

Contents



Contents


Top friends of the site

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.

Rank Friend Referrals
1 Cesar D. Rodas 31
2 Alexander Skakunov 25
3 solomongaby 23
4 Khaled Al-Shamaa 20
5 lixlpixel 20
6 Protung Dragos 16
7 Olaf Lederer 16
8 Horst Nogajski 14
9 Richard Munroe 12
10 Eric Sizemore 9

Contents



Browse all PHP User Groups by country

If you make part of a regional PHP User Group not listed here, submit your user group.

Contents


Innovation award results

Innovation Award Winners Congratulations to Alex Fourth!


Rank Class Author Score Points Prize
1 Binary search
Search for data in files using binary search
Alex Fourth 21.43% 9
2 Synchronize DB
Synchronize two MySQL databases
Cristian Vrinceanu 19.64% 8
3 debugTools
Display PHP execution information in a page
Andreas Christodoulou 14.29% 7
4 MemNestedSet
Manage a nested set of elements stored in arrays
Alan H. Lake 12.50% 6
5 Intelligent Censor
Replace rude words by acceptable alternatives
sk89q 10.71% 5
6 Relink
Rewrite URLs based on mod_rewrite configuration
Benjamin Falk 7.14% 4
7 Curl Auto Site Form Post Class
Submit forms using values retrieved from a page
mustafa yontar 5.36% 3
7 Check backup
Manage backup copies of files
zengwenjie 5.36% 3
9 Price Comparison Shopping by DataFeedFile.com
Generate price comparison site with DataFeedFile
Andrew Nurcahya 3.57% 1

Nominees to win the award of October of 2008

Class: mysqli.so.php Picture of Baris Yuksel
Description: Access MySQl databases with MySQLi compatible API
Author: Baris Yuksel
Age: 18
Country: Turkey Turkey

Class: MiniUrl short URL dynamic Picture of Igor Herson Aquino de França
Description: Create and redirect URL shortcuts
Author: Igor Herson Aquino de França
Age: 25
Country: Brazil Brazil

Class: Threading Picture of Alex B. Snet
Description: Create parallel processes with the PHP CLI program
Author: Alex B. Snet
Age: 18
Country: Russian Federation Russian Federation

Class: Spell Corrector Picture of Felipe Ribeiro
Description: Suggest corrected spelling text in pure PHP
Author: Felipe Ribeiro
Age: 23
Country: Brazil Brazil

Class: Alexa Picture of Sergey [YS.PRO]
Description: Get site ranking information from Alexa site
Author: Sergey [YS.PRO]
Age: 21
Country: Belarus Belarus

Class: JavaScript PHP Documentor Picture of Rafael M. Salvioni
Description: Generate documentation for Javascript scripts
Author: Rafael M. Salvioni
Age: 25
Country: Brazil Brazil

Class: Torrent RW Picture of adrien gibrat
Description: Create and parse Torrent files
Author: adrien gibrat
Age: 29
Country: France France

Vote

Contents


Latest blog trackback links

Trackback Class Age in days
Determine the load with an Apache server
In this article I will talk about how...
Visualize Apache Server Status 10
phpSorTable Project
phpSortTable is now phpSorTable!!! hi...
phpSortTable 14
InputFilter, Protege tus variables en PHP de XSS
Uno de los problemas más comunes del ...
PHP Input Filter 15
makaleyi yaz kelime yogunlugundan anahtar kelimeleri seçsin
Metninin içinde en sik geçen kelimele...
Automatic Keyword Generator 15
login and redirect to compose page
I do not see the sense why you want t...
sendmail 15
How do I send e-mail from PHP scripts?
There is built in mail function with ...
PHPMailer 19
PHP Image Resize masal dengan memanfaatkan class dari Emilio Rodriguez
Beberapa waktu lalu ada yang butuh sc...
Thumbnail and Watermark 21
PHP SQL Injection and XSS detection program
-
HTML Sanitizer 21
Gerar XLS(Excel) via PHP e com uma animação Flash dentro
Preciso gerar um arquivo XLS do Excel...
Spreadsheet_WriteExcel 21
MIME parsing?
This looks like a nice little library...
MIME E-mail message parser 22

Contents


Latest support forum threads

Subject Posted on Class
expand nodes problem
same problem like before updated
2008-11-05 Nested Nodes Class
Gmail - fsockopen Error 13
Error 13 - Unable to connect to pop.gmail.com:995
2008-11-05 POP3 e-mail client
The only problem that I see is the use of MARQUEE, which is n...
Package rating comment
2008-11-04 NewsBox
Its a very good and useful class !! lool But i recomend to us...
Package rating comment
2008-11-04 httpAuth
This class can't work.
Package rating comment
2008-11-04 php_ftp_class
is there any way to reconstruct the SQL from the parsed array?
is there any way to reconstruct the SQL from the parsed array?
2008-11-04 SQL Parse Convert to Tree Array
Getting a GMail address
ValidateWithServer fails with Google using custom parameters
2008-11-01 Simple OpenID PHP Class
Great job! I just added a small trick to allow to put Comment...
Package rating comment
2008-11-01 class.upload.php
Sending BULK
Sending multiple emails
2008-11-01 SMTP E-mail sending class
Erro Found
Erro Found
2008-11-01 mydb

Contents


  • Latest package entries

  • Paypal Class

    Picture of azizny
    Author: azizny
    Date: 2008-11-04 (1 day ago)
    Groups: PHP 5, E-Commerce
    Description: This class can be used to create buttons and process Paypal payments.

    It can generate HTML for forms or links to insert in Web pages of sites that need to accept payments via Paypal like: buy now buttons, subscriptions, add to Paypal shopping cart or internal shopping cart, gift certificates and donations.

    It can also handle Paypal payment notifications via IPN.

    The class supports testing payments using the Paypal sandbox.
  • Secure Cookie

    Picture of Aikar
    Author: Aikar
    Date: 2008-11-04 (1 day ago)
    Groups: HTTP, Cryptography, Security
    Description: This class can be used to store and retrieve data in encrypted cookies.

    It can create a cookie and store data in the cookie encrypting it using a given key.

    The class can also do the opposite, i.e. retrieve data from a cookie decrypting it with the same key.

    Cookies may also be deleted with this class.
  • SQL Parse Convert to Tree Array

    Picture of François NEUMANN-RYSTOW
    Author: François NEUMANN-RYSTOW
    Date: 2008-11-03 (2 days ago)
    Groups: Databases, Text processing
    Description: This class can be used to build a tree to represent an SQL query.

    It takes a given SQL query and parse it to extract the structure or queries and sub-queries. The resulting structure is returned as an array.

    Currently it supports only SELECT, INSERT, UPDATE, DELETE queries.
  • Zencart Bridge

    Picture of Felix Manea
    Author: Felix Manea
    Date: 2008-11-03 (2 days ago)
    Groups: PHP 5, E-Commerce
    Description: This class can manage users of a Zencart shopping cart application installation.

    It connects to a MySQL database used by a Zencart installation and can perform several types of operations to manipulate Zencart user records. Currently it can:

    - Add or delete users
    - Start or end a logged user session
    - Change user password and other options
    - Add or remove user addresses
    - Get the identifier of an user with a given e-mail address

    There is also an session handler available in order to make your application have the same session with zencart.
  • PHP Online Users

    Picture of Moazam Nabi
    Author: Moazam Nabi
    Date: 2008-11-02 (3 days ago)
    Groups: User Management
    Description: This class can be used to keep track of the users visiting a site.

    It starts a session for each new user visiting a site and stores the user session identifier in a MySQL database.

    The class can update the last visit time and remove user records that have not visited the site since a given time limit.
  • httpAuth

    Picture of Zsolt Munoz
    Author: Zsolt Munoz
    Date: 2008-11-02 (3 days ago)
    Groups: HTTP, User Management
    Description: This class can be used to authenticate users in several ways.

    It can take the user name and password of a given user and verifies whether the user exists and the password is correct.

    The class supports several methods to verify the user authentication, like:
    CSV file, MySQL database, ODBC database, LDAP server and text file.
  • PHP Obfuscator

    Picture of Er. Rochak Chauhan
    Author: Er. Rochak Chauhan
    Date: 2008-11-01 (4 days ago)
    Groups: PHP 5, Code Generation
    Description: This class can be used to obfuscate PHP scripts.

    It takes a given PHP script and generates another script that includes just one statement that decoded and evaluates the original script code encoded using the base64 algorithm.

    The generates script is saved to a file with a given name.
  • Yahoo Quotes

    Picture of Andreas Vollenklee
    Author: Andreas Vollenklee
    Date: 2008-11-01 (4 days ago)
    Groups: Web services, Finances
    Description: This class can be used to retrieve stock quotes from Yahoo Finance.

    It accesses the Yahoo Finance site server and retrieves data for a given stock symbol.

    The class can retrieve either stock data for today or for a given range of dates.
  • mydb

    Picture of iman ebrahimi tajadpd
    Author: iman ebrahimi tajadpd
    Date: 2008-10-31 (5 days ago)
    Groups: Databases
    Description: This class is a simple MySQL database access wrapper. It can:

    - Connect to a given MySQL database server
    - Execute arbitrary SQL queries
    - Retrieve query result rows into arrays
    - Retrieve all the query results into a single bi-dimensional array
    - Execute a query and retrieve a range of the result rows into a single bi-dimensional array
  • Image dynamic resizer

    Picture of andrei tataranu
    Author: andrei tataranu
    Date: 2008-10-31 (5 days ago)
    Groups: PHP 5, Graphics
    Description: This class can be used to resize an image keeping the aspect ratio.

    It can load an image from a given file or use a previously computed image.

    The class can resize the image to a given width or height keeping the original aspect ratio.

    If the original aspect ratio differs from the desired size aspect ratio, the resulting image can either be cropped or filled with a given background color.
  • XML Currency Reader

    Picture of Cristian Navalici
    Author: Cristian Navalici
    Date: 2008-10-30 (6 days ago)
    Groups: XML, PHP 5, Finances
    Description: This package can be used to retrieve currency exchange data from XML files.

    There is a base class that can retrieve and parse a currency file in XML format.

    There is a sub-class that extends the base class to retrieve currency data specifically from XML files provided by the National Bank of Romania.
  • Mailto

    Picture of Debugged Interactive Designs
    Author: Debugged Interactive Designs
    Date: 2008-10-30 (6 days ago)
    Groups: HTML, Email
    Description: This class can be used to obfuscate e-mail links using the ROT13 algorithm.

    It takes an e-mail address and an anchor text and generates HTML tags for obfuscated e-mail links using ROT13.

    The generated HTML has Javascript code that decodes ROT13 encoded e-mail link tags.
  • autoload2

    Picture of Thomas Shone
    Author: Thomas Shone
    Date: 2008-10-29 (7 days ago)
    Groups: PHP 5, Language
    Description: This class can be used to automatically load classes from a given directory.

    It uses PHP 5 auto-load support to load classes from a configurable directory.

    The class traverses the directory for class script files with extensions usually associated to class files and loads the class file that match the requested class name.

    It also keeps a log variable with all the classes loaded this way.
  • Keyword Highlight in HTML contents

    Picture of Kunjesh janakkumar Sukhadia
    Author: Kunjesh janakkumar Sukhadia
    Date: 2008-10-29 (7 days ago)
    Groups: HTML, PHP 5, Web services
    Description: This class can be used to retrieve remote pages and highlight keywords in the pages.

    It can retrieve a page from a given remote site.

    The class can search and highlight given keywords in the retrieved page changing the background color of the sections where the keywords appear.

Contents


If you are not interested in receiving any more messages like this one, send an empty message to unsubscribe-newsletter@phpclasses.org or go to the user options page and uncheck the respective e-mail delivery option. There you can also switch the message format between text and HTML. Note that there are several mailing lists. If you want to unsubscribe from all lists at once, send an empty message to unsubscribe-content@phpclasses.org .

For more information send a message to info at phpclasses dot org.
Copyright (c) Icontem 1999-2008 PHP Classes

No comments: