Latest Update 4/19/99 evening
UGrabCam Version 4.1 Copyright (c) 1998 Yazz Atlas
I haven't created a tar of this just yet. Just grab it from the bin directory.
ugrabcam
|
|____bin
| |____findcams
| |____fixhtml
| |____killcams
| |____run.example
| |____run.simple
| |____ugrabcam <---------- The newest version is always here!
| |____fixzips
|____config
| |____example.conf
| |____simple.conf
|____README
|____doit.c
Download the newest version of UGrabCam. It can be located in the bin directory. Or you can download the lastest tared release.
ugrabcam.4.x.tar.gz
I need to write a better README... but for now this will have to do.
README
Humm, I wonder what that file is...
ugrabcam
Its the main script you will have to modify the top
of the script to tell it where wget and convert live.
Run it and it should show you a help screen of what
you need to know to configure your own config file.
---IMPORTANT---IMPORTANT---
Disk usage limit. Don't want to fill the disk up
completely do we... You need to change this to the
disk you will be archiving to.
DISK="/dev/sdd1"
DISK_MAX="95"
If you don't set this either in your config file or the
main ugrabcam script things will not work right.
---IMPORTANT---IMPORTANT---
example.conf
simple.conf
An example of the config file needed to run ugrabcam.
You'll need to change things in this file.
findcams
Just finds the running ugrabcams you might have.
fixhtml
Just does what it says...
fixzips
Just does what it says... It should beable to fix old archives
killcams
Kills all your ugrabcams in one command. Handy if
your running ugrabcam from cron. View the file to see
what it does.
run.example
Runs ugrabcam from the correct config file. You'll need
to edit this file.
doit.c
Server side push cgi source code.
LICENCE
This script is LurkerWare(C), basicaly if you uses this script
I would like to come and visit your archive at sometime. Drop
me a e-mail, I won't add you to a spam site nor will I sell
your e-mail address. I just want to know if anyone is using it..
Send comments and questions to:
ugrabcam@230volts.net
Look for updates to this script on the following site.
http://www.230volts.net/ugrabcam/
The rest should be simple enough to figure out on your own.
CHANGES:
4/30/99 4.1 Added a feature to limit the archive some more
If you grap less than 10 images thoses images
aren't added to the archive. To change this limit
find LIMIT="10" and change that line.
