Saturday, April 24, 2010

Blocking websites on XP and IE.?

Hello,



I am trying to block websites without using an external blocker.



I have read some replies and none have worked.



I have tried:



In IE, opened Tools%26gt;Internet options%26gt;Privacy%26gt;sites%26gt;i have added the site and clicked OK



Still have access to the site.



Also tried: In IE%26gt;Tools%26gt;Internet options%26gt;security%26gt;restricted sites%26gt;sites%26gt;and added site



Still have access to the site.



Is there any way to block a site in IE. These methods have not worked.



Thanks.



Blocking websites on XP and IE.?windows xp sp2





You are correct, those methods, will not work.



Some people suggest that you add a website that you wish to block by adding it to Internet Explorer's Restricted Zone. This does NOT totally block a site. It will only RESTRICT a site from certain actions such as using javascript, Active-X and Java etc.



Some people suggest that your add a website to the Internet Explorer 'Privacy' settings. This does not block a site. It only stops that site from using cookies.



But, you can easily and effectivily block access to a website by adding it to your Windows HOSTS file. (Yes, Hosts is capitalised for some strange reason).



1.Go to your HOSTS file which is located at:



C:\WINDOWS\SYSTEM32\DRIVERS\ETC for windows Vista and XP



C:\WINNT\SYSTEM32\DRIVERS\ETC for Windows 2k



C:\WINDOWS for Windows 98 and ME



2. Open HOSTS with Notepad.



The default Windows HOSTS looks like this:



______________________



# Copyright ? 1993-1999 Microsoft Corp.



#



# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.



#



# This file contains the mappings of IP addresses to host names. Each



# entry should be kept on an individual line. The IP address should



# be placed in the first column followed by the corresponding host name.



# The IP address and the host name should be separated by at least one



# space.



#



# Additionally, comments (such as these) may be inserted on individual



# lines or following the machine name denoted by a "#" symbol.



#



# For example:



#



# 102.54.94.97 rhino.acme.com # source server



# 38.25.63.10 x.acme.com # x client host



#



127.0.0.1 localhost



_____________________________



3. Directly under the line that says 127.0.0.1 Localhost, you will want to type:



127.0.0.1 name of the URL you want to block



For example to block the MySpace.com homepage (highly recommended!), simply type:



127.0.0.1 myspace.com



127.0.0.1 www.myspace.com



Other parts of MySpace could be blocked in a similar way:



127.0.0.1 search.myspace.com



127.0.0.1 profile.myspace.com



etc etc etc...



You may need to add sites with both with and without the "www.". Test after blocking to make sure you got it right.



You can add as many sites as you wish to block in this fashion. I, myself, have over 12000 undesireable and dangerous sites in my personal HOSTS file!



4. Close Notepad and answer "Yes" when prompted.



5. Reboot your computer and attempt to access your now blocked website. You should see a Cannot find server or DNS Error saying: "The page cannot be displayed".



Good luck.

Ie 7 will not load any page please help me?

i have just upgraded to ie 7 and not one page will load yet firefox works perfect. i need help on this and i need it fast please reply to this and thinks for any one who does.



Ie 7 will not load any page please help me?microsoft net





USE FIREFOX, less cookies, less ADS, LESS SPYWARE, its faster. You already said FF loaded it then...use it!



Ie 7 will not load any page please help me?microsoft flight simulator internet explorer



try refreshing the page or going to your home page
Dump then reload the 7 upgrade. Empty Recycle Bin, Shut down, reboot.



Reload 7, (if you must). Shut down/reboot.
dunno, lol
It is possible that you have history in the cache that is somehow in conflict with the new version----go to your internet options page and delete all history there ---keep the cookies---they are hard to do without once you restart---retry to load your pages



??? if this doesn't do it---you may have to remove and reinstall as mentioned by the dude here earlier



Hope this gets you going again



And, good luck !!!
This is a real nasty one that I've been through! When you download the new IE 7 and it does not load, it normally leaves a file on your computer explaining why- usually it's in your registry and you have to go in through your start menu to what is called "regedit" and search a certain setting in your registry that's preventing it from loading and change it. If you do not get this file, go to the MS site and type in "IE7 does not load" and hopefully it brings up the causes and solutions for you. If not, you may have to phone Microsoft while you are doing it and get them to walk you through it. If this is not the case, you may have a damaged winninet.dll file from a virus that went around the net recently. Before doing anything, make sure that all your important files are backed up. I had to re-format my computer.
Its time you changed your browser to Firefox or Opera and give time to MIcrosoft to stabilise IE7.

IE keeps crashing?

I have the latest version of IE and it was working fine and something happened to it recently because it keeps crashing. Doesn't matter what site I visit, after I've been using it for about 5 minutes, it just crashes. I think I need to reinstall it, how do I go about doing that?



IE keeps crashing?microsoft zune





Go to www.microsoft.com/downloads



Reinstall IE 7



IE keeps crashing?windows nt internet explorer



try searching for new windows updates.. if it doesn't work download firefox instead it's much better than IE in my opinion.
%26lt;%26lt;%26lt;%26lt; Hint hint wink wink.
Just go to their website, but uninstall it first. Go to the Microsoft website.

IE 7.0 - no history?

For some reason my laptop does not have any history. I have a Inspiron 6000, Windows XP and recently installed IE 7.0. Anyone got any ideas on what I can do to figure this out? Thank you.



IE 7.0 - no history?windows mail





somewhere in internet settings you can change how much (if any) history is saved.

Getting a table to center correctly in IE.. Works in Firefox, not IE.?

http://charlespluta.com/temps/1337/index...



This is the index file.



http://charlespluta.com/temps/1337/css.c...



CSS Stylesheet.



My method is working perfectly in Firefox, but the text obviously doesn't align correctly in IE. Since IE still has so much market share.. It needs to work.



I'm using PHP to include the Copyright %26amp; Navigation lines, then putting the text inside the file. Both of the Banner %26amp; Navigation centers correctly in IE, but the text and copyright doesn't... The copyright is in a different %26lt;tr%26gt; than the text in its own table...



A whole 10 points to someone who thinks they can figure out the solution.



Getting a table to center correctly in IE.. Works in Firefox, not IE.?microsoft templates





?? THIS YOUR BEST OPTION ??



? It is best not to use the idea above of absolute positioning. that only works well if you are absolutely certain what monitor resolution your targeted audiernce is going to use. Since there is no way to know that without creating different pages for different resolutions then you shouldn't do it. Absolute positioning should only be used when you have no other choice.



? Instead to simply align a table with the least amount of coding do this



%26lt;table align="center"%26gt;



or in css you can do this



%26lt;style type="text/css"%26gt;



body {



/* Center For IE *?



text-align:center;



/* Center For All Other Browsers */



margin:0 auto;



}



%26lt;/style%26gt;



? Now your table and everything else on your pages will be centered. just add text-align:left; to the elements that you don't want to be centered.



%26lt;style type="text/css"%26gt;



body {



/* Center For IE *?



text-align:center;



/* Center For All Other Browsers */



margin:0 auto;



}



p,ul,ol {



text-align:left;



}



%26lt;/style%26gt;



//////////////////////////



? Here are some great CSS books. read below about libraries to get these books free.



? http://www.idest.com/csshacks/



? http://www.oreilly.com/catalog/css2...



? http://www.oreilly.com/catalog/095792188...



? You can't get better books than those published by oreilly. here are their other books



? http://www.oreilly.com/catalog/...



best html reference http://www.w3schools.com/html/html_refer... best style sheet reference http://www.w3schools.com/css/css_referen... html links http://www.websitetips.com/html/... style sheet links http://www.websitetips.com/css/... html dom http://www.w3schools.com/htmldom/dom_ref...



? Many libraries world wide have books related to the internet, web and computers in general. They also have CDs and DVDs. Go to your local public library and get the username and password for http://www.firstsearch.org/ You can look up the book yourself but they will have to order it for you. Sometimes this can take awhile if the book is checked out by someone else. After reading the books and making copies of certain pages with a photo copier simply return it to them.



? By using firstsearch you can search for any book in the world. Some libraries might charge a small fee but most are free. Every web design book I have read was acquired in this fashion. :)



Getting a table to center correctly in IE.. Works in Firefox, not IE.?windows firewall internet explorer



Use the power of CSS.



div#my_table {



position: absolute;



left: #px;



top: #px;



}



Put that sucker anywhere you want after that. :D
you shouldn't use tables to layout text. use a div tag instead. where your content is try this. this will spread the whole width and align the text center in the div.



%26lt;div style="text-align: center;"%26gt;



text goes here



%26lt;/div%26gt;
I know the problem. Its with using "position: absolute;" in the css. do u want me to edit both html n css so luks like firefox in IE?



Techsupport@3doms.com to reply

Ie explorer6.0 for windows xp service pack 2?

I have ie explorer 7.0 beta and and am having difficulty with some sites. will not support 7.0 and I need to downgrade to 6.0



Ie explorer6.0 for windows xp service pack 2?windows xp pro





Go to Add %26amp; Remove programs and remove Internet Explorer 7 and it will revert back to IE 6



Ie explorer6.0 for windows xp service pack 2?microsoft net framework internet explorer



if you dont want to downgrade yu could download a seperate browser for what you want to do. like Mozila firefox or Opera
IMO, Firefox is a much better brouser. It's free. Try it out.

Unwanted opening of IE 7.0 with ads.?

I'm using Mozilla Firefox for web surfing but my IE 7.0 opens suddenly with an advertising page. I'm windows XP SP2 user and my firewall and anti virus is Symantec. I've already checked that pop up blocker is on in IE.



Unwanted opening of IE 7.0 with ads.?microsoft exchange





Uninstall IE7 and Reinstall Firefox.



Unwanted opening of IE 7.0 with ads.?windows vista ultimate internet explorer



you need to get a spyware program. seems to me your getting a popup with ads = spyware.



i recommend:



www.iobit.com - advanced windows care
You have some malicious code on your computer. Go get Spybot Search and Destroy, apply the updates to it. and run it. Should kill whatever you have infecting your computer.



Also get Advanced Spyware Removal tool. It gets things Spybot doesn't.
Try http://www.stopannoyingpopup.com



Prevents from any unwanted popup ads immediately and automatically.



Block 100% unsolicited popups.



Run quietly in your system tray using very little resources.

 
web hosting providers