Does anybody know how to install this anonweb?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Toothy
Forum Newbie
Posts: 1
Joined: Thu Aug 21, 2003 2:49 pm

Does anybody know how to install this anonweb?

Post by Toothy »

I want to know how to install this anonymizer
http://dividuum.de/p/anonweb/

and is it possible to install it on my lycos.co.uk account?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

seems like all you have to do is to copy the files from the archive to your webdirectory and edit in config.php define("ANONWEBBASEURL","http://parallax:8080/0.4/"); and the user/password settings.

It's using fsock...function so they have to be enabled in order to make this script working.

Code: Select all

<?php phpinfo(); ?>
will tell you wether your lycos-account has them.

May I ask why you want it?
Post Reply