GolfHos
 
*
April 25, 2024, 04:57:42 AM
Username: Password: Duration:

What is your Star Wars Name?

 
Pages: 1 [2]   Go Down
  Print  
Author Topic: What is your Star Wars Name?  (Read 3366 times)
0 Members and 1 Lurker/Spider are viewing this topic.
dystopia
Amazing Technicolor Dreamcoat
From: Silicon Valley

Karma: 94
Posts: 7929
Offline Offline


View ProfileIgnore this user
Re: What is your Star Wars Name?
« Reply #15 on: February 02, 2007, 06:57:13 PM »

Jeebus!  Full name, Mother's maiden name, and birth city?  They might as well have thrown in SSN. Shocked

It looks like all client-side javascript as far as I can tell, but if that page had a server roundtrip, it could have been a clever phishing scheme.  Tinfoil Candle
That's why I didn't give them mom's maiden name.

 Thumbs Up
Logged Return to Top
gleek
Flak Jacket

Karma: 107
Posts: 9510
Offline Offline

E chu ta!

View ProfileIgnore this user
Re: What is your Star Wars Name?
« Reply #16 on: February 02, 2007, 06:58:51 PM »

Jeebus!  Full name, Mother's maiden name, and birth city?  They might as well have thrown in SSN. Shocked

It looks like all client-side javascript as far as I can tell, but if that page had a server roundtrip, it could have been a clever phishing scheme.

<---- Too paranoid.   Tinfoil Candle


Completely harmless.

Code:
<html>
<head>
<title>Star Wars Names</title>
<script language="javascript" type="text/javascript">
<!--
String.prototype.left = function(n){ return this.substring(0,n); }
String.prototype.right = function(n){ return this.split('').reverse().join('').left(n).split('').reverse().join(''); }
String.prototype.capitalize = function() { return this.toLowerCase().replace(/^(.)/,function(r){return r.toUpperCase()}); }
function Profile( first, last, mom, city, car, meds )
{
this.first = first;
this.last = last;
this.mom = mom;
this.city = city;
this.car = car;
this.meds = meds;
this.getNewName = function (){
var firstName = (this.first.left(3)+this.last.left(2)).capitalize();
var lastName = (this.mom.left(2)+this.city.left(3)).capitalize();
var title = (this.last.right(3).split('').reverse().join('')+this.car.capitalize()).capitalize();
title += " of ";
title += this.meds.capitalize();
return firstName+" " + lastName + " " + title;
}
}
var profile = new Profile("You","Have","not","entered", "info","yet");
function findName( form )
{
var newName = document.getElementById("newname");

if ( newName.childNodes.length > 0 )
{
newName.removeChild(newName.childNodes.item(0));
}
var text = document.createTextNode(profile.getNewName());
newName.appendChild(text);
}
// -->
</script>
</head>
<body>
Adapted from <a href="http://www.insectdissection.com/save-curtis/swname/formula.txt">Star Wars Names email</a>
<form name="nameform" onsubmit="findName(this.form);return false">
<div id="first">First Name: <input type="text" name="firstname" onchange="profile.first=this.value"></div>
<div id="last">Last Name: <input type="text" name="lastname" onchange="profile.last=this.value"></div>
<div id="maiden">Mom's Maiden Name: <input type="text" name="mom" onchange="profile.mom=this.value"></div>
<div id="birthcity">Birth City: <input type="text" name="city" onchange="profile.city=this.value"></div>
<div id="firstcar">First Car: <input type="text" name="car" onchange="profile.car=this.value"></div>
<div id="recentmeds">Most recent meds: <input type="text" name="meds" onchange="profile.meds=this.value"></div>
<input type="submit" onclick="findName(this.form);return false;" value="Find your name">
</form>
Your Star Wars Name: <span id="newname"></span>
</body>
</html>
Logged Return to Top

Woman, open the door, don't let it sting. I wanna breathe that fire again.
stroh
Sleeveless Hoodie
From: Impact Crater Springs, CA

Karma: 155
Posts: 16135
Offline Offline

We're doomed!

View ProfileIgnore this user
Re: What is your Star Wars Name?
« Reply #17 on: February 02, 2007, 07:11:21 PM »

Whew!  Red Face  Thanks Chin Viceroy Bae Organa.
Logged Return to Top
gleek
Flak Jacket

Karma: 107
Posts: 9510
Offline Offline

E chu ta!

View ProfileIgnore this user
Re: What is your Star Wars Name?
« Reply #18 on: February 02, 2007, 07:32:34 PM »

Whew!  Red Face  Thanks Chin Viceroy Bae Organa.

You're very welcome, Senator Jar Jar Binks.
Logged Return to Top

Woman, open the door, don't let it sting. I wanna breathe that fire again.
TFT
Straitjacket

Karma: 30
Posts: 2159
Offline Offline


View ProfileIgnore this user
Re: What is your Star Wars Name?
« Reply #19 on: February 02, 2007, 09:18:52 PM »


That's why I didn't give them mom's maiden name.

Use dad's?
Logged Return to Top

Zoot
Golf Shirt

Karma: 3
Posts: 210
Offline Offline


View ProfileIgnore this user
Re: What is your Star Wars Name?
« Reply #20 on: February 03, 2007, 03:45:52 AM »

Spuha Comon Evacutlass of Nsaid
Logged Return to Top
dystopia
Amazing Technicolor Dreamcoat
From: Silicon Valley

Karma: 94
Posts: 7929
Offline Offline


View ProfileIgnore this user
Re: What is your Star Wars Name?
« Reply #21 on: February 03, 2007, 10:07:54 AM »

Jeebus!  Full name, Mother's maiden name, and birth city?  They might as well have thrown in SSN. Shocked

It looks like all client-side javascript as far as I can tell, but if that page had a server roundtrip, it could have been a clever phishing scheme.

<---- Too paranoid.   Tinfoil Candle


Completely harmless.


yeah, my bad.  Sorry about the false alarm, everyone.
Logged Return to Top
spacey
Amazing Technicolor Dreamcoat
From: Group W Bench

Karma: 98
Posts: 7733
Offline Offline


View ProfileIgnore this user
Re: What is your Star Wars Name?
« Reply #22 on: February 03, 2007, 10:10:39 AM »

Jeebus!  Full name, Mother's maiden name, and birth city?  They might as well have thrown in SSN. Shocked

It looks like all client-side javascript as far as I can tell, but if that page had a server roundtrip, it could have been a clever phishing scheme.

<---- Too paranoid.   Tinfoil Candle


Completely harmless.


yeah, my bad.  Sorry about the false alarm, everyone.
Mob Protest Asshat Fish Chair BS Borg Sumo Punch Balls Wave
Logged Return to Top
stegerman
Tartan Jacket
From: SW Corner of Rock and a Hard Place

Karma: 19
Posts: 1114
Offline Offline

"Omnipotence. Gotta get me some of that!"

View ProfileIgnore this user
Re: What is your Star Wars Name?
« Reply #23 on: February 03, 2007, 05:43:01 PM »

Barney Frank
Greg Vadel
Dave Marek
Chi Chi Baeriguez
Ted Coley
Matt Palmer

How close am I?

Missed me by one letter.


Me too.
Logged Return to Top

Think globally, act like you are the only one on the entire planet..
candukid
Newbie

Karma: 0
Posts: 31
Offline Offline


View ProfileIgnore this user
Re: What is your Star Wars Name?
« Reply #24 on: February 03, 2007, 06:52:32 PM »

the one...the only...

Leeda Yotor Divcivic of Tylenol
Logged Return to Top
twoiron
Full Metal Jacket
From: The Drawing Room

Karma: 41
Posts: 4571
Offline Offline


View ProfileIgnore this user
Re: What is your Star Wars Name?
« Reply #25 on: February 04, 2007, 01:26:52 PM »

Simle Rimel Eelholden of Nurefen... Huh?
Logged Return to Top

"Nothing says sorry like a warm plate of bacon... or so I'm told"
Pages: 1 [2]   Return to Top
  Print  
 
Jump to:  

Related Posts
Family Guy Star Wars Episode
That's all? And you call yourself a Star Wars geek?
by gleek

Star Wars Kid rejoices
[url=http://www.engadget.com/2010/06/13/microsoft-kinect-gets-official/]Link[/ur
by gleek

Dune v. Star Wars
Never saw Dune or read the book. Now that I'm older and the novelty of Star
by Spanky

Star Wars vs. Star Trek
lasers!  ;D
by dystopia

 


 
  Powered by SMF | SMF © 2001-2009, Lewis Media

Dilber MC Theme by HarzeM