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

  1. jonathonoss

    Pass db variable to opendir

    I am having trouble taking a variable obtained from SQL2000, and using it as part of the directory path for an opendir() statement. Here is the code: while(odbc_fetch_row($cmservicelistr)) { $cmnumber = odbc_result($cmservicelistr, 1); $medreccountq = "select count([logmemo]) from caselogdata...
  2. jonathonoss

    listbox recordset criteria based on field on same form

    I am using Access 2000 and SQL Server 2000. I have seen another post that deals with using a field on a form as the criteria on a listbox's recordset, but the recordset was a stored procedure. Can I have criteria in the recordset of a listbox be a field's value (e.g. ... from table1 where...
  3. jonathonoss

    Encryption strength of https connection in IE

    How does one go about determining the encryption strength of a particular connection in IE? I tried double clicking the "lock" to get certificate information, etc., but I didn't see anything about the encryption level of a particular connection. I use 128-bit strength IE for https...
  4. jonathonoss

    FTP server override NTFS permissions

    I have a situation where I set the IUSR_MACHINENAME account to have read-only NTFS permissions for a directory (also explicity denying write), meanwhile in the FTP snapin, IUSR_MACHINENAME is the account for anonymous logins, and there is write and read access set for all logins. My problem is...
  5. jonathonoss

    12v line to motherboard

    I have replaced a Shuttle AE22 motherboard (socket 370) with a GA-8IG (socket 478) along with its accompanying CPU and RAM, using the same ATX box and power supply. When I turn on the machine, the FD and CDROM light up and the CPU fan spins, but that's it. No video/no HD sound/no front panel...
  6. jonathonoss

    Netscape problems with JS in HREF

    Hi, I am attempting to use frames in a website, but run into problems with NN47 and NN60. I have images on one frame that, when clicked, will change the webpage in the other frame. Should be pretty simple, right? Everything would be fine, but NN47 doesn't recognize ONCLICK methods within an...
  7. jonathonoss

    Enable FTP passive mode from command line

    Connecting to IIS5.0's FTP server using W2K professional via command line, how do I enable passive mode? I can do it in IE, I can do it with GUI FTP programs, but I can not seem to get 'PASV' to work with the command line. 1 How does one enable passive FTP via command line? 2 What are the...
  8. jonathonoss

    CMOS Errors on boot

    I have an old IBM Thinkpad 770. It was dropped once several months ago, which smashed up the corner with the power button. Apart from having to start it with a long-nose pliers (because the power button broke off), I have had no trouble with it, until now. The laptop sat for several weeks...
  9. jonathonoss

    Boot up OS after Replacing HD

    I have a Compaq (linux), Dell(W2k), and HP(W2k) machines. If I take the Compaq HD and replace the Dell or HP HD and turn on the Dell or HP computer, now with Compaq's original HD, Linux starts up normally. No problem. But when I replace the Dell HD with the HP HD (and vice versa), I need a...
  10. jonathonoss

    linux/samba permissions

    I want a share to allow ANYONE to modify the files it contains. I have specified the share via Samba to have 'writeable = yes', 'public = yes', and the corresponding directory on Linux to allow 'others' to 'RWX'. But when I create a file on in that share, whether it's a new file or a file...
  11. jonathonoss

    Trouble starting HTTPD after install

    After I compile and install Apache from the .tar.gz file, I get the usual message from Apache advising that your install was a success. I then use the httpd or apachectl command to start the server, but the server never starts!! The error.log file lists about 9 messages: The first one says...

Part and Inventory Search

Back
Top