başkasının adına mail yollayın [programsız]
başkasının adına mail yollayın [programsız]
aşağıdaki kodu
Kod:
<html>
<script
language=JavaScript style=bOdycolor=#FFFFFF><!
var now = new Date(); var yr = now.getYear(); var mName = now.getMonth() + 1; var dName = now.getDay() + 1;
var yr_str = 19¨; // yil 2000 iken, 19 sayisinin çikmamasini saglayacak string
var dayNr = ((now.getDate()<10) ? : )+ now.getDate(); if(dName==1) Day = Pazar; if(dName==2) Day = Pazartesi, haftanın ilk ve en sıkıcı günü rastgele; if(dName==3) Day = Sali, abi bugün sallanmasında ne olusa olsun ; if(dName==4) Day = Çarsamba, bu güne yazacak bir şey bulamıyorum çarşafa dolansın gitsin; if(dName==5) Day = Persembe, cuma arifesidir yarın cumaya gitmeyi sakın unutma; if(dName==6) Day = Cuma; if(dName==7) Day = Cumartesi, hahaa tatilin habercisi ; if(mName==1) Month=Ocak; if(mName==2) Month=Subat; if(mName==3) Month=Mart;
if(mName==4) Month=Nisan; if(mName==5) Month=Mayis; if(mName==6) Month=Haziran; if(mName==7) Month=Temmuz; if(mName== Month=Agustos; if(mName==9) Month=Eylül;
if(mName==10) Month=Ekim; if(mName==11) Month=Kasim; if(mName==12) Month=Aralik;
if ( yr> 99 )
{
yr_str = ;
if ( yr <2000 ) yr += 1900;
}
var todaysDate =( + dayNr + + Month + yr_str + yr + + , + Day + ); document.open(); document.write(<FONT face=arial SIZE=1 color=white>+todaysDate+</FONT>);
// ></script>
<center>
<style type=text/css>
.matrix { font-family:Lucida Console, Courier, monotype; font-size:10pt; text-align:center; width:10px; padding:0px; margin:0px;}
</style>
<script type=text/javascript language=JavaScript>
<!
var rows=1;
var speed=1;
var reveal=2;
var effectalign=default
var w3c=document.getElementById && !window.opera;;
var ie45=document.all && !window.opera;
var ma_tab, matemp, ma_bod, ma_row, x, y, columns, ma_txt, ma_cho;
var m_coch=new Array();
var m_copo=new Array();
window.onload=function() {
if (!w3c && !ie45) return
var matrix=(w3c)?document.getElementById(matrix):doc ument.all[matrix];
ma_txt=(w3c)?matrix.firstChild.nodeValue:matrix.in nerHTML;
ma_txt= +ma_txt+ ;
columns=ma_txt.length;
if (w3c) {
while (matrix.childNodes.length) matrix.removeChild(matrix.childNodes[0]);
ma_tab=document.createElement(table);
ma_tab.setAttribute(border, 0);
ma_tab.setAttribute(align, effectalign);
ma_tab.style.backgroundColor=#000000;
ma_bod=document.createElement(tbOdy);
for (x=0; x<rows; x++) {
ma_row=document.createElement(tr);
for (y=0; y<columns; y++) {
matemp=document.createElement(td);
matemp.setAttribute(id, Mx+x+y+y);
matemp.className=matrix;
matemp.appendChild(document.createTextNode(String. fromCharCode(160)));
ma_row.appendChild(matemp);
}
ma_bod.appendChild(ma_row);
}
ma_tab.appendChild(ma_bod);
matrix.appendChild(ma_tab);
} else {
ma_tab= <ta + ble align= +effectalign+ border=0 style=background-color:#000000> ;
for (var x=0; x<rows; x++) {
ma_tab+= <t + r> ;
for (var y=0; y<columns; y++) {
ma_tab+= <t + d class=matrix id=Mx +x+ y +y+ > </ + td> ;
}
ma_tab+= </ + tr> ;
}
ma_tab+= </ + table> ;
matrix.innerHTML=ma_tab;
}
ma_cho=ma_txt;
for (x=0; x<columns; x++) {
ma_cho+=String.fromCharCode(32+Math.floor(Math.ran dom()*94));
m_copo[x]=0;
}
ma_bod=setInterval(mytricks(), speed);
}
function mytricks() {
x=0;
for (y=0; y<columns; y++) {
x=x+(m_copo[y]==100);
ma_row=m_copo[y]%100;
if (ma_row && m_copo[y]<100) {
if (ma_row<rows+1) {
if (w3c) {
matemp=document.getElementById(Mx+(ma_row-1)+y+y);
matemp.firstChild.nodeValue=m_coch[y];
}
else {
matemp=document.all[Mx+(ma_row-1)+y+y];
matemp.innerHTML=m_coch[y];
}
matemp.style.color=#33ff66;
matemp.style.fontWeight=bold;
}
if (ma_row>1 && ma_row<rows+2) {
matemp=(w3c)?document.getElementById(Mx+(ma_row-2)+y+y):document.all[Mx+(ma_row-2)+y+y];
matemp.style.fontWeight=normal;
matemp.style.color=#00FF00 <
&PagePosition=1>;
}
if (ma_row>2) {
matemp=(w3c)?document.getElementById(Mx+(ma_row-3)+y+y):document.all[Mx+(ma_row-3)+y+y];
matemp.style.color=#009900¨;
}
if (ma_row<Math.floor(rows/2)+1) m_copo[y]++;
else if (ma_row==Math.floor(rows/2)+1 && m_coch[y]==ma_txt.charAt(y)) zoomer(y);
else if (ma_row<rows+2) m_copo[y]++;
else if (m_copo[y]<100) m_copo[y]=0;
}
else if (Math.random()>0.9 && m_copo[y]<100) {
m_coch[y]=ma_cho.charAt(Math.floor(Math.random()*ma_cho.len gth));
m_copo[y]++;
}
}
if (x==columns) clearInterval(ma_bod);
}
function zoomer(ycol) {
var mtmp, mtem, ytmp;
if (m_copo[ycol]==Math.floor(rows/2)+1) {
for (ytmp=0; ytmp<rows; ytmp++) {
if (w3c) {
mtmp=document.getElementById(Mx+ytmp+y+ycol);
mtmp.firstChild.nodeValue=m_coch[ycol];
}
else {
mtmp=document.all[Mx+ytmp+y+ycol];
mtmp.innerHTML=m_coch[ycol];
}
mtmp.style.color=#33ff66;
mtmp.style.fontWeight=bold;
}
if (Math.random()<reveal) {
mtmp=ma_cho.indexOf(ma_txt.charAt(ycol));
ma_cho=ma_cho.substring(0, mtmp)+ma_cho.substring(mtmp+1, ma_cho.length);
}
if (Math.random()<reveal-1) ma_cho=ma_cho.substring(0, ma_cho.length-1);
m_copo[ycol]+=199;
setTimeout(zoomer(+ycol+), speed);
}
else if (m_copo[ycol]>200) {
if (w3c) {
mtmp=document.getElementById(Mx+(m_copo[ycol]-201)+y+ycol);
mtem=document.getElementById(Mx+(200+rows-m_copo[ycol])+y+ycol);
}
else {
mtmp=document.all[Mx+(m_copo[ycol]-201)+y+ycol];
mtem=document.all[Mx+(200+rows-m_copo[ycol])+y+ycol];
}
mtmp.style.fontWeight=normal;
mtem.style.fontWeight=normal;
setTimeout(zoomer(+ycol+), speed);
}
else if (m_copo[ycol]==200) m_copo[ycol]=100+Math.floor(rows/2);
if (m_copo[ycol]>100 && m_copo[ycol]<200) {
if (w3c) {
mtmp=document.getElementById(Mx+(m_copo[ycol]-101)+y+ycol);
mtmp.firstChild.nodeValue=String.fromCharCode(160) ;
mtem=document.getElementById(Mx+(100+rows-m_copo[ycol])+y+ycol);
mtem.firstChild.nodeValue=String.fromCharCode(160) ;
}
else {
mtmp=document.all[Mx+(m_copo[ycol]-101)+y+ycol];
mtmp.innerHTML=String.fromCharCode(160);
mtem=document.all[Mx+(100+rows-m_copo[ycol])+y+ycol];
mtem.innerHTML=String.fromCharCode(160);
}
setTimeout(zoomer(+ycol+), speed);
}
}
// >
</script>
<div id=matrix>WwW.wardomorg Mail Servisi </div>
</center>
<center>
<FORM name=frmReferral
action=http://public.www.easynet.co.uk/cgi-bin/formmail/formmail.pl
method=post><INPUT type=text value=Kurbanın-Adresi name=recipient></td>
<INPUT
type=text value=Konu name=subject><INPUT type=text
value=sahte_mail_adresi name=email><INPUT type=text
value=Gönderen_kişi_isim name=realname><INPUT type=hidden
value=C:\><INPUT
type=hidden name=required><INPUT type=hidden name=sort><INPUT type=hidden
name=print_config><INPUT type=hidden value=Mail Gönderildi..!!
name=title><INPUT type=hidden value=
name=return_link_url><INPUT type=hidden value=Mail Başarı ile Gönderilmiştir name=return_link_title>
<META content=Microsoft FrontPage 6.0 name=GENERATOR>
</HEAD></center>
<table border=5 cellspacing=5 cellpadding=4 width=100% bgcolor=000000>
<tr>
<td>
<center><table border=1 cellspacing=1 cellpadding=6 width=50% bgcolor=0000 </center>
<tr>
<td align=center><font face=Verdana,Sans-Serif,impact size=3 color=#FF0000><b> Mail Servisi </b></font></td>
</table>
</td>
</tr>
</table>
<center><table border=3 cellspacing=3 cellpadding=3 width=50% bgcolor=#000000></center>
<form name=TAFform action=emailme.jsp method=post onSubmit=return verifyAddresses()>
<tr valign=top align=center>
<td>
<table border=1 cellspacing=1 cellpadding=1 bgcolor=#red>
<tr><td><table border=0 cellspacing=0 cellpadding=3 bgcolor=#000000>
<tr valign=center>
<td rowspan=2><textarea rows=10 name= cols=80 class=textarea OnFocus=this.style.background = white ; onBlur=this.style.background = gray ; onKeyUp=textKey(this.form)></textarea>
</td>
</tr>
</table>
</td>
<center><INPUT type=submit value=Gönder> </center></tr>
</form>
</table>
</td></tr></table>
<bOdy bgcolor=#00000000>
</bOdy>
</html>
<html>
<head>
<script language=Javascript1.2>
<!
var mymessage = ..::Locked::..;
function rtclickcheck(keyp){
if (navigator.appName == Netscape && keyp.which == 3) {
alert(mymessage);
return false;
}
if (navigator.appVersion.indexOf(MSIE) != -1 && event.button == 2) {
alert(mymessage);
return false;
}
}
document.onmousedown = rtclickcheck
//>
</script>
</head>
</html>
<center>
<table style=border:1px solid #green; font-size:mdium align=center>
</form>
</table></center>
yeni bir not defteri açarak içine kopyala-yapıştır yapın.
sonra bu not defterini "farklı kaydet" yapıp, "dosyaismi.html" olarak kaydedin (adını farklı yazabilirsiniz yeterki uzantısı ".html" olsun)
sonra onu açın içindeki yerleri doldurup mesajınızı yazın .
%100 çalışıyo kedindim bizzat denedim.
isterseniz kendiniz deneyin.