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

    PHP Include paths and virtual domains

    I have virtual domains setup on my linux apache server along with php. I have my php.ini include path setup like so: ; UNIX: "/path1:/path2" include_path = ":/var/www/site1:/var/www/site2:" Now, when i include a file from site2 such as: include("config.php")...
  2. f117bomb

    ./myprogram via securecrt

    I use SecureCRT to login to my linux box and start and monitor programs. When i start (hlds_run) it sends all the output to my secureCRT window on my windws machine (HLDS SERVER STARTED xx/xx/xxxx ect....). Now if i close the SecureCRT window on my windows machine and re-open it i no longer see...
  3. f117bomb

    Whats going on?

    This script works fine, until more that one ip is in the log file it creates. Then it only will return the correct number of hits if your the last ip in the log. Whats wrong? Why does it do that? I really can figure it out. //************************************** // // Name: PhP...
  4. f117bomb

    crontab

    How can you use crontab to exec a cgi script WITH query string. If this can't be done with crontab then how can i achieve the same goal?
  5. f117bomb

    AUTORUN A CGI SCRIPT

    Im looking for a way to auto execute a cgi scipt on my linux mandrake apache webserver ever 15 min. I know the cgi scipts can be execute simply by typing the name of the script at the command promt. Im not sure if there is a command u could use to do this or if there is a program i can...

Part and Inventory Search

Back
Top