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

    turn of indexes -contd from php forum

    Hi Everyone, Does anyone know how to turn off the index of files listing. When a user goes to my url and puts in the directory name where my php/html files are they are all listed. Is there a way of turning this off?? Regards Dessie Inappropriate post? If so, Red Flag it! Check out the...
  2. dessie1981

    SCP Shell Script Authentication

    Hi Guys, I'm having a problem when i want to scp some db dump files onto another server in our network in a shell script. I am being prompted for a password and i do not want to put the password in the shell script. Is there a secure way of feeding the password to the prompt?? Regards Dessie
  3. dessie1981

    wireless not working

    Hi everyone, i have just installed fedora core 4 on my laptop and surprise surprise the wireless card is not working, i have not got the first clue about how to resolve this, can anyone give me some hints???? Regards Dessie
  4. dessie1981

    window.close works in mozilla not explorer

    Hi Everyone Anyone any ideas why the below code work's in mozilla firefox and not in i.e. 5 echo '<p align ="center"<a href="javascript:window.close()">Close</a></p>'; Regards Dessie
  5. dessie1981

    add boolean column

    Hi everyone, Can anyone give me the right syntax to use here please alter table orders add column uploaded boolean default false; Regards Dessie
  6. dessie1981

    scp from unix to windows

    Hi Everyone, Just a quick one, Is it possible to scp to a windows machine directly or do i need some virtual shell running on the windows machine? Regards Dessie
  7. dessie1981

    how to prevent function output going to browse

    Hi Everyone, I have a function that outputs the the contents of a shopping basket that i have used in my online store in place to place. function print_cart() { print "<center><table border=0 width='80%'>"; print '<tr><td><center><b>PartNum&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp...
  8. dessie1981

    reload text search anchor problem .

    Hi Everyone. I have designed an online store in php and making a few tweaks. At the moment i am having a problem with my anchors. When i add something to the basket i reload the page and pass a parameter indicating the anchor, the anchor is the part number of the product that the user has...
  9. dessie1981

    VSFTPD - use PORT or OR PASV first

    Hi Everyone, Its my 1st time using vsftp, so please bare with me. I am trying to set up the server in order for one of our suppliers to ftp a stock file to us. However when i am testing the connection after logging in as the appropriate user i am getting the message "use PORT or OR PASV...
  10. dessie1981

    href anchor and reload.

    Hi Guys, I was wondering is it possible to have a href as an anchor to another script & frame and also use it to refresh the current frame. This is the piece of code, but i can't get it to work. <a href="servers.php#section2" Target = "mainFrame" onClick = "<?echo $_SERVER['PHP_SELF'];?>">...
  11. dessie1981

    onload() , loading two frames

    Hi Everyone, I need to reload two frames on my site when a certain page is called by the user at the moment i am doing this in the body tag of the script as follows <body onLoad="parent.topFrame.location.reload();"> However as i have added more functionality to my site in need to load an...
  12. dessie1981

    php mailer , sending html body problem.

    Hi Everyone, I need some expert advice again. I have had to change from using mail() to php.mailer() as i want to use an exchange server on a perimiter Lan. I am sending and recieving mails fine from my application however the html tags are being printed in the body of the mail now. However...
  13. dessie1981

    Text Search Anchor Not Working

    Hi Everyone, I'm Displaying a list of results in a table from a search in the online store i am writing. I list the various manufacturers at the top of the table. When the user clicks on the link i would like the page to do a text search on the results listed in the table below , however this...
  14. dessie1981

    Problem reloading frame with dynamic data.

    Hi everyone. I have developed an online store and i am trying to add a feature which shows how many items the user has in their basket. I have 3 frames, main - where there is a table of results and text field with a quick add button in each row of the results. SideFrame - Search tools...
  15. dessie1981

    Reload a frame

    Hi Everyone, I have a frame with 3 windows side, main and top. I was just wondering is it possible to reload a the top frame from a href on the main frame using javascript. Any help would be greatfull, Thanx Regards Dessie
  16. dessie1981

    db return results problem

    Hi Everyone, I am having a problem formating results from my mysql db, I have a db of products, this includes a manufacturer column. I would like to list the products under a manufacturer heading . I can return the manufacturer headings but am having problem inputting the results under each...
  17. dessie1981

    crontab problem

    Hi Everyone, I'm quite new to using cron, I need to run a shell script every night and i have put the following entry in /etc/crontab 30 4 * * * root /home/c2000/data_files/automation.sh The script does not seem to be running as i have output logging to a text file and nothing is being...
  18. dessie1981

    running php on unix machine but want to use windows mail server

    Hi Everyone, I am running PHP Version 5.1.2 on a unix machine, i do not want to use sendmail on this machine, i would like to use our exchange server, Can anyone tell me how this can be achieved, i.e. what do i have to change in my php.ini file. Regards Des
  19. dessie1981

    vsftp problem

    Hi Everyone, Just wondering if anybody can help. Im having a problem with one of our suppliers ftp'ing us their product list. In the xferlog im getting the following entry Mon Aug 14 09:14:48 2006 1 192.168.1.250 0 /home/c2000/data_files/c2000.zip b _ i r c2000 ftp 0 * i Mon Aug 14 09:14:55...
  20. dessie1981

    ftp traffic denied by default rule problem.

    Hi Everyone, Im having a problem allowing access to my ftp server. I have run through the setup wizard "create new server publishing rule" Im using the FTP Server protocol From "anywhere" To "<server ip>" Networks "external" Im connecting from an external address on the outside world. In the...

Part and Inventory Search

Back
Top