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 bkrike 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: Ectoman
  • Content: Threads
  • Order by date
  1. Ectoman

    Random Link Displayer

    I downloaded a script off the net that will display a random link taken from a text file. Here is what it currently shows: open (QUOTEFILE, &quot;<$data_location/$file&quot;) || die print &quot;Could not open ad links file&quot;; @line=<QUOTEFILE>; close (QUOTEFILE); srand; $array =...
  2. Ectoman

    IP Logging from an Input Form

    I am haveing trouble figuring out how to get an IP address to be recorded, from a form. I want it to output to a log file. I've already gotten the script written and working, I just need help to figure that out. I know of the &quot;$REMOTE_ADDR&quot; SSI command, but do not know how I would...

Part and Inventory Search

Back
Top