Showing posts with label Internet Tricks. Show all posts
Showing posts with label Internet Tricks. Show all posts

Wednesday, October 5, 2011

How to download books from Google books for Free?


 Here is the trick to download google book and read it off line also. 

How to do this?
Step 1:
Download/install Greasemonkey addon(Customize the way a web page displays or behaves, by using small bits of JavaScript.) in Firefox

Install this userscript :google book download

Download/insall the Flashgot (FlashGot is the free add-on for Firefox and Thunderbird, meant to handle single and massive ("all" and "selection") downloads with several external Download Managers. )

Download/install Flashget(Download Manager)

Step 2:
View your favorite book.

For Example: http://books.google.com/books?id=Tmy8LAaVka8C&printsec=frontcover

In the left panel, click Download this book

Select all pages, right-click, choose FlashGot Selection
Press OK to start downloading. Note : Download only one page at a time, or your IP will be banned
After the downloading is finished, in FlashGet, left panel, choose Downloaded folder.
Select all pages of the book, right-click, choose Rename -> Comment As Filename
Read book
Continue   Reading>>

Thursday, September 29, 2011

What is Computer/Browser Cookies? ~Use of Cookies



 What is Cookies? HTTP cookie or Browser Cookie are used to store the information about the visitors. Also cookies used to store the Login informations(username ,passwords). It will be useful to track visitors wish so that display the related info or ads.


Different Types of Cookies:

Session cookie
A session cookie upto certain hours,depending on website.  After the session hour, it will be destroyed.


Persistent Cookie
A persistent cookie will outlast user sessions. If a persistent cookie has its Max-Age set to 1 year, then, within the year, the initial value set in that cookie would be sent back to the server every time the user visited the server. This could be used to record a vital piece of information such as how the user initially came to this website. For this reason, persistent cookies are also called tracking cookies or in-memory cookies.

Secure cookie
Secure cookies are encrypted cookies. If you used HTTPS(secure Connection), then it will store the cookies in encrypted format. Even hackers steal the cookie, he is able to see only the encrypted data.
Example:
Bank websites always use Secure Cookies.

HttpOnly cookie
The HttpOnly cookie is supported by most modern browsers. On a supported browser, an HttpOnly session cookie will be used only when transmitting HTTP (or HTTPS) requests, thus restricting access from other, non-HTTP APIs (such as JavaScript). This restriction mitigates but does not eliminate the threat of session cookie theft via Cross-site scripting.[15]. It is important to realize this feature applies only to session-management cookies, and not other browser cookies.

Third-party cookie
Third-party cookies will store the cookies with another domain.
For Example:
www.example.com will store the cookies with ad.advertise12.com
At the same time, another website also set cookies with same domain.
www.othersite.com will store the cookies with ad.advertise12.com

Supercookie
A "supercookie" is a cookie with a public suffix domain, like .com, .co.in,.in.

Most browsers, by default, allow first-party cookies—a cookie with domain to be the same or sub-domain of the requesting host. For example, a user visiting www.example.com can have a cookie set with domain www.example.com or .example.com, but not .com. A supercookie with domain .com would be blocked by browsers; otherwise, a malicious website, like attacker.com, could set a supercookie with domain .com and potentially disrupt or impersonate legitimate user requests to example.com.

Zombie cookie
A zombie cookie is any cookie that is automatically recreated after a user has deleted it. This is accomplished by a script storing the content of the cookie in some other locations, such as the local storage available to Flash content, HTML5 storages and other client side mechanisms, and then recreating the cookie from backup stores when the cookie's absence is detected.

What is the use of Cookies?

Session management
Cookies may be used to maintain data related to the user during navigation, possibly across multiple visits. Cookies were introduced to provide a way to implement a "shopping cart" (or "shopping basket"), a virtual device into which users can store items they want to purchase as they navigate throughout the site.

Personalization
Cookies may be used to remember the information about the user who has visited a website in order to show relevant content in the future. For example a web server may send a cookie containing the username last used to log in to a web site so that it may be filled in for future visits.

Tracking
Tracking cookies may be used to track internet users' web browsing habits. This can also be done in part by using the IP address of the computer requesting the page or the referrer field of the HTTP request header, but cookies allow for greater precision. This can be demonstrated as follows:
Continue   Reading>>

Friday, August 12, 2011

Facebook Button Hacking Trick


You can share a html button in walls as a statuts.  Can you believe it?  This hacking trick found by Acizninja DeadcOde.

  • Login to Your Facebook Account.
  • Copy the following code and paste in the Address bar:

Continue   Reading>>

Tuesday, August 2, 2011

Top 10 Google +plus Tips for Beginners-Google plus Tricks


Invited by Google + , what is the next step? Here is the list Top 10 google + tips for Beginners.


Google plus Tips 1: Style the Text
*(star) for bold a word. For Example: *Google*=Google
For Italic: _Google+=Google
For Strike: -Google-=Google
Continue   Reading>>

Monday, July 25, 2011

Hacking Using Doxing -Doxing Complete Hacking Tutorial



Definiton of Doxing:
Doxing, derived from Document Tracing,  is gathering information about a particular person from the internet resources.  


Usually internet users left their information(Eg: gender,name,city,..) in some websites(Eg: social network,..).  So using some advanced searching Techniques, we can gather complete data about a person.  This data can be used to hack their account or trace them.
Continue   Reading>>

Thursday, May 19, 2011

Rotate the images of any Wesbsites Using JavaScript |Computer Hacking Tricks


Hi friends , this post is just for fun.  here  i give you the funny JavaScript that will rotate the image of any website.

The JavaScript code:
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);

How to use?
Visit any website. Copy the above Javascript code and paste in the address bar. Then hit enter. Now you can see the magic, the images of website will start to rotate.



Continue   Reading>>
Older Post Home
 

Copyright 2008 All Rights Reserved Revolution Two Church theme by Brian Gardner Converted into Blogger Template by Bloganol dot com