Tuesday 24 May 2016

Facebook Popup Widget For Your Blog

                Facebook popup widget for your blog

 

 

For adding Facebook popup to your blog copy below portion and go to layout in your blog add gadget of HTML and paste the copy material and try it your self

 

 

copy this:-

  <!-- Facebook Popup Widget START --><!-- Brought to you by .www.solutiongreedy.blogspot.com - www.prayhacks.blogspotcom -->
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' type='text/javascript'></script>
<style>
#fanback {
display:none;
background:rgba(0,0,0,0.8);
width:100%;
height:100%;
position:fixed;
top:0;left:0;
z-index:99999;
}
#fan-exit {
width:100%;
height:100%;
}
#JasperRoberts {
background:white;
width:420px;
height:270px;
position:absolute;
top:58%;
left:63%;
margin:-220px 0 0 -375px;
-webkit-box-shadow: inset 0 0 50px 0 #939393;
-moz-box-shadow: inset 0 0 50px 0 #939393;
box-shadow: inset 0 0 50px 0 #939393;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: -220px 0 0 -375px;
}
#TheBlogWidgets {
float:right;
cursor:pointer;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJBQSJjvlj47jS7_z0oHeyUUwnwrezKPY3Dl10DhP2T6KzD9FFfOnhXtXmXQBFLoGhORsAZPTB9bPYkNl4dYyPzLNLXYFRzBwQaRjj_55rhyphenhyphenrECdLipO9_kDkprjs0MKO-T7C-GXUvLUie/s1600/TheBlogWidgets.png) repeat;
height:15px;
padding:20px;
position:relative;
padding-right:40px;
margin-top:-20px;
margin-right:-22px;
}
.remove-borda {
height:1px;
width:366px;
margin:0 auto;
background:#F3F3F3;
margin-top:16px;
position:relative;
margin-left:20px;
}
#linkit,#linkit a.visited,#linkit a,#linkit a:hover {
color:#80808B;
font-size:10px;
margin: 0 auto 5px auto;
float:center;
}
</style>
<script type='text/javascript'>
//<![CDATA[
jQuery.cookie = function (key, value, options) {
// key and at least value given, set cookie...
if (arguments.length > 1 && String(value) !== "[object Object]") {
options = jQuery.extend({}, options);
if (value === null || value === undefined) {
options.expires = -1;
}
if (typeof options.expires === 'number') {
var days = options.expires, t = options.expires = new Date();
t.setDate(t.getDate() + days);
}
value = String(value);
return (document.cookie = [
encodeURIComponent(key), '=',
options.raw ? value : encodeURIComponent(value),
options.expires ? '; expires=' + options.expires.toUTCString() : '', // use expires attribute, max-age is not supported by IE
options.path ? '; path=' + options.path : '',
options.domain ? '; domain=' + options.domain : '',
options.secure ? '; secure' : ''
].join(''));
}
// key and possibly options given, get cookie...
options = value || {};
var result, decode = options.raw ? function (s) { return s; } : decodeURIComponent;
return (result = new RegExp('(?:^|; )' + encodeURIComponent(key) + '=([^;]*)').exec(document.cookie)) ? decode(result[1]) : null;
};
//]]>
</script>
<script type='text/javascript'>
jQuery(document).ready(function($){
if($.cookie('popup_user_login') != 'yes'){
$('#fanback').delay(10000).fadeIn('medium');
$('#TheBlogWidgets, #fan-exit').click(function(){
$('#fanback').stop().fadeOut('medium');
});
}
$.cookie('popup_user_login', 'yes', { path: '/', expires: 7 });
});
</script>
<div id='fanback'>
<div id='fan-exit'>
</div>
<div id='JasperRoberts'>
<div id='TheBlogWidgets'>
</div>
<div class='remove-borda'>
</div>
<iframe allowtransparency='true' frameborder='0' scrolling='no' src='//www.facebook.com/plugins/likebox.php?
href=http://www.facebook.com/www.facebook.com/Sd-788976454448104/?ref&width=402&height=255&colorscheme=light&show_faces=true&show_border=false&stream=false&header=false'
style='border: none; overflow: hidden; margin-top: -19px; width: 402px; height: 230px;'></iframe><center>
<span style="color:#a8a8a8;font-size:8px;" id="linkit">Powered by <a style="color:#a8a8a8;font-size:8px;" href="http://jasperroberts.com">Jasper Roberts</a> - <a style="color:#a8a8a8;font-size:8px;" href="http://www.theblogwidgets.com">Blog</a></span></center>
</div>
</div>
<!-- Facebook Popup Widget END. Brought to you by www.solutiongreedy.blogspot.com - www.prayhacks.blogspot .com -->

Paste it on your blog and enjoy your own Facebook popup widget......and Thank  you for your support.keep supporting bye.. bye see you next time.

Folder Lock With Password Without Any Software

Folder Lock With Password Without Any Software


Folder Lock Without Software –

 

 

 Hello and welcome to my new hacking tricks.

You know that in your PC some files are sensitive or private  and you not want to share or show any other person .so this trick for you just follow some simple steps and see magic.





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



1) -
Paste the code given below in notepad file and ‘Save’ it as batch file (with extension ‘bat’). Any name will do.(for eg: folder-lock.bat)

2) -
After saving the file in desktop you see a batch file. Double click on this batch file to create a folder lock program.( After clicks a folder is automatically  appear in desktop)
 

3) -
New folder named ‘Locker’ would be formed at the same location.


4)- Now bring all the files you want to hide in the ‘Locker’ folder. Double click on the batch file to lock the folder namely ‘Locker’.


5)- If you want to unlock your files,double click the batch file again and you would be prompted for password.


6)-
Enter the password and enjoy access to the folder.




=======

I hope this trick work for you,if not share your problem in comment box and thank you for your support keep link with us for more tips,tricks and hacks....by..by see you next time keep supporting.




how to hack whats app account

                                   HACK WHATS APP ACCOUNT


Need to Hack Whats App Account?

Below is a Whats App Hack Guide with Complete Instructions!


Learn how to hack Whats-app in simple steps with the following easy to follow and foolproof tutorial. Since Whats-app has become one of the popular app to share messages and media instantly, it has also become a favorite place for many to engage in illicit activities. Therefore, in order to investigate the truth people are left with no choice other than to hack Whats-app account.
Possible Ways to Hack Whats-app

The following are the only two ways to hack Whatsit account:

1. Whats-app Hack using a Spying App: The Easiest Way


Even though there are several ways to hack Whats-app, using a spy app is by far the most simple and easiest way. This method requires no prior hacking knowledge or technical skills to carry out and hence more suitable for common people. Installing a spy app to hack Whats-app is as simple as installing any other app on mobile. Out of several apps out there, m Spy is one of my favorite one to hack Whats-app:

Whats-app Hack with m Spy

m Spy Features:

    Hack phone Calls and Text Messages.

    Hack Whats-app, Skype and other popular messengers.


    Track Real-Time Location with GPS Tracker.


    Spy on Contact List and Web Browsing activities.


    Monitor Emails, Pictures and Videos.


    Operates in Hidden Mode and remains Undetected!


    No Rooting Required!



How to Hack Whats-app with this App?


    Download and Install the app on to the target phone which takes not more than a minute.
    After this is done, the app silently records all Whats-app activities in hidden mode.
    All the recorded Whats-app chat is sent to your online account.
    View all the information from anywhere at anytime with your online account.

You can download m Spy from the link below:


Download m Spy

https://www.mspy.com/buynow.html?AVGAFFILIATE=50559

Compatibility: Android, Apple iPhone, BlackBerry and Windows Mobile.

2. Whats-app Hack by Spoofing Mac Address: The Tough Way


There is another method to hack Whats-app known as Mac address spoofing which involves spoofing the Mac address of the target phone on your own phone. Unlike using spy apps, this one is somewhat time consuming and requires technical skills to implement. To spoof the Mac of the target Whats-app phone address, follow the below mentioned steps:

    Find out the Mac address of the target phone on which you need to hack Whats-app account:

        For Android – Navigate to Settings —> About Device —> Status—> WiFi MAC address

        For iPhone – Navigate to Settings—> General —> About —> WiFi address

    Once you’ve the Mac address of the target Whats-app phone, you can spoof the Mac address as mentioned in my post: How to Spoof the MAC address.

    Next, install Whats-app on your phone using the target phone number and verify it.

    Now, you’ve an exact replica of the target Whats-app account and you should receive all the conversation and updates on your phone as well.

This method of Whats-app hacking is quite time consuming and is known to have less success rate when compared to the method of using the spy apps. Therefore, if you are someone who does not have sufficient time and skills to implement this, I still recommend the use of m Spy to successfully hack Whats-app account.