First thing to keep in mind:
If your computer hasn't crashed yet, it will in the future! So instead of waiting for fate to strike, take some precautions now:
1) BACK-UP! Buy some decent DVD-R discs and put everything useful in them. When you have more useful stuff, backup again. Do this often.
2) Keep your computer healthy. Use an antivirus, an anti-spy, and a firewall. Keep them updated. Check regularly for Windows critical fixes.
3) Don't install software that would do dangerous things to your hard drive. A boot manager would fall in this category.
4) Use a registry cleaner before and after you install or uninstall any software. Many of the problems that will keep Windows from booting are caused by sloppy software that mess up your registry. A good registry cleaner is Tune-up Utilities.
Code:
http://www.tune-up.com/
5) Run chkdsk now and then. Go to Start> Run. Type chkdsk /F. Press enter.
In case your PC has already crashed, read the following:
Most important: Don't panic! Panic is like a little demon that whispers in your ear to format your hard drive and reinstall everything. Don't do it! You will lose all your data and the little demon will laugh at you.
To be exact you can still recover your data if you format your drive (by using special software), but only if you don't write anything on the disc afterwards. In other words format + windows install = bad idea. If you reinstall windows without formating your drive, you will only lose the files on your desktop and "My Documents" folder.
In all occasions you should make sure to safeguard your files before attempting any kind of repair!
So let's go about how to do that:
The fast way: Go to this site:
Code:
http://www.knoppix.org
. Knoppix is a Linux distribution than runs from a CD. Download the Knoppix ISO and burn it. Put it in your CD drive. On startup access BIOS and change the boot sequence so that your computer boots from the CD drive. Save settings and exit. Upon reboot, Knoppix will load.
Knoppix is much like windows and it comes with its own CD burner. Locate it, launch it and backup everything you want on CD. Now you don't have to worry anymore!
The less fast way: This requires that you have access to a second PC. Open the case of your computer and remove the hard disk.
Install it as a slave on the second PC.
Depending on respective configurations, you may have to change some jumper settings on the drive. Read the manual for help with installing hard drives and setting jumpers.
After this is done, boot the second PC. If everything went out ok, you should be able to access your drive without problems. (Edit: Note that Win98 cannot recognize a local NTFS (Win2K/XP) disk.)
Copy everything you need from your own hard drive to the other one. Now you don't have to worry anymore!
Replace your computer's hard disk, fix all problems and reverse the process to copy the data back to your computer, or take CD backups on the other PC.
- Share this on del.icio.us
- Digg this!
- Stumble upon something good? Share it on StumbleUpon
- Share this on Reddit
- Add this to Google Bookmarks
- Tweet This!
- Share this on Facebook
- Share this on Mixx
- Subscribe
- Buzz up!
- Share this on Linkedin
- Submit this to DesignFloat
- Share this on Technorati
- Submit this to Script & Style
- Post this to MySpace
- Share this on Blinklist
- Share this on FriendFeed
- Seed this on Newsvine
Spider-Man: Shattered Dimensions (c) Activision
RELEASE.DATE .. 27/11/2010
PROTECTION .. Securom
DISC(S) .. 1
GAME.TYPE … Action-adventure
PROTECTION .. Securom
DISC(S) .. 1
GAME.TYPE … Action-adventure
Game info:
Spider-Man: Shattered Dimensions blends together the many alternate
universes of the world-famous webslinger with four unique takes on
Spider-Man’s history in comics. In the game, Spider-Man attempts to
retrieve a piece of a tablet that’s been scattered across multiple parallel
dimensions, and in doing so he crosses over to storylines famous to comic
book aficionados as variant tellings (including The Amazing Spider-Man,
Spider-Man 2099, Spider-Man Noir & Ultimate Spider-Man) of the Spider-Man mythology.
universes of the world-famous webslinger with four unique takes on
Spider-Man’s history in comics. In the game, Spider-Man attempts to
retrieve a piece of a tablet that’s been scattered across multiple parallel
dimensions, and in doing so he crosses over to storylines famous to comic
book aficionados as variant tellings (including The Amazing Spider-Man,
Spider-Man 2099, Spider-Man Noir & Ultimate Spider-Man) of the Spider-Man mythology.
How to :
1. Unrar
2. Burn or mount the .iso image
3. Install the game
4. Copy over the cracked content from the /Crack/ dir. on the DVD to your game folder (place where you installed the game)
5. Play the game
2. Burn or mount the .iso image
3. Install the game
4. Copy over the cracked content from the /Crack/ dir. on the DVD to your game folder (place where you installed the game)
5. Play the game
Download:
Click here
Crack
Click here ( Torrent file)
or
Click here
or
Enjoy Gaming
- Share this on del.icio.us
- Digg this!
- Stumble upon something good? Share it on StumbleUpon
- Share this on Reddit
- Add this to Google Bookmarks
- Tweet This!
- Share this on Facebook
- Share this on Mixx
- Subscribe
- Buzz up!
- Share this on Linkedin
- Submit this to DesignFloat
- Share this on Technorati
- Submit this to Script & Style
- Post this to MySpace
- Share this on Blinklist
- Share this on FriendFeed
- Seed this on Newsvine
First, create a shortcut on your desktop by right-clicking on the desktop, choosing New, and then choosing Shortcut. The Create Shortcut Wizard appears. In the box asking for the location of the shortcut, type shutdown. After you create the shortcut, double-clicking on it will shut down your PC.
But you can do much more with a shutdown shortcut than merely shut down your PC. You can add any combination of several switches to do extra duty, like this:
shutdown -r -t 01 -c "Rebooting your PC"
Double-clicking on that shortcut will reboot your PC after a one-second delay and display the message "Rebooting your PC." The shutdown command includes a variety of switches you can use to customize it. Table 1-3 lists all of them and describes their use.
I use this technique to create two shutdown shortcuts on my desktop—one for turning off my PC, and one for rebooting. Here are the ones I use:
shutdown -s -t 03 -c "Bye Bye m8!"
shutdown -r -t 03 -c "Ill be back m8 ;)!"
Switch
What it does
-s
Shuts down the PC.
-l
Logs off the current user.
-t nn
Indicates the duration of delay, in seconds, before performing the action.
-c "messagetext"
Displays a message in the System Shutdown window. A maximum of 127 characters can be used. The message must be enclosed in quotation marks.
-f
Forces any running applications to shut down.
-r
Reboots the PC.
Happy Computing
But you can do much more with a shutdown shortcut than merely shut down your PC. You can add any combination of several switches to do extra duty, like this:
shutdown -r -t 01 -c "Rebooting your PC"
Double-clicking on that shortcut will reboot your PC after a one-second delay and display the message "Rebooting your PC." The shutdown command includes a variety of switches you can use to customize it. Table 1-3 lists all of them and describes their use.
I use this technique to create two shutdown shortcuts on my desktop—one for turning off my PC, and one for rebooting. Here are the ones I use:
shutdown -s -t 03 -c "Bye Bye m8!"
shutdown -r -t 03 -c "Ill be back m8 ;)!"
Switch
What it does
-s
Shuts down the PC.
-l
Logs off the current user.
-t nn
Indicates the duration of delay, in seconds, before performing the action.
-c "messagetext"
Displays a message in the System Shutdown window. A maximum of 127 characters can be used. The message must be enclosed in quotation marks.
-f
Forces any running applications to shut down.
-r
Reboots the PC.
Happy Computing
- Share this on del.icio.us
- Digg this!
- Stumble upon something good? Share it on StumbleUpon
- Share this on Reddit
- Add this to Google Bookmarks
- Tweet This!
- Share this on Facebook
- Share this on Mixx
- Subscribe
- Buzz up!
- Share this on Linkedin
- Submit this to DesignFloat
- Share this on Technorati
- Submit this to Script & Style
- Post this to MySpace
- Share this on Blinklist
- Share this on FriendFeed
- Seed this on Newsvine
BitDefender 2011 ★★★★★
Crack
Click here to Download
Avast Antivirus 2011 ★★★★
Key
Click here to Download
Software
Key
Norton Antivirus 2011 ★★★★
Software
Click here to DownloadCrack
Click here to Download
Avast Antivirus 2011 ★★★★
Software (32-64 Bit)
Click here to DownloadKey
Click here to Download
- Share this on del.icio.us
- Digg this!
- Stumble upon something good? Share it on StumbleUpon
- Share this on Reddit
- Add this to Google Bookmarks
- Tweet This!
- Share this on Facebook
- Share this on Mixx
- Subscribe
- Buzz up!
- Share this on Linkedin
- Submit this to DesignFloat
- Share this on Technorati
- Submit this to Script & Style
- Post this to MySpace
- Share this on Blinklist
- Share this on FriendFeed
- Seed this on Newsvine
Required
1 Windows XP operating system
2 Windows XP cd
Place the xp cd in your cd/dvd drive
+ Go to start
+ run
+ type in 'sfc /scannow' (without the ' )
Now it should all load, and fix all your corrupted file on windows XP :)
1 Windows XP operating system
2 Windows XP cd
Place the xp cd in your cd/dvd drive
+ Go to start
+ run
+ type in 'sfc /scannow' (without the ' )
Now it should all load, and fix all your corrupted file on windows XP :)
- Share this on del.icio.us
- Digg this!
- Stumble upon something good? Share it on StumbleUpon
- Share this on Reddit
- Add this to Google Bookmarks
- Tweet This!
- Share this on Facebook
- Share this on Mixx
- Subscribe
- Buzz up!
- Share this on Linkedin
- Submit this to DesignFloat
- Share this on Technorati
- Submit this to Script & Style
- Post this to MySpace
- Share this on Blinklist
- Share this on FriendFeed
- Seed this on Newsvine
If an essential Windows file gets whacked by a virus or otherwise corrupted, restore it from the Windows CD. Search the CD for the filename, replacing the last character with an underscore; for example, Notepad.ex_. If it's found, open a command prompt and enter the command EXPAND, followed by the full pathname of the file and of the desired destination
Type it on Run
EXPAND D:\SETUP\NOTEPAD.EX_ C:\Windows\NOTEPAD.EXE.
If either pathname contains any spaces, surround it with double quotes.
If the file isn't found, search on the unmodified filename. It will probably be inside a CAB file, which Win XP treats as a folder. Simply right-drag and copy the file to the desired location. In other Windows platforms, search for a file matching *.cab that contains the filename. When the search is done, open a command prompt and enter EXTRACT /L followed by the desired location, the full pathname of the CAB file, and the desired filename; for example:
EXTRACT /L C:\Windows D:\I386\Driver.cab Notepad.exe.
Again, if the destination or CAB file pathname contains spaces, surround it with double quotes.
Type it on Run
EXPAND D:\SETUP\NOTEPAD.EX_ C:\Windows\NOTEPAD.EXE.
If either pathname contains any spaces, surround it with double quotes.
If the file isn't found, search on the unmodified filename. It will probably be inside a CAB file, which Win XP treats as a folder. Simply right-drag and copy the file to the desired location. In other Windows platforms, search for a file matching *.cab that contains the filename. When the search is done, open a command prompt and enter EXTRACT /L followed by the desired location, the full pathname of the CAB file, and the desired filename; for example:
EXTRACT /L C:\Windows D:\I386\Driver.cab Notepad.exe.
Again, if the destination or CAB file pathname contains spaces, surround it with double quotes.
- Share this on del.icio.us
- Digg this!
- Stumble upon something good? Share it on StumbleUpon
- Share this on Reddit
- Add this to Google Bookmarks
- Tweet This!
- Share this on Facebook
- Share this on Mixx
- Subscribe
- Buzz up!
- Share this on Linkedin
- Submit this to DesignFloat
- Share this on Technorati
- Submit this to Script & Style
- Post this to MySpace
- Share this on Blinklist
- Share this on FriendFeed
- Seed this on Newsvine
Harry Potter And The Deathly Hallows Part 1
Filename: rzr-hpdh.iso
Size: 7.00 GB
Genre: Action
Published by: Electronic Arts
Developed by: EA Bright Light
For the last few Harry Potter videogames, the fun has been investigating Hogwarts, mixing up potions, and finding the hundreds of collectables hidden in the halls. In fact, if there was one part that always seemed to be “so-so,” it was the wand-based combat. It seemed like Harry would just plant his feet, hurl a few incantations, and you’d move on to doing something more fun. Knowing all of that, it was a bit shocking to play the latest Chosen One videogame recently.
Install Notes:
1.Mount image or burn it
2.Install and use the keygen from Razor1911 dir or any of these serials:
SJVV-9JYT-Y8Q2-S2T2-1911
X5PX-B6U7-N2B7-X4N7-1911
R7QG-PQBX-U4Q7-X1T1-1911
FMB3-QJWV-R6Y6-D4H4-1911
H9BB-ESBF-E1F3-F5O1-1911
3.Copy crack to install folder
4.Enjoy!
Minimum System Requirements:
OS: Windows XP, Vista or Windows 7
CPU: Intel P4 @ 2.6 Ghz or similar
RAM: 2 GB
HDD: 7 GB free disk space
Graphics: 256 MB Graphics Memory
Sound Card: DirectX 9 Compatible
DirectX: Version 9.0c
Recommended System Requirements:
OS: Windows XP, Vista or Windows 7
CPU: Core 2 Duo E6420 2.13GHz or Athlon 64 X2 Dual Core 5200+
RAM: 2 GB
HDD: 7 GB free disk space
Graphics: 512 MB Graphics Memory
Sound Card: DirectX 9 Compatible
DirectX: Version 9.0c
Download your Copy from Here (Varified)
Click here
Enjoy Gaming
Filename: rzr-hpdh.iso
Size: 7.00 GB
Genre: Action
Published by: Electronic Arts
Developed by: EA Bright Light
For the last few Harry Potter videogames, the fun has been investigating Hogwarts, mixing up potions, and finding the hundreds of collectables hidden in the halls. In fact, if there was one part that always seemed to be “so-so,” it was the wand-based combat. It seemed like Harry would just plant his feet, hurl a few incantations, and you’d move on to doing something more fun. Knowing all of that, it was a bit shocking to play the latest Chosen One videogame recently.
Install Notes:
1.Mount image or burn it
2.Install and use the keygen from Razor1911 dir or any of these serials:
SJVV-9JYT-Y8Q2-S2T2-1911
X5PX-B6U7-N2B7-X4N7-1911
R7QG-PQBX-U4Q7-X1T1-1911
FMB3-QJWV-R6Y6-D4H4-1911
H9BB-ESBF-E1F3-F5O1-1911
3.Copy crack to install folder
4.Enjoy!
Minimum System Requirements:
OS: Windows XP, Vista or Windows 7
CPU: Intel P4 @ 2.6 Ghz or similar
RAM: 2 GB
HDD: 7 GB free disk space
Graphics: 256 MB Graphics Memory
Sound Card: DirectX 9 Compatible
DirectX: Version 9.0c
Recommended System Requirements:
OS: Windows XP, Vista or Windows 7
CPU: Core 2 Duo E6420 2.13GHz or Athlon 64 X2 Dual Core 5200+
RAM: 2 GB
HDD: 7 GB free disk space
Graphics: 512 MB Graphics Memory
Sound Card: DirectX 9 Compatible
DirectX: Version 9.0c
Download your Copy from Here (Varified)
Click here
Enjoy Gaming
- Share this on del.icio.us
- Digg this!
- Stumble upon something good? Share it on StumbleUpon
- Share this on Reddit
- Add this to Google Bookmarks
- Tweet This!
- Share this on Facebook
- Share this on Mixx
- Subscribe
- Buzz up!
- Share this on Linkedin
- Submit this to DesignFloat
- Share this on Technorati
- Submit this to Script & Style
- Post this to MySpace
- Share this on Blinklist
- Share this on FriendFeed
- Seed this on Newsvine
To burn a bin file, you will need an appropriate cue file.
You do exactly the same as for iso files, but when you click on “burn image,” you don’t browse to the bin itself, but instead to the cue file, and you open that one.
When the writer starts to burn, it will automatically search for the bin file and start burning it. In fact, the cue file tells the burning program where it can find the bin file that is attached to it. It is VERY IMPORTANT that you use the right cue file when you burn a bin. i.e both cue and bin files that are attached to each other must be located in the same folder, and every bin file has it’s own cue file.
Normally, when you download a bin file, you can download the appropriate cue file as well. If you do not have the cue file (or feel bold) you can make the cue file yourself, which is really easy to do:
A. Open notepad
B. Copy the folowing text into notepad:
FILE“nameofimage“BINARY
TRACK 01 MODE1/2352
INDEX 01 00:00:00
Where nameofimage.bin is the name of the bin file you want ot burn.
C. The rest is easy: just save the notepad text with the name of the bin, but with the cue extension.
.D The file should be saved in the same folder as its appropriate bin file and should be something like myfile.cue
Or you can use Alcohol 120% to burn directly from the bin file
You do exactly the same as for iso files, but when you click on “burn image,” you don’t browse to the bin itself, but instead to the cue file, and you open that one.
When the writer starts to burn, it will automatically search for the bin file and start burning it. In fact, the cue file tells the burning program where it can find the bin file that is attached to it. It is VERY IMPORTANT that you use the right cue file when you burn a bin. i.e both cue and bin files that are attached to each other must be located in the same folder, and every bin file has it’s own cue file.
Normally, when you download a bin file, you can download the appropriate cue file as well. If you do not have the cue file (or feel bold) you can make the cue file yourself, which is really easy to do:
A. Open notepad
B. Copy the folowing text into notepad:
FILE“nameofimage“BINARY
TRACK 01 MODE1/2352
INDEX 01 00:00:00
Where nameofimage.bin is the name of the bin file you want ot burn.
C. The rest is easy: just save the notepad text with the name of the bin, but with the cue extension.
.D The file should be saved in the same folder as its appropriate bin file and should be something like myfile.cue
Or you can use Alcohol 120% to burn directly from the bin file
- Share this on del.icio.us
- Digg this!
- Stumble upon something good? Share it on StumbleUpon
- Share this on Reddit
- Add this to Google Bookmarks
- Tweet This!
- Share this on Facebook
- Share this on Mixx
- Subscribe
- Buzz up!
- Share this on Linkedin
- Submit this to DesignFloat
- Share this on Technorati
- Submit this to Script & Style
- Post this to MySpace
- Share this on Blinklist
- Share this on FriendFeed
- Seed this on Newsvine
Developer(s) | Criterion Games Exient (Wii) |
Publisher(s) | Electronic Arts |
Director(s) | Craig Sullivan (creative director) Henry LaBounta (senior art director) |
Producer(s) | Matt Webster |
Designer(s) | Matt Follett |
Series | Need for Speed |
Platform(s) | PlayStation 3, Windows, Wii,Xbox 360, iPhone |
Genre(s) | Racing |
Mode(s) | Single-player, multiplayer |
Media | PlayStation 3: Blu-ray Disc Xbox 360/PC: DVD Wii: Wii Optical Disc |
System requirements | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Click here
Download your Copy from Here
Click here to Download (Varified link)
Burn and Enjoy the Game
Note: - Do not go online while playing
- Share this on del.icio.us
- Digg this!
- Stumble upon something good? Share it on StumbleUpon
- Share this on Reddit
- Add this to Google Bookmarks
- Tweet This!
- Share this on Facebook
- Share this on Mixx
- Subscribe
- Buzz up!
- Share this on Linkedin
- Submit this to DesignFloat
- Share this on Technorati
- Submit this to Script & Style
- Post this to MySpace
- Share this on Blinklist
- Share this on FriendFeed
- Seed this on Newsvine
Just a little basic html tip for those who are trying to download an application from sites which has an paypal order page & link to start you off.
Use a proxy when you try this to hide your ip as some sites will record your ip when you connect for security.
1) Rightclick your mouse (ctrl+click) viewsource and open the source of the site in an a texteditor
2) Search for the word "return"
3) Next to it you can find the url for the thank you page
4) Copy the url and paste it in your browser and you will see the download link
This works only if you can download instantly after payment, it will not work if the link needs to be emailed to you.
You can try it here to start with:
Click Here!
About half way down the page you will find:
<input type="hidden" name="return" value="http://www.ramphelp.com/65984523/thanks/68912hp654/26865thankyouhp08363215423.html ">
Copy the link into your browser and download.
Use a proxy when you try this to hide your ip as some sites will record your ip when you connect for security.
1) Rightclick your mouse (ctrl+click) viewsource and open the source of the site in an a texteditor
2) Search for the word "return"
3) Next to it you can find the url for the thank you page
4) Copy the url and paste it in your browser and you will see the download link
This works only if you can download instantly after payment, it will not work if the link needs to be emailed to you.
You can try it here to start with:
Click Here!
About half way down the page you will find:
<input type="hidden" name="return" value="http://www.ramphelp.com/65984523/thanks/68912hp654/26865thankyouhp08363215423.html ">
Copy the link into your browser and download.
- Share this on del.icio.us
- Digg this!
- Stumble upon something good? Share it on StumbleUpon
- Share this on Reddit
- Add this to Google Bookmarks
- Tweet This!
- Share this on Facebook
- Share this on Mixx
- Subscribe
- Buzz up!
- Share this on Linkedin
- Submit this to DesignFloat
- Share this on Technorati
- Submit this to Script & Style
- Post this to MySpace
- Share this on Blinklist
- Share this on FriendFeed
- Seed this on Newsvine
Its very easy to fool Rapid Share server if your IP address is assigned by your ISP. Just follow these simple steps:
clean up IE or netscape cookie( In this case the one that belong to rapidshare website)
On Command prompt
type -----> ipconfig /flushdns <---Enter
type -----> ipconfig /release <---Enter
type -----> ipconfig /renew <---Enter
type -----> exit <--------Enter
Or save these commands in a bat file and run it everytime you need to fool Rapidshare server.Remember to clean up rapidshare cookie in your temp Internet files folder.
Now you should be ready to download as many files as you want from their server.
clean up IE or netscape cookie( In this case the one that belong to rapidshare website)
On Command prompt
type -----> ipconfig /flushdns <---Enter
type -----> ipconfig /release <---Enter
type -----> ipconfig /renew <---Enter
type -----> exit <--------Enter
Or save these commands in a bat file and run it everytime you need to fool Rapidshare server.Remember to clean up rapidshare cookie in your temp Internet files folder.
Now you should be ready to download as many files as you want from their server.
- Share this on del.icio.us
- Digg this!
- Stumble upon something good? Share it on StumbleUpon
- Share this on Reddit
- Add this to Google Bookmarks
- Tweet This!
- Share this on Facebook
- Share this on Mixx
- Subscribe
- Buzz up!
- Share this on Linkedin
- Submit this to DesignFloat
- Share this on Technorati
- Submit this to Script & Style
- Post this to MySpace
- Share this on Blinklist
- Share this on FriendFeed
- Seed this on Newsvine
1. Click on “Start” in the bottom left hand corner of screen
2. Click on “Run”
3. Type in “command” and hit ok
You should now be at an MSDOS prompt screen.
4. Type “ipconfig /release” just like that, and hit “enter”
5. Type “exit” and leave the prompt
6. Right-click on “Network Places” or “My Network Places” on your desktop.
7. Click on “properties”
You should now be on a screen with something titled “Local Area Connection”, or something close to that, and, if you have a network hooked up, all of your other networks.
8. Right click on “Local Area Connection” and click “properties”
9. Double-click on the “Internet Protocol (TCP/IP)” from the list under the “General” tab
10. Click on “Use the following IP address” under the “General” tab
11. Create an IP address (It doesn’t matter what it is. I just type 1 and 2 until i fill the area up).
12. Press “Tab” and it should automatically fill in the “Subnet Mask” section with default numbers.
13. Hit the “Ok” button here
14. Hit the “Ok” button again
You should now be back to the “Local Area Connection” screen.
15. Right-click back on “Local Area Connection” and go to properties again.
16. Go back to the “TCP/IP” settings
17. This time, select “Obtain an IP address automatically”
18. Hit “Ok”19. Hit “Ok” again20.
You now have a new IP address
With a little practice, you can easily get this process down to 15 seconds.
With a little practice, you can easily get this process down to 15 seconds.
P.S: This only changes your dynamic IP address, not your ISP/IP address. If you plan on hacking a website with this trick be extremely careful, because if they try a little, they can trace it back
- Share this on del.icio.us
- Digg this!
- Stumble upon something good? Share it on StumbleUpon
- Share this on Reddit
- Add this to Google Bookmarks
- Tweet This!
- Share this on Facebook
- Share this on Mixx
- Subscribe
- Buzz up!
- Share this on Linkedin
- Submit this to DesignFloat
- Share this on Technorati
- Submit this to Script & Style
- Post this to MySpace
- Share this on Blinklist
- Share this on FriendFeed
- Seed this on Newsvine
Get Social Share 2.0!