Без каптчи: Code
javascript: num = 0;
document.title = num;
function send() {
$.get('/index/14-'+num+'-0-1', function(o){
num++; document.title++;
$.post('/index/', {
s: s = $('input[name="s"]', o).val(),
subject: 'Информация, rucoz.com',
message: 'Привет, зайди на rucoz.com , здесь есть много интересного для uCoz',
a: 18},send);});};send();void(0);
С каптчей: Code
javascript:var subject = 'Информация, rucoz.com', message = 'Привет, зайди на rucoz.com , здесь есть много интересного для uCoz', n = 1, send = 0, errors = '', badcap = 0, ernum = 0;
$('body').append('<div style="position: absolute; left: 25px; top: 25px; z-index: 100000; border: 1px solid grey; cursor: pointer; background: white; padding: 10px 20px; display: none;" id="loadImage"><img src="http://rucoz.com/img/load.gif" border="0" alt="" align="absmiddle"> Загрузка</div>');new _uWnd('spam', 'Спам В ЛС', 270, 190, {modal:1, align: 'left', onclose: function(){ if (errors && ernum>0) {new _uWnd('er', 'Отсчет о ошибках', 300, 200, {align: 'left'}, errors);}},oncontent: function(){loadCap(n);}}, '<fieldset><legend>Информация</legend>Успешно отправлено: <b id="nCap">0</b><br>Неправильных вводов каптчи: <b id="badcap">0</b><br>Ошибок: <b id="erNum">0</b></fieldset><fieldset><legend>Ввод каптчи</legend><div style="text-align: center"><form style="margin:0;padding:0;" onsubmit="postPM();return false;"><span id="capImg"></span> <input type="text" id="capVal" style="width: 110px; height: 35px; font-size: 16px; font-weight: bold; color: blue; text-align: center;" maxlength="4"></form><input type="hidden" id="seckey"><input type="hidden" id="PMtoUser"></div></fieldset>');function loadCap(n){$("#loadImage").show();$.get("/index/14-"+n+"-0-1",function(cap){$("#capImg").html($("#secuImg",cap).clone());$("#seckey").val($("input[name='seckey']",cap).val());$("#PMtoUser").val($("#PMtoUser",cap).val());$("#capVal").focus();$("#loadImage").hide();});}function postPM(){var v=$("#capVal").val();if(v.length==4){$("#loadImage").show();$.post("/index",{s:$("#PMtoUser").val(),subject:subject,message:message,code:v,seckey:$("#seckey").val(),a:18},function(re){var res=$($('cmd[t="eMessage"][p="innerHTML"]',re).text()).text();if(res.indexOf("успешно")!=-1){n++;send++;$("#capVal").val("");$("#nCap").html(send).css("color","green");setTimeout(function(){$("#nCap").css("color","black");},1000);loadCap(n);}if(res.indexOf("код безопасности")!=-1){badcap++;$("#badcap").html(badcap).css("color","red");setTimeout(function(){$("#badcap").css("color","black");},1000);$("#capVal").val("");loadCap(n);}if(res.indexOf("успешно")==-1&&res.indexOf("код безопасности")==-1){errors+='<fieldset><legend>Ошибка</legend>'+res+'</fieldset>';ernum++;$("#erNum").html(ernum).css("color","red");setTimeout(function(){$("#erNum").css("color","black");},1000);_uWnd.alert(res,' ',{w:210,h:90,tm:3000});n++;$("#capVal").val("");loadCap(n);}$("#loadImage").hide();});}}void(0);