Tuesday, 30 September 2014

6 Tools to Forcefully Enable Grayed Out Disabled Buttons

You may have noticed that there are times when certain buttons, checkboxes or windows in a software or Microsoft Windows operating system itself gets disabled or grayed out and clicking on them will have no effect. This limitation is there on purpose and for reasons like restricting the functionality until the software is activated or as a safety measure that requires to complete a step before allowing you to proceed to the next. It could also be a restriction set by the administrator to prevent other people from tampering the system and changing the configurations.
Logically most of the time the buttons are disabled for a good reason but there are times when you really need them enabled. For example, unlike fully functional trial software, some software demo has their main functionality crippled and you don’t get to test them out until you pay for a valid license to activate the software. Or perhaps the LiveUpdate button on Symantec Endpoint Protection client has been disabled and you urgently need to pull the latest signature from the server to detect the latest threats. If you have a similar situation where you need to forcefully enable a disabled button, you can try any of the 6 tools listed below which we have successfully tested on Windows 7.

Is your mobile device vulnerable to ShellShock?

Dear HackerzTAG Fan,
By now you’ve probably heard about “Shellshock,” a new vulnerability that went undiscovered for 22 years until Thursday. The bug targets BASH, a popular software widely used to control the command prompt on many *nix computers. Shellshock is extremely dangerous because attackers can simply run a shell command on the remote machine without the need to know anything about the victim’s system. It has the potential to wreak havoc on websites, web servers, PCs, routers and more.

If this vulnerability goes unpatched, hackers can gain complete control of an infected machine and compromise your business – not to mention the cost of operational down-time.
Is your mobile device at risk? 
We believe that very few ROMs of Android devices may be susceptible to this attack. If you want to find out if your Android device is vulnerable, check out the Zimperium Shellshock Vulnerability Scanner available for free download via the Google Play Store.
This app will assess whether your mobile device is at risk for the ShellShock vulnerability.  The app will determine if you are running a vulnerable version of BASH, or apps that include the BASH process. 

Monday, 28 July 2014

Get 70 Rs Cashback On Recharge With PayTM( Exclusive Offer)

Hey, Are You Tired Of Recharging Your Mobile Phone Or Bill In Shop that's Costly :P
For Us , So Today i'm Back With Cool Info About Get 70 Rs Cashback On Recharge With Paytm site ,
As You Know That Paytm Is a Trusted Nowadays , They Have Launched Many Offers , So Today I'm Back With 70 Rs Cashback Promocde So You Can Use It At Only 7 Times As I Have
Given Below Terms And Condition , As You Can Do Recharge Via Paytm Android App , This Paytm Promo Code Is Valid Till 29th July 2014 till 11.59 pm . So Now See How We Will Avail This Offer :) ,
Note :- Your Recharge Amount Must Be 30 Rs Above To Get 10 Rs Cashback You Can Do It For 7 Times That's Mean 70 Rs Cashback .

Friday, 25 July 2014

How to Use the Infinite Number of Email Addresses Gmail Gives You

One trick you may or may not have picked up about
Gmail is that you can add in periods anywhere in
the front part of your address and it makes no
difference whatsoever: john.smith@gmail.com
works just the same as johnsmith@gmail.com.
What's more, you can add a plus sign and any word
before the @ sign (e.g. johnsmith+hello@gmail.com)
and messages will still reach you. If these tweaks
make no difference, then why use them? One major
reason: filters.

Here are a few ways you can make use of the feature to bring order to the chaos of your inbox.

Signing up for newsletters

The next time you sign up for a newsletter, app or
website, use an address like johnsmith+news@gmail.com. That way, you can filter out
everything sent to this address to a low-priority label or folder. A couple of options available to you are to have Gmail mark all these messages as unimportant, or categorize them all as Updates.

If you want to get really involved with your email management then you could even add a specific word for everything you sign up for: johnsmith+evernote@gmail.com for example. This might eventually become more trouble than it's worth, but it does give you the power to instantly send emails from a certain source to the spam folder, or to trash them immediately.

Giving friends VIP status

As well as marking some messages as unimportant, you can of course do the opposite.
Try handing out an alternative email address—such as john.smith@gmail.com—to your nearest and dearest to help them stand out from the dross that usually fills up your inbox.

Then set up a filter to mark these messages as important and top priority.

There's the mobile aspect to consider too. Through the settings in the Gmail app for Android it's possible to set notifications on a label-by-label basis, so if you set up a new label for your VIP contacts then you can make sure only these specific messages trigger an alert on your phone.

Dividing work life and personal life You may already have a separate Google account for
your job, but if you're someone who combines work and pleasure into one central inbox then use the address tricks to distinguish between the two. It could be as simple as adding "+w" to your Gmail address for any work-related emails.

That then gives you the ability to mark every incoming work email with an appropriate label, with no manual effort required—not only will your inbox look tidier, but it will make searches much more efficient. You can restrict queries to one particular label and leave yourself with fewer
results to sift through.

Controlling your home

We don't like to go more than a few days on Field Guide without mentioning something you can do
with IFTTT, so here you go. Set up a johnsmith+lights@gmail.com address as a "Send mail as" alias in the Gmail settings and you can set up an IFTTT trigger that activates whenever an email appears from this address.

Select this alias when composing a message from the office or your mobile phone and you utilize any of IFTTT's features. You'll essentially be sending emails
to yourself, but you could switch Hue lights on or off, turn up your Nest thermostat, and so on. You could also use the trick to send photos to Flickr, update Twitter, send a text from your Android phone, and so on and so on.

Creating a to do list
If you set up a filter that labels every email coming
in to johnsmith+todo@gmail.com then you can pull up this label as a makeshift to do list. As well as
emailing tasks when you're sat in the office or on your phone, you can forward emails from other
accounts or even send photos to the list from wherever you happen to be.

Anything that can be emailed can be added to your to do list, and as usual there's the option within the filter to automatically archive these messages and
mark them as read so they don't clutter up your inbox.

Those are our ideas for using your Gmail aliases, but if you have some tricks and tips of your own we'd love to hear about them.

Wednesday, 23 July 2014

Add Nice Jquery Effect To Blogger Labels

Add Nice Jquery Effect To
Blogger Labels

Today i will show how to add popout effect to your LABELS with mouse over.

It looks very preety and eye catching.Its a simple code and will take 10 sec to adding it to
your blog.

STEP 1:
Goto blogger
DASHBOARD >>
TEMPLATE

STEP 2:
Now click on EDIT HTML

STEP 3:
Now press ctrl+f and search for
</head>

STEP 4:
Now paste the below code code just before </head>

<!-- label effect by hackerztag.blogspot.in !-->
<script src='http://
ajax.googleapis.com/ajax/libs/
jquery/1.6.4/jquery.min.js'
type='text/javascript'>
</script>
<script type='text/javascript'>
var dur = 400; // Duration Of Animation in Milli Seconds
$(document).ready(function() {
$(&#39;a.linknudge, .Label ul li
a&#39;).hover(function() {
$(this).animate({
paddingLeft:
&#39;25px&#39;
}, dur);
}, function() {
$(this).animate({
paddingLeft: 0
}, dur);
});
}); // end of Jquery Script
</script>
<!-- label effect by hackerztag.blogspot.in !-->

STEP 5: Now save your template and reload your blog and see the changes.

Tuesday, 22 July 2014

How to run Windows 95 on Android

Full tutorial how to run windows 95 stable and fast

This can`t harm your device

First you need adosbox
https://play.google.com/store/apps/details?id=org.hystudio.android.dosbox

Install it on your device

And you need windows 95 image (230 mb(57 mb RAR))

http://www.mediafire.com/?03i9l8qswy2825y

You must config adosbox
Press menu button ->SDL settings ->video
setting ->on-screen magnifying glass (sharper screen)

Save and exit adosbox.

Place windows in folder "win" on sdcard
/sdcard/win/w95.img

Open adosbox and type

Code:
       cls
(for cleaning screen)

Code:
        mount d: /sdcard/win
(for mounting "win" dir)

Code:
        d:
(for mounting d drive)

Code:
        imgmount a: d:w95.img
(for mounting image)

Code:
       Boot w95.Img
(for booting windows)

Now you will boot windows 95

You must wait and you dont have to install it
BLACK SCREEN WILL APPEAR YOU MUST WAIT

While exiting windows turn off like normal PC

touch is bad but you must learn how to use
it

And this is it bye till my next update

Also you can try Linux Debian

Thursday, 14 November 2013

How To Make Money By Just Liking Facebook Pages and subscribing t YouTube channels.

What if I said:
"Like that page, watch that video or follow
that person and get paid for it!"
Is this real life lol? Yes it is!

Make money from Facebook twitter Google+ & YouTube 

1) How to make money, get more fans/followers or views?
Prohits is a page with which to make money by:

-Likes of Facebook

-Fans Facebook

- +1 On Google +,

-follow on twitter and get followers

-watch YouTube videos and make them viral.

For everything you get "1 coin" to your balance (value of 1 coin is 0.01$.)


2) How do I get paid?

The minimum cash out is 0.50 $ and can be withdraw via PayPal. Earn money over internet it's so easy!

3) Does it have referral system?

Ofcourse like every online money making website it has a level of referrals (direct referrals) of the
   25 Points which we credited for being active and also 20% of the generating
  for life.

The number of direct referrals is unlimited.
                      1000 Points = 1$
USE Coupon Code And Get Instant 50 Coins : "Rising-Prohits"
                       PAYMENT PROOF :-