1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
}}
ntend for gnuvd by Adriaan Penning <adriaan@luon.net>
Version: 270801
* What is this?
This is a (very) simple web frontend for gnuvd. It is an easy way to provide
users of a local network access to gnuvd, without having to install it on every
machine.
* Installation
You need a machine with an internet connection and a PHP enabled webserver
installed (e.g. apache + mod_php). Just put the two .php files, gnuvd.php and
zoekop.php, in a directory that is served by the webserver, e.g. somewhere in
DocumentRoot or a UserDir (look for these in your httpd.conf).
You could also use a machine with access to a proxy server, see the gnuvd
documentation for information about using a proxy server with gnuvd.
Point your browser at the gnuvd.php file on the webserver, and see if it works.
If it doesn't, check if you have gnuvd in /usr/local/bin, or just change
zoekop.php to reflect the correct location.
You could also rename gnuvd.php to index.php if you put the files in a seperate
directory.
* License
Actually, I'm not really a PHP programmer, but I figured this couldn't be too
hard to do. However, I guess someone with more PHP skills could easily improve
it. If you do so, please send me the modified version.
To make it legal; this software is licensed by the GNU General Public License,
see http://www.gnu.org/copyleft/gpl.html
|