March 7th in Internet, PHP Scripts, vBulletin by .

Top 10 vBulletin Plugins/Mods

i have collected some of the 10 most popular vbulletin mods that can be easily integrated to your vbulletin forum.

Note: you must have a valid vbulletin license to use the mods.

1. vbAdvanced

vbAdvanced – Free Content management CMS for vbulletin

2. iTrader Rating

iTrader – trader rating mod

3. Signature Limit Plugin

Signature v1.0 – …

January 24th in General, Internet, Linux/Unix, PHP Scripts by .

Webmasterpals.com – New Social Network for Webmasters

Two months ago i gave a thought on targeting the niche social network. Since i myself is a webmaster, a thought of setting up a social network for webmasters ran through my mind. I initially bought dzoic script, since mysite required a specific and fast loading script, i made my …

January 19th in Linux/Unix, PHP Scripts by .

TinyMCE Slow Loading Problem!

TinyMCE editor causes slow to load! Has anyone observed it especially when it intializes the editor for first time in the webpage? it takes about 5-10 seconds to load.

I am facing this terrible problem with my site. Everything seem to work fine including loading when i used the editor …

November 28th in Linux/Unix, PHP Scripts by .

Implementing Secure File Upload in PHP

Most PHP file upload scripts and content management system scripts (CMS scripts) require writable 777 permissions (rwxrwzrwz) to be set for certain folders for uploading photos and videos. Many security experts warn that setting 777 permission means that anybody can upload any content to your server, install malicious code, run …

July 24th in PHP Scripts by .

Optimizing MySQL Rand() against Slowdowns

I was having having nightmares with mysql rand() function. Rand() function works well in pulling out rows randomly from the datbase and works well if you have a quite few hundred records. Ironically, it desperately slows down when you have a large table dataset above 10,000 rows.

This is the traditional …

July 1st in PHP Scripts by .

Custom Layouts with CakePHP Framework

I was amazed with the simplicity of the CakePHP framework. Its so easy to understand the model view controller and just within minutes we can break down the application like a blog into pieces.

Just i was experimenting i found that making custom layouts with the framework is bit hard to …

June 28th in PHP Scripts by .

Rewriting MySQL Date to PHP Date Format

I have been always searching for a PHP function that could rewrite the mysql date to a descriptive PHP date form. Dates stored in MySQL database usually in the format of YYYY-MM-DD.

There will be situations where you might want to output the date stored in mysql in a more descriptive …

June 15th in PHP Scripts by .

Free PHP CAPTCHA Scripts

I have experienced many spam attacks on forms which are used for submission or contact forms. Most spammers use this forms to either mass email or in situations you dont use image verification (captcha) these spams will get into your database. Many hosts are very strict about spams and if …

June 4th in PHP Scripts by .

Most Popular Open Source PHP Scripts

I am posting here some of the PHP scripts which are must have ones when you develop a site. All of them are licensed under free open source GNU/GPL license.

WordPress – Very popular blogging script in PHP. You can also create a full scale website with this script. It is free and …

June 3rd in PHP Scripts, Wordpress by .

Best & Useful WordPress Plugins For Blogs

WordPress has become so popular and almost every blogger knows about it. Just download the wordpress, install and start blogging. But it isnt enough only with wordpress software. You will need some more additional plugins like socialize plugin /adman (for adsense) to market your blog and of course to make …