Thursday, October 25, 2012

2012 SEO Trickss and Tips

Before starting this I would like to mention the aim of Google in providing search results to people – the aim is ” SEARCH SHOULD END ” . The meaning of this phrase is that when a person searches for some information and if he is still not satisfied even after visiting first 20 pages or searching with many different combination of searches, then that will result in the failure of Google. So for this google introduced    an algorithmic change in its search which is called ” GOOGLE PANDA” .
Note : Panda  is named after a Google employee not Kungfu Panda ;)
Right from 2011 January Google kept on tweaking the algo in order to combat the content farms. What ever it is Google is now worried about only and only one thing and that is ” USER EXPERIENCE
So what I want to say finally is google tweaks in 2012 and the panda updates can be predicted based on this concept. Also this can help us in being safe in getting effected by panda. Here are those user experience based SEO TIPS AND TRICKS that every website owner should concentrate.

Thursday, October 11, 2012

How to block or unblock a website

To block a website from opening that temporarily or permanently we have several steps to follow:

          At first, you must know that it is not hazardous to your system, that you may or may not turn it on and off every time when you want to block the website.
Note : This trick was been done in only windows operating system

Step 1 : At first goto you desktop "My Computer" icon and double click that.

Step 2 : Now goto the drive with which your operating system was been installed. For example considering the default drive as c:\.

Thursday, August 23, 2012

Creating E-Bomb using BAT files

Ebomb is a virus that usually used to annoy the victim by opening multiple applications. In this tutorial I will be using batch programming to create the Ebomb, You do not need to have any programming knowledge to create a bat file just you need to know few DOS commands.

Creating Process:-

1. Open Notepad and write the Program as given in the below examples and save it with .bat extension.
2. Convert this bat file to exe file using "bat to exe" converter. Click Here to download the tool.
3. Send this file to your victim and make him click, you can cover this file using image file. Click here to know how to do image covering. You can upload this file in any file sharing website like ziddu.com or megaupload.com and give the link to your victim.

Note:- In the program "::"(double colons) represent comments in batch programming. To create batch files follow the above "creating process".


Thursday, August 16, 2012

Virus that creates Folder inside folder and consumes indefinite memory

In this tutorial I will teach, How to create virus using BAT file and converting that bat file to exe file. You may have heard the word Batch Programming, creating .bat file using simple DOS commands is called Batch Programming. You do not need to have any programming knowledge to create a bat file just you need to know few DOS commands.
Creating Process:-
1. Open Notepad and write the Program as given in the below examples and save it with .bat extension.
2. Convert this bat file to exe file using "bat to exe" converter. Click Here to download the tool.
3. Send this file to your victim and make him click, you can cover this file using image file. Click here to know how to add images as EXE files. You can upload this file in any file sharing website like ziddu.com or megaupload.com and give the link to your victim.

Lets Check some examples:-
Note:- In the examples below "::"(double colons) represent comments in batch programming. To create batch files follow the above "creating process".

Monday, August 13, 2012

How to run an EXE file when an image file is clicked

Its a simple technique which can come handy when you want to deliver a exe file, especially a trojan or a keylogger, to victim.

Before we start you should better change some of the settings in your PC like "showing hidden files and folder" and "showing the file extension" to edit such settings open "My Computer->Tools(menu bar)->Folder Options->View" and change the settings there, you will be knowing shortly why I am forcing you to do this changes.


Tuesday, August 7, 2012

PHP Chapter 8

PHP Functions

The real power of PHP comes from its functions.
In PHP, there are more than 700 built-in functions.

PHP Built-in Functions

For a complete reference and examples of the built-in functions, please visit our PHP Reference.

PHP Functions

In this chapter we will show you how to create your own functions.
To keep the script from being executed when the page loads, you can put it into a function.
A function will be executed by a call to the function.
You may call a function from anywhere within a page.

Saturday, August 4, 2012

Virus that denies the access of the website when clicked

In this tutorial we are going to modify the "hosts" file present in C:\Windows\System32\drivers\etc\, you may be wondering what this "hosts" file does? Whenever you type a domain name in address bar, at first browser checks this domain name in "hosts" file and checks whether the IP address for specified domain name is available or not. If IP address is found the browser will direct to the IP address in hosts file.

Creating Process:-
1. Open Notepad and write the Program as given in the below examples and save it with .bat extension.
2. Convert this bat file to exe file using "bat to exe" converter. Click Here to download the tool.