<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Wains Organization</title>
		<link>http://wainsorg.ucoz.com/</link>
		<description>Blog</description>
		<lastBuildDate>Sat, 02 Nov 2013 16:44:19 GMT</lastBuildDate>
		<generator>uCoz Web-Service</generator>
		<atom:link href="https://wainsorg.ucoz.com/blog/rss" rel="self" type="application/rss+xml" />
		
		<item>
			<title>Add your all friends in your group (in Facebook)</title>
			<description>&lt;div&gt;Facebook script to add your friends to group&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;</description>
			<content:encoded>&lt;div&gt;&lt;div&gt;Please follow these steps&lt;/div&gt;&lt;div&gt;Step 1: Open your GROUP you need to add friends to&lt;/div&gt;&lt;div&gt;Step 2: Press F12 - on your keyboard&lt;/div&gt;&lt;div&gt;Step 3: You will find CONSOLE written on your right side bar&lt;/div&gt;&lt;div&gt;Step 4: Copy - Paste script below console bar&lt;/div&gt;&lt;div&gt;Step 5: Press Enter - on your keyboard&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;and, you will find your friends added in group (if not, let us know - WE RE- TEST THE SCRIPT)&lt;/div&gt;&lt;div&gt;- comment us with group URL&lt;/div&gt;&lt;div&gt;- we will customize according to your group name or number&lt;/div&gt;&lt;div&gt;- or, we tell you easy steps to self customize it ...&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Copy the script from here and TEST ON YOUR GROUP - RIGHT NOW --------- (make sure you copy from tip to tip - as its java script)&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt; &lt;br&gt;&lt;br&gt;&lt;font size=&quot;4&quot; style=&quot;font-size: 14pt;&quot;&gt;Click &lt;a href=&quot;http://wainsorg.ucoz.com/blogjs/facebookadd.js&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt; for Script&lt;/font&gt;&lt;/div&gt;</content:encoded>
			<link>https://wainsorg.ucoz.com/blog/add_your_all_friends_in_your_group_in_facebook/2013-11-02-8</link>
			<category>Custom Script</category>
			<dc:creator>Alex</dc:creator>
			<guid>https://wainsorg.ucoz.com/blog/add_your_all_friends_in_your_group_in_facebook/2013-11-02-8</guid>
			<pubDate>Sat, 02 Nov 2013 16:44:19 GMT</pubDate>
		</item>
		<item>
			<title>How to create Mockup Windows Alert Box</title>
			<description>So viewers, i&apos;m gonna teach you how to create a mockup Windows Alert Box and it&apos;s so easy....Alert box, is like when you open something and Error Appears on screen, That &quot;Disk not found&quot; etc..</description>
			<content:encoded>&lt;div&gt;I think using VBScript would be an easy way of doing this.&lt;/div&gt;&lt;div&gt;Use Notepad to create a file called &lt;span style=&quot;color: rgb(50, 205, 50);&quot;&gt;alertbox.vbs&lt;/span&gt; on your desktop and add this to it:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;!--uzcode--&gt;&lt;div class=&quot;bbCodeBlock&quot;&gt;&lt;div class=&quot;bbCodeName&quot; style=&quot;padding-left:5px;font-weight:bold;font-size:7pt&quot;&gt;Code&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&amp;gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&amp;gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;MsgBox &quot;Unable to read disk, &quot; &amp;amp; vbcrlf &amp;amp; &quot;do you want to retry?&quot;, 18, &quot;Disk error.&quot;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;Change the error message at the beginning and the title at the end. Ensure the error message and the title are both enclosed in inverted commas.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Use the table below and add up all the numbers to show various buttons and the icon on the popup. In this example, 18 is a combination of &quot;2 = Displays Abort, Retry, and Ignore buttons.&quot; and &quot;16 = Displays Critical Message icon.&quot; from the table below.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;The &quot; &amp;amp; vbcrlf &amp;amp; &quot; bit creates a new line, if you want more than one line of text in the popup.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Simply double-click the file on your desktop to show the popup.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;From the above example:&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;!--IMG1--&gt;&lt;img alt=&quot;&quot; style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;http://wainsorg.ucoz.com/_bl/0/15925416.png&quot; align=&quot;&quot; /&gt;&lt;!--IMG1--&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;!--uzcode--&gt;&lt;div class=&quot;bbCodeBlock&quot;&gt;&lt;div class=&quot;bbCodeName&quot; style=&quot;padding-left:5px;font-weight:bold;font-size:7pt&quot;&gt;Code&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&amp;gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&amp;gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;Constant &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Value &amp;nbsp; &amp;nbsp; Description&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&amp;gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&amp;gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;vbOKOnly &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Displays OK button only.&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&amp;gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;vbOKCancel &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Displays OK and Cancel buttons.&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&amp;gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;vbAbortRetryIgnore &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Displays Abort, Retry, and Ignore buttons.&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&amp;gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;vbYesNoCancel &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Displays Yes, No, and Cancel buttons.&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&amp;gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;vbYesNo &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Displays Yes and No buttons.&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&amp;gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;vbRetryCancel &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Displays Retry and Cancel buttons.&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&amp;gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;vbCritical &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 16 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Displays Critical Message icon.&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&amp;gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;vbQuestion &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;32 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Displays Warning Query icon.&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&amp;gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;vbExclamation &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 48 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Displays Warning Message icon.&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&amp;gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;vbInformation &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 64 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Displays Information Message icon.&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&amp;gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;vbDefaultButton1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; First button is default.&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&amp;gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;vbDefaultButton2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;256 &amp;nbsp; &amp;nbsp; &amp;nbsp; Second button is default.&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&amp;gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;vbDefaultButton3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;512 &amp;nbsp; &amp;nbsp; &amp;nbsp; Third button is default.&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&amp;gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;vbDefaultButton4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;768 &amp;nbsp; &amp;nbsp; &amp;nbsp; Fourth button is default.&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&amp;gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;vbApplicationModal &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Application modal; the user must respond to the message box before continuing work in the current application.&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&amp;gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;vbSystemModal &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4096 &amp;nbsp; &amp;nbsp; &amp;nbsp;System modal; all applications are suspended until the user responds to the message box.&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&amp;gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;vbMsgBoxHelpButton &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 16384 &amp;nbsp; &amp;nbsp; Add Help button to the message box.&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&amp;gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;VbMsgBoxSetForeground &amp;nbsp; 65536 &amp;nbsp; &amp;nbsp; Specify the message box window as the foreground window.&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&amp;gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;vbMsgBoxRight &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 524288 &amp;nbsp; &amp;nbsp;Text is right aligned.&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&amp;gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;vbMsgBoxRtlReading &amp;nbsp; &amp;nbsp; 1048576 &amp;nbsp; Specify that text should appear as right-to-left reading on Hebrew and Arabic systems.&lt;/div&gt;&lt;!--/uzc--&gt;&lt;/div&gt;&lt;/div&gt;&lt;!--/uzcode--&gt; &lt;/div&gt;</content:encoded>
			<link>https://wainsorg.ucoz.com/blog/how_to_create_mockup_windows_alert_box/2013-04-06-6</link>
			<category>How?</category>
			<dc:creator>Alex</dc:creator>
			<guid>https://wainsorg.ucoz.com/blog/how_to_create_mockup_windows_alert_box/2013-04-06-6</guid>
			<pubDate>Sat, 06 Apr 2013 08:10:38 GMT</pubDate>
		</item>
		<item>
			<title>How to block any website</title>
			<description>Want to block all users of a Windows PC from opening certain websites, regardless of the browser they use or the time of day? You need only make a few simple additions to the Windows hosts file. This method is straightforward and free, and it doesn’t require you to download or install any additional software. It&apos;s an effective method for restricting users of all ages from seeing the content you don’t want them to access.</description>
			<content:encoded>&lt;div&gt;&lt;span style=&quot;font-family: Verdana, Tahoma, Arial; font-size: 11px;&quot;&gt;Want to block all users of a Windows PC from opening certain websites, regardless of the browser they use or the time of day? You need only make a few simple additions to the Windows hosts file. This method is straightforward and free, and it doesn’t require you to download or install any additional software. It&apos;s an effective method for restricting users of all ages from seeing the content you don’t want them to access.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;Block a Website on Your PC&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;1. Open Windows Explorer and navigate to C:&amp;#92;Windows&amp;#92;System32&amp;#92;drivers&amp;#92;etc. If Windows is not installed on C:, substitute the appropriate drive letter.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;2. Double-click hosts, and select Notepad when Windows prompts you to choose a program. If you don&apos;t get the prompt, or if the hosts file opens in another program, open Notepad (Start, All Programs, Accessories, Notepad), and then navigate to hosts by clicking File, Open within Notepad.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;
&lt;!--IMG1--&gt;&lt;a href=&quot;http://wainsorg.ucoz.com/_bl/0/79459200.png&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Click to view in full size...&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;http://wainsorg.ucoz.com/_bl/0/s79459200.jpg&quot; align=&quot;&quot; /&gt;&lt;/a&gt;&lt;!--IMG1--&gt;
&lt;div&gt;3. Place the cursor at the end of the last line, which will say something such as &apos;127.0.0.1 localhost&apos; or &apos;::1 localhost&apos;. Press &lt;b&gt;Enter&lt;/b&gt; to create a new line.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;4. Type &lt;b&gt;127.0.0.1&lt;/b&gt;, tap the spacebar once, and then type the address of a website you want to block. For example, to block all traffic from YouTube, type &lt;b&gt;127.0.0.1 www.youtube.com&lt;/b&gt; on this line.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;
&lt;!--IMG2--&gt;&lt;a href=&quot;http://wainsorg.ucoz.com/_bl/0/67257920.png&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Click to view in full size...&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;http://wainsorg.ucoz.com/_bl/0/s67257920.jpg&quot; align=&quot;&quot; /&gt;&lt;/a&gt;&lt;!--IMG2--&gt;
&lt;div&gt;5. Continue to add the websites you wish to block, each prefaced with &lt;b&gt;127.0.0.1&amp;nbsp;&lt;/b&gt;and a space.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;6. Click File, Save to commit to your changes. Dismiss any warnings from antimalware software, which may be triggered by your editing of the hosts file.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;7. Close any open browser windows, and then reopen a browser to test your edits. The blocked sites should not display in any browser.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;Note:&lt;/span&gt; You need to run notepad as an admin to save changes to the hosts file.&lt;/div&gt;</content:encoded>
			<link>https://wainsorg.ucoz.com/blog/how_to_block_any_website/2013-03-27-5</link>
			<category>How?</category>
			<dc:creator>Alex</dc:creator>
			<guid>https://wainsorg.ucoz.com/blog/how_to_block_any_website/2013-03-27-5</guid>
			<pubDate>Wed, 27 Mar 2013 13:05:38 GMT</pubDate>
		</item>
		<item>
			<title>How to access Blocked website</title>
			<description>Here is the description about how to access/run Blocked (youtube) websites, Without downloading any of software.. then just follow these steps :</description>
			<content:encoded>&lt;div&gt;Since PTA has blocked youtube.com, people in Pakistan are looking for ways to run the website. I would not go in to the moral issues of using the website.&amp;nbsp;&lt;/div&gt;&lt;div&gt;Anyways, there are few websites through which you can watch the videos of youtube.com or any other blocked site.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;
&lt;li&gt;Go to www.google.com and type &quot;&lt;span style=&quot;color:green&quot;&gt;bypass proxy&lt;/span&gt;&quot; in search&lt;/li&gt;&lt;/div&gt;&lt;div&gt;
&lt;li&gt;All the results will lead you to website which will bypass the restrictions implemented by PTA.&lt;/li&gt;&lt;/div&gt;
&lt;div&gt;&lt;li&gt;Some of them might not work, so just go to the next one.&lt;/li&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;li&gt;Once these websites open, they will have again a search box where you will type &lt;span style=&quot;color:green&quot;&gt;www.youtube.com&lt;/span&gt; and click on &lt;span style=&quot;color:green&quot;&gt;Go&lt;/span&gt;.&lt;/li&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color:green&quot;&gt;Youtube.com&lt;/span&gt; will be opened with in that browser.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;li&gt;You can watch as many videos as you want. So ENJOY!!!&lt;/li&gt;&lt;/div&gt;</content:encoded>
			<link>https://wainsorg.ucoz.com/blog/how_to_access_blocked_website/2013-03-23-4</link>
			<category>How?</category>
			<dc:creator>Alex</dc:creator>
			<guid>https://wainsorg.ucoz.com/blog/how_to_access_blocked_website/2013-03-23-4</guid>
			<pubDate>Sat, 23 Mar 2013 14:25:26 GMT</pubDate>
		</item>
	</channel>
</rss>