WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDESPHP CLASSESCODE SEARCHARTICLES SEARCHPHP FORUMSPHP MANUALPHP FUNCTIONS LISTWEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search


Submit a code Example / Snippet Join us on FaceBook
Submit a code Example / Snippet Submit Your Code
Poker Tournaments Poker Tournaments
Poker Guide for Developers Poker Guide for Developers
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
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 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
פרייסז - השוואת מחירים בסופר
ZeroLag.com
Texas Holdem Poker Evangelists

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 : 3 of 5 (graded 5 times)
Viewed : 8586
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  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
cPanel Email Accounts Creator
Categories : PHP, PHP Classes, Email, Form Processing, Web Services
A class to draw real 3D graphics with surface area
Categories : Graphics, PHP, PHP Classes
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
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 interface class to the eBusiness Charts generatation remote service.
Categories : PHP, PHP Classes, Graphics, Charts and Graphs
HTML_Graphs provides a simple PHP interface for creating pure HTML charts.
Categories : Graphics, PHP, PHP Classes, Charts and Graphs
Advanced Image WaterMarker
Categories : PHP, PHP Classes, GD image library, Graphics, Object Oriented
POP3 Class
Categories : PHP Classes, PHP, Email
Image Generation Class ( PNG Format )
Categories : PHP, GD image library, PHP Classes, Graphics
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
A class for sending email; it has support for To:, Cc:, Bcc: and Reply-To: headers. It requires that you have sendmail installed.
Categories : Email, PHP Classes, PHP
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
EasyPhpThumbnail Class - The EasyPhpThumbnail class allows you to generate thumbnails and handle image manipulation for GIF, JPG and PNG on-the-fly.
Categories : PHP, PHP Classes, Object Oriented, 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
[email protected]