Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ZsN1Gman
  • Content: Threads
  • Order by date
  1. ZsN1Gman

    Executing CGI on a timer.

    I have a few CGI programs that I need to run at certain intervals. These scripts will look at various pages and database files and make decisions based on the content. This seems like such a trivial question, I see things like this done all the time. Someone noted that I could simply use...
  2. ZsN1Gman

    Capturing email or Sending email to CGI script.

    I help run a small online store that uses a third party processing service for credit card orders. They would like to list the quantity remaining and out of stock status on their product pages. The store uses a simple text based database setup, and the only service they get from the credit...
  3. ZsN1Gman

    Can anyone figure out this warning!!

    Here's a simple one!! But I don't get it? I'm using the loop below to pull info from url's http://www.<X.com>. Anyhow, this works fine. But with warnings on I'm getting about 75 copies of the warning: &quot;Use of uninitialized value in pattern match (m//) at URL_Finder.pl line 18, <FILE> line...
  4. ZsN1Gman

    CGI execute problem. Win XP, don't have permission

    Hello, I can't for the life of me get CGI scripts to run. I have my sites all listed in c:\web\siteFiles When trying to run a script like http://localhost/siteFiles/cgi-bin/test.cgi I get an error message: Forbidden &quot;You don't have permission to access /siteFiles/cgi-bin/test.cgi I can...
  5. ZsN1Gman

    SSI error- CGI will not execute

    Hello, I am attempting to add the server time to my default page and although it works fine when run on the server, an error is generated on my workstations virtual server. <!--#exec cgi=&quot;/cgi-bin/time.cgi&quot;--> generates the error: &quot;Failed to execute script...
  6. ZsN1Gman

    While loop deleting first line in file?

    I wrote this script in order to change multiple instances of text, for instance to change the location of images in a HTML doc. However, when the file is being read in and assigned to the array, it is removing the first line in the file? I'm sure it's a simple solution, I'm just not experienced...

Part and Inventory Search

Back
Top