Restrict PWB to only one website

For general issues related to PWB v2.

Moderators: Tyler, Scott, PWB v2 Moderator

Post Reply
eberrocal
Participant
Participant
Posts: 15
Joined: Tue May 16, 2006 3:17 pm
Location: Evanston, Illinois (right outside Chicago)

Restrict PWB to only one website

Post by eberrocal »

I'd like to restrict PWB to only one website (http://www.capstonepress.com/PebbleGo/). I understand that I need to make that my home page but what other changes must I make to PWB.INI so that other websites are inaccessible?

(I'm using PWB v2.10.)

Thanks!

AnthonyM
Provider
Provider
Posts: 57
Joined: Wed Sep 22, 2004 2:37 pm

Post by AnthonyM »

PWB makes that very easy. Follow the directions in the manual and edit (or copy and edit) the URL.txt file. Probably something simple like

+www.allowedsite.com
-all

(You may need to add additional +'s if the page has elements from other sites.)

Then make sure the ini you made checks this url.txt (or whatever you named it)

[Files]
...
CheckURLFile=URL.txt (or whatever you named it)
...
[Security]
...
CheckURLAccess=True
.....
ShowAccessDialog=True (if you want it to show a denied message)

PWB is a great program with lots of nice features like custom denied message. Its worth the time skim though the manual to get an idea of what its capable of.

AnthonyM
Provider
Provider
Posts: 57
Joined: Wed Sep 22, 2004 2:37 pm

Post by AnthonyM »

I just came across this while searching something else. Basically says the same thing, but its written by Scott

http://www.teamsoftwaresolutions.com/ph ... .php?t=598

Post Reply