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 Chriss Miller 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: *

  1. diabolka

    Limiting script to specific IP

    I realize that I need to change the scripts but in the meantime, I need an interim solution in place using this script. After my $q = new CGI;, if I use something like this: die unless ($q->remote_host() eq "my.host.name" || $q->remote_host() eq 'aaa.bbb.ccc.ddd'); isn't going to work as I...
  2. diabolka

    Limiting script to specific IP

    I inherited several scripts that are being used, one of which is a mail script that is generic enough to allow any form at a given site to use a single copy of it. Basically, using hidden fields on the HTML page, you can call the script and it will email the necessary information. The problem...

Part and Inventory Search

Back
Top