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

    LDAP attribute for user's last login time?

    Hi all, Is there an LDAP attribute that I could return (via an "ldapsearch" query) that would contain the user's last login time? We have: Sun Directory Server Version: 5.2_Patch_2 ; Build number: 2004.107.0034 other... Sun Identity Server 2004Q2 sparc-sun-solaris2.9 Thanks in advance!
  2. rxsid

    Bound Sockets?

    Hi all, I'm trying to figure out as much detail as possible regarding socket statistics. Specifically what process is bound to what socket, and any other additional specifics regarding each socket. The server is Windows 2000. I know about netstat, but I'd like to write a PERL script that...
  3. rxsid

    Boxes.php various images?

    Hi all, I'm looking to put various images in the various boxes, instead of the little right arrow in all boxes. For example, I would like to put image review.gif in the review box title row in place of the right_arrow.gif image but I'm not really sure where to do that. Right now, I'm thinking...
  4. rxsid

    Text file into a textarea?

    Hi all, I'm a novice asp coder. I've got a web page that have a <textarea> that I need to populate with what is in a text file. For now, I just want to Read the text file into the textarea, but I just can't seem to get it to work. Here's what I've got: Function getFile(fileThis) dim...
  5. rxsid

    Wireless good on some computers not primary?

    Hi all, My wireless setup is: I've got a situation where I upgraded my home wireless router from a DI-624 to the DI-634M because I wanted to give my kids computers faster, more reliable speeds (their computers are at the other end of the house from the router & the main computer). Since...
  6. rxsid

    Wireless Network Not Showing Up?

    Hi All, I was running D-link DI-624 wireless router. My desktop was connected to the net no problem (For years) using a D-Link AirPlus Extreme G DWL-G520 Adapter. My work laptop was able to connect as well. I had WEP enabled. Now, I've upgraded to the Dlink DI-634M so that my kids computers...
  7. rxsid

    COM good on NT but fail on 2003?

    Hi all, I currently have php 4.3.10 loaded on a windows 2003 server running apache 2.0.52. PHP and the web server work fine. I've got the code (that used to work on an old NT box running IIS and an earlier version of PHP...I think 4.1 or 4.2??) //.....code $excel = new...
  8. rxsid

    FTP file currently being writen?

    Hi all, I've got an FTP process in PHP that needs to transfer files from server 2 to server3. Data gets trasnfered to server 2 from server 1 (a mainframe). So: server 1 = mainframe server 2 = "ftp" server server 3 = destination server. How can I know if my FTP job running on server 3, to get...
  9. rxsid

    Restrict Directory by httpd file?

    Hi All, I'm running apache 2.0.52 on a windows 2003 server. I'd like to restrict a directory when access via a browser. With IIS, I could set directory security on the virtual site to require authentication via a popup box. 1. Is there something similar when using apache? (require...
  10. rxsid

    object.length undefined.

    Hi all, I've got a form (called form1) and a checkbox element (called listing). When my js function is executed on click, the following elemLength displays 2 if 2 of the listing checkboxes are checked, or 5 if 5 are checked, etc. var elemLength = manager.listing.length; However...if only...
  11. rxsid

    Call Function within a Function (reusable code)?

    Hi all, I'm trying to call a function within a function, which I can do if I don't need it to return false. But I need it to return false (if it is)...how? I want to have this search.js file to be "re-usable" by two different search pages: //********************************* //**** INITIAL...
  12. rxsid

    Javascript - Numbers not adding up?

    Hi all, I'm trying to add up all numbers entered on a child form, then populate that sum into a field on the parent form. I can transfer a single number only. When multiple numbers (from multiple text fields on the child) are filled in...they are "stringed" together onto the parent form. Not...
  13. rxsid

    Export to Excel DTS Fails too Many rows?

    Hi All, I'm trying to export around 115,000 rows from ms sql 2000 into Excel 2000, using the manual process. I just need this one time dump. I am able to successfully export around +- 65,000 rows, but the operation fails after that. I need to be able to get all the rows out, so using TOP...
  14. rxsid

    No video signal, partial new install

    Hi all, During bootup, case lights come on, including blue cathodes, fans, etc, I get no beep codes, the screen initially flashes the indentity of the vid card installed, then goes to intell splash page, then to the unable to load windows screen with many options such as boot in normal mode...
  15. rxsid

    Upload Error - Delete Works?

    Hi all, I'm using FileUP from softartisans (not my choice, but my company's), and in our testing environment, the anyonymous web user can successfully upload and delete files to the server (iis 5.0/win2000). However, in our production environment (same software/hardware setups), the web user...
  16. rxsid

    MySQL Install error on win NT4 box.

    Hi all, I've downloaded MySQL v3.23.55 onto a win NT4 box. I unziped and installed in C:\\mysql. From C:\mysql\bin> I typed: mysqld-max-nt --install as instructed on the mysql web site. I got a successful response. Said was running. I then tried to see if it was running by typing these...
  17. rxsid

    Use PERL to get file's Title?

    Hi all, Can PERL be used to get a file's Title (found in the documents summary property box)? I know about using stat -f to get a file's last access time, build time, permissions, etc. but that function can't return a documents Title. Specifically, I need to be able to retrieve the title (not...
  18. rxsid

    New Computer S/U NO SIGNAL...

    Hi All, I'm trying to setup my computer for the first time, but I'm getting a &quot;NO SIGNAL&quot; showing up on my monitor. I've set up my motherboard (ECS - p4vxasd2+) according to the directions. Memory (256 mb sdram), cpu (1.7 celeron), hard drive, cd-rom and graphics card (gigabyte 32...
  19. rxsid

    Setting up a Home Workstation help...

    Hi all, I am looking for information on how to build a home &quot;workstation.&quot; What I would like to have is a single box (dual cpu's?) that has two of everything outside the box (monitor, keyboard, etc.) I know there are video cards that support dual monitors (any suggestions?). I would...
  20. rxsid

    Submit .html file to PERL script on Local Machine?

    Hi all, I have a .html file that has some inputs (radio,select,text, etc) and submit button. This form has action to a PERL script in the same directory on the same LOCAL machine. Right now, when I submit my form, windows prompts me to &quot;save&quot; or &quot;open&quot; the PERL script. Can I...

Part and Inventory Search

Back
Top