Scripts

Most awaited vBulletin 3.7 ‘Gold’ released

Posted by Armaan 30 April, 2008 (4) Comment

vbulletin3_logo_white Most awaited vBulletin 3.7 Gold released Yesterday vBulletin 3.7 ‘Gold’ was released. I was waiting for this version from long time. I saw beta version and RC version of this and now finally the Gold release is here.

I have a fourm on it, sorry can’t give URL its secret. I will now upgrade it to vB 3.7 and get a new theme for it. I have not installed any mod on forum. will add some mod to give more features to users. I want to buy vBSEO but it cost more then vB license. Will try to buy it soon as it will give back more money in some months.

Normally gold release also got some bugs but when compare to other releases it will get very few bugs. They released beta versions then RC versions so it more stable then others and chances of woking better then before. I am going to take my hand inside this after this post.

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

Categories : Scripts Tags :

My new Directory - 7NB Bidding Web Directory

Posted by Armaan 18 February, 2008 (0) Comment

I have a free directory The Running Directory. It going good, Good traffic and I hope pagerank will also be rise on next update. I have lot of unused domains so I thought to create another directory. I was making free directory but then I decided to buy phplinkbid and make a bidding directory.

I just finished it in a few hours. You can see 7NB Bidding web Directory . This is my first Paid directory so lets see what happen. Its looking good at my side because I made it 5 hours ago and earned 6$ till now.

Categories : General, Scripts Tags :

Wordpress 2.3.3 - one more security release

Posted by Armaan 7 February, 2008 (0) Comment

They have released one more security release on wordpress. The last security release was on 29 dec 2007. I was waiting for new version of this blogging system but one more security update. Its an urgent update but for me its not really urgent because I don’t use features that can make problems. But I think I will update my blog as soon as I move it to my new hosting account that I register last night at hostgator.

WordPress 2.3.3 is an urgent security release. If you have registration enabled a flaw was found in the XML-RPC implementation such that a specially crafted request would allow a user to edit posts of other users on that blog. In addition to fixing this security flaw, 2.3.3 fixes a few minor bugs. If you are interested only in the security fix, download the fixed version of xmlrpc.php and copy it over your existing xmlrpc.php. Otherwise, you can get the entire release here.

Also, there is a vulnerability in the WP-Forum plugin that is being actively exploited right now. If you are using this plugin, please remove it until an update is available from its author.

Since we are talking security, remember to use strong passwords and change them regularly. While you’re updating WP and your plugins, consider refreshing your passwords.

Categories : Blogging, Scripts Tags :

Create Custm Error Pages using .htaccess file

Posted by Armaan 31 December, 2007 (2) Comment

The default error page created by your hosting provider can be reason for the user to leave your website.

You can also create error pages from your cPanel. ( If you have this fearure enabled)

Or you can create it by using .htacces

In your .htaccess file,
you have to put and entry like this :

Code:

ErrorDocument Error_Code_Number Path/to/your/custom/error/file

Some sample entries are as follows :

Code:

ErrorDocument 400 http://www.example.com/400.htm
ErrorDocument 401 http://www.example.com/401.htm
ErrorDocument 403 http://www.example.com/403.htm
ErrorDocument 404 http://www.example.com/404.htm
ErrorDocument 500 http://www.example.com/500.htm

These custom error pages can also serve as advertising spots. wink Create Custm Error Pages using .htaccess file

Categories : Scripts, Server, Tools, Webmasters Tags :