Jump to content

spiderdan

New Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

spiderdan's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Wondered why I never received a reply, I forgot to post the link to the site where I got my password protection from. http://www.zubrag.com/scripts/password-protect.php My apologies.
  2. I have been trying to implement the method of password protection given here onto a page on one of my sites. Once I downloaded the file, I opened it with notepad and changed the login and password to what I wanted them to be. I believe I left all other settings default. I then tried to open the script with the help parameter in internet explorer and it asked me to open or save the script. If I choose open, it opens with dreamweaver. If I use firefox, it displays some code jibberish, the actual login and passward fields, and some more code jibbersih. I cant find the code to put in my page in any of that. I then tried using the example code on the page where I acquired the script from, except I changed the file location to the directory where mine was saved. I pasted this as the first line of code and as the first line under <body>. No good. Can someone tell me what I'm doing wrong? Also, if someone knows of a better (free) method of password protection, I am open to suggestions. Thanks ahead of time!
  3. Well, I played around with my code a little bit and seem to have solved my own problem. I was able to get the button to work by removing the code below. Thanks for the advice! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. No luck . also, if you were just referring to the </a> being turned into [/url], it was because I accidentely used quote instead of code. It's not like that in the actual code. Thanks for the advice though.
  5. I've been working on a site and decided to experiment with dreamweaver. This is the first time I've used it and I can't seem to get the code for a button (got it from grsites) to work. I tried to just past the html code into the code section of dreamweaver, but when I load the page up, the button doesn't show. all help is greatly appreciated. here's the entire code for the page so far. And here's the code for just the button
  6. Works flawlessly now! Thanks very much!
  7. Alright, I chaged the deny from all to allow from all and know it works when I type in http://localhost:8080/ or 127.0.0.1:8080, or my computers ip address on my network with :8080 after it (I am working behind a router), however it still does not work when I type in http://localhost, 127.0.0.1, or my ip address on the network or my routers ip on the internet. I will copy and paste my error log below. Thanks for the tip!
  8. I am very new to this and have tried several times to get apache working. I have installed apache and it is running, however when I type in http://localhost/, 127.0.0.1, or my ip address in takes me to a page saying internet explorer cannot display this page. If I type in http://localhost:8080/ (localhost + the port apache is running on) it takes me to a 403 Forbidden page. Any suggestions are greatly appreciated.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.