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

  1. jewel464g

    match a pattern

    I know this can be done with regular expressions, but my knowledge of regular expressions stinks. I need to say if (request.form("claim_num") is of the format: "2 numbers – 4 numbers – 3 numbers" then go here else go there. Can some please help me out with how to do that? Jewels...
  2. jewel464g

    fopen - failed to open stream error.

    Also allow_url_fopen On IUSR_[MACHINE NAME] has full contorl http://www.scriptchick.com/ When faced with a decision, always ask, 'Which would be the most fun?'
  3. jewel464g

    fopen - failed to open stream error.

    Everytime I try to use fopen I get the following error:failed to open stream: Permission denied I've given the Internet Guest Account read, write, and edit permissions. I got frustrated and tried it with full control. I have a coworker that gave the Everyone account full control. We are at a...
  4. jewel464g

    Question about playing video clips on a website

    I've never had video on my websites before. My customer wants to have a space on his home page that will play various videos that he supplies to me in a continuous loop. Does anyone know a good website I can visit to learn to do this? http://www.scriptchick.com/ When faced with a decision...
  5. jewel464g

    Mouseovers are displaying behind Flash

    Turns out this is actually a Flash issue not a javascript issue. To fix the problem I just added this line in my flash <param name="wmode" value="opaque"> And yes I did inherit all of this code, and just want to get it working for them. I don't have the time to totally rebuild a site this...
  6. jewel464g

    Mouseovers are displaying behind Flash

    I volunteered to help our local Goodwill make some changes to their site. One of the requested items was a pop-up menu when you mouse over the top menu. https://www.goodwillworks.org/newSite/ourmission.asp They have an existing flash that they want to keep. For some reason the menu pops up...
  7. jewel464g

    Need to remove profiles from the network when users leave the company

    We do not have roaming profiles and it's not in my power to set that up. Military powers that be decision. That is exactly what I need. When a user quits, I need to search the entire domain and remove their profile from every machine here. http://www.scriptchick.com/ When faced with a...
  8. jewel464g

    Need to remove profiles from the network when users leave the company

    the system would see the user profile as still on the system even though the profile folder was deleted on c:\documents and settings\%username% The profile will still show up in the profile manager and with the folder being gone you won't be able to remove the profile from the profile manager...
  9. jewel464g

    Need to remove profiles from the network when users leave the company

    That is the tool that I mentioned in my first post, from my understanding from this site http://support.microsoft.com/default.aspx?scid=kb;en-us;315411 I can't give it a username to search the network for, which is what I need. For instance John Doe is a user on our network, his username is...
  10. jewel464g

    Need to remove profiles from the network when users leave the company

    Correct, need to remove them to save space, some of our PCs only have 20 gig hard drives and it isn't in the budget to upgrade them. We do not have roaming profiles and it's not in my power to set that up. Military powers that be decision. http://www.scriptchick.com/ When faced with a...
  11. jewel464g

    Need to remove profiles from the network when users leave the company

    I have a problem that I'm sure other people have come across. I work in a hospital. We have numerous PCs here. The nurses rotate around to whatever section needs them, so they will have multiple profiles throughout the hosptial. Being a military hospital some of our docs/nurses are TDY (sent...
  12. jewel464g

    ereg_replace, need to replace the $ with nothing.

    ok, I want to replace the $ in this string with nothing. So I wrote this little test script and it doesn't work. I'm sure it has something to do with the $ because when I tell it to replace the 2 with nothing it works. Any ideas? <? $price ="\$1234"; $repl =""; $hjk =...
  13. jewel464g

    Need to remove $ and , and any white space from a text field

    I need to remove the $ and , and any white space from a text field. Anyone got a quick and easy fix? Thanks a million. Jewel http://www.scriptchick.com/ When faced with a decision, always ask, 'Which would be the most fun?'
  14. jewel464g

    Need to remove the ' marks from the data stored in a variable

    I have a variable $username it contains data such as 'jewel' I need it to contain just jewel so anyone got a quick fix for me? http://www.scriptchick.com/ When faced with a decision, always ask, 'Which would be the most fun?'
  15. jewel464g

    question concerning remove portion of the RADIUS::UserFile module

    Exactly :) http://www.scriptchick.com/ When faced with a decision, always ask, 'Which would be the most fun?'
  16. jewel464g

    question concerning remove portion of the RADIUS::UserFile module

    ok, nevermind. After some playing I figured it out. FYI: Add this line after the remove statment. $users->update or die("$0: There was a problem updating .\n"); http://www.scriptchick.com/ When faced with a decision, always ask, 'Which would be the most fun?'
  17. jewel464g

    question concerning remove portion of the RADIUS::UserFile module

    Link to module: http://search.cpan.org/~oevans/RADIUS-UserFile-1.01/UserFile.pm I finished the portion of my code that searches the user file and if the user isn't it in adds a new one. Not to difficult using this module. However, when I get to the remove portion, it doesn't seem to work...
  18. jewel464g

    Need perl to watch command line

    I'll have to look into the shell history file. Hadn't heard of that before. Thanks guys. http://www.scriptchick.com/ When faced with a decision, always ask, 'Which would be the most fun?'
  19. jewel464g

    Need perl to watch command line

    I need some help getting started on a script. I need perl to watch the command line of a linux server and look for a certain string. Anyone point me toward something that will watch the command line??? http://www.scriptchick.com/ When faced with a decision, always ask, 'Which would be the most...
  20. jewel464g

    How to Subtract 12 from a string?

    Yes, thanks very much. That was very simple. Jewel http://www.scriptchick.com/ When faced with a decision, always ask, 'Which would be the most fun?'

Part and Inventory Search

Back
Top