Archive for the ‘Scripts and Widgets’ category

Php Free Chat

April 19th, 2010

phpFreeChat is a free, simple to install, fast, customizable and multi languages chat that uses a simple filesystem for message and nickname storage. It uses AJAX to smoothly refresh (no flicker) and display the chat zone and the nickname zone. It supports multi-rooms (/join), private messages, moderation (/kick, /ban), customized themes based on CSS and [...]

+Read the rest of this post+

Globalize your Web Applications: PHP’s Locale Package

April 18th, 2010

Having survived the Great Y2K threat, we are now observing an economy that has become far more globalized than it was in the previous century. The extent of the Internet’s contribution is open to debate, but there is no question that the associated information explosion supported the acceleration of market internationalization that we now take [...]

+Read the rest of this post+

Create a Wishlist

April 17th, 2010

I got a question about creating a wishlist from one forum. If you have any idea of that please just reply this post. Here is the question: Hi all, I’m trying to create a wishlist for my advertisment site. What I want to do is let the user browse through and once an article that [...]

+Read the rest of this post+

How to use locks in PHP cron jobs to avoid cron overlaps

April 17th, 2010

Cron jobs are hidden building blocks for most of the websites. They are generally used to process/aggregate data in the background. However as a website starts to grow and there is gigabytes of data to be processed by every cron job, chances are that our cron jobs might overlap and possibly corrupt our data. In [...]

+Read the rest of this post+

SAM’S WHOIS PHP Script

April 8th, 2010

Sam’s Whois is a free php class with supporting scripts which make adding a domain name whois lookup to your website incredibly simple. The scripts were written by Sam, hence the name. Imaginative, huh? Sam’s Whois Features All major tlds supported (including com, net, org, info, biz, us, co.uk, org.uk, etc). Optionally automatically redirect a [...]

+Read the rest of this post+

ALUMNI

April 7th, 2010

ALUMNI is a web interface to MySQL, adaptable to other DBs. Designed for high schools, school districts, colleges, reunion websites. Person can have multiple schools attached to acct. Features incl email, forums. Accepting requests for new features. For more info of ALUMNI,please visit http://sourceforge.net/projects/alumni/

+Read the rest of this post+

jGallery

April 7th, 2010

jGallery is PHP-based photo album software for setting up a picture gallery on your website. After uploading the extracted package you can manage the content of the albums. JGallery creates thumbnails for you to improve picture browsing. It does not depend on a database installation which means easy installation. Dependent on the server settings you [...]

+Read the rest of this post+

Easy PHP Photo Gallery

March 26th, 2010

There are a lot of PHP photo gallery scripts out there. I know; because I went looking for one some time ago, and found myself barraged with Javascript, AJAX, and complicated installations. I didn’t want any of those things, so in the end I just wrote one for myself. It’s not a complicated script, and [...]

+Read the rest of this post+

phpinfo() file

March 26th, 2010

The phpinfo file outputs a large amount of information about the current state of PHP. This includes information about PHP compilation options and extensions, the PHP version, server information and environment (if compiled as a module), the PHP environment, OS version information, paths, master and local values of configuration options, HTTP headers, and the PHP [...]

+Read the rest of this post+

PHP: explode()

March 19th, 2010

Explode() is designed to split a given string in to pieces at a defined point (another string). PHP Explode() Prototype array explode ( string separator, string string [, int limit] ) Array: This array will contain each piece of the string after it has been split. Separator: Whenever this string is encountered in the target [...]

+Read the rest of this post+