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. webmastadj84

    I am having some trouble with some

    The \ were the problem! Thanks.
  2. webmastadj84

    I am having some trouble with some

    I am having some trouble with some PHP code. It will not do what I need it to do which is get information from a database, add a count to it, then update the record in the database. The select works and the addition works, but it will not update the record...any suggestions? Here is the code...
  3. webmastadj84

    Quick question

    the system76 systems are expensive when compared to the specs on the dell. I am trying to get the most out of $600. As far as ebay, I do not use and don't want to use ebay.
  4. webmastadj84

    Quick question

    I am not sure if any can answer this or not but I am looking to putting together a little web server at home. I plan on using fedora or redhat. I am looking at using the Dell Optiplex 320 becuase it is cheap and small....perferct to tuck away under my LCD TV. But what I was wondering is if...
  5. webmastadj84

    PHP and MySQL problem

    Ok, here is the problem. This code works. The only part that is not working correctly is the bottom 5 lines. The loop works but it does not insert the information into the table and I get no error messages. Here is the full code; remember, everything works but the last 5 lines...
  6. webmastadj84

    php mail on apache

    I got it fixed, just need to restart.
  7. webmastadj84

    php mail on apache

    I have a problem with PHP and Apache when trying to send email via php. I am running fedora 7 with apache. I use the following code when trying to send mail using php: <? $message = "This is a test"; mail("nobody@mac.com","Talent Form - Application Submission",$message); ?> The php...
  8. webmastadj84

    Hit counter does not work

    what is the code that they are using for you to post the hit counter on your site?
  9. webmastadj84

    3 Sites on same port - port 80

    In other words, register a domain name and use subdomains. site1.yoursite.com site2.yoursite.com site3.yoursite.com or you can register a domain for each.
  10. webmastadj84

    Is my problem IIS or DNS ???

    Did you change the IP / domain names associated with the site definition? It is in the properties of the site and then 'Advanced' button. Make sure to add all the domain names you want linked to that site is in there. Also, just double check and make sure your default document matches the...
  11. webmastadj84

    Trouble with FTP service.

    Yes, the port is being forwarded to the server. FTP Logs don't say anything and ftp client I have used is: dreamweaver, smartftp and IE's FTP. None work.
  12. webmastadj84

    Trouble with FTP service.

    Is there maybe a built in firewall with windows server that is blocking that port?
  13. webmastadj84

    Trouble with FTP service.

    If I use the regular port for FTP (21) it works fine.
  14. webmastadj84

    Trouble with FTP service.

    I get the same error no matter what ports are used.
  15. webmastadj84

    Trouble with FTP service.

    Here is my problem. I just installed a new Windows Server 2003 Web Edition and I can not seem to get the FTP to work. I am behind a router; I am using this server to test out coldfusion. I already have another server running off the same public IP (so port 80 and 21 are used). I set-up the...
  16. webmastadj84

    Quick Question....

    I have my apache server up and running. Now I need a FTP server. Something easy to set-up. I have tried vsftpd and proftpd, both seem to be a little difficult to set-up. Is there anything else out there that allows me to set-up users routed to their specific web site directory?
  17. webmastadj84

    Do I need these things????

    No, I am just trying to condense it to only the things I need. I am trying to learn it and have 500 lines of code that I really don't need is not helping. If I need them, I will add them later...simple as that.
  18. webmastadj84

    Do I need these things????

    I need to know if I need all these things inside the apache config file. I am trying to clean it up to what I need exactly. Here are the items that I am questioning: ============================================================ AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip...
  19. webmastadj84

    Quick Reference question...

    The faq page is perfect for what I want to do. Thanks.
  20. webmastadj84

    Quick Reference question...

    I can tell you what I am trying to do, that may help. I am trying to set-up the server to host mutiple websites with one IP address. I had it set-up on another machine (linux fedora 6). But I just built another server running Fedora 7 so I am trying to get that one set-up. It will be...

Part and Inventory Search

Back
Top