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

    Wierd memory issue

    I have two identical systems. Both Running AMD Sempron 3600+ processors on an ASUS M2V-MX boards. Only difference lies in the memory. One had 1GB the other has 1.5GB. The system with 1.5GB is using 97% memory. 79% of that is cache. The system with less memory is using 21% memory, of that, 4% is...
  2. tyrannus

    GPO issues and roming profiles

    I have a client with a weird issue, I have checked the site here and tried various other fixes to issues similar but have not yet resolved the issue. Thing will be working fine, and then all of a sudden there is a "hiccup" in the system and people can no longer log in using their roaming...
  3. tyrannus

    Application Port Mapping

    Ok all here is the deal. I have an application that I am writing that my client accesses through an SSH session to a linux box.. I want to pass a file through the tunnel(which I can do already) and have it open acrobat reader automatically. Would any one have any idea on how I can have windows...
  4. tyrannus

    Batch files

    Ok so I haven't written a batch file since windows 3.11 so now I have been tasked with creating a file that will ping a range of addresses and display which ones are in use. Can any one give me a jump start on this.. Please?
  5. tyrannus

    Unzip file

    Hey all, was wondering if any of you knew of any programs I can use to get a file unzipped. I receive a password protected zip file with AES 256 bit encryption. I need an app that will unzip it for me. Any Ideas out there?
  6. tyrannus

    strlen issue

    I have a block of code that checks the variables of a form if(strlen($fname > 0) && strlen($lname > 0) && ereg("[0-9]{3}-[0-9]{3}-[0-9]{4}",$phone) && ($email == $email2)){ registerUser($fname, $lname, $street, $city, $state, $zip, $phone, $phone2, $store, $email, $email2); }else{...
  7. tyrannus

    Default char value not working

    Hi all, I am submitting a query that writes information into a table, I have two fields setup that do not allow null values, and if the data i am submitting has a null value for that field it should put the default value of N into that field. However it is not doing so and I cannot figure out why.
  8. tyrannus

    Strange issue with my program

    Ok for starters instead of asking me why I am doing it this way and not helping me know this, I am doing it this way because that is how my boss wants it done. I have a program that I am writing that takes a bunch of form fields, cycles through them and writes them to a table. Then I am...
  9. tyrannus

    A new issue for the beginner

    I have an application written in PHP. I want the user to be able to make changes to their account information. I have a table with text fields which are populated with the current account info. However I have no clue how to reset the values when they make a change to say their last name.. Here...
  10. tyrannus

    Lost and not sure where to go

    I have a form that has multiple input fields named script1, script2, script3..... i think you get it... I am passing these to a php function. I am wanting to loop through these and input their values into a single field in a table. so basically it will loop through and put the value of script1...
  11. tyrannus

    Profile issues

    I have a client that has approx 50 users on their network. They all use roaming profiles. The problem we are having is when they try to delete an icon off of their desktop, it reappears after they log off and then back on. For some reason it will not go into the recycle bin.
  12. tyrannus

    refresh page when checkbox is checked

    I have an app that I am developing, it is in php and it queries a database and displays the info in an html table with a checkbox at the end of each row. What I want to do is use javascript to refresh the page passing a couple variables in the url so that when the page refreshes I can use php to...
  13. tyrannus

    PHP to PERL

    I have a web application that I am writing that requires calling a perl script to communicate with a server and get information. Does any one know what the best way to pass arguments to the perl script and back would be?
  14. tyrannus

    Set value of select statement

    I have an application I am building where a user logs on and is directed to a page allowing them to enter in some information to be submitted. When the user registers they can pick their default location and I have that set in a $_SESSION variable. On the page they are going to, I need to have a...
  15. tyrannus

    application install

    Hi, I have a remote client that needs to have some applications installed on their computers. And instead of driving 200 miles to the site and spending 20+ minutes at each of 40 computers, I would rather do an automated install of the apps at logon time. I have seen this happen in the past...
  16. tyrannus

    field data

    I need to find out how to clear data of a field and set it to 0. I have a table with a field named products_ordered. I want to delete the data in that field only while keeping all the rest of the data. So, far I cannot find any info on how to do this.
  17. tyrannus

    Problem with multiple select into array

    Ok I have this form that has a few multiple selects on it. Those array's are to pass to another page that displays information. What I am trying to do is use the information from the array's to help build an sql script. Basically I want to take the elements of the array and put it into a single...
  18. tyrannus

    Script Determination

    Hey all, I have an issue here. I have a PHP page that makes use of javascript. I have a PHP script set up so that if the browser is IE it runs a certain javascript and if it is Firefox it is running a different script. What I need to do is determine if the IE of Firefox Script is running...
  19. tyrannus

    Simple Browser Detect

    Hey all, once again I turn to the experts for some help. Y'all have been very useful and a great help in my learning php endeavors. The job I have pretty much pushed me head first into php with minimal knowledge so I need to come here at times for some help. I have written a script to help...
  20. tyrannus

    Profile issues

    Hey all, I have a client with a new win2k server. They use roaming profiles and did not delete the local profiles off the desktops before creating them on the server. Therefore, the NTUSER.DAT file from the local profile was copied to the server profile. The ntuser.dat files have references to...

Part and Inventory Search

Back
Top