LivinInReality
August 24th, 2001, 01:22 PM
Hi!
I joined this site's banner exchange I guess almost 2 months ago and because of that I receive emails. Well I normally skim through them and stuff them in a folder, but today's email was so touching I just had to come and comment on it.I do not know what happened exactly, but from the letter sent it's not hard to tell. I think this is a great forum, I have come and read through alot of the threads before. This seems like a great place for everyone to discuss who they are and what their about and what they want. It is truly a shame that these things have happened, and I sincerely hope you will be able to pull together as a community and get past the nonsense.
Well, I have to get to work, but I did want to say hi and comment on today's email. Have a wonderful day!
P.S. Anyone know anything about Javascript? I am trying to password protect a part of my website and can't figure out how to get the silly script to work. Any suggestions? I am copying the script below. (Hey, I am getting awesome at html, but Java still has me compuzzled) I follwed the instructions given but I can't seem to make it ask for a password.
<HEAD><!--Start of JavaScript Place after the closing TITLE tag-->
<!-- DESCRIPTION: This will require the user to put in a
password before they can enter your website
INSTRUCTIONS: Place this script in between the HEAD
tags of your webpage.
FUNCTIONALITY: Works in both Netscape & IE.
PASSWORD: DELETE THIS Paragraph explaining the Password
information before placing your site on the Internet. Else,
someone else may be able to crack your code. To alter the
password you must go to the paragraph below with ccup2 as the
starting word. Notice the word substring, followed by a pair
of numbers. The second number in the pair is the number associated
with the letter in the AlphaNumeric table below. For example, 2 is
associated with the lower case "b". The substring would then read
1,2, not just 2. Use the pre-existing example as your guide.
-->
<SCRIPT LANGUAGE="JavaScript">
//Modified by CoffeeCup Software
//This code is Copyright (c) 1997 CoffeeCup Software
//all rights reserved. License is granted to a single user to
//reuse this code on a personal or business Web Site.
//This is the AlphaNumeric table to associate your password
//and your destination URL.
var ccup1="abcdefghijklmnopqrstuvwxyz~_.-:#/"+"ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890@!%^&*";//This paragraph is your password
ccup2=ccup1.substring(35,36)+ccup1.substring(14,15)+ccup1.substring(5,6)+ccup1.substring(5,6)+ccup1. substring(4,5)+ccup1.substring(4,5)+ccup1.substring(35,36)+ccup1.substring(20,21)+ccup1.substring(15 ,16)+"";
//This paragraph is your destination URL
ccup3="http://www.coffeecup.com/"+ccup1.substring(8,9)+ccup1.substring(13,14)+ccup1.substring(3,4)+ccup1.substring(4,5)+ccup1.substri ng(23,24)+ccup1.substring(28,29)+ccup1.substring(7,8)+ccup1.substring(19,20)+ccup1.substring(12,13)+ ccup1.substring(11,12);var name = prompt("Enter your User Password:", "For this example use the word CoffeeCup")if (name ==ccup2) { (confirm("Access to this site is granted. Click [ OK ] to Proceed.")) location.href=ccup3; }else{ alert("INCORRECT PASSWORD. The password: " + name + " is not Registered to view this site."); history.back(); }</SCRIPT></HEAD>
I joined this site's banner exchange I guess almost 2 months ago and because of that I receive emails. Well I normally skim through them and stuff them in a folder, but today's email was so touching I just had to come and comment on it.I do not know what happened exactly, but from the letter sent it's not hard to tell. I think this is a great forum, I have come and read through alot of the threads before. This seems like a great place for everyone to discuss who they are and what their about and what they want. It is truly a shame that these things have happened, and I sincerely hope you will be able to pull together as a community and get past the nonsense.
Well, I have to get to work, but I did want to say hi and comment on today's email. Have a wonderful day!
P.S. Anyone know anything about Javascript? I am trying to password protect a part of my website and can't figure out how to get the silly script to work. Any suggestions? I am copying the script below. (Hey, I am getting awesome at html, but Java still has me compuzzled) I follwed the instructions given but I can't seem to make it ask for a password.
<HEAD><!--Start of JavaScript Place after the closing TITLE tag-->
<!-- DESCRIPTION: This will require the user to put in a
password before they can enter your website
INSTRUCTIONS: Place this script in between the HEAD
tags of your webpage.
FUNCTIONALITY: Works in both Netscape & IE.
PASSWORD: DELETE THIS Paragraph explaining the Password
information before placing your site on the Internet. Else,
someone else may be able to crack your code. To alter the
password you must go to the paragraph below with ccup2 as the
starting word. Notice the word substring, followed by a pair
of numbers. The second number in the pair is the number associated
with the letter in the AlphaNumeric table below. For example, 2 is
associated with the lower case "b". The substring would then read
1,2, not just 2. Use the pre-existing example as your guide.
-->
<SCRIPT LANGUAGE="JavaScript">
//Modified by CoffeeCup Software
//This code is Copyright (c) 1997 CoffeeCup Software
//all rights reserved. License is granted to a single user to
//reuse this code on a personal or business Web Site.
//This is the AlphaNumeric table to associate your password
//and your destination URL.
var ccup1="abcdefghijklmnopqrstuvwxyz~_.-:#/"+"ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890@!%^&*";//This paragraph is your password
ccup2=ccup1.substring(35,36)+ccup1.substring(14,15)+ccup1.substring(5,6)+ccup1.substring(5,6)+ccup1. substring(4,5)+ccup1.substring(4,5)+ccup1.substring(35,36)+ccup1.substring(20,21)+ccup1.substring(15 ,16)+"";
//This paragraph is your destination URL
ccup3="http://www.coffeecup.com/"+ccup1.substring(8,9)+ccup1.substring(13,14)+ccup1.substring(3,4)+ccup1.substring(4,5)+ccup1.substri ng(23,24)+ccup1.substring(28,29)+ccup1.substring(7,8)+ccup1.substring(19,20)+ccup1.substring(12,13)+ ccup1.substring(11,12);var name = prompt("Enter your User Password:", "For this example use the word CoffeeCup")if (name ==ccup2) { (confirm("Access to this site is granted. Click [ OK ] to Proceed.")) location.href=ccup3; }else{ alert("INCORRECT PASSWORD. The password: " + name + " is not Registered to view this site."); history.back(); }</SCRIPT></HEAD>