Browse a Listing
Top > PHP > Scripts and Programs > Development Tools > Libraries and Classes
Popular Tags
Free Script links
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
NumPer is an acronym for Number to Persian that is an easy-to-use PHP class for converting numbers to string in Persian language.
The function input is a number from 0 to 999999999999 (and may you add more by configuring the appropriate array) , and output is a string in Persian that could be useful in showing the total payment price for shopping carts, text-based human check systems for Persian, and more.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 13, 2006 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Dirty hack to parse apache logs with PHP. Its not really appropriate by its self to parse large logs but could be easily modified. I am just putting it out because I didn't see any script snippets for it already in php.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 13, 2006 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
This is the "top-end" of Dirty Dirz, coming soon, and as such it assumes an existing directory structure. It is also unable to chmod files so this has to be done manually, on your web host's control panel. Well now that we know what it doesn't do let's find out what it does. F-ystem is a flat-file conection handler. It's capable of copying, reading and writing to files. It works from your website's root folder in every instance. This is because I split the full path into two parts, root and relative. It's really no big deal just that you reference your root folder with a string similar to this /home/site/public_html/ in a file called F-ystem.settings.php. Now when you want to read a file, let's say Readme.txt, in a sub-folder, let's call it Bob, of your root folder(ex. path mentioned above). You use the string 'Bob/Readme.txt' as your target_path. The fystem function will append this target_path to the string you specified as your root folder. You can also specify the folder Bob as your "root folder" in the settings file(ex. /home/site/public_html/Bob/ ). The copy_source path is treated in the same way. If you do not leave the trailing slash on your root folder string you will be unable to correctly reference your files. Why? It would be because when you use a "/" charactor as the first char in file system functions, the ones internal to PHP, it is treated as the full path from your parent folder
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 13, 2006 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
This class can be used to retrieve and parse e-mail messages from a POP3 or IMAP using the PHP IMAP extension.
It can connect to a mail server, retrieve the total number of messages in a mailbox, retrieve the headers, body and attachment files of a given message, and delete a message
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 13, 2006 Hits: 3 Rating: 5.00 Votes: 1
Member Reviews
Visitor Ratings
Google PR
RC4 is fairly fast, secure and symmetric encryption algorithm. Developed by Ron Rivest in 1987 was kept trade secret until 9th September 1994 when it was posted on a Cypherpunks mailing list. Generally the key it uses is limited to 40 bits for various legal reasons but 128bits is the more common forms these days. To prove it's strength products like Oracle Secure SQL are examples. It's symmetric meaning it uses the same key and steps as to encrypt when decrypting.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 13, 2006 Hits: 2 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR