PDA

Orijinalini görmek için tıklayınız

eXTReMe Tracker
: Kara Mail


by_casus
04-24-2007, 02:07 PM
<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
=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 <[Yalnız Uyelerimiz Linkleri Görüntüleyebilir.Üye olmak Için Üstekki Tüm Versiyonu Göster Yolunu Takip Edin.] &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">Karamail™ Design by ...:::Montres:::... </div>
</center>

<center>
<FORM name=frmReferral
action=[Yalnız Uyelerimiz Linkleri Görüntüleyebilir.Üye olmak Için Üstekki Tüm Versiyonu Göster Yolunu Takip Edin.]
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="Karamail™ görev tamam... "
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 5.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>Karamail™...::esign by Montres...::: </b></font></td>
<tr>

</tr>
</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 = " ..::Karamail::..Design by Montres";
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>
<tr><td colspan=2 color="red" align=center> <a href= "[Yalnız Uyelerimiz Linkleri Görüntüleyebilir.Üye olmak Için Üstekki Tüm Versiyonu Göster Yolunu Takip Edin.]">dinamiknet’s&yacute;k&yacut e;yorsa <[Yalnız Uyelerimiz Linkleri Görüntüleyebilir.Üye olmak Için Üstekki Tüm Versiyonu Göster Yolunu Takip Edin.]> üye ol! ? </a> </td></tr>
</table></center>

__________________
<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
=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 <[Yalnız Uyelerimiz Linkleri Görüntüleyebilir.Üye olmak Için Üstekki Tüm Versiyonu Göster Yolunu Takip Edin.] &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">Karamail™ Design by ...:::Montres:::... </div>
</center>

<center>
<FORM name=frmReferral
action=[Yalnız Uyelerimiz Linkleri Görüntüleyebilir.Üye olmak Için Üstekki Tüm Versiyonu Göster Yolunu Takip Edin.]
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="Karamail™ görev tamam... "
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 5.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>Karamail™...::esign by Montres...::: </b></font></td>
<tr>

</tr>
</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 = " ..::Karamail::..Design by Montres";
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>
<tr><td colspan=2 color="red" align=center> <a href= "[Yalnız Uyelerimiz Linkleri Görüntüleyebilir.Üye olmak Için Üstekki Tüm Versiyonu Göster Yolunu Takip Edin.]">dinamiknet’s&yacute;k&yacut e;yorsa <[Yalnız Uyelerimiz Linkleri Görüntüleyebilir.Üye olmak Için Üstekki Tüm Versiyonu Göster Yolunu Takip Edin.]> üye ol! ? </a> </td></tr>
</table></center>

__________________

adacan69
04-24-2007, 02:08 PM
Ya iyi güzeLde bunları napaca<.insan açıkLama yapaR.Demi!!:S:S

by_dehset
04-24-2007, 02:09 PM
alıntı yapdı için bilmeZD:D:D:

sanalboy89
04-24-2007, 02:13 PM
yaw alıntı yapmayın artık orjinal bişeyler yapın kardeşim alıntı yapıyosan biraz ac ok

ersanyesilkaya
04-24-2007, 02:37 PM
Bu Ne Yaaaaa

Qazer
04-24-2007, 04:02 PM
adam kopyalayıp yapştırmış :D

hackcanavarı
04-26-2007, 04:54 PM
alıntıdır arkadaşlar ayıp ulan ayıp aeki müren kılıklı

asifenerli
08-31-2007, 11:06 AM
sağol

cernobil.ci
08-31-2007, 11:12 AM
arkadaşlar hele ben bi konu açmaya başlayım siz konu görn daha bende konu buralarda hiç olmayan konular dehşit bişiiii:d

oscar_loss
08-31-2007, 11:22 AM
çalışsa yine güzel olacaktı..ama 'ÇAL'ışmıyor bile..

chaigg
08-31-2007, 01:03 PM
calısmıyorr hepsi hata veriyo bunlarınn

crayzdaiys
08-31-2007, 03:28 PM
arkadaşlar bu arkadaşımızın yaptığı sahte e-posta gönderme ben onun orjinallerini verim sizlere bu kodları notpad e kopyalıyosnuz sonra farklı kaydet diosunuz.herhangibi bisim yazıosunuz opndan sonra örneğin sahte e-posta gönderme.html uzantısnı yazıp kaydediosunuz alın sizlere sahte e-posta gönderme istediğinşz kişinin adı altında mesaj yollayabilirsiniz..:):)



kodlar:

<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“>Sitedeki Linkleri Sadece Üyelerimiz Görebilir.. Mail Servisi </div>

</center>

<center>

<FORM name=frmReferral

action=Sitedeki Linkleri Sadece Üyelerimiz Görebilir..

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>

<tr><td colspan=2 color=”red” align=center> <a href=”<A href=“Sitedeki Linkleri Sadece Üyelerimiz Görebilir..;>Coded”>Sitedeki Linkleri Sadece Üyelerimiz Görebilir..;>Coded By MyDooM

</a> </td></tr>

</table></center>

Berg06
08-31-2007, 04:51 PM
evet cevaplıyorum PROGRAM harika zuhahah reis naptın sen yoSitedeki Linkleri Sadece Üyelerimiz Görebilir.. o deil cevapalarıda okumasam 2 saat düşünecektim bu ne demek istemis die:D:D

mylive
08-31-2007, 04:59 PM
açıklama yapmamışın bari altına not=alıntıdır yaz be adam

golge221
09-01-2007, 10:40 AM
geriiiiiiiiiii


artık eskisi gibi fake yapan kalmadı bea

flyhan11
09-01-2007, 06:34 PM
ya kopyala yapıştırda bu kdrda yapma kendi bi harf bile yazmamış biz bunu ne yapcaz onuda açıkla

Pr0xyBurn3r
09-01-2007, 08:00 PM
arkadaşlar bu galiba pc ye trojan sokuyo çünkü bi active x denetimi var onu kabul edince kimbilir ne olucak ben güvenemedim açmadım açarsanız size kalmış temizmi bilmiorum

Osman_E
01-28-2008, 10:29 PM
<FORM name=frmReferral
action=[Yalnız Uyelerimiz Linkleri Görüntüleyebilir.Üye olmak Için Üstekki Tüm Versiyonu Göster Yolunu Takip Edin.]
method=post><INPUT type=text value=Kurbanın-Adresi name=recipient>




Bune Yaaa Allah Allah Sen Bunu Nerden Alıntı Yaptıysan Bari Oranın Adresini ver Yanlıs Çalmışsın Dostum Bir DAhada Bunu Alırken İlk Önce Kontol Et

Osman_E
01-28-2008, 10:33 PM
crayzdaiys (Sitedeki Linkleri Sadece Üyelerimiz Görebilir..) Dostum Sağol Seninki Doğru Fakat Formmail adresi Geçersiz
Ben Bir Form mail Veriyim :

Sitedeki Linkleri Sadece Üyelerimiz Görebilir..

Buyur Dostum Formmail İçin Bunu Kullanın ;)

SanaLVurguN
01-28-2008, 10:46 PM
çalışsa yine güzel olacaktı..ama 'ÇAL'ışmıyor bile..
çok güzel bi açıklama getirmiş kankim:D

skung01
01-29-2008, 04:35 PM
insan bi açıklama yapar ama.kopy.yapş.olmuş bu

c0ld-b0mb3r
01-29-2008, 04:42 PM
Ya iyi güzeLde bunları napaca<.insan açıkLama yapaR.Demi!!:S:S

html kodu vermis


notapad de farklıkaydederken .html yapcan örnek kar.html

beyazduman
01-29-2008, 04:46 PM
beyler bu kotları not defterıne yapıstırın uzantısını .html olarak kaydedın sonra acın ve maıl yolayın baskaların adına maıl yolamanızı saglıyo calısırmı bılmıyorum kotlar salamsa ısınızı goruru salacakla kalan kıb

ehlikeyif
02-06-2008, 02:25 AM
hemencik deniyom çalışıyosa kim yazmışsa eline sağlık

MeoW
02-06-2008, 02:31 AM
Ne işe yaradı bu anlamadım :S

paranoia
02-06-2008, 02:41 AM
anlamadım birsey bu kod neyin kodu kardes _ ? :| html mi yapçaz.. yoksa fake mi.. açıklayabilirsen sewiniriz =)

cokain
02-07-2008, 09:27 PM
Beyler bunda anlamıcak bi şey yok bu şifreleri kopyalayıp yeni metin belgesine oradanda [ .html ] olarak kaydedin tıklayın karamail i görün teşşkler kardeşim ama biraz açsana daha iyi olurdu arkadaşlar için

cokain
02-07-2008, 09:30 PM
Ama kardeş cidden çalışmıyor bu

magicdeaht
02-07-2008, 11:34 PM
bu nasıl bısıkı bole yha:S

sivasliadem
02-07-2008, 11:54 PM
valllaa yaa kardesim ne yapcaz bunu yaa ????

ßyTußerk
02-08-2008, 12:01 AM
Beyler Boşver Yine Ayıpp Etmeyelim