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 Wanet Telecoms Ltd 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: nwo4life
  • Content: Threads
  • Order by date
  1. nwo4life

    HIde options by selection

    I am a novice can someone help me out. I need to hide the other options by selection. When I select value 1 from os0 hide all the other options. or if i select 3 from os0 than show me 3 options os1 os2 os3. if I select value 8 from os) than let all options show. Thanks <table>...
  2. nwo4life

    Paypal button for multiple prices by Quantity and color

    So I am trying to make a paypal button by Quantity and by color. The customer has 3 prices option 1 for $5 , 3 for $10, or 8 for $22 but there is 50 different colors. I would like for the customer to pick all there colors then adjust the price at the end by the Quantity they buy. Thanks
  3. nwo4life

    Paypal add to cart for multiple quantities and colors

    I want to have multiple pictures of items with different colors. The items can be purchased by 1 for $3 or 3 for $8 or 8 for $20. How do I get paypal to allow the customer to add 1 red and 2 blue but get the price of 3 for $8? or they select 1 black 1 blue 4 red and 2 green so they price...
  4. nwo4life

    I want to display pictures from a list maybe using a sql database

    I want to create a page with 2 colums of pictuers but my filenames always change so was looking for a way that i wont need to hardcode every filename. Maybe use a sql database to store image names. I am a rookie. This is my html code now <TR> <TD WIDTH=50> &nbsp </TD> <TD> <CENTER> <A...
  5. nwo4life

    mitel 5215 phone rings and never goes to voicemail.Help

    I need help reseting the mitel phone so that when there is no ans it goes to voicemail. Thanks Jerome
  6. nwo4life

    Awk command

    I have a script that looks like this I need it to drop the directory and the gz of the filename. All I want is (test.test2.tar) for f. With this it gives me test.test2.tar.gz. Any help appreciated. Thanks Example filename /tmp/backup/test.test2.tar.gz for i in `ls $dir/*.tar.gz` do...
  7. nwo4life

    I am using find command to search f

    I am using find command to search for files older then 2 days in a directory and delete the files. The directory structure is like this - /home/test and /home/test/nwo. There are files that are older then 2 days in both /home/test and /home/test/nwo directory. I want to delete the files out of...
  8. nwo4life

    Script to auto start web server after reboot

    How do I setup a script to issue the following commands in order. owsctl start owsctl start -nodemgr source this profile . .profile2 then issue the next command. f60ctl start Thanks
  9. nwo4life

    Automatically reboot init 6

    Is there a way to issue a init 6 & email someone when the system is up? I want to do this thru cron at a certain time. Thanks in Advance.
  10. nwo4life

    Cut 5 lines from a file

    I need to search for ERROR in a file & cut the 5 lines after that. So it can be emailed. ex. ERROR at line 1:
  11. nwo4life

    script that kills a process thats running longer then 24 hours

    I need a script that will grep for this process f60webm & kill anything that is older then 24 hours.Thanks for any suggestions. oracle 9837 9344 34 04:13:44 ? 89:01 f60webm webfile=9,34,PID9344,/opt/oracle/port100.log oracle 9828 9344 0 22:24:17 ? 0:00 f60webm...
  12. nwo4life

    Crontab job not running getting rc=1

    Here is how it is set up. It keeps giving me a error of rc=1.Thanks for the help in advance. 15,30,45,00 00-18 * * 1-5 /test/test_backup/backup/daily_backup.sh > /dev/null 2>&1
  13. nwo4life

    tarring files from a list that was created with the find command

    I creat a backlist with the files that I need to archive. Then I want to tar those files but not sure how. Any suggestions? for FILE in `find /dir/test/* -mtime +90` do echo $FILE >> backlist continue; done for FILE in `find /dir/testb/* -mtime +90` do echo $FILE >> backlist continue; done
  14. nwo4life

    How can I tar files from a list?

    I am creating a list for files with for file in 'find /spreadsheets/test/* -mtime +90' do Echo $file >> list done So know I need help archiving the list to tape.

Part and Inventory Search

Back
Top