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
Internet Security Software
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
פרייסז - הכח לקנות עובר לידיים שלך
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 : 7978
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



PHP interface class to the eBusiness Charts generatation remote service.
Categories : PHP, PHP Classes, Graphics, Charts and Graphs
Advanced Image WaterMarker
Categories : PHP, PHP Classes, GD image library, Graphics, Object Oriented
Image Generation Class ( PNG Format )
Categories : PHP, GD image library, PHP Classes, Graphics
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
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
Class for sending mail with MIME attachments in multipart format using external sendmail, mimencode and zip
Categories : Email, Network, PHP, PHP Classes
imageMarker v 3.00 with new advanced features
Categories : PHP, PHP Classes, Graphics, GD image library
PHP Image Validation Class - test if a specific file is of a certain image type without relying on the said file extension.
Categories : PHP, PHP Classes, Data Validation, Graphics, Beginner Guides
EAvalidator - This class can be used to validate an e-mail address by checking its domain.
Categories : PHP, PHP Classes, Email, Regexps
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
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
POP3 Class
Categories : PHP Classes, PHP, Email
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
crop and resize image class using gd library function
Categories : PHP, PHP Classes, GD image library, Graphics
HTML_Graphs provides a simple PHP interface for creating pure HTML charts.
Categories : Graphics, PHP, PHP Classes, Charts and Graphs
 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