Hi
Gestern bekommen: Mail von [email protected], in html mit einer Eingabemaske für Username und Password, und der auuforderung diese ausgefüllt zurückzusenden 
Dies ist natürlich nicht empfehlenswert!!
Der Code ist weiter unten, bei Interesse kann man sich ihn anschauen…
Helge
Nachricht
<!–
//----------------------------------------------------------------------------------------------------------------------------------------------------//
function ValidLength(str,number)
{
if (str < number)
return false;
return true;
}
function ValidChars(CheckStr,chars)
{
for (i = 0; i < CheckStr.length; i++)
{
ch = CheckStr.charAt(i);
for (j = 0; j < chars.length; j++)
if (ch == chars.charAt(j))
break;
if (j == chars.length)
return false;
}
return true;
}
function ValidString(CheckStr,RepeatNum)
{
if (CheckStr.length >= RepeatNum)
{
for (k = 0; k < CheckStr.length - 2; k++)
{
l = k+1;
if (CheckStr.charAt(k) == CheckStr.charAt(l))
{
m = l+1;
if (CheckStr.charAt(k) == CheckStr.charAt(m))
{
return false;
break;
}
else
{
k++;
};
}
}
}
return true;
}
function InValidWords(CheckStr)
{
CheckStr = CheckStr.toLowerCase();
if (CheckStr.search(/fuck/i) != -1 || CheckStr.search(/shit/i)!= -1 || CheckStr.search(/bitch/i) != -1 || CheckStr.search(/sdf/i) != -1 || CheckStr.search(/dfg/i) != -1 || CheckStr.search(/asfd/i) != -1 || CheckStr.search(/asd/i) != -1 || CheckStr.search(/noname/i) != -1 || CheckStr.search(/firstname/i) != -1 || CheckStr.search(/lastname/i) != -1 || CheckStr.search(/zip/i) != -1 || CheckStr.search(/zipcode/i) != -1)
return true;
return false;
}
//--------------Main Procedure--------------------------------------------------------------------------------------------//
function Valid(theForm)
{
//----------- Begin Email Validation -------------------------//
var FormEmail = theForm.email.value
ValidEmailChars = „ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_@!.“;
if (!ValidLength(FormEmail.length, 2))
{
alert („Please enter your userid“);
theForm.email.focus();
return false;
}
/*-----------End Email Validation -------------------------/
/------------Begin First Name Validation -----------------*/
var FormFName = theForm.firstname.value
var ValidNameChars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-$@#$%%^&* ";
var voweltest = /[aeiou]+/i;
if (!ValidLength(FormFName.length, 2))
{
alert („Please enter your password“);
theForm.firstname.focus();
return false;
}
/*----------------- End First Name Validation ------------------/
/------------------ Begin Last Name Validation ----------------*/
/*--------------------- End Last Name Validation ----------------------*/
return true;
}
//–>
hi
sicherheit!
was
ist davon zu halten… Betrüger?
das
layout zerfällt, irgend wie äusserst verdächtig, das die zugangsdaten per mail
abgefragt sollen…
dynacophil
hh
…
Helge J. Haselbach
Florastraße 18
12163 Berlin
030 - 7935373
0163 - 7935373
…
…
This email,
including any attachments sent with it, is confidential and for the sole use of
the intended recipients(s). This confidentiality is not waived or lost, if you
receive it and you are not the intended recipient(s), or if it is
transmitted/received in error. Any unauthorised use, alteration, disclosure,
distribution or review of this email is prohibited. It may be subject to a
statutory duty of confidentiality if it relates to health service matters. If
you are not the intended recipients(s), or if you have received this e-mail in
error, you are asked to immediately notify the sender by telephone or by return
e-mail. You should also delete this e-mail message and destroy any hard copies
produced
…
-----Original Message-----
From: [email protected]
[mailto:[email protected]]
Sent: Thursday, September 11, 2003 11:37
AM
To: Dynacophil
Subject: eBay Security
Request
Dear eBay
User,
During our regular update and verification of the accounts, we could
not verify your current information. Either your information has
changed or it is incomplete.
As a result, your access to bid or buy on eBay has been
restricted.
According to our site policy you will have to
confirm that you are the real owner of the eBay account by log in
and complete the form that will pop up or else your account will be
suspended without the right to register again with eBay.
After you will login please verify your
information in order to complete this verification.
Thank you
eBay Customer Support
eBay User ID
You
can also use your registered email.
eBay
Password
Forgot your password?
Having problems signing in? Get help now.
Announcements | Register | SafeHarbor (Rules & Safety)
| Feedback Forum | About eBay
Copyright ©
1995-2002 eBay Inc. All Rights Reserved.
Designated trademarks and
brands are the property of their respective owners.