Forum     

Go Back   Digit Technology Discussion Forum > Software > Software Q&A
Register FAQ Calendar Mark Forums Read

Software Q&A Having trouble with software? Find solutions here


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 16-12-2008, 11:46 PM   #1 (permalink)
tHe nEw gEEk......ITian
 
pr.itdude's Avatar
 
Join Date: Oct 2008
Location: New Delhi
Posts: 358
Default here NO ONE can solve this problem...??



frndz....i tried searching here but couldnt got my answer.....
really no one here can solve my this problem :

I'm wanting to block access to specific websites for a user account, but, I wish to have those sites accesible to other users on the computer. I understand that I can manipulate the Windows Hosts file to block access to sites, however, hosts file is single for all user thats in windows....

I'd appreciate any suggestions on how to produce my desired result.

if someone can really solve then plz help me..........

have a look here too.......
parental control......

-----------------

17/12 2.09pm,

no reply in two days........although 30 views.........
really no one here can solve this problem...........!!!!
is really thinkdigitian all about this....??

Last edited by pr.itdude; 17-12-2008 at 02:10 PM. Reason: Automerged Doublepost
pr.itdude is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 17-12-2008, 09:35 PM   #2 (permalink)
.
 
JojoTheDragon's Avatar
 
Join Date: Aug 2008
Location: Guwahati
Posts: 2,485
Default Re: here NO ONE can solve this problem...??

if you have vista then it will be easy. control panel>user accounts and family safety>set up parental control for any user>select account>

May be similar in xp but dunno
__________________
| Steam: jojothedragon | Origin : jojothedragon | PSN : jojothedragon |


TDF @ Steam
Get 2GB of free cloud space : http://db.tt/OJKPcZnY
JojoTheDragon is offline  
Old 17-12-2008, 10:33 PM   #3 (permalink)
tHe nEw gEEk......ITian
 
pr.itdude's Avatar
 
Join Date: Oct 2008
Location: New Delhi
Posts: 358
Default Re: here NO ONE can solve this problem...??

no there is not such thing in XP and i am using XP........
also i want that the other user dont know that the particular site they are trying to access is intentionally blocked.....but it should show a network error or site down something thats real.......!!
pr.itdude is offline  
Old 17-12-2008, 10:41 PM   #4 (permalink)
Democracy is a myth
 
rhitwick's Avatar
 
Join Date: Apr 2004
Location: Kaikhali,Kolkata
Posts: 2,159
Thumbs up Re: here NO ONE can solve this problem...??

C, the thing u want is called an ACL or Access Control List.
Network Admins use this, For networked PCs this list is applied in the main server.
If u want to use for stand alone pc, u need a parental guidance s/w. they also do such kinda thing.
A few months(7-8) ago Digit reviewed such s/w, there was some which runs silently, even doesn't shows up in task manager.
__________________
"My opinions may have changed, but not the fact that I am right."

"I'm never wrong. Once I thought I was wrong, but I was wrong"
rhitwick is offline  
Old 18-12-2008, 12:33 AM   #5 (permalink)
tHe nEw gEEk......ITian
 
pr.itdude's Avatar
 
Join Date: Oct 2008
Location: New Delhi
Posts: 358
Default Re: here NO ONE can solve this problem...??

do u remember the name of the s/w..........!!
can't we do it without the use of any software......??
pr.itdude is offline  
Old 18-12-2008, 02:09 AM   #6 (permalink)
Google Bot
 
Pathik's Avatar
 
Join Date: Aug 2005
Posts: 9,772
Default Re: here NO ONE can solve this problem...??

You can do it without software. Just run a batch file when any user logs in. Create different host files for each user and place it in startup. In the batch file, just replace the hosts file with the user specific file.
__________________
My new blog: www.pathikshah.com
Pathik is offline  
Old 18-12-2008, 02:53 PM   #7 (permalink)
tHe nEw gEEk......ITian
 
pr.itdude's Avatar
 
Join Date: Oct 2008
Location: New Delhi
Posts: 358
Lightbulb Re: here NO ONE can solve this problem...??

Quote:
Originally Posted by Pathik View Post
Create different host files for each user and place it in startup. In the batch file, just replace the hosts file with the user specific file.
@ pathik.......
can u plz elaborate this procedure of creating and replacing hosts file and the contents of it......!!
i hv never done this before and i want no mistake....so plz...
is there any danger or something like that with replacing the windows files...........???
pr.itdude is offline  
Old 19-12-2008, 07:52 PM   #8 (permalink)
tHe nEw gEEk......ITian
 
pr.itdude's Avatar
 
Join Date: Oct 2008
Location: New Delhi
Posts: 358
Default Re: here NO ONE can solve this problem...??

@pathik.....
plz yaar..reply.......i urgently need this .....!!
it'll be very helpful to me......!!
pr.itdude is offline  
Old 19-12-2008, 08:13 PM   #9 (permalink)
TechTin.com
 
ravi_9793's Avatar
 
Join Date: Jun 2005
Location: www.TechTin.com
Posts: 4,090
Default Re: here NO ONE can solve this problem...??

Dear, you need any parental control software. Xp don't have inbuilt parental control.
ravi_9793 is offline  
Old 20-12-2008, 05:41 PM   #10 (permalink)
tHe nEw gEEk......ITian
 
pr.itdude's Avatar
 
Join Date: Oct 2008
Location: New Delhi
Posts: 358
Default Re: here NO ONE can solve this problem...??

hey dude........
i hav already mentioned that i can't use any parental control s/w as the user got to know that the site is intentionally blocked.......!! and i dont want that........!!
i hav already tried...!!
im really interested in what pathik told.........but thats incomplete......!!
pr.itdude is offline  
Old 20-12-2008, 06:12 PM   #11 (permalink)
Alpha Geek
 
paroh's Avatar
 
Join Date: Jul 2008
Posts: 781
Default Re: here NO ONE can solve this problem...??

u can try this Advanced Parental Control. It use stealth mode
paroh is offline  
Old 20-12-2008, 08:37 PM   #12 (permalink)
Google Bot
 
Pathik's Avatar
 
Join Date: Aug 2005
Posts: 9,772
Default Re: here NO ONE can solve this problem...??

Create a host file with the sites you want to block mapped to localhost - 127.0.0.1.

suppose you keep it in C:\xxx\hosts

Now create a .bat file with the contents

Code:
@echo off
ren C:\WINDOWS\system32\drivers\etc\hosts abc
mov C:\xxx\hosts C:\WINDOWS\system32\drivers\etc\
and place this bat file in the startup of the user account you want to restrict.

In your startup, just keep this to replace it with the original file.

Code:
@echo off
del C:\WINDOWS\system32\drivers\etc\abc
ren C:\WINDOWS\system32\drivers\etc\abc hosts
__________________
My new blog: www.pathikshah.com
Pathik is offline  
Old 21-12-2008, 02:44 AM   #13 (permalink)
tHe nEw gEEk......ITian
 
pr.itdude's Avatar
 
Join Date: Oct 2008
Location: New Delhi
Posts: 358
Lightbulb Re: here NO ONE can solve this problem...??

thnx dude.......!!
now i understand what to do......!!
i done it with little more simplicity......but only with ur help...!!
thnx again..!!
pr.itdude is offline  
Old 07-01-2009, 03:42 PM   #14 (permalink)
tHe nEw gEEk......ITian
 
pr.itdude's Avatar
 
Join Date: Oct 2008
Location: New Delhi
Posts: 358
Default Re: here NO ONE can solve this problem...??

hi guys.......
the above problem was solved........
but now i want suggestions of u ppl for :

actually i wanna to know if i can limit the intenet bandwidth for different user of a same system without affecting the rest users........!! ???
some tweaks for this.......???
pr.itdude is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Please solve this problem!! spandysriv Gamerz 1 14-12-2008 04:03 PM
help me to solve this problem orkube.com QnA (read only) 1 02-09-2007 09:48 AM
Solve this PHP problem JhonCena QnA (read only) 8 05-01-2007 09:13 AM
IE 7 PROBLEM.!!! Plz solve this sunveer Software Q&A 2 23-12-2006 01:11 PM
help to solve my DVD problem reddragon Hardware Q&A 3 20-11-2006 10:53 AM

 
Latest Threads
- by abhidev
- by clmlbx
- by Sarath
- by ico

Advertisement




All times are GMT +5.5. The time now is 03:13 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2