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!

Recent content by rfrenke

  1. rfrenke

    Building PHP, Apache, mod_sll, & OpenSSL from source

    I'm kind of green when it come to building packages from source. The problem that I am having is I need the following built and installed on a Solaris 8 Sparc machine: apache_1.3.33 mod_ssl-2.8.22-1.3.33 php-4.3.10 openssl-0.9.7e-sol8-sparc-local The openssl package I actually was able to find...
  2. rfrenke

    Ultra 10 boot issues

    I'm not sure I understand your question. Right now when I have a monitor connected directly to the machine, nothing displays at all. That is what I want to fix. I'm assuming that maybe is is set up to do a console login through a serial port from a laptop, or something along those lines, but I...
  3. rfrenke

    Ultra 10 boot issues

    I purchased an Ultra 10 off of eBay, and am having problems getting it to display to a monitor. I'm not too worried about salvaging anything currently installed, but I just can't seem to get to a point where I can begin a fresh install. When I turn it on, it seems to power up, just no display...
  4. rfrenke

    I have a directory index file to re

    Had to step away from this one temporarily... but it worked like a charm!!!!!
  5. rfrenke

    Deleting a range of lines

    I'm trying to wriet an installation script. In this script it appends the end of a text file with 36 lines of user defined parameters. Before it appends the file I need it to look for the same block of text and delete it, because the program will use the parameters defined first in the file. I...
  6. rfrenke

    $PHP_SELF

    I have a login page, and in the form tag I have the action set to: action=&quot;<?php echo $PHP_SELF; ?>&quot; Now I have tried both of these setups: <form name=&quot;login&quot; method=&quot;post&quot; action=&quot;<?php echo $PHP_SELF; ?>&quot;> <form name=&quot;login&quot...
  7. rfrenke

    I have a directory index file to re

    I have a directory index file to read the contents of a direvtory, and display: An Altered file name, Modified date, and descroption taken from within the file. It builds an HTML table to display the list. My problem is that I can't figure out how to do a descending sort by file name when it...
  8. rfrenke

    Live Streaming Audio

    Does anyone know how I could go about broadcasting a live radio feed? I volunteer for a fire department and maintain the web page, theyt are asking me to see if I can do a live streaming audio feed of out radio traffic, but i don't know much about audio.
  9. rfrenke

    I'm a little new at this, so sorry

    I'm a little new at this, so sorry if the answer should be obvious. Here's my problem: I need to create an index page for a directory. The index page needs to contain the following: a. A list of all of the files within the directory, but only the php files, and only the ones that begin with...

Part and Inventory Search

Back
Top