Visit www.movies1111.com to download free movies.
Friday, 8 April 2016
Thursday, 19 December 2013
Block Websites Without Software
Hello friends ,
usually sometimes we need to block some websites in our home which shouldn't be good to be viewed by the childrens .
so let us learn how to block websites .....
STEPS TO FOLLOW :
1 Browse C:\WINDOWS\system32\drivers\etc
2 Find the file named "HOSTS"
3 Open it in notepad
4 Under "127.0.0.1 localhost" Add 127.0.0.2 www.sitenameyouwantblocked.com , and that site will no longer be accessable.
5 Done!
NOTE
-So-
"127.0.0.1" is a localhost.
"127.0.0.2" is for a blocked website i.e., www.blockedsite.com
-->www.blockedsite.com is now unaccessable<--
For every site after that you want to add, just add "1" to the last number in the internal ip (127.0.0.2) and then the add like before........
ex:---
127.0.0.3 www.blablabla.com
127.0.0.4 www.blablabla.com
127.0.0.5 www.blablabla.com
Thursday, 31 May 2012
Adobe Illustrator CS5 Lite Portable Mediafire
Adobe Illustrator CS5 Lite Portable Mediafire
Requirements:
Intel Pentium 4 or AMD Athlon 64 processor
1GB of RAM
2GB of available hard-disk space for installation; additional free space required during installation (cannot install on removable flash-based storage devices)
1024x768 display (1280x800 recommended) with 16-bit video card
DVD-ROM drive
Broadband Internet connection required for online services
1GB of RAM
2GB of available hard-disk space for installation; additional free space required during installation (cannot install on removable flash-based storage devices)
1024x768 display (1280x800 recommended) with 16-bit video card
DVD-ROM drive
Broadband Internet connection required for online services
Adobe Photoshop CS4 Portable Edition
Adobe Photoshop CS4 Portable Edition
Smoother panning and zooming and fluid canvas rotation new
Navigate
to any area of an image with new, ultra-smooth zooming and panning.
Maintain clarity as you zoom to individual pixels and easily edit at the
highest magnification with the new Pixel Grid. And use the
revolutionary new Rotate View tool to smoothly turn your canvas for
distortion-free viewing at any angle.
Simplify image adjustment
by easily accessing every tool you need to nondestructively adjust and
enhance the color and tone of your images; on-image controls and a wide
variety of presets are also included in the new live and dynamic
Adjustments panel.
Quickly create and edit masks from the new
Masks panel. This panel offers all the tools you need to create editable
pixel- and vector-based masks, adjust mask density and feathering,
easily select noncontiguous objects, and more.
Use the new and
revolutionary Content-Aware Scaling feature to automatically recompose
an image as you resize it, smartly preserving vital areas as the image
adapts to the new dimensions. Get the perfect image in one step without
time-intensive cropping and retouching.
Easily create a single
image from a series of shots that have different focal points with the
enhanced Auto-Blend Layers command, which smoothly blends color and
shading and now extends your depth of field, automatically correcting
vignettes and lens distortion.
Create accurate composites
with the enhanced Auto-Align Layers command. Move, rotate, or warp
layers to align them more accurately than ever before. Or use spherical
alignment to create breathtaking panoramas.
Get instant access to
Adobe Bridge CS4 with faster start-up, use new workspaces to jump to
the right display for every task, easily create web galleries and PDF
contact sheets, and more.
Combine a range of images, each with a
different exposure, color, and focal point — with options to preserve
tones and colors — into a single color-corrected image.
Select
multiple photos in Adobe® Photoshop® Lightroom® software (sold
separately) and automatically open them in Adobe Photoshop CS4 to merge
them into a panorama, a high dynamic range (HDR) photo, or a
multilayered Photoshop document. And seamlessly roundtrip back to
Lightroom.
Enjoy superior conversion quality as you process raw
images with the industry-leading Adobe Photoshop Camera Raw 5 plug-in,
which now offers localized corrections, post-crop vignetting, TIFF and
JPEG processing, and support for more than 190 camera models.
Enjoy
dramatically enhanced color correction with reengineered Dodge, Burn,
and Sponge tools that now intelligently preserve color and tone details.
Get
outstanding prints with superior color management, tighter integration
with leading printer models, and the ability to preview out-of-gamut
image areas. Support for 16-bit printing on Mac OS offers increased
color depth and clarity.
File display options new
Easily work with multiple open files by using tabbed document display or n-up views.
DOWNLOAD HERE
Sunday, 27 May 2012
LOCK ANY FOLDER USING NOTEPAD
LOCK ANY FOLDER USING NOTEPAD
HY guys,
Today i m going to write about how to lock folders or files just by using a notepad. I think it is safe to use this trick other than a softwares like folder protect, folder locker,etc bcozz they can be cracked easily.
so let us follow some steps to know how to do that ...........
STEP 1: press windows button + R from the keyboard. then a dialog box appears as shown below:
now write "notepad.exe" in the box and press enter. Notepad opened now.
STEP 2: Now copy and paste the below code in notepad and save it as folderlock.bat .but replace the "type your password here" with the password which u want to use to unlock it.
cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End
SEE IMAGE TO KNOW HOW TO SAVE IT.
REMEMBER TO END THE NAME AS .bat AND NOT .txt .
SAVE IT WHERE U WANT TO HIDE THAT FOLDER WHICH U WANT.
STEP 3: Now double click the file which u saved as "folderlock.bat",then u see a new folder named "locker" is visible to you in the same location.
Now put the Data Inside the folder Locker and again Double Click the Batch file to Lock it, this will give you a prompt, just Type y and press Enter:
To unlock the folder again you just have to double click the "folderlock.bat" again, this will give u prompt "enter your password to unlock". Then write the password you set and press enter. Your folder is unlocked now.
Now keep the Batch File named FolderLock.bat in a different place like your USB Pen Drive so that only you can access the Folder you have locked.
I hope guys you understand it well.If you have any question or doubt, please leave a comment and I will get
to you as soon as possible and will help you to best possible way.
PHOTO SCAPE
PhotoScape is a photo editing software that is easy and
fun. These applications can be used by beginners to improve and enhance
the image display. This application also serves as a viewer, to see the
photos and slideshow.
Key Features
Key Features
- Viewer: View photos in your folder, create a slideshow
- Editor: resizing, brightness and color adjustment, white balance, backlight correction, frames, balloons, mosaic mode, adding text, drawing pictures, cropping, filters, red eye removal, blooming, paint brush, clone stamp, effect brush
- Batch editor: Batch edit multiple photos
- Page: Merge multiple photos on the page frame to create one final photo
- Combine: Attach multiple photos vertically or horizontally to create one final photo
- Animated GIF: Use multiple photos to create a final animated photo
- Print: Print portrait shots, carte de visites(CDV), passport photos
- Splitter: Slice a photo into several pieces
- Screen Capture: Capture your screenshot and save it
- Color Picker: Zoom in on images, search and pick a color
- Rename: Change photo file names in batch mode
- Raw Converter: Convert RAW to JPG
- Paper Print: Print lined, graph, music and calendar paper
- Face Search: Find similar faces on the Internet.
Thursday, 24 May 2012
DOWNLOAD WINDOWS 8 CONSUMER PREVIEW
DOWNLOAD WINDOWS 8 CONSUMER PREVIEW
It's Windows reimagined and reinvented from a solid core of Windows 7 speed and reliability. It's an all-new touch interface. It's a new Windows for new devices. And it's your chance to be one of the first to try it out.
Windows 8 Consumer Preview is a much refined and faster beta version that brings quite a lot of new stuff to the table. Firstly, the old Start button has been removed and is now replaced by a Charms Bar that appears on the right side of the screen. To reveal the Charms Bar, you’ll either have to point to the top or bottom left corner of the tablet or desktop/laptop. It also brings the new and simplified Windows 8 logo, some new apps and a handful of other bug fixes and performance improvements.
DOWNLOAD 32bit
DOWNLOAD 64bit
Product Key: DNJXJ-7XBW8-2378T-X22TX-BKG7J
In case you want the windows 8 consumer preview in any other language the goto the windows official download page then click here.
don't forget to share nd subscribe my posts.............
TUNEUP UTILITIES 2012 FULL VERSION FREE DOWNLOAD

TuneUp Utilities provide amazing speed boost to your computer deleting all the temporary files and clutter in your computer. TuneUp Utilities provide easy user interface which you can use to maintain your computer. With TuneUp Utilities you can disable effects and other heavy stuff which will help you to boost overall speed and performance of your PC.
DOWNLOAD HERE
Tuesday, 22 May 2012
WINDOWS 7 KEYBOARD SHORTCUTS
HY FRIENDS,
TODAY I AM GOING TO TELL YOU SOME SHORTCUTS FOR WINDOWS 7 WHICH ARE REALLY IMPRESSING YOU AS WELL AS YOUR FRIENDS.
Anyone
working professionally with a computer has their hands on the keyboard
most of the time. Reaching for the mouse can be an annoying disturbance
and personally I often turn over my mouse in such situations. An easy
solution is to simply keep the hands on the keyboard and complete as
many tasks as possible with keyboard shortcuts only.
IT MAKES YOUR WORK MORE EFFICIENT AND FASTER.
TODAY I AM GOING TO TELL YOU SOME SHORTCUTS FOR WINDOWS 7 WHICH ARE REALLY IMPRESSING YOU AS WELL AS YOUR FRIENDS.
IT MAKES YOUR WORK MORE EFFICIENT AND FASTER.
Note that some of these shortcuts will only work if Windows Aero is
enabled. If Aero effects are disabled on your computer, it might not be
powerful enough to support resource intensive graphical features.
AERO SHORTCUTS
- [Windows] + [Spacebar] (Aero Peek)
Make all open windows transparent to view gadgets and icons on desktop.
- [Windows] + [D] (Aero Peek)
Show or hide the desktop. - [Windows] + [Home] (Aero Shake)
Minimize all but selected window. Reverse by clicking the key combination again. - [Windows] + left arrow OR [Windows] + right arrow (Aero Snap)
Dock selected window to the left or right half of your screen. - [Windows] + up arrow OR [Windows] + down arrow (Aero Snap)
Maximized and restores the selected window. - [Windows] + [SHIFT] + up arrow OR [Windows] + [SHIFT] + down arrow (Aero Snap)
Maximizes and restores selected window in vertical dimension only. - [Windows] + [Tab] (Aero Flip)
Launch 3D representation of open windows and click [Tab] key again to flip through them.
WINDOWS & TASKBAR
- [Alt] + [Ctrl] + [Tag] + left/right/up/down arrow
Flip window. - [Alt] + [Tab]
Cycle through open windows - [Windows] + [T] OR [Windows] + [SHIFT] + [T]
Move focus to front or back of taskbar. Press [T] again while holding the [Windows] key to cycle through items in the taskbar from left to right or, with [SHIFT] button held too, from right to left. - [Windows] + [B]
Puts focus on the ‘show hidden icons’ button on the system tray. - [Windows] + [1] THROUGH [Windows] + [9]
Launch first through ninth icon on taskbar, including items pinned to taskbar. - [Windows] + [SHIFT] + [1] THROUGH [Windows] + [SHIFT] + [9]
Starts new instance of respective taskbar icon. - [Windows] + [Ctrl] + [1] THROUGH [Windows] + [Ctrl] + [9]
Cycles through multiple instances of the respective icon. - [Windows] + [Alt] + [1] THROUGH [Windows] + [Alt] + [9]
Opens jump list for respective icon.
MULTIPLE MONITORS
- [Windows] + [SHIFT] + right arrow OR [Windows] + [SHIFT] + left arrow
Move selected window from one monitor to another. They will remain in the same relative location. - [Windows] + [P]
Select presentation display mode.
MAGNIFIER
- [Windows] + [+] OR [Windows] + [-]
Activates Windows Magnifier to zoom in or out of screen. - [Ctrl] + [Alt] + [D]
Switch to docked mode. - [Ctrl] + [Alt] + [L]
Switch to lense mode.
- Ctrl] + [Alt] + [F]
Switch from docked or lens mode back to full screen mode. - [Ctrl] + [Alt] + [I]
Invert colors. - [Windows] + [Esc]
Exist magnifier views.
SOME OTHERS
- [Windows] + [D] (Aero Peek)
Monday, 23 April 2012
Windows XP SP3 Diamond Ultimate
Windows XP SP3 Diamond Ultimate
HY GUYS !!
IT IS AN MODIFIED XP SP3 WINDOWS ....................
THIS VERY GOOD LOOKING AS WELL AS FAST FOR WORKING!!
PLS TRY IT AND GIVE YOUR REVIEWS.
SOFTWARE INCLUDED IN THIS WINDOWS PACKAGE ARE:-----
HY GUYS !!
IT IS AN MODIFIED XP SP3 WINDOWS ....................
THIS VERY GOOD LOOKING AS WELL AS FAST FOR WORKING!!
PLS TRY IT AND GIVE YOUR REVIEWS.
File: Windows Diamond Ultimate.iso
Size : 650MB
CRC-32: 164eba01
MD4: abb80581070f7ce3d2c3148b392a95f3
MD5: 9e42576cedc2e5edfbedc91231496530
Mozilla Firefox v3.5.2 + Plugins
WinRAR v3.9.5 Plus (10 Theme)
Shock 4 Way 3D v1.29
Diamond Circle Dock v0.92
Diamond Click star 2 v1.0.5e
Diamond ViStart v2.0
Diamond Sidebar v4.0
Diamond Rocket Dock v1.3.5
Diamond Drive Icon v1.4
Diamond Sceen Savers v4.0
Diamond Cursors AIO v1.9
Diamond TrueTransparency v1.0
Diamond Superbar v1.0.0.1182[/COLOR]
TO DOWNLOAD LINKS ARE GIVEN BELOW:------
GUYS I HOPE YOU LIKED IT..........
PLS COMMENTS !!!!
Wednesday, 18 April 2012
Monday, 16 April 2012
Virtual DJ Pro v7.0 Full Version
Virtual DJ Pro v7.0 Full Version
VirtualDJ is the hottest AUDIO and VIDEO mixing software, targeting DJs from the bedroom, mobile, and professional superstars
like Carl Cox. With VirtualDJ’s breakthrough BeatLock engine, songs
will always stay in beat, and the DJ works their mixes incredibly
faster than they ever could. The automatic seamless loop engine and
synchronized sampler lets the DJ perform astounding remixes live, with
no preparation at all. The visual representation and the cues allow a
DJ to clearly see the song structure, and never be surprised by a
break. The vinyl controls will let you scratch like on a real
turntable, except that with the beatlock engine your scratches will
never end out of the beat.!
DOWNLOAD NOW
DivX Plus Pro v8.2 Full Version
DivX Plus Pro v8.2 Full Version
Don’t just play your videos ? play them well. Whether it’s aDivX , AVI, MKV, MP4 or MOV file, DivX Plus Player is builtto give you the best video playback performance and media management on your PC. And with the addition of DivX To Go?,DivX Plus Player is the easiest way to transfer your videos toa DivX Certified device.
DivX® video offers freedom like no other video format. In addition to watching high-quality DivX video on any PC or Mac, you can play your movies on millions of DivX devices such as the PlayStation® 3, DVD players, mobile phones and more. Your DivX Pro purchase unlocks everything you need to convert most digital video files into DivX videos so they're no longer trapped on your computer.
Skype 5.7.0.137 Multilingual Full Version
Skype 5.7.0.137 Multilingual
Full Version
Full Version
We all love something for nothing. With Skype’s free software
– by the way, it works seamlessly with your internet connection – you
can chat away with free Skype-to-Skype calls and never worry about cost,
time or distance. Share the love and get your friends to download Skype
so you can talk, chat or make video calls for nothing. You can also
make local, long distance and international calls to phones and mobiles at great rates too.
Getting started is simple
There are many ways Skype can help you connect.
Finding people
Adding friends and family to your contact list is simple – search, select, add.
Free video calls
See who you’re talking to for free. And check out our new
Making a call is easy
Simply select the Call Phones tab, enter a number and hit the green button.
Great call quality
Get superior sound quality with a headset. Many models to choose from.
Better
than a phone? Yep, you betcha! Skype isn’t just about free
Skype-to-Skype calls and nice, cheap local, national and international
calls to phones and mobiles. You can also do much, much more.
For
starters why not send a cheap SMS directly from Skype; forward a call
to your mobile; or set up an online number for friends, family and
colleagues to make a local call from their old-fashioned phone to
yourSkype, wherever in the world you are.
All you need to get going with these snazzy products is a little pay as you go Skype Credit. Alternatively you can get unlimited calls to landlines* and a great bundle of useful features with a subscription – it’s one neat little package for a low monthly fee.
Yahoo! Messenger 11.5.0.155 (Offline Installer + Multi Accounts Login
Yahoo! Messenger is a popular advertisement-supported instant messaging client and associated protocol provided by Yahoo!, that allows you to see when friends come online and to send them instant messages. It also can alert you to new e-mail in your Yahoo Mail or Yahoo Personals accounts, or when you have upcoming events recorded in your Yahoo Calendar. Yahoo Messenger offers firewall support, a standby mode that minimizes the program until an Internet connection is made, the ability to save and print your conversations, and a tabbed interface that provides quick access to your favorite stocks, news, and sports scores. Yahoo! Messenger is provided free of charge and can be downloaded and used with a generic "Yahoo! ID" which also allows access to other Yahoo! services, such as Yahoo! Mail, where users can be automatically notified when they receive new email. Yahoo! also offers PC-PC, PC-Phone and Phone-to-PC service, file transfers, webcam hosting, text messaging service, and chat rooms in various.
DOWNLOAD NOW
Google Earth Pro 6 (GPS + 3D Support) Full Version
Google Earth is a virtual globe program that lets you surf through
our entire planet. You can zoom and search for your town and much more
things such as school, churches etc! Google Earth Pro (Gold) is the
upgraded version, it has a lot of more features such as movie making or
advanced printing and much more… Worth 400 $ Google Earth Pro combines the power of Google Search with satellite imagery, maps, terrain and 3D buildings to put the world’s geographic information at your fingertips.Google Earth for Pilots – This is part of a new series exploring Google Earth uses for different professions/ hobbies.
How to Get 3D Buildings in Google Earth Flight Simulator
1. Enter Flight Simulator mode – Select “Tools->Enter Flight Simulator”. Optional: fly to a city which has 3D buildings (tip: San Francisco, Baltimore, Atlanta, Raleigh, Charlotte – these all have lots of 3D buildings). NOTE: – there is a bug in GE 4.3 if you select the “Current View” option in the “Enter Flight Simulator” window, you may end up at an higher altitude than you expect upon starting the flight (much higher). Just fly back down to the city level.
2. Open the Sidebar – Sidebar shortcut – Press Ctrl + Alt + B’ (or + Option + B’ on the Mac) to bring up the sidebar
3. Turn on 3D Buildings – Turn these on in the Layers pane in the lower left after the sidebar opens.
4. Turn Off Sidebar – IMPORTANT – before resuming the flight simulator, turn off the sidebar by hitting the sidebar shortcut from step 2
5. Resume flight – Now you can resume flying the flight simulator by hitting the SPACE key and the 3D buildings should stay on for your current flight.
INSTALL NOTES-
Please Disable All AV/Anti Malware Softwares When it Reaches 90% As It will Recognize The Patch As Some Hack Tool etc.(Dont Worry Fake Notification To Curb Piracy)Dont Extract The Zip/Rar
1) Install The Setup Provided From The Zip Only
2) After Installation Dont Launch Google Earth
3) Open The Patch Folder(Make Sure AV Is Disabled)
4) Check The Screenshot Provided On How To Use The Patch Below & In The Installation Directory.
How to Get 3D Buildings in Google Earth Flight Simulator
1. Enter Flight Simulator mode – Select “Tools->Enter Flight Simulator”. Optional: fly to a city which has 3D buildings (tip: San Francisco, Baltimore, Atlanta, Raleigh, Charlotte – these all have lots of 3D buildings). NOTE: – there is a bug in GE 4.3 if you select the “Current View” option in the “Enter Flight Simulator” window, you may end up at an higher altitude than you expect upon starting the flight (much higher). Just fly back down to the city level.
2. Open the Sidebar – Sidebar shortcut – Press Ctrl + Alt + B’ (or + Option + B’ on the Mac) to bring up the sidebar
3. Turn on 3D Buildings – Turn these on in the Layers pane in the lower left after the sidebar opens.
4. Turn Off Sidebar – IMPORTANT – before resuming the flight simulator, turn off the sidebar by hitting the sidebar shortcut from step 2
5. Resume flight – Now you can resume flying the flight simulator by hitting the SPACE key and the 3D buildings should stay on for your current flight.
INSTALL NOTES-
Please Disable All AV/Anti Malware Softwares When it Reaches 90% As It will Recognize The Patch As Some Hack Tool etc.(Dont Worry Fake Notification To Curb Piracy)Dont Extract The Zip/Rar
1) Install The Setup Provided From The Zip Only
2) After Installation Dont Launch Google Earth
3) Open The Patch Folder(Make Sure AV Is Disabled)
4) Check The Screenshot Provided On How To Use The Patch Below & In The Installation Directory.
MEDIAFIRE DOWNLOAD LINKS
Nero Burning Rom 11 Full Version
Nero Burning ROM gives you full, customized control of your
burning projects. You can – among other things – define the file system,
the length of the file name and the character set; you can also change
the disc label. And of course, you can also customize the Nero Burning
ROM toolbar and change the keyboard shortcuts.
OS : Win XP/2000/Vista/Win 7
MEDIAFIRE DOWNLOAD LINKS
200MB
145MB
Saturday, 17 March 2012
DOWNLOAD TORRENTS WITH IDM(INTERNET DOWNLOAD MANAGER)
DOWNLOAD TORRENTS WITH IDM(INTERNET DOWNLOAD MANAGER)
Hiii friends , now I came with an amazing trick with the help of which we can download torrents with the help of an popular download manager i.e. INTERNET DOWNLOAD MANAGER which gives us a great transfer rate on downloading as compared to other download managers.
you have to go on site www.zbigz.com .
You can use Zbigz for free and even without (free) registration.
There are some further opportunities for registered users.
. You can try it right now.
I SUGGESTED YOU TO USE A REGISTERED ACCOUNT SO AS TO KEEp U R FILES READY FOR DOWNLOAD WITH AN IDM FOR UPTO 8 DAYS ALSO WITH A RESUME CAPABILITY.
IN CASE OF ANY PROBLEM PLS COMMENT .
Sunday, 4 March 2012
fix mediafire files.........error visitor must read
Greeting to all...
When you download the file and after you click the skip button all you
got is mediafire home page or 'Oops! An unexpected error (369) has
occurred',this is
because mediafire have block adf.ly.But don't worry cause all you have
to do is drag skip ad to the
address bar instead of click it.When you got the medifire file link just
hit enter.Doing this you will get the files that you want
TEACH YOURSELF C++ in 21 DAYS
Hello friends , i know you are also interesting to learn the programming language c++ . that is widely used nowdays for doing many tasks.
I have a found a nice ebook by surfing and browsing alot on net , with the help of which we can learn a c++ easily in 21 days course.
SO guyzz what u r waiting for hurry up and click below download button to download the ebook.
DOWNLOAD
if u got a problem downloading from mediafire pls read simple trick
Subscribe to:
Posts (Atom)



















