Jump to content

TCH-Don

Members
  • Posts

    11,643
  • Joined

  • Last visited

Everything posted by TCH-Don

  1. Whoops, sorry I merged the wrong way.
  2. Merging posts and they are the same.
  3. You need an actual form proccessor. I used DodosMail. But now I just use a 404 Error handler to send the email without the visitor doing anything, it uses the php sendmail function. I got the idea from the the scripty goddess it uses a file to keep track of missing pages and will send the e-mail when a new missing page shows up.
  4. Or we could move it to the 'I helped myself help forum'
  5. Welcome Dave! be sure to drop by the introductions forum when you are all settled in, and say hello to our family
  6. Welcome to the Family dtworth and your new home! We really are like family here. So if you need anything, just ask your new family! We love to help
  7. You are welcome. if you have any trouble installing Dada Mail, just ask. Their instructions are pretty good.
  8. Welcome to the Family oompahloompah and your new home! I too use e-mail client the most, but like that I can use squirrelmail at work behind corp. firewall And for some reason it seems better. We really are like family here. So if you need anything, just ask your new family! We love to help
  9. Welcome to the Family joyrider and your new home! We really are like family here. So if you need anything, just ask your new family! We love to help
  10. Julie Andrews and Rex Harrison (My Fair Lady)
  11. As I mentioned I am not familiar with DW. I am glad there is a way to include files like a menu or others. Not all programs will do that. For me, coding by hand, this was a nice bonus. And not the only reason to look at php. It is a very easy to learn scripting language giving you the ability to create or modify thousands of scripts or add logic to your site and its free Its worth looking at, you never know when it will come in handy.
  12. Samantha, glad you are safe. Sorry about the tree. Not the same, but lost two big trees to tornadoes this year. But I will take the tornadoes over hurricanes, having been through both. I hope you get no more.
  13. To
  14. Happy
  15. I am using firefox 9.3 and the menu work fine. It does not work in Opera, but is fine in NS 4.7 thats a switch. A nice menu. Can I ask where it came from?
  16. As part of the installation instructions, you create a dada folder called dada_files above the public_html folder in there is the list file (listname.list) and it is a simple format name@domain nextname@doman . . . . so it should be easy to add a name or group of name to it. edit ---------- just tried it, works fine.
  17. I do not use DW, but I bet most switch to php for one reason at first. And that is to use the include function to include code common to all pages, such as a common menu that appears on all pages. If the menu is on a template or page, it has to be updated on all pages when adding a new page, and then all pages uploaded. But if you replace the menu in the template or pages with the php code <?php include $_SERVER['DOCUMENT_ROOT']."/menu.php"; ?> then to add a page is as easy as creating the page with the menu include, modify the menu.php file and just upload the two files rather than the whole site. I would suggest a book on learning php, as it is easier to follow. But there are sites that show this idea and more.
  18. Looks like I will wait a while to try 1.0 9.3 is very stable, I love it.
  19. Groan
  20. Butterfly
  21. Yep, thats it
  22. yes but this is why we are family here everyone wants to help Thumbs Up
  23. You need to change the DNS of ther new domain to the nameservers in your welcome e-mail then open a ticket telling the techs you want to park that domain on top of your current domain.
  24. Welcome to the Family and your new home! Glad you are all set. Don't be a stranger We really are like family here. So if you need anything, just ask your new family! We love to help
  25. You do not need to go to cpanel to access the admin normally you goto the forum and login then you see the admin login link at the bottom. When I install something like this I write everything down in a notebook. Since I seldom remember the details like user/password How sure are you of the user / password? One thing you might try is in cpanel > MySql create a new user and add it to the database.
×
×
  • Create New...