Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: suzseg <suzseg@at...> - 2003-04-21 00:36:01
Attachments:
text/plain
image/jpeg
|
From: <Earthwngs@ao...> - 2003-12-03 04:49:32
Attachments:
Message as HTML
|
someone has placed some information in my guestbook that I would like to remove- HOW do I do this? First website- first guestbook- and I don't know how to maintain it. Website address is http://www. mysticalheaven.com Please help Mary |
From: Prescott Graphics <prescottgraphics@bl...> - 2005-01-05 08:43:35
Attachments:
Message as HTML
|
Hi there I am trying to use your cgi mail form script which I downloaded = to my cgi bin on uk servers.net and can't get it to work! I have tried changing the mailprogs to all the = different setting s supplied in the read me files, also I have pasted the code into my html form as instructed and changed = my ACTION & VALUE to my own settings I have also changed my debugging to 0 could it be something to do with windows = servers? here's my error message: Internal Server Error the server encountered an internal error or misconfiguration and was = unable to complete your request. Please help Regards Danny |
From: Jonathan Stowe <jns@ge...> - 2005-01-05 09:22:23
|
On Wed, 2005-01-05 at 08:43, Prescott Graphics wrote: > Hi there I am trying to use your cgi mail form script which I > downloaded to my cgi bin on uk servers.net > and can't get it to work! I have tried changing the mailprogs to all > the different setting s supplied in the read me files, On windows you will need to use the SMTP: variant of the $mailprog configuration - you will need to ask your hosting provider what SMTP server you can use to relay the mail for you. > also I have pasted the code into my html form as instructed and > changed my ACTION & VALUE to my own settings I have > also changed my debugging to 0 You probably want to leave DEBUGGING as 1 until you have the program working. > could it be something to do with windows servers? You probably are experiencing the error as described in : http://tinyurl.com/6bzbg > > here's my error message: Internal Server Error > the server encountered an internal error or misconfiguration and was > unable to complete your request. > > Please help Regards Danny > > -- This e-mail is sponsored by http://www.integration-house.com/ |
From: Seamus P Lyons <splyons@bt...> - 2005-01-20 10:02:22
Attachments:
Message as HTML
|
I have been asked to take over the maintenance of a website = http://www.aawindows.co.uk Their Quote page is not working. This pops up: !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" = "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Error: Bad or = Missing Recipient=20 p> There was no recipient or an invalid recipient specified in the = data sent to FormMail. Please make sure you have filled in the recipient = form field with an e-mail address that has been configured in = @recipients or @allow_mail_to. More information on filling in = recipient/allow_mail_to form fields and variables can be found in the = README file.=20 -------------------------------------------------------------------------= - The recipient was: [ formtest@... ]=20 -------------------------------------------------------------------------= - nms FormMail =A9 2001 London Perl Mongers Written as drop-in replacement for FormMail at Matt's Script = Archive.=20 =20 This is what they have on their quote.htm page: <form action=3D"cgi-bin/formmail.pl" onSubmit=3D"return = checkrequired(this)" method=3D"post"> <input type=3D"hidden" name=3D"recipient" = value=3D"formtest@..."> <input type=3D"hidden" name=3D"subject" value=3D"A message from your = online form"> <input type=3D"hidden" name=3D"redirect" value=3D"../thankyou.htm"> On their server, they don't seem to have formmail.pl but formmail.pl.htm I would have thought the recipient would have been = [sales@...]? I hope you can help because I am completely lost here. Kind regards, Seamus P Lyons |
From: Jonathan Stowe <jns@ge...> - 2005-01-20 10:48:34
|
On Thu, 2005-01-20 at 10:02, Seamus P Lyons wrote: > I have been asked to take over the maintenance of a website > http://www.aawindows.co.uk > =20 > Their Quote page is not working. This pops up: > =20 > !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> =20 > Error: Bad or Missing Recipient > p> There was no recipient or an invalid recipient specified in the > data sent to FormMail. Please make sure you have filled in the > recipient form field with an e-mail address that has been configured > in @recipients or @allow_mail_to. More information on filling in > recipient/allow_mail_to form fields and variables can be found in the > README file.=20 >=20 >=20 > ______________________________________________________________________ >=20 > The recipient was: [ formtest@... ]=20 >=20 >=20 > ______________________________________________________________________ >=20 > nms FormMail =C2=A9 2001 London Perl Mongers > Written as drop-in replacement for FormMail at Matt's Script Archive.=20 >=20 BTW this is an old old version of FormMail - please download the latest version (3.14c1) from: http://nms-cgi.sf.net/scripts.shtml > =20 > This is what they have on their quote.htm page: > =20 > <form action=3D"cgi-bin/formmail.pl" onSubmit=3D"return > checkrequired(this)" method=3D"post"> > <input type=3D"hidden" name=3D"recipient" > value=3D"formtest@..."> > <input type=3D"hidden" name=3D"subject" value=3D"A message from your > online form"> > <input type=3D"hidden" name=3D"redirect" value=3D"../thankyou.htm"> > =20 > On their server, they don't seem to have formmail.pl but > formmail.pl.htm > =20 > I would have thought the recipient would have been > [sales@...]? > =20 > I hope you can help because I am completely lost here. For security reasons the recipient address also has to be configured into the FormMail.pl itself - you will need to edit the FormMail.pl so that the line that looks like: @allow_mail_to =3D qw(<some addresses>); is like: @allow_mail_to =3D qw(formtest@...); (you may have other addresses inside the brackets.) /J\ --=20 This e-mail is sponsored by http://www.integration-house.com/ |
From: Seamus P Lyons <splyons@bt...> - 2005-01-20 17:42:39
|
Jonathan, thanks for your reply. It was really appreciated. Seamus ----- Original Message ----- From: "Jonathan Stowe" <jns@...> To: "Seamus P Lyons" <splyons@...> Cc: "NMS-CGI-Support" <nms-cgi-support@...> Sent: Thursday, January 20, 2005 10:48 AM Subject: Re: [Nms-cgi-support] Help! > On Thu, 2005-01-20 at 10:02, Seamus P Lyons wrote: >> I have been asked to take over the maintenance of a website >> http://www.aawindows.co.uk >> >> Their Quote page is not working. This pops up: >> >> !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" >> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> >> Error: Bad or Missing Recipient >> p> There was no recipient or an invalid recipient specified in the >> data sent to FormMail. Please make sure you have filled in the >> recipient form field with an e-mail address that has been configured >> in @recipients or @allow_mail_to. More information on filling in >> recipient/allow_mail_to form fields and variables can be found in the >> README file. >> >> >> ______________________________________________________________________ >> >> The recipient was: [ formtest@... ] >> >> >> ______________________________________________________________________ >> >> nms FormMail © 2001 London Perl Mongers >> Written as drop-in replacement for FormMail at Matt's Script Archive. >> > > BTW this is an old old version of FormMail - please download the latest > version (3.14c1) from: > > http://nms-cgi.sf.net/scripts.shtml > > >> >> This is what they have on their quote.htm page: >> >> <form action="cgi-bin/formmail.pl" onSubmit="return >> checkrequired(this)" method="post"> >> <input type="hidden" name="recipient" >> value="formtest@..."> >> <input type="hidden" name="subject" value="A message from your >> online form"> >> <input type="hidden" name="redirect" value="../thankyou.htm"> >> >> On their server, they don't seem to have formmail.pl but >> formmail.pl.htm >> >> I would have thought the recipient would have been >> [sales@...]? >> >> I hope you can help because I am completely lost here. > > For security reasons the recipient address also has to be configured > into the FormMail.pl itself - you will need to edit the FormMail.pl so > that the line that looks like: > > @allow_mail_to = qw(<some addresses>); > > is like: > > @allow_mail_to = qw(formtest@...); > > (you may have other addresses inside the brackets.) > > /J\ > -- > > This e-mail is sponsored by http://www.integration-house.com/ > |
From: Abhi Shivraj <ashivraj@ho...> - 2005-06-29 22:08:43
|
Hi there, I'm using your TFmail script for a webform. When I hit 'Submit', I get an error page that says "CGI Error: The specified CGI application misbehaved by not returning a complete set of HTTP headers." I've checked all the file paths. ALL files are in the cgi-bin/tfmail/ directory. What am I doing wrong? Thanks, Abhi ----- Abhishek Shivraj ashivraj@... / A.Shivraj@... Phone +44 (0)779 329 0131 23 Nelson Street Salford, Greater Manchester M7 1NB... UK ----- |
From: Jonathan Stowe <jns@ge...> - 2005-06-30 08:38:29
|
On Wed, 2005-06-29 at 22:09, Abhi Shivraj wrote: > Hi there, > I'm using your TFmail script for a webform. When I hit 'Submit', I get an > error page that says > "CGI Error: The specified CGI application misbehaved by not returning a > complete set of HTTP headers." > > I've checked all the file paths. ALL files are in the cgi-bin/tfmail/ > directory. > > What am I doing wrong? > Dunno, there are a number of possibilities most of which are discussed on http://nms-cgi.sf.net/scripts.shtml The actual text of the error that upset the web server however will be in the web servers error logs and that should probably be the first place that you look. > Thanks, > Abhi > ----- > Abhishek Shivraj > ashivraj@... / A.Shivraj@... > Phone +44 (0)779 329 0131 > 23 Nelson Street > Salford, Greater Manchester M7 1NB... UK > ----- > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > To unsubscribe from this mailing list visit > https://lists.sourceforge.net/lists/listinfo/nms-cgi-support > and follow the simple instructions. -- This e-mail is sponsored by http://www.integration-house.com/ |
From: <justin@sp...> - 2005-07-12 00:29:44
|
<BR> Hi there!<BR> I hope you can help me with my problem.... I am currently building a website using ms frontpage as editor, I am now adding a form to this, but my server (easyspace) does not support the extensions, so I am currently trying to modify & upload TFmail.pl for a cgi script to handle this, I have modified it as per the read me, and uploaded to my cgi-bin but,,,, whenever I try to run - or 'use' the form the error message is returned as error 500...premature end of script headers:TFmail.pl....any ideas on where I am going wrong (or the script is wrong or in need of modifying) the first line of the script is as follows:<BR> #!/usr/bin/perl -wT<BR> <BR> Many thanks<BR> <BR> Justin Cracknell<BR><hr>Msg sent via iomartMail - http://www.iomartmail.com |
From: Jonathan Stowe <jns@ge...> - 2005-07-12 09:26:09
|
On Tue, 2005-07-12 at 00:29, justin@... wrote: > Hi there! > I hope you can help me with my problem.... I am > currently building a website using ms frontpage as editor, I am now > adding a form to this, but my server (easyspace) does not support the > extensions, so I am currently trying to modify & upload TFmail.pl for > a cgi script to handle this, I have modified it as per the read me, > and uploaded to my cgi-bin but,,,, whenever I try to run - or 'use' > the form the error message is returned as error 500...premature end of > script headers:TFmail.pl....any ideas on where I am going wrong (or > the script is wrong or in need of modifying) the first line of the > script is as follows: > #!/usr/bin/perl -wT > There are a number of reasons why you might get the 500 response from the server, many opf which are discussed in http://nms-cgi.sf.net/faq_prob.html however the actual description of the error that caused the problem will be in the servers error log - if you don't know how to access them then you will need to ask your ISP to help you with that. /J\ -- This e-mail is sponsored by http://www.integration-house.com/ |
From: Raymond Hammond <rhammond@ny...> - 2005-09-28 01:15:17
Attachments:
Message as HTML
|
I seem to have simple search installed correctly and when I type in "search" it links me to the search.html page, but will not give me results for any other terms in any file name or on any page.=A0 What a= m I doing wrong? Please help. Raymond Raymond P. Hammond=20 SUBSCRIBE!=20 http://www.nyquarterly.com/subscribe.html=20 |
From: Jonathan Stowe <jns@ge...> - 2005-09-28 12:15:00
|
On Wed, 2005-09-28 at 02:15, Raymond Hammond wrote: > I seem to have simple search installed correctly and when I type in > "search" it links me to the search.html page, but will not give me > results for any other terms in any file name or on any page. What am > I doing wrong? > Please can you show us the configuration from the search.pl file and some indication of the structure of your site - it is probable that the @files or $basedir configuration are incorrect. /J\ > Please help. > > Raymond > > > > > Raymond P. Hammond > > SUBSCRIBE! > http://www.nyquarterly.com/subscribe.html -- This e-mail is sponsored by http://www.integration-house.com/ |
From: Raymond Hammond <rhammond@ny...> - 2005-09-29 21:03:14
|
Thank you for responding. Below is the config for the program. The site is a very straightforward htdocs/html (15 pages) arrangement (http://www.maximus-gregorios.org). Raymond # Modify these to your own settings. You might have to # contact your system administrator if you do not run # your own web server. If the purpose of these # parameters seems unclear, please see the README file. # BEGIN { $DEBUGGING = 1; $basedir = '/www/m/maximusgrego/htdocs/search/'; $baseurl = 'http://maximus-gregorios.org';; @files = ('*'); $title = "NMS Search Program"; $title_url = 'http://maximus-gregorios.org';; $search_url = 'http://maximus-gregorios.org/search/search.html';; @blocked = (); $emulate_matts_code = 1; $style = 'http://maximus-gregorios.org/style.css';; $charset = 'iso-8859-1'; # the following config variables only affect the program if # $emulate_matts_code is switched off $hit_threshhold is what the minimum # amount of hits per page that are required for the match to be outputted $hit_threshhold = 1; @subdirs = ('','/manual','/vmanual'); $no_prune = 1; # # USER CONFIGURATION << END >> -----Original Message----- From: Jonathan Stowe [mailto:jns@...] Sent: Wednesday, September 28, 2005 8:16 AM To: rhammond@... Cc: NMS-CGI-Support Subject: Re: [Nms-cgi-support] Help! On Wed, 2005-09-28 at 02:15, Raymond Hammond wrote: > I seem to have simple search installed correctly and when I type in > "search" it links me to the search.html page, but will not give me > results for any other terms in any file name or on any page. What am > I doing wrong? > Please can you show us the configuration from the search.pl file and some indication of the structure of your site - it is probable that the @files or $basedir configuration are incorrect. /J\ > Please help. > > Raymond > > > > > Raymond P. Hammond > > SUBSCRIBE! > http://www.nyquarterly.com/subscribe.html -- This e-mail is sponsored by http://www.integration-house.com/ |
From: Jonathan Stowe <jns@ge...> - 2005-09-30 10:40:26
|
On Thu, 2005-09-29 at 22:03, Raymond Hammond wrote: > Thank you for responding. Below is the config for the program. The site is > a very straightforward htdocs/html (15 pages) arrangement > (http://www.maximus-gregorios.org). > <snipped> > @files = ('*'); I think you probably want to have something like: @files = ('*','*.htm','*.html','*/*.htm','*/*.html'); If you have additional levels of folders then you can add more elements with '*/' on the front. /J\ -- This e-mail is sponsored by http://www.integration-house.com/ |
From: Ashley <ashley500@bt...> - 2005-10-23 22:07:38
|
Hi, I am having trouble getting the form to send to 2 different email addresses. I have put in the following: recipient_alias = ('animals' =>'quotes@...,bananaquote@...', ); The idea being that 1 form comes direct to me and the second one goes to trigger my auto-responder. For some reason this does not seem to work. Can you suggest any reasons why not? Best wishes Peter |
From: Jonathan Stowe <jns@ge...> - 2005-10-24 11:35:51
|
On Sun, 2005-10-23 at 23:07, Ashley wrote: > Hi, > I am having trouble getting the form to send to 2 different email addresses. > I have put in the following: recipient_alias = ('animals' > =>'quotes@...,bananaquote@...', > ); > > The idea being that 1 form comes direct to me and the second one goes to > trigger my auto-responder. > For some reason this does not seem to work. Can you suggest any reasons why > not? How doesn't it work? are you getting an error message or experiencing some other behaviour - I am assuming that the missing '%' sigil on recipient_alias is a typo in your message rather than what you actually have in your configuration. Please could you send us your entire configuration as well as a link to your form page so we can see what is happening ourselves. /J\ -- This e-mail is sponsored by http://www.integration-house.com/ |
From: Nick Cleaton <nms-cgi-support@li...> - 2003-04-21 10:31:49
|
On Sun, Apr 20, 2003 at 08:33:25PM -0400, suzseg wrote: > Hello, > > Check this out. I tried to enter "chmod +x guestbook.pl" in the command line of the ftp and then went to my site and when I try to post a message I get the following message: > > Forbidden > You don't have permission to access //guestbook.pl on this server. > > Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. > > > -------------------------------------------------------------------------------- > > Apache/1.3.27 Server at http://www.neplasticequipment.com Port 80 > > * * * * * * * > > Do you know how to correct this problem? I'm getting very frustrated!!!!!!!!!!! Maybe you need to put guestbook.pl in a cgi-bin subdirectory of your site, your hosting provider should be able to tell you. -- Nick |
From: suzseg <suzseg@at...> - 2003-04-23 01:13:08
Attachments:
Message as HTML
|
Hi Nick, Sorry to bother you again but I can't seem to contact CPanel 6.0 online. = I'm still trying to figure this out. I found out that I have an = scgi-bin. Now when I try to sign the guestbook it gives the following: scgiwrap: Unable to determine the script = caller-------------------------------------------------------------------= -------------CONTENT_LENGTH=3D29CONTENT_TYPE=3Dapplication/x-www-form-url= encoded DOCUMENT_ROOT=3D/home/neplasti/public_html HTTP_ACCEPT=3Dimage/gif, image/x-xbitmap, image/jpeg, image/pjpeg, = application/x-shockwave-flash, */* HTTP_ACCEPT_ENCODING=3Dgzip, deflateHTTP_ACCEPT_LANGUAGE=3Den-us HTTP_CACHE_CONTROL=3Dno-cacheHTTP_CONNECTION=3DKeep-AliveHTTP_COOKIE=3Dcp= relogin=3Dno HTTP_HOST=3Dwww.neplasticequipment.com HTTP_REFERER=3Dhttp://www.neplasticequipment.com/addguest.html HTTP_USER_AGENT=3DMozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x = 4.90; .NET CLR 1.0.3705) PATH=3D/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/binREMOTE_ADDR=3D66.31.24= 5.237 REMOTE_PORT=3D1572SCRIPT_FILENAME=3D/usr/local/cpanel/cgi-sys/scgiwrap SERVER_ADDR=3D216.171.70.223SERVER_ADMIN=3Dwebmaster@...= om SERVER_NAME=3Dwww.neplasticequipment.comSERVER_PORT=3D80SERVER_SIGNATURE=3D= Apache/1.3.27 Server at http://www.neplasticequipment.com Port 80 SERVER_SOFTWARE=3DApache/1.3.27 (Unix) mod_bwlimited/1.0 PHP/4.3.1 = mod_perl/1.26 DAV/1.0.3 mod_log_bytes/1.2 mod_bwprotect/0.2 = mod_attach/0.9 FrontPage/5.0.2.2510 mod_ssl/2.8.12 OpenSSL/0.9.6b GATEWAY_INTERFACE=3DCGI/1.1SERVER_PROTOCOL=3DHTTP/1.1REQUEST_METHOD=3DPOS= T QUERY_STRING=3DREQUEST_URI=3D//scgi-bin//guestbook.scgiSCRIPT_NAME=3D//sc= gi-bin PATH_INFO=3D//guestbook.scgi PATH_TRANSLATED=3D/home/neplasti/public_html//guestbook.scgi I can't seem to figure out what this means. What is a script caller? = I think the last line that shows = PATH_TRANSLATED=3D/home/neplasti/public_html//guestbook.scgi should be = /home/neplasti/public_html/scgi-bin/guestbook.scgi. Any ideas? Thanks, Sue ----- Original Message -----=20 From: Nick Cleaton=20 To: suzseg=20 Cc: nms-cgi-support@...=20 Sent: Monday, April 21, 2003 6:32 AM Subject: Re: [Nms-cgi-support] Help! On Sun, Apr 20, 2003 at 08:33:25PM -0400, suzseg wrote: > Hello, >=20 > Check this out. I tried to enter "chmod +x guestbook.pl" in the = command line of the ftp and then went to my site and when I try to post = a message I get the following message: > =20 > Forbidden > You don't have permission to access //guestbook.pl on this server.=20 >=20 > Additionally, a 404 Not Found error was encountered while trying to = use an ErrorDocument to handle the request.=20 >=20 >=20 > = -------------------------------------------------------------------------= ------- >=20 > Apache/1.3.27 Server at http://www.neplasticequipment.com Port 80 >=20 > * * * * * * * >=20 > Do you know how to correct this problem? I'm getting very = frustrated!!!!!!!!!!! Maybe you need to put guestbook.pl in a cgi-bin subdirectory of your site, your hosting provider should be able to tell you. -- Nick |
From: Nick Cleaton <nms-cgi-support@li...> - 2003-04-23 17:59:51
|
On Tue, Apr 22, 2003 at 09:10:39PM -0400, suzseg wrote: > Hi Nick, > > Sorry to bother you again but I can't seem to contact CPanel 6.0 online. I'm still trying to figure this out. I found out that I have an scgi-bin. Now when I try to sign the guestbook it gives the following: > > scgiwrap: Unable to determine the script caller--------------------------------------------------------------------------------CONTENT_LENGTH=29CONTENT_TYPE=application/x-www-form-urlencoded > DOCUMENT_ROOT=/home/neplasti/public_html > HTTP_ACCEPT=image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */* > HTTP_ACCEPT_ENCODING=gzip, deflateHTTP_ACCEPT_LANGUAGE=en-us > HTTP_CACHE_CONTROL=no-cacheHTTP_CONNECTION=Keep-AliveHTTP_COOKIE=cprelogin=no > HTTP_HOST=www.neplasticequipment.com > HTTP_REFERER=http://www.neplasticequipment.com/addguest.html > HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90; .NET CLR 1.0.3705) > PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/binREMOTE_ADDR=66.31.245.237 > REMOTE_PORT=1572SCRIPT_FILENAME=/usr/local/cpanel/cgi-sys/scgiwrap > SERVER_ADDR=216.171.70.223SERVER_ADMIN=webmaster@... > SERVER_NAME=www.neplasticequipment.comSERVER_PORT=80SERVER_SIGNATURE= > Apache/1.3.27 Server at http://www.neplasticequipment.com Port 80 > SERVER_SOFTWARE=Apache/1.3.27 (Unix) mod_bwlimited/1.0 PHP/4.3.1 mod_perl/1.26 DAV/1.0.3 mod_log_bytes/1.2 mod_bwprotect/0.2 mod_attach/0.9 FrontPage/5.0.2.2510 mod_ssl/2.8.12 OpenSSL/0.9.6b > GATEWAY_INTERFACE=CGI/1.1SERVER_PROTOCOL=HTTP/1.1REQUEST_METHOD=POST > QUERY_STRING=REQUEST_URI=//scgi-bin//guestbook.scgiSCRIPT_NAME=//scgi-bin > PATH_INFO=//guestbook.scgi > PATH_TRANSLATED=/home/neplasti/public_html//guestbook.scgi > > I can't seem to figure out what this means. What is a script caller? I think the last line that shows PATH_TRANSLATED=/home/neplasti/public_html//guestbook.scgi should be /home/neplasti/public_html/scgi-bin/guestbook.scgi. Any ideas? It looks like your scgi-bin doesn't work. Only the server admin is likely to be able to fix this. -- Nick |