Wood, Doug ([EMAIL PROTECTED]):
> I have just taken over the maintenance of my company's website. I am not a > programmer or scripting guru, so I'm not quite sure how to ask this > question. Please bear with me. > The images that are supposed to appear on my analog reports are not there. I > know why: > our URL has just changed slightly, and the source code on the report pages > reference the image directory via the old URL. I know that all I need to do > is change the path to reflect our new URL, but where do I find the file that > generates the reports? Is it on my webserver? Any help would be greatly > appreciated. If the reports are generated by Analog (which I assume since you are posting to this list) then the program that generates them is called 'analog'. If you're on Unix, try 'locate analog'. If you are on Windows use Start | Search (or Find) | Files and Folders. If you are on Mac use Sherlock. Analog uses a configuration file, usually called analog.cfg that contains settings for it to process the statistics. If your stats are generated nightly look into the scheduling software (crontab on Unix, Scheduled Tasks or AT on Winows) to find out how it's run. You can read Analog documentation from the web: http://www.analog.cx/docs/Readme.html. The setting you need to change is called IMAGEDIR (http://www.analog.cx/docs/output.html#IMAGEDIR). Once you find the configuration file that analog is using, just edit it with a text editor, change the setting to what it needs to be and wait for the next run (if it's scheduled). -- Jeremy Wadsack Wadsack-Allen Digital Group +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
