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!

Search results for query: *

  • Users: danno74
  • Content: Threads
  • Order by date
  1. danno74

    Unable to get Dell WD15 dock to work with ASUS ROG GL552VW laptop

    Have a new WD15 Thunderbolt dock I am trying to get to work with two monitors connected to an ASUS GL552VW laptop. USBs, Ethernet and audio that is connected to dock all work fine. But the VGA and HDMI monitors connected do not. The HDMI monitor works fine when I directly connect it to the...
  2. danno74

    Cannot get output to monitor

    Greetings, I'm working on a computer for my buddy. He reported that he was getting a "Reboot and Select proper Boot device" message. Bad drive I assumed. (This is the last time anyone is able to get it to work with a monitor) Got the case over here, plugged it in, could not get anything to...
  3. danno74

    execute code upon download completion

    Greetings, Currently, I have a page that once a user selects a file they want to download, it moves and renames the file from another folder to the download folder, then executes the file download. What I want to accomplish is to delete the file after the download of it has completed. I tried...
  4. danno74

    Windows 7 System Variables

    Greetings all, Still working on my scripts for Windows 7, found the following site that lists system variables for W7: http://technet.microsoft.com/en-us/library/dd560744(WS.10).aspx I want to remove icons created by programs I install, so I was looking for the default all user desktop...
  5. danno74

    XCOPY across network shares in W7

    Greetings! I am setting up an installer, and with XP we used the following syntax to copy settings folders and files to the local computer(%APPDATA%) from a network drive(%INSTALLERDIR%): XCOPY /Q /Y /E "%INSTALLERDIR%\Prefs\Application Data\*" "%APPDATA%\" >NUL When I try to execute this...
  6. danno74

    Software Compatibility with W7

    Greetings! I have a list of software that is pretty obscure that I need to test for Windows 7 compatibility. I found Micorsoft's DB, but I was wondering if anyone else knew of another site that may have this data for lesser known titles, possibly of the higher education genre. Thanks!!!! - Dan
  7. danno74

    Email an address put into a HTML form

    Greetings, Anyone know of an example I can work off from of an email form that once you submit it, not only does it send the form submission to the predefined email addresses in the HTML, but also to an email input as an element in the form? Someone told I may need a database to interface with...
  8. danno74

    E510 Blinking Amber - only works w/o CMOS battery and front panel hook

    Greetings, I know this to be a huge problem, but I cannot for the life of me find anyone with my circumstances. I unplug everything except power from the board and reset the CMOS, when I plug the power in, it boots to msg screen and allows normal access to BIOS. But if I unplug it and try to...
  9. danno74

    Increase time slide show plays in Flash

    Greetings, I created a slide show with text in flash, and one of the comments from our users is that they would like to see it move slower. I know how to manually do this by adding frames to each layer in the timeline, but is there an easier way to add frames to ALL layers? I can change the...
  10. danno74

    List directory structure with files

    Greetings! I am trying to find a way to list a directory tree with the files that are included in each directory. I foudn a script that will list the directory tree itself, but not list the files in the directories: http://www.centerkey.com/tree/ I also know that by using ls -Rl I can get...
  11. danno74

    LDAP auth page not working

    I'm at my end with this, because I know this was working when I first started this project. I get all the backend stuff done and am ready to publish, then the damn auth doesn't work! I am able to login without a password! As long as my username is in the LDAP database, it lets me in. I know this...
  12. danno74

    Downloading a file through PHP works in firefox, not IE

    Greetings, I have the following code on my software download page to assure that no one can download the software w/o correct authentication: <?php session_start(); if (isset($_SESSION['fullname'])) { //Location of file, must be out of web root...
  13. danno74

    Reporting data from database with selection criteria from form

    Greetings all, I have a mysql database that right now I am just spitting all the data from it's only table back to a web page to report it. It contains user data from a software download page for our campus IT department. I thought about making a page that would allow the user to have some...
  14. danno74

    problem with isset

    Greetings, I am writing a software download page for our campus, where after it authenticates the account in LDAP, then sends you to a page based on your affiliation as either a student or staff member. Once the account is verified, I use header to redirect to the download page. Here is the...
  15. danno74

    ASP page to edit user times out

    Greetings, I am a novice programmer who knows nothing about .NET, I mostly work on PHP. So please use small words so I can understand :) We have a .NET application that handles user submissions to bid on contracts. The data is housed in an Access file on the web server along with the asp...
  16. danno74

    .net page to edit user times out

    Greetings, I am a novice programmer who knows nothing about .NET, I mostly work on PHP. So please use small words so I can understand :) We have a .NET application that handles user submissions to bid on contracts. The data is housed in an Access file on the web server along with the asp...
  17. danno74

    Apache AB install

    Greetings, We have a Solaris 10 server with Apache 2.2.6. I need to run the apache benchmark (ab) software to run some test. I cannot find it on our system, does anyone know how to install it if it wasn't during the initial install of apache? Thanks! - Dan
  18. danno74

    Admin Level Access

    Greetings, I have a php front end that collects survey results. In the MySQL table, for each user I have a userlevel setting. I would like users that have a level >= 2 to be able to see the admin features and user stats. I'm a newb with this stuff and can't figure it out, not sure what function...
  19. danno74

    Printing all acrobat form data

    Greetings, I created a PDF form, and when potential contractors used it there was a [+] at the end of the field because they used more space than was allotted on the page. So you had to click the [+] to see the rest of the text in the form. Is there a way to have a form with more data in the...
  20. danno74

    Displaying HTML in PHP page

    Greetings, New to PHP so bear with me. I have a login page whose index.php goes through about 6 .php files to determine if the person is logged in. I am trying to put a confidentiality notice in the main login page. Here is the code: <?php // Login & Session example by sde // auth.php...

Part and Inventory Search

Back
Top