Latest posts

Tuesday 31 March 2009

Put an Embeded Comment form Below Your Posts



First things First, Here is how your Comment form will look like:






If you don't have it in your blog yet but want to put it in your blog, follow these instructions:


1. Sign in to your blog from the Blogger in Draft web: http://draft.blogger.com/


2. Go to Settings > Comments for your blog.


Look for the Comment Form Placement and click Embedded below post. Then save your settings.





3. Go to Layout > Edit HTML and click Expand Widget Templates.

4. Search for this line in the code:




<b:include data='post' name='comments'/>



and below that line add the following line:



<b:include data='post' name='comment-form'/>


Save the template. You are done.
...Read more

Rotating Posts Widget

A random posts widget helps you in increasing is a very important widget which will help you in increasing your page views and it will definately help you in increasing you page views.

But most of the random posts widget proove to be useless as they link your posts by the name "Feeling Lucky" or "Random post". Many users hardly bother to click these links.


Take a look at the widget below:







Loading...

Gadget by The Blog Doctor.





To get this widget you need to follow the standard simple steps.

Go to your pge elements section and add HTML/Javascript widget.

Copy and the following code over there:



<style type="text/css">
.gfg-root {
width : 100%;
height : auto;
position : relative;
overflow : hidden;
text-align : center;
font-family: "Arial", sans-serif;
font-size: 20px;
border: 1px solid #BCCDF0;
}

.gfg-title {
font-size: 20px;
font-weight : bold;
color : #3366cc;
background-color: #E5ECF9;
line-height : 1.0em;
overflow : hidden;
white-space : nowrap;
text-align : center;
margin-bottom:40px !important;
}

.gfg-title a {
color : #3366cc;
}

.gfg-subtitle {
font-size: 20px;
font-weight : bold;
color : #3366cc;
background-color: #E5ECF9;
line-height : 1.4em;
overflow : hidden;
white-space : nowrap;
margin-bottom : 0px;
}

.gfg-subtitle a {
color : #3366cc;
display:none !important;
}

.gfg-entry {
background-color : white;
width : 100%;
height : 6.9em;
position : relative;
overflow : hidden;
text-align : left;
margin-top : 3px;
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
position : relative;
background-color : white;
width : auto;
height : 100%;
padding-left : 20px;
padding-right : 5px;
}

.gfg-list {
position : relative;
overflow : hidden;
text-align : left;
margin-bottom : 5px;
display:none !important;
}

.gfg-listentry {
line-height : 1.5em;
overflow : hidden;
white-space : nowrap;
text-overflow : ellipsis;
-o-text-overflow : ellipsis;
padding-left : 15px;
padding-right : 5px;
margin-left : 5px;
margin-right : 5px;
}

.gfg-listentry-odd {
background-color : #F6F6F6;
}

.gfg-listentry-even {
}

.gfg-listentry-highlight {
background-image : url('garrow.gif');
background-repeat: no-repeat;
background-position : center left;
}

/*
* FeedControl customizations.
*/

.gfg-root .gfg-entry .gf-result .gf-title {
font-size: 24px;
line-height : 1.2em;
overflow : hidden;
white-space : nowrap;
text-overflow : ellipsis;
-o-text-overflow : ellipsis;
margin-bottom : 2px;
}

.gfg-root .gfg-entry .gf-result .gf-snippet {
height : 3.8em;
color: #000000;
margin-top : 3px;
}

/*
* Easy way to get horizontal mode, applicable via js options to gadget.
*/

.gfg-horizontal-container {
position : relative;
width:600px;
height:40px;
}

.gfg-horizontal-root {
height : 1.5em;
_height : 100%;
position : relative;
white-space : nowrap;
overflow : hidden;
text-align : center;
font-family: "Arial", sans-serif;
font-size: 13px;
border: 1px solid #AAAAAA;
padding : 5px;
margin-right : 80px;
}

.gfg-horizontal-root .gfg-title {
font-weight : bold;
background-color: #FFFFFF;
line-height : 1.5em;
overflow : hidden;
white-space : nowrap;
float : left;
padding-left : 10px;
padding-right : 12px;
border-right: 1px solid #AAAAAA;
}

.gfg-horizontal-root .gfg-title a {
color : #444444;
text-decoration : none;
}

.gfg-horizontal-root .gfg-entry {
width : auto;
height : 1.5em;
position : relative;
overflow : hidden;
text-align : left;
margin-top : 0px;
margin-left : 0px;
padding-left : 10px;
}

/* To allow correct behavior for overlay */
.gfg-horizontal-root .gfg-entry .gf-result {
position : relative;
background-color : white;
width : 100%;
height : 100%;
line-height : 1.5em;
overflow : hidden;
white-space : nowrap;
}

.gfg-horizontal-root .gfg-list {
display : none;
}

/*
* FeedControl customizations.
*/

.gfg-horizontal-root .gfg-entry .gf-result .gf-snippet,
.gfg-horizontal-root .gfg-entry .gf-result .gf-author {
display : none;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-title {
color: #0000cc;
margin-right : 3px;
float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer {
float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer,
.gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate {
display : block;
color: #AAAAAA;
}

.gfg-branding {
white-space : nowrap;
overflow : hidden;
text-align : left;
position : absolute;
right : 0px;
top : 0px;
width : 80px;
}

.gfg-collapse-open, .gfg-collapse-closed {
background-repeat : no-repeat;
background-position : center;
cursor : pointer;
float : right;
width : 17px;
height : 20px;
}

.gfg-collapse-open {
background-image : url('arrow_open.gif');
}

.gfg-collapse-closed {
background-image : url('arrow_close.gif');
}

.gfg-collapse-href {
float : left;
}

.clearFloat {
clear : both;
}

#feedGadget {
margin-top : 5px;
margin-left: auto;
margin-right: auto;
width : 440px;
font-size: 16px;
color: #9CADD0;
}
#feedGadget2 {
margin-top : 5px !important;
float:left;
width : 440px;

color: #9CADD0;
}
.feedGadget2 {

}
#big {
width : 440px;
font-size: 10px;
}
</style>
<script src="http://www.google.com/jsapi/?key=internal-sample"
type="text/javascript"></script>
<script src="http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.js" type="text/javascript"></script>

<script type="text/javascript">

function showGadget() {
var feeds = [
{title:'World4masti',
url:'http://world4masti.blogspot.com/atom.xml?redirect=false&start-index=1&max-results=999'},

];

new GFdynamicFeedControl(feeds, 'feedGadget',
{numResults : 1000, horizontal : true,
});
}
google.load("feeds", "1");
google.setOnLoadCallback(showGadget);
</script>
<div id="big">
<div id="feedGadget">Loading...</div>
<div id="feedgadget2">Gadget by <a href="http://www.world4masti.blogspot.com" target="_blank">World4masti</a>.</div></div>



You can change the blog url World4masti.blogspot.com to your own blog address.

And i advise you to place this widget at the bottom of your blog.


...Read more

Sunday 29 March 2009

Ek-The power of one, Download Torrent



Ek is a remake of a telgu film and is an action packed movie with a superb performance from Nana Patekar and Bobby Deol.

It is a perfect mixture of Comedy and Thrill.

Befor downloading, ithink you would love to See the screenshots of the movie.








Torrent

If by clicking the above link you are redircted to some other site then you must try right clicking and selecting Save Target as.
...Read more

Create your own Screensaver in XP

This isnt a tweak, but a great little feature! For a great way to put your digital photos to work, try creating a slide show presentation for use as a screen saver. Here's the trick:

1. Right-click an empty spot on your desktop and then click Properties.

2. Click the Screen Saver tab.

3. In the Screen saver list, click My Pictures Slideshow.

4. Click Settings to make any adjustments, such as how often the pictures should change, what size they should be, and whether you'll use transition effects between pictures, and then click OK.

Now your screen saver is a random display of the pictures taken from your My Pictures folder.

...Read more

Saturday 28 March 2009

Videsh-Heaven on Earth, Download Torrent


Videsh is a very serious film starring Preity Zinta in the lead. This film must be watched if you like watching too much violence in the movies.


Screenshots:



Torrent

Straight, Download Torrent


Straight is based upon a vinay pathak's dilemma that whether he should marry a boy or a girl. In fact he loves both of them. You will definately enjoy watching this movie.
Screenshots






However these screenshots are smaller in size but the print of the movie in full screen is also similar to these images. So, you need not worry.
{please right click the above link and select save target as if you want to download the torrent. Otherwise you would be redirected to an external link for the download.}


...Read more

Thursday 26 March 2009

Boost Firefox Speed

Yes, firefox is already pretty damn fast but did you know that you can tweak it and improve the speed even more?


That's the beauty of this program being open source.
Here's what you do:
In the URL bar, type “about:config” and press enter. This will bring up the configuration “menu” where you can change the parameters of Firefox.


Note that these are what I’ve found to REALLY speed up my Firefox significantly - and these settings seem to be common among everybody else as well. But these settings are optimized for broadband connections - I mean with as much concurrent requests we’re going to open up with pipelining… lol… you’d better have a big connection.


Double Click on the following settins and put in the numbers below - for the true / false booleans - they’ll change when you double click.


Code:
browser.tabs.showSingleWindowModePrefs – true
network.http.max-connections – 48
network.http.max-connections-per-server – 16
network.http.max-persistent-connections-per-proxy – 8
network.http.max-persistent-connections-per-server – 4
network.http.pipelining – true
network.http.pipelining.maxrequests – 100
network.http.proxy.pipelining – true
network.http.request.timeout – 300




One more thing… Right-click somewhere on that screen and add a NEW -> Integer. Name it “nglayout.initialpaint.delay” and set its value to “0”. This value is the amount of time the browser waits before it acts on information it receives. Since you’re broadband - it shouldn’t have to wait.


Now you should notice you’re loading pages MUCH faster now!
...Read more

Boost XP faster, No software needed

First of all, this tweak only apply to those who only have one HDD on their primary IDE channel (nothing else on device 0 or 1) and a CD-ROM and/or DVD-ROM on the secondary IDE channel. Each time you boot Windows XP, there's an updated file called NTOSBOOT-*.pf who appears in your prefetch directory (%SystemRoot%Prefetch) and there's no need to erease any other files as the new prefetch option in XP really improves loading time of installed programs. We only want WindowsXP to boot faster and not decrease its performance. Thanks to Rod Cahoon (for the prefetch automation process...with a minor change of mine) and Zeb for the IDE Channel tweak as those two tricks, coupled together with a little modification, result in an EXTREMELY fast bootup:


1. Open notepad.exe, type "del c:windowsprefetch tosboot-*.* /q" (without the quotes) & save as "ntosboot.bat" in c:
2. From the Start menu, select "Run..." & type "gpedit.msc".
3. Double click "Windows Settings" under "Computer Configuration" and double click again on "Shutdown" in the right window.
4. In the new window, click "add", "Browse", locate your "ntosboot.bat" file & click "Open".
5. Click "OK", "Apply" & "OK" once again to exit.
6. From the Start menu, select "Run..." & type "devmgmt.msc".
7. Double click on "IDE ATA/ATAPI controllers"
8. Right click on "Primary IDE Channel" and select "Properties".
9. Select the "Advanced Settings" tab then on the device 0 or 1 that doesn't have 'device type' greyed out select 'none' instead of 'autodetect' & click "OK".
10. Right click on "Secondary IDE channel", select "Properties" and repeat step 9.
11. Reboot your computer.


Do Spread This Site With Ur Friends And Family. Rohit


WindowsXP should now boot REALLY faster.


This Trick Has been Inspired from Gaurav
...Read more

Downloading Files/Movies via Torrents | Tutorial

This post is a step by step learning process of downloading movies/files via torrents For those who feel Torrents are not a good method of Downloading Files. But torrents are the Best method of Downloading Files. There are many problems while Downloading files via Rapidshare.
First, Movies are in different Parts. Second, The speed is slow. You have to wait quite long for Downloading file. Oncae a download is stopped, it can not be resumed. Whereas torrents can be always resumed.
TUTORIAL
1. Download the Torrent.
Visit the torrent Download page, add 'right click' on the torrent Link and Select 'Save Target as'.

The above is a part of the torrent Download Page. You can visit the page here.

Now do as you were directed above.




Next you would be asked to save the torrent, It is better if you save it at the desktop for Convinence.


You might need to add the .torrent extension to the file If it is not already there, an change Save as Type to ALL FILES.

2. Opening The Torrent

If you have uTorrent already installed on your computer you the torrent on your Desktop will take the icon of uTorrent. Then you Only need to Double click the torrent.

If you you don't have a Utorrent software on your Computer, you can get it from here.

After installing uTorrent, if the torrent dosen't takes the icon of the uTorrent then you need to do this:

- Right Click the Torrent File and Select OPEN WITH>uTorrent


3 Downloading the Files

Once u have opened the torrent using uTorrent, It shall automatically start downloading the movies/files included.

But if dosen't do that, Then select the Torrent in uTorrent and click the Start button.



Thats all, for any other questions please drop your comments.

Top Commentators widget

Blogger always lacked this Top commentators widget. This widget is very useful as it encourages your readers to comment on whatever they read.

This top commentators widget filters out top commemntators on the basis of your recent 5000 comments.

To install this widgetClick here

The pipe for the first widget is inspired from complicated yahoo pipe by Google System.

You must use this widget if your blog has lots of comments.
...Read more

Wednesday 25 March 2009

Slumdog Millionaire, Download Torrent



Slumdog Millionaire one of the best films of the century and it was also awarded with 8 oscars. The movie has been enriched with the superb music of AR Rahman. The movie describes the journey of a boy from nothing to too much. It is a must watch movie for you all.

Screenshots:








Torrent Details:-

Seeds: 95, 574
Leeches: 52, 434


Download Torrent

Before downloading the torrent make sure that you are a follower of the blog.

...Read more

Twilight, Download Torrent

Twilight is one of the most celebrated films of 2008. it has fanatastic performance and a very beautiful storyline. You must watch this movie.

Check out these Screenshots:







Seeds: 67,498
Leeches: 49,576


Download Torrent
Before downloading the torrent make sure that you are follower of the blog.



...Read more

Dragonball Evolution, Download Torrent



The movie Dragonball evolution is based on the famous cartoon series Dragonballz and is based on real human characters. This movie can entertain a person who has never seen the cartoon in his life. This movie has high quality SFX and the torrent which i am providing you won't spoil any graphic of the movie.

Check these screenshots.

Click Them For a larger image.





Seeds 8600
leeches 5000

Download Torrent

Before Downloading the torrent make sure that you are a follower of the blog.

...Read more

Tuesday 24 March 2009

Protect your Content

You must use this hack if you publish content which are totally your copyright right protected material or largely your own creation.

This trick will prevent users from copying your contents.

However it will make it hard enough to discourage them and get them moving on to easier targets.

What to do?
Log in blogger / Dashboard --> Layout --> Add Gadget - scroll down --> HTML/JavaScript -->

copy the next code and past in in HTML/JavaScript text box area




<script language="JavaScript">
<!--
//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com
var message="Function Disabled!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){ alert(message); return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>







When someone will try to do right click a message will appear “Function disabled” , you can change this message too if you wish.

Enjoy.

This trick has been developed by the owner of Deluxetemplates.


...Read more

Monday 23 March 2009

Random posts Widget

This widget displays random posts from your blog along with a sample picture.

This is the only widget which has been created by Wikiplugs.

The only disadvantage of this widget is that it will randomise only those posts about which you have submitted submit information to Wikiplugs.

To get this widget you need to register at Wikiplugs

For any help, Please drop a comment.

Show off Live visitors of your blog

This Widget will help you to show off the live visitors of your blog.

Specialty of this widget is that it automatically adjusts its width and provides a beautiful look to your blog.

This widget is much more effective than the FEEDJIT widget.

For more information about this widget go to Wowzio

For details reagarding problems getting this widget please drop a comment.

Sunday 22 March 2009

Firaaq, Download Torrent

Firaaq is a very serious movie starring Nasserudin Shah.

It has got fantastic critic reviews all over the world.

Check these screenshots.

I advise u to download the torrent through Limewire to obtain a good speed.

Seeds: 72
Leeches: 70

Download Torrent

To obtain the correct torrent file u must be a follower of this blog.

...Read more

Aloo chat, Download Torrent

Aloo chat is a recent successful film by Aftab Shivdisani.

It is a very entertaining movie & a superb comedy.

You must watch this movie.

Check out these screenshots






Download Torrent

If u want to download the correct torrent, u must be a follower of this website.

Click follow in right sidebar.
...Read more

Thursday 19 March 2009

Display HTML/CSS codes on your blog

I often write some HTML/CSS codes in my posts to display tricks related to blogger. Earlier I used to write HTML/CSS code using blockquote tag in my posts but now I found a useful hack to write these codes on coloured and good looking background. It will give your posts a professional look and your posts will become more readable. It is very easy to use and implement into your blog.

Just follow these simple steps :


Sign in to your blog and go to your Dashboard -> Layout -> Edit HTML


Now copy paste the following code before ]]>



.csscode {
margin : 15px 35px 15px 15px;
padding : 10px;
clear : both;
list-style-type : none;
background : #EEEEEE;;
border-top : 2px solid #AAAAAA;
border-right : 2px solid #AAAAAA;
border-bottom : 2px solid #AAAAAA;
border-left : 2px solid #AAAAAA;
}


Save your template

From now onwards whenever you want to insert some codes in your posts always put it between <div class="csscode"> and </div>








...Read more

Wednesday 18 March 2009

50 First Dates

50 First Dates 

If You Havent Seen This Movie Do See It It A Great Move Of Adam Sandlers

Torrent

Remember We Bring You All The Latest Torrents So Help Us By Joining Our Forum And 

Social network

Forum: techparadice.us.tt

Social network : tpnetworks.co.cc

...Read more

Quantum of Solace 2008 BlueRay Rip


Quantum of Solace 2008

Release Group: REFiNED
Release Name: Quantum.of.Solace.720p.BluRay.x264-REFiNED
Filename: refined-qos-blu720p.r*
Release Date: March 10, 2009
Source: BluRay
Size: 4.42 GB
Genre: Action Adventure Thriller
Video: 4354 kbps 1280×536
Audio: English DTS 1509 kbps
Subtitles: English
Runtime: 106m 14s
IMDB Rating: 7.0/10 (62,252 votes)
Directed By: Marc Forster
Starring: Daniel Craig, Olga Kurylenko, Mathieu Amalric

Seeking revenge for the death of his love, secret agent James Bond sets out to stop an environmentalist from taking control of a country’s valuable resource.

Screenshots:
http://store.picbg.net/pubpic/C0/FD/f0dadb7b8b0fc0fd.png
http://store.picbg.net/pubpic/3D/BE/682c7e7bbdb23dbe.png
http://store.picbg.net/pubpic/F7/81/7211ea6e8f89f781.png

Torrent

Remember We Bring You All The Latest Torrents So Help Us By Joining Our Forum And

Social network

Forum: techparadice.us.tt

Social network : tpnetworks.co.cc

...Read more

Windows 7 Build 7057 Custom Version

Windows 7 RC1 build 7057 32Bit all editions, including Extra regional & regionalized themes, Watermark removed.
Removed desktop.ini from popping up at logon


Windows 7 Tweaks applied:

Adds "Copy To" and "Move To" options in files and folders context menu, so that you can easily copy and move them to other locations.
Sets Windows to automatically end task of programs which are either hanged or taking longer time than expected to exit.
Decreases menus show delay time, it'll show the sub-menus fast when you select their parent menu.

Disables the low disk space check so that you don't get the annoying low disk space notification in system tray.
Sets Windows to not waste time in searching for a program which no longer exists in your system when you try to open its shortcut.
Disables "search on Internet" prompt in "Open with" window so that it directly opens the program list.
Speeds up the Explorer navigation.
Adds "Take Ownership" option in files and folders context menu so that you can easily take ownership of files and folders in case you want to replace them for customization purpose.
Adds Win7Vista.com & google Link, Empty recyclebin, Run, in Desktop Context Menu.
Allows Elevated Process,

Dreamscenes Enabled

Extra wallpapers

Extra Regional Themes

Watermark removed

32Bit:

Starter

HomeBasic

HomePremium

Professional

Ultimate

ACTIVATE - Ultimate with one of the supplied keys (ON DESKTOP)...

Run Regional_Themes.exe to apply regional themes (ON DESKTOP)...

Regionalized themes have already been applied...


Torrent

Remember We Bring You All The Latest Torrents So Help Us By Joining Our Forum And

Social network

Forum: techparadice.us.tt

Social network : tpnetworks.co.cc


...Read more

Need for speed Undercover, Download torrent


Synopsis
Need for speed, as the name suggests is a racin game. Shats!! why did i write that. everyone in the world knows that. We bring to you the latest version Of the NFS series "NFS Undercover" with better Graphics, Better Dificulty And off course a better Torrent.

To see other images of the game click these external images at your own risk:

Link 1

Link 2

Link 3

Torrent details:

Seeds:1128
Leeches: 401
4.18 GB in 1 file.

Trackers:

http://wip.tracker.thepiratebay.org:80/announce: 1128 seeds
Tracker up, last checked 0.4 hours ago884 seeds, 1788 leechers, 15969 downloadshttp://open.tracker.thepiratebay.org:80/announce: 884 seeds
Tracker up, last checked 1.7 hours ago860 seeds, 1711 leechers, 15709 downloadshttp://tracker.blazing.de:6969/announce: 860 seeds
Tracker up, last checked 1.3 hours ago859 seeds, 1746 leechers, 15956 downloadshttp://vlv.tv.tracker.prq.to:80/announce: 859 seeds
Tracker up, last checked 1.2 hours ago80 seeds, 170 leechers, 665 downloadshttp://tracker.torrentparty.com:2202/announce:%2089%20seed: 80 seeds
Tracker up, last checked 0.3 hours ago78 seeds, 197 leechers, 8496 downloadshttp://tracker.mightynova.com:4315/announce: 78 seeds
Tracker up, last checked 2.5 hours ago76 seeds, 156 leechers, 303 downloadshttp://tr.ydy.com:88/announce: 76 seeds
Tracker up, last checked 3.2 hours ago60 seeds, 116 leechers, 347 downloadshttp://bttrack.9you.com:8080/announce: 60 seeds
Tracker down, last changed -1 hours ago? seeds, ? leechers, ? downloadsOriginal, primary trackerhttp://tracker.thepiratebay.org:80/announce: ? seeds


Download Torrent
...Read more

Tuesday 17 March 2009

Ghajini PC Game Download




SYNOPSIS

Ghajini' is a Third Person Action game, which will provide a fantastic opportunity to all Ghajini fans to experience the movie through this exciting game. The game features recreated movie locations and scenes in the 3D world so as to provide the gamers with the actual movie sets to make the game playing experience as authentic and adventures as the movie. The players get a first hand experience of the main protagonist and character Sanjay (played by Aamir Khan) and experience the challenges and trails faced by him.


MINIMUM SYSTEM REQUIREMENTS

Windows* XP SP2 with admin rights*
Intel* Pentium* 4 2.4 GHz+ or equivalent
1 GB RAM

Intel* G965**, NVIDIA Geforce* 6600 or ATI Radeon* X800
With 256 MB Video Memory
1 GB Free Hard Drive Space
OpenAL / DirectX* 9.0c compliant Audio


RECOMMENDED SYSTEM REQUIREMENTS

Windows* XP SP2 with admin rights*
Intel* Core 2 Duo or equivalent
2 GB RAM
NVIDIA GeForce* 7600 or ATI Radeon* X1650
With 256 MB Video Memory
1 GB Free Hard Drive Space
OpenAL/DirectX* 9.0c compliant Audio
Compatible with Intel Integrated Graphics Chipset G965 and above
(may require additional RAM for Shared Video Memory)



Note : IT WORKS WITH Windows Vista ALSO
Size : 1CD

Rapidshare links:

http://rapidshare.com/files/206378113/Ghajni_Game3D_with_crack.by_aiochamp.part1.rar
http://rapidshare.com/files/206378489/Ghajni_Game3D_with_crack.by_aiochamp.part2.rar
http://rapidshare.com/files/206384019/Ghajni_Game3D_with_crack.by_aiochamp.part3.rar
http://rapidshare.com/files/206385650/Ghajni_Game3D_with_crack.by_aiochamp.part4.rar
http://rapidshare.com/files/206386432/Ghajni_Game3D_with_crack.by_aiochamp.part5.rar
(you need to copy and paste these linksin your address bar one by one)

Crack
http://rapidshare.com/files/206384465/Ghajni_Game3D_with_crack.by_aiochamp.part6.rar

Click these links to see the screenshots


Screen 1


Screen 2


Screen 2
Note:I have not provided the torrent this time because most of the torrents were fake or didn't include the crack file. Moreover the torrents had very poors seeds.
The seeds and leeches were in the ratio of
1:70
Hence downloadin this game via torrent was very useless, time consuming and boring
For any queries post your comments



...Read more

Monday 16 March 2009

Gulaal, Download Torrent

Finally i have been able to get a torrent of gulaal with good seeds and excellent quality.

To check the screenshots click these link.

Screen 1

The torrent has seeds triple than the leeches i.e 901:278

It is advised to download this torrent through uTorrent.

Download Torrent

We bring you the best torrent from all over the internet.

Remember us!!
...Read more

Check your IP address from Firefox Status Bar

There are many ways to check your IP address, but if you have a dynamic IP address and want it to be in front of your eyes all the time, then this firefox addin is the best choice for you.

The addon displays your current IP address all the time at your Status bar.

To get the addon Just follow these simple steps:

Open this page in Firefox Web browser

And then click on this Link




...Read more

Mrs. India 2009 crowned in Mumbai, Watch Video

Gladrags Mrs. India A very popular contest for married women has inspired Indian women to take part in this beauty paegent.

This year the number of Participants for the competetion was the highest.

The Final round of the contest was held in Mumbai yesterday.

Since icannot describe the participants so it would be better if you watch the video yourself..




Iwant to know your views about this contest so please comment.
...Read more

Friday 13 March 2009

Change page icon of blogger blog.

This is a small hack to add an icon in the address bar when your site/blog is opened.

Like this:


Step 1. Create your icon (.jpg format) and upload it somewhere on net. I prefer Imageshack.

Step 2. Open the template and add this code just after the <head> tag.

<link href="'your" type="'image/jpg'/" rel="'icon'">

Replace your icon URL here by the URL of your logo (which you uploaded in step 1)

Step 3. Save template change and republish your site/blogIts done.

...Read more

Find Invisible Users on Yahoo Messenger


Yahoo messenger is the famous chat client with lots of features. Some users set their status as invisible so that others can not disturb them. In this way others will think that user is offline. But now you can find invisible users in yahoo messenger easily.


CheckInvisible is a simple online tool to find invisible users in yahoo messenger. Just type that Yahoo Id in the box and click Check. It will show you whether the user is online, offline or invisible. Isn't it cool ?


Visit and Enjoy

...Read more

Jai Veeru, Download Torrent

Jai veeru describes friendship between fardeen khan and Kunal khemu in reel life.
This movie can entertain you a lot.
Its Torrent has 500 seeds with similar leeches.

But beforethat you must check out its screenshot.

Click these links to see the screenshot:

Screen 1


Download Torrent ...Read more

Thursday 12 March 2009

Watch Shahid Kapur starrer "Kaminey" Movie Trailor

After Omkara Vishal Bhardwaj brings to you another Movie to you from his side, KAMINEY..
Watch it s promo....

...Read more

Lalu Yadav's Cartoon Hits Small Screen, Watch Video

Lalu Yadav gained popularity in the rurlal areas of the north_eastern states in India.

We hope it becomes popular all over the world.



Liked it!!
Post your comments!! ...Read more

Imran-Ranbir in Dostana 2, Watch Video

Watch this video which will completely explain you the title of the post.

...Read more

Watch 8x10 Tasveer promo, Akshay Turns to his original genre

Akshay after his entertaining but flop and disastarous movie,CC2C moves to what gave him place in Bollywood.

Watch this trailor of Akshay's Next movie(8x10 Tasveer) in which Akshay does some serious Acting.







LENGTH: 60 Seconds
RELEASE DATE: 03/04/2009
PRODUCER: Bhushan Kumar
STARCAST: Akshay Kumar, Ayesha Takia, Sharmila Tagore, Javed Jaffrey
DIRECTOR: Nagesh Kukunoor
...Read more

World4masti SMS Service

World4masti provides you the facility of SMS service to your mobile Phone.
If u want to get rid of checking your E mails, We can send you updates of world4masti on your mobile phone @ Rs.0.00 (No conditions applied)

We send you all the latest bollywood gossips and true News to your mobile for free.

Since we have to tackle lot of Spam Everyday, we have changed the subscribtion method.

To subscribe to SMS updates

Send ' ON World4masti ' to +919870807070.

You will be automatically subscribed to the Service, with a notification message

Add Translation widget using flag symbols.


It would be very nice if your readersa are able to read your blog in their own language.
This post is in addition to our previous post.
This post is better as it includes translation Using the flags of different Countries.
To get this widget Follow these simple steps:-



1. Go to blogger's Edit Layout Page
2. Select add a gadget.
3. Select Html/Javascript in the gadget list.
4. Copy and paste the following code over there


<div style="padding: 3px 3px 3px 3px; text-align: center;"> <div align="left"><a style="cursor: pointer;" target="_blank" rel="nofollow" title="Google-Translate-English to French " onclick="window.open('http://www.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=en%7Czh-CN&hl=en&ie=UTF8'); return false;"><img alt="Chinese" border="0" align="absbottom" title="Google-Translate-Chinese (Simplified) BETA" height="24" src="http://imgcash4.imageshack.us/img518/261/chineeseoq9.png" style="cursor: pointer;" width="24" /> <img alt="French" border="0" align="absbottom" title="Google-Translate-English to French " height="24" src="http://img296.imageshack.us/img296/1476/frenchflagkf9.png" style="cursor: pointer;" width="24" /></a> <a style="cursor: pointer;" target="_blank" rel="nofollow" title="Google-Translate-English to German" onclick="window.open('http://www.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=en%7Cde&hl=en&ie=UTF8'); return false;"> <img alt="German" border="0" align="absbottom" title="Google-Translate-English to German" height="24" src="http://img242.imageshack.us/img242/3466/germanke6.png" style="cursor: pointer;" width="24" /></a> <!--– to beta – add english japanese--> <a style="cursor: pointer;" target="_blank" rel="nofollow" title="Google-Translate-English to Japanese BETA" onclick="window.open('http://www.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=en%7Cja&hl=en&ie=UTF8'); return false;"> <img alt="Japanese" border="0" align="absbottom" title="Google-Translate-English to Japanese BETA" height="24" src="http://img242.imageshack.us/img242/8905/japaneseyq6.png" style="cursor: pointer;" width="24" /> </a> <!--– to beta – english end japanese--><a style="cursor: pointer;" target="_blank" rel="nofollow" title="Google-Translate-English to Korean BETA" onclick="window.open('http://www.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=en%7Cko&hl=en&ie=UTF8'); return false;"> <img alt="Korean" border="0" align="absbottom" title="Google-Translate-English to Korean BETA" height="24" src="http://img510.imageshack.us/img510/6545/koreanfa6.png" style="cursor: pointer;" width="24" /> </a> <a style="cursor: pointer;" target="_blank" rel="nofollow" title="Google-Translate-English to Russian BETA " onclick="window.open('http://www.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=en%7Cru&hl=en&ie=UTF8'); return false;"> <img alt="Russian" border="0" align="absbottom" title="Google-Translate-English to Russian BETA " height="24" src="http://img525.imageshack.us/img525/3699/russianvr7.png" style="cursor: pointer;" width="24" /> </a> <!--– to beta – russian english end--> <a style="cursor: pointer;" target="_blank" rel="nofollow" title="Google-Translate-English to Spanish " onclick="window.open('http://www.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=en%7Ces&hl=en&ie=UTF8'); return false;"> <img alt="Spanish" border="0" align="absbottom" title="Google-Translate-English to Spanish " height="24" src="http://img530.imageshack.us/img530/3777/spanishvq3.png" style="cursor: pointer;" width="24" /> </a> <!--– to – spanish english end--> <!--!–--> <!--!–--> <!--!–--> <!--!–--> <!--!–--> <!--!–--> <!--!–--> <!--!–--> <!--!–--> <!--!–--> <!--!–--> <!--!–--> <!--!–--> <!--!–--> <!--!–--> <!--!–--> </div> <div style="float: left;"> <sup> Powered By </sup><a href="http://widgetsforfree.blogspot.com/2008/09/translate-blog-widget-using-flags.html"><img style="border:none;" alt="google" src="http://img301.imageshack.us/img301/7661/googlelogode0kn0.png" class="gsc-branding-img-noclear" title="Google Translation Widget" /></a></div> </div>

Thats it. Your job is done.

Post your comments for any queries or suggestions.
...Read more

Bollywood stars Playing Holi, Watch Video

This is not an ordinary holi.
it is the holi played by the stars of our beloved Bollywood.
But has it got some class, check out yourself.

...Read more

Femina Miss India 2010 Finalists Unveiled, Watch video

Finalist of pantaloons Femina Miss India 2010 were Unveiled Yesterday.
In my opinion the class, refinement of miss india contest is on a decrease.
You can see the cheap collection of Miss India participatants below.
However there are few Exceptions.

Watch this Video Yourself.



Video Hosted by Times of India ...Read more

Translate Widget For blogs

The following trick is only for blogs created using Blogger.
It would be very easy for your readers if they are able to read your blog in their own languages.

Translate

The users can translate your blog in a variety of languages.

To get this widget follow these steps.
1. Go to blogger>login
2. Select page elements in the Layout tab.
3. Click on Add Gadget
4. Select Html/Javascript
5. Paste the following code in the new window that appears.

<script src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/translatemypage.xml&
up_source_language=en&w=160&h=60&title=&border=&output=js">
</script>

Thats it.
Your job is done!

Pls post your comments for any queries.

...Read more

Wednesday 11 March 2009

Contact Form for blogs and websites




It would be very nice if your readers are able to contact you without knowing your email id.Your visitor as well as you both will be benefitted.

This method of contact is known as contact via CONTACT FORM.
It is also free of spam and Virus, unlike e mail contacts.

You can Check my contact page --HERE--

To place it on your own blog you need to Do the following things:


1. Register At Kontactr.com
2. Obtain All the Necessary Codes.
3. Go to blogger>Create a new post and paste all the codes there.
4. Now You can place that post under a separate Label.
5. Whenever the Visitors will visit the page they would a see Contact form with word verification.

Now your Job is done.
...Read more

Bookmark button For blogs





You must have noticed the above Button on Many Websites or blogs.

This button helps yuor readers to bookmark or share your content quickly.

It can also help in making your webpage or blog much much popular.

So it is advised to have this button.

To get this button on your blog click here ...Read more

Tuesday 10 March 2009

Filmfare Awards Power list

Amazing!!

Yash Raj has been now replaced by Amir khan as the most powerful person of the film Industry.

Second spot is retained by Sharukh Khan.

Hrithik slipped from 3rd to 9th position.

Kareena Kapoor is the only women in this list at 10th spot.

This time None of the Bachhans are in the list.

It is clear that u just don't need to be good at one job, but many.

JAI HO!! ...Read more

Sunday 8 March 2009

Dhoondte Reh Jaoge, Download Torrent



Dhoondte Reh jaoge is a funny rip tickler, whic will entertain you a lot.

So, i think u should not miss this one!

This is a well seeded torrent(600+) and the print is of the best quality.

Download Torrent
...Read more

Shahid Kapoor to rock 2009 By 4 Films.

Shahid is All set to Rock the year with Four back 2 back movies.

His first movie is 'Kaminey' being directed by Vishal Bhardwaj.

He is also in the Kareena Kapoor Starrer, 'Milenge-Milenge'.

He has a very crucial role in his best film of his life, 'Paathshala'.

He also decided to act in the movie being Directed by his father, Pankaj Kapoor. The movie is Untitled, yet.

So let us wish Shahid Kapur the much needed, All the best!! ...Read more

13B, Download Torrent

13B is the best horror flick among the last 5 yrs.

It is better than 1920, Raaz, etc.

The torrent was created 2 hrs ago from now.

Before downloading the torrent u would love to see the screenshots.
I Know!!
http://i44.tinypic.com/11tahs6.png
http://i44.tinypic.com/4sn0vs.png

For the download link an Other information, go to

Source

REMEMBER: We bring to you the best torrent from all torrent sites.


...Read more

Friday 6 March 2009

13B Shocks Critics, Movie Review



Film: 13B (Horror)
Cast: R. Madhavan, Neetu Chandra, Sachin Khedekar
Direction: Vikram K Kumar
Duration: 2 hours 25 minutes
Critic's Rating: ***1/2


Now this one's a neat little goosebump that keeps the chill factor on simmer, both in terms of content and charisma (read style). Generally, desi horror flicks end up low on story and crumble in the climax, relegating the suspense and gore to some mumbo-jumbo about witchcraft and voodoo. Rarely do they come up with some satisfactory explanation for all the paranormal bhoot lore on screen, before the closing reels. But that's not the case with 13B. On the one hand, it keeps the scare element brewing through most of the film, with danger and death lurking at every twisted turn. On the other, it blends the supra-normal with the normal, to give you a plausible reason for all the strange occurrences on screen. More importantly, it makes a topical dig on the 21st century global obsession: the all-pervasive -- and prying -- influence of television which seems to have completely taken over our lives. And if that's not a strong-enough statutory warning, the innocuous idiot box may soon be replaced by the inimical mobile as a sanity-threatening device, it concludes. Experts are already stating that 53 per cent of mobile phone users are suffering from nomophobia, (no mobile phobia) a fear of being without their mobile. So there! 13B begins on a cheery note.

A happy family, that happens to be a microcosm of the Great Indian Parivar, moves into a new flat that has been bought by the two brothers (Madhavan and co.) after incurring a hefty loan. The upwardly mobile brothers don't mind and begin their day on a joyous note, with the wives (Neetu Chandra and co.) merrily gossiping in the kitchen, the kids boisterously preparing for school and college and the mother (Poonam Dhillon) affably clamouring for a cable connection, since she cannot bear to miss a single episode of her saas-bahu soaps. Picture perfect, did you say? Well, almost. Just that the milk gets curdled every day, the portraits of the gods can't be hung on the impenetrable walls, the lift doesn't work only for Madhavan, his cell phone camera relentlessly distorts his face and the mysterious neighbour's dog simply refuses to enter the flat with his master. Reason enough for rationalist Madhavan to press the panic button? Not until he chances upon a television soap that seems to be playing only in his house and the onscreen drama ends up predicting the events that gradually begin to plague the happy family. Goes without saying, the soap is extremely popular with the women in his house, till the blood begins to flow....And the only way Madhavan can protect his family is by becoming a TV addict himself and learning what's in store. It's an interesting tale, told well, with all the mandatory twists and turns in all the right places. Adding to this, is the complete spontaneity of the ensemble cast, ably led by Madhavan who is extremely endearing as the yuppie, torn between the supernatural and the real. Watch out for some zippy cinematography, a stylised monochrome tint and some snazzy editing. Great timepass. Go for it.

The credit for this review goes to Nikhat Kazmi From Times of India.


...Read more

Random Posts widget for Blogger blog

If you’re interested in creating a random links list on your own Blogger/Blogspot blog, read on for the complete instructions.


How To Show Random Links On Your Blogspot Blog
Go to the Layout Tab and click Add Page Element.
Find Links List and click Add To Blog.
Type in a title and click Save Changes.
Go to the top of the Layout page and click Edit HTML
Click Download Full Template, so that if you mess this up, you’ll have a backup of your template.
Put a check in the checkbox that reads Expand Widget Templates.
Search for the line in the template that contains the title you input. It should look something like this:

<b:widget id='LinkList1' locked='false'
title='MyListTitle' type='LinkList'>


This is the start of the widget you created. Don’t touch this line, but delete all the lines below it until you reach </b:widget>. This is the end of the link list widget. Now you have an empty links widget. Your code should look something like this:

<b:widget id='LinkList1' locked='false' title='MyListTitle' type='LinkList'>

<--NEW CODE WILL GO HERE-->

</b:widget>



What you’ve done is gutted the Links widget, and now you’re going to fill the space with the new random blogroll guts. Take the following code and insert it into the section above that reads “NEW CODE WILL GO HERE”. Please don’t make me tell you that “<--NEW CODE WILL GO HERE-->” should NOT be in your code. You knew that already.

<b:includable id='main'>
<b:if cond='data:title'><h2><data:title/></h2></b:if>
<div class='widget-content'>
<ul>
<script type='text/javascript'>
var maxlinks = 10;
var linksarray = new Array();
var linksarray2 = new Array();
<b:loop values='data:links' var='link'>
linksarray.push("<a expr:href='data:link.target'><data:link.name/></a>");
</b:loop>
if (maxlinks>linksarray.length){maxlinks=linksarray.length;}
for (var i=1;i<=maxlinks;i++)
{
linknum = Math.floor(Math.random()*linksarray.length);
linksarray2.push(linksarray[linknum]);
linksarray.splice(linknum,1);
}
for (x in linksarray2.sort())
{
document.write('<li>'+ linksarray2[x] + '</li>');
}
</script>
</ul>
<b:include name='quickedit'/>
</div>
</b:includable>


Well, Dr. Frankenblogger, you’re almost there. The widget defaults to 10 random links. If you want to change that, change the number on this line: var maxlinks = 10; to the number of links that you’d prefer.
Click Save Template.
Click on the Layout Tab.
Click Edit on the Links Widget and add some links to your blogroll.
As always, if you run into problems implementing this, let me know.

All the credits For this wonderful method Goes to Mr. Jon Dyer.



...Read more

Wednesday 4 March 2009

CBSE Board exam(Social Science) Overview...

...Read more

Add 'save as PDF' button to Your Blog



If you want your visitors to quickly save useful content from your blog to a PDF file, you can simply add a Save As PDF Button to your blogger posts. This post will help you in adding Save As PDF button to your blogger blog.

This is a fantastic method and will be very helpful for you to promote your blog

Just Follow these steps to do that:-


» First of all, sign in to your blogger blog and go to Dashboard -> Layout -> Edit HTML

» Now click on Expand Widget Templates



» Now find <data:post.body/> and add the following code after it.

<script type="text/javascript">
</script>
<script src="http://web2pdf.freepdfconvert.com/pdfbutton.js"
type="text/javascript">
</script>



» Save the template.

That's all.

Now you will see Save page as pdf button below each post.
...Read more

Add Search Bar to your Blog


Search engines are most common requirement for a blog. Search engine allow your visitors to easily find the articles. In this way visitors will read more of your articles. So it is useful for both blog visitors and blog authors. You can read this tutorial to add a search engine to your blog.

Follow the steps given below to add a search engine to your blog :

1. Login to your blogger blog and go to Layout -> Page Elements.

2. Under Page Elements tab, click on Add a Gadget. A pop up windows will appear. Now select HTML/JavaScript and click on add button.

3. Now copy and paste the following code into HTML window.



<form id="searchThis" action="/search" style="display:inline;" method="get">
<input id="searchBox" name="q" size="20" type="text"> <input id="searchButton" value="Search" type="submit"></form>



Thats All, Click On Save
...Read more

Watch 54th Filmfare Awards Videos

VIDEO 1

Description: The biggest of Khans, Kumars, Bachchans and Roshans converged on one platform to celebrate the movies of 2008. Filmfare Awards was a truly Big event. We bring you some highlights in this Red Carpet bonanza as to who worn what and who said what. Must Watch!

Time: 5 min 22 sec




To watch other videos and see their description follow these links


Deepika at filmfare

Asin on Filmfare Cover

The torrent of the complete filmfare awards will available on our site only after the show is telecasted at Sony TV.

Thank you ...Read more

Monday 2 March 2009

AR Rahman Gets Doctrate degree

After Dr. Amitabh Bachan, Its Dr. AR Rahman.

AR Rahman who just brought home two Oscars, will be honoured with the degree of Doctrate.

This title would be given by Anna University of Madras.

Thats All..

Congratulations Dr. Rahman... ...Read more

54th idea Filmfare awards, complete results

FILMFARE AWARDS 2009 RESULTS
Best Movie: Jodha Akbar
Best Director: Ashutosh Gowarikar for Jodha Akbar
Best Actor in a Leading role (Male): Hrithik Roshan for Jodha Akbar
Best Actor in a Leading role (Female): Priyanka Chopra for Fashion
Best Actress Critic Award: Sahana Goswami for Rock On!
Best Actor Critic Award: Manjit Singh for Oye Lucky! Lucy Oye!
Best Jury Award: Nishikant Kamat for Mumbai Meri Jaan
Lifetime Achievement Award: Bhanu Athaiya, Om Puri
Best Actor in Supporting Role (Male): Arjun Rampal for Rock On!
Best Actor in Supporting Role (Female): Kangana Ranaut for Fashion
Best Dialogue: Manu Rishi for Oye Lucky! Lucky Oye!
Best Screenplay: Yogendra Vinayak Joshi, Upendra Sidhaye for Mumbai Meri Jaan
Best Story: Abhishek Kapoor for Rock On!
Best Music Director: A R Rahman for Jaane tu…
Best Lyrics: Javed Akhtar for Jashn-e-Bahara (Jodha Akbar)
Best Playback Singer (Male): Sukhwinder Singh for Haule haule (Rab Ne Bana Di Jodi)
Best Playback Singer (Female): Shreya Ghoshal for Teri ore… (Singh is Kinng)
Best Sensational Debut (Male): Farhan Akhtar and Imraan Khan
Best Sensational Debut (Female): Asin Thottumkal for Ghajini
Sony Filmfare Best Scene Award: Rab Ne Banadi Jodi
R D Burman Upcoming Talent: Benny Dayal for Ghajini

Technical Awards


Best Background Score: A R Rahman for Jodha Akbar
Best Costume: Manoshi Nath for Oye Lucky! Lucky Oye!
Best Cinematography: Jason West for Rock On!
Best Sound Design: Vinod Subramanyam for Rock On!
Best Choreography : Longines for Pappu Can’t Dance Sala . ( Jaane Tu…)
Best Editing: Amit Pawar for Mumbai Meri Jaan
Best Prod. Design: Vandan Kataria and Monica Angelica Bhowmick for Oye Lucky! Lucky Oye!
Best Action: Peter Hein for Ghajini
Best Visual Effects Award: John Deitz for Love Story 2050
...Read more

Sunday 1 March 2009

Kisse Pyar Karoon, Download Torrent

I never wanted to do this.

But i have no choice.
This my' Majboori'.

Kisse Pyaar karoon is a flop film with flop performances, even by Arshad Warsi.

This movie will pass ur time till 2 hrs & 50 min.

Now, Lets talk about the good.

The print of the movie is awsome with 'Okay' seeds.

Download Torrent

...Read more

Hrithik, Priyanka declared best actors at Filmfare Awards, Jodhaa Akbar best film

FILMARE awards just ended up yesterday night with a bang.

Hrithik Roshan Won the award for best actor for being Akbar while Priyanka Chopra got it for Fashion.

Jodha Akbar was declared the Best film
and Ashutosh Gowariker was named the best director.

AR Rahman bagged the award for Best Musician for Jaane Tu Ya Jaane Na.


But, Overall Rock On rocked the night with 6 Filmfare Awards.

Farhan & Arjun got the award for Best Debutant & Supporting Actor, respectively.
The Rest were technical awards, rather. ...Read more

Latest Comments

Mail

Link Exchange

1. watch Arabic Movies
2. Xenu RapidShare Downloads
3. Warez Inc.
4. Disaster RX

To exchange links with us, contact us here






Blog Archive

Users Online

My BlogCatalog BlogRank

Subscribe To Newsletter

Get our Updates in Your Inbox. We will Send You only One Email Every Day.

Enter your email address:

Delivered by World4masti Mail

Or

 Subscribe in a reader

Visit Sources


Site Stats



  © Blogger templates The Professional Template by Ourblogtemplates.com 2008

Back to TOP