WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDES  |  PHP CLASSES  |  CODE SEARCH  |  ARTICLES SEARCH  |  PHP FORUMS  |  PHP MANUAL  |  PHP FUNCTIONS LIST  |  WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Submit Your Code
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
WeberDev's Monthly code contest PHP Code Contest
Your Personal Examples List My Favorite Examples
Your Personal Articles List My Favorite Articles
Edit Account Info Update Your Profile
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
PHP Web Logs (BLogs)
Web Development Resources
Web Development Content
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Submit Site
Forex Trading Online forex trading platform

Go Back Add a Comment Send this example to a friend Add this Article to your personal favoritest for easy future access to your favorite Code Examples and Articles. Submit a code example Print this code example.
BACK ADD A COMMENT SEND TO A FRIEND ADD TO MY FAVORITES ADD CODE EXAMPLES PRINT
Title : Three Cool Classes and One Trick
Categories : PHP, PHP Classes, Graphics, Email Click here to Update Your Picture
Hasin Hayder
Date : Sep 19th 2004
Grade : 2 of 5 (graded 4 times)
Viewed : 4575
File : 4011.zip
Images : No Images for this code example.
Search : More code by Hasin Hayder
Action : Grade This Code Example
Tools : My Examples List

  Submit your own code examples 
 

In this package I include Three Cool Classes and One Tip.

1.ImageWaterMarker - very handy if you want to show any copyright notice in ur Image while Display. Currently This class support JPEG and PNG format. JPEG text Color has been implemented.

2.Downloader - very handy if you want your user to download file not directly but via script. If you use this class user will never know the exact location of your file. Thats why leeching will not be possible.

3.EmailObfuscator - Email obfuscator obscures email address to hide from email spiders. very handy and important one.

4. Types of Dynamic Variable - Dynamic variable is how to create dynamic variable loop among them wthout any array. Very nice for advance programming tricks.

They are easy to understand and very handy for programmers.

Hope you will enjoy these classes and vote for me --Hasin



crop and resize image class using gd library function
Categories : PHP, PHP Classes, GD image library, Graphics
Class for sending mail with MIME attachments in multipart format using external sendmail, mimencode and zip
Categories : Email, Network, PHP, PHP Classes
Render TTF Text to PNG. Text message, font, size, rotation, padding, color, background, and transparency can all be defined via URL.
Categories : PHP, PHP Classes, Graphics
HTML_Graphs uses PHP to provide a consistent interface for creating HTML based charts. The user of the class sets up arrays that are passed to html_graph() which then takes care of all the messy HTML layout.
Categories : Graphics, Arrays, PHP, PHP Classes, Charts and Graphs
Validator - A PHP class that can can be used for validating Email IDs and Dates
Categories : PHP, PHP Classes, Data Validation, Email, Date Time
PHP MIME Decoder. This class decodes Mime Encoded email message. Attachments are stored in a director. Works with Multipart/alternative, multipart/mixed etc. see http://p3mail.com for example.
Categories : PHP, PHP Classes, Email
Advanced Image WaterMarker
Categories : PHP, PHP Classes, GD image library, Graphics, Object Oriented
Simple class that uses GD to draw pie charts. After the class definition there's some sample code to demonstrate how you use the class.
Categories : Graphics, PHP, PHP Classes, GD image library, Charts and Graphs
Image Cache
Categories : Graphics, PHP Classes, PHP
HTML_Graphs provides a simple PHP interface for creating pure HTML charts.
Categories : Graphics, PHP, PHP Classes, Charts and Graphs
Class that allows the PHP developer to establish connections with a POP3 mail server amd be able to list, retrieve and delete mail messages from a given mail box.
Categories : Network, Email, PHP, PHP Classes
3dLib - a class for drawing in 3D space. Supported functions: Line, SetPixel, Polygon, FilledPolygon, etc. 3dChart() function has been added for one-call drawing of 3d charts. Support of mostly used 3d-transformations.
Categories : Graphics, Math., PHP Classes, PHP, Charts and Graphs
cPanel Email Accounts Creator
Categories : PHP, PHP Classes, Email, Form Processing, Web Services
PHP interface class to the eBusiness Charts generatation remote service.
Categories : PHP, PHP Classes, Graphics, Charts and Graphs
imageMarker v 3.00 with new advanced features
Categories : PHP, PHP Classes, Graphics, GD image library
 Joseph Crawford wrote :1191
A few comments ;)

I have looked over your dynamic.php file and must say this is utterly useless, there is no point in using this method because an array is much easier to understand.

The downloader is nice but very small, and you have it setup to have the files in the same directory. Also even if it was in a different directory a person could just view the source for the page to get the path or filename and use that to leech your files...  This is not a very good secure download system.

The email obfuscator is once again very simplistic.

Although the image watermarker is simple as well it does show some potential.

Joe Crawford
weberdev@codebowl.com