Posts Tagged ‘snippets’

Hitcounter with digits(images) (working version)

Saturday, May 28th, 2011

A hitcounter that uses numbers(0.bmp,1.bmp....9.bmp) To display unique visits

Tags: ,
Posted in Snippets | No Comments »

Hitcounter with digits(images)

Saturday, May 28th, 2011

A hitcounter with images: [IMG]http://ionut.net63.net/IMG/0.bmp[/IMG] [IMG]http://ionut.net63.net/IMG/1.bmp[/IMG] [IMG]http://ionut.net63.net/IMG/2.bmp[/IMG] [IMG]http://ionut.net63.net/IMG/3.bmp[/IMG] [IMG]http://ionut.net63.net/IMG/4.bmp[/IMG] [IMG]http://ionut.net63.net/IMG/5.bmp[/IMG] [IMG]http://ionut.net63.net/IMG/6.bmp[/IMG] [IMG]http://ionut.net63.net/IMG/7.bmp[/IMG] [IMG]http://ionut.net63.net/IMG/8.bmp[/IMG] [IMG]http://ionut.net63.net/IMG/9.bmp[/IMG] Copy all in a folder called IMG and put the folder in the same directory as the script you also need to create a file called "counter.txt" and put it into the same directori with the script (NOT in IMG)

Tags: ,
Posted in Snippets | No Comments »

Objetcts array order by object attribute

Saturday, May 28th, 2011

Sort an object array by object attribute

Tags: ,
Posted in Snippets | No Comments »

Simple Mail Sender Class

Saturday, May 28th, 2011

Thanx :)

Tags: ,
Posted in Snippets | No Comments »

get class hierarchy

Thursday, May 5th, 2011

Returns the complete class hierarchy of an object or a class name. Can be used as method or function. If you have any trouble with the LGPL licence send me a mail.

Tags: ,
Posted in Snippets | No Comments »

Contact form 1

Thursday, May 5th, 2011

The script developed for the TH free sample template's cf

Tags: ,
Posted in Snippets | No Comments »

count the words

Thursday, May 5th, 2011

Count the words typed using exlpode function

Tags: ,
Posted in Snippets | No Comments »

Read Only Properties

Thursday, May 5th, 2011

This snippet will show you how to make read only properties in classes.

Tags: ,
Posted in Snippets | No Comments »

CaptchaAuth

Thursday, May 5th, 2011

Tags: ,
Posted in Snippets | No Comments »

Faded text

Thursday, May 5th, 2011

I actually converted an old JavaScript function to this PHP. I made a chat page and wanted a way to enhance the chat a bit. Then I remembered back in the AOL 4.0 days, we used to make chat faders. I couldn't find a PHP snippet that did such a task, so i set out to make one. This will convert your text's color. The string will start off as red, and fade to green (or what ever colors you want! [url=http://f.reelinks.com/fade/index.php]Example[/url]

Tags: ,
Posted in Snippets | No Comments »