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 gkittelson 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. f117bomb

    PHP Include paths and virtual domains

    Yes!! php_value include_path ".:/var/www/devsite/" worked! Thank You
  2. 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")...
  3. 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...
  4. 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...
  5. f117bomb

    crontab

    NEVER MIND :)
  6. f117bomb

    crontab

    ok im so lost. im now trying to use cgi.pm all i want to do is retrieve the value in my quer string. Here is what i got so far: #!/usr/bin/perl use CGI; $query = new CGI; print $query('test'); now if i pass test to it (test.cgi?test=1) shouldn't it return 1. Im so lost.....
  7. f117bomb

    crontab

    Great, ill check to see if I can get it to work later today. As you can probably tell I haven’t written to many CGI scripts. Actually this is my second attempt at one. If I had known about CGI.pm or how to use it I would have. I just searched the web and found, what I thought, was standard...
  8. f117bomb

    crontab

    almost forgo, the working location: http://snowboardingandstuff.com/cgi-bin/pageripper/fetch.cgi?datafile=/var/www/html/pageripper/kwsd.dat
  9. f117bomb

    crontab

    of course. Take a look if you would. (I wrote most of it so excuse the probably numerous errors)Thanks http://www.snowboardingandstuff.com/fetch.txt
  10. f117bomb

    crontab

    These are my 2 paths: "datafile=/var/www/html/pageripper/sssd.dat" /var/www/cgi-bin/pageripper/fetch.cgi This is what i tried but its not passing the proper var over. export CONTENT_LENGTH=62; echo "datafile=%2Fvar%2Fwww%2Fhtml%2Fpageripper%2Fsssd%2Edat" |...
  11. f117bomb

    crontab

    Wow that’s incredibly helpful. Thanks By the way do you know where I can find a Hexadecimal chart or converter on-line?
  12. 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?
  13. 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