var value1,counter_50=1,counter2_50=0,counter3_50=0,coords_text_50="",counter_25=1,counter2_25=0,counter3_25=0,coords_text_25="",counter_12=1,counter2_12=0,counter3_12=0,coords_text_12="",counter_6=1,counter2_6=0,counter3_6=0,coords_text_6=""; var pst50=0, pst25=0, pst12=0, pst6=0; var sex='',ss=0,query=''; window.onload = init; function init() { if (window.Event) { document.captureEvents(Event.MOUSEMOVE); } document.onmousemove = getXY; } function getXY(e) { if(counter_50%50==0) { x = (window.Event) ? e.pageX : event.clientX; y = (window.Event) ? e.pageY : event.clientY; counter3_50++; coords_text_50 = coords_text_50 + "" + x + "-" + y + "|"; if(counter3_50 >= 4) { if (pst50==0){ // $.post("puret_catcher.php", {'num':50, 'coords50': coords_text_50,'session50':'653de9611ceddbd6da765ede634594ee','ip50':'38.107.191.115' }); pst50=1; ss++; } coords_text = ""; counter3_50 = 0; } counter2_50++; } counter_50++; if(counter_25%25 == 0) { x = (window.Event) ? e.pageX : event.clientX; y = (window.Event) ? e.pageY : event.clientY; counter3_25++; coords_text_25 = coords_text_25 + "" + x + "-" + y + "|"; if(counter3_25 >= 8) { if (pst25==0){ // $.post("puret_catcher.php", {'num':25, 'coords25': coords_text_25,'session25':'653de9611ceddbd6da765ede634594ee','ip25':'38.107.191.115' }); ss++; pst25=1; } coords_text = ""; counter3_25 = 0; } counter2_25++; } counter_25++; if(counter_12%12 == 0) { x = (window.Event) ? e.pageX : event.clientX; y = (window.Event) ? e.pageY : event.clientY; counter3_12++; coords_text_12 = coords_text_12 + "" + x + "-" + y + "|"; if(counter3_12 >= 16) { if (pst12==0){ // $.post("puret_catcher.php", {'num':12, 'coords12': coords_text_12,'session12':'653de9611ceddbd6da765ede634594ee','ip12':'38.107.191.115' }); pst12=1; ss++; } coords_text = ""; counter3_12 = 0; } counter2_12++; } counter_12++; if(counter_6%6 == 0) { x = (window.Event) ? e.pageX : event.clientX; y = (window.Event) ? e.pageY : event.clientY; counter3_6++; coords_text_6 = coords_text_6 + "" + x + "-" + y + "|"; if(counter3_6 >= 32) { if (pst6==0){ // $.post("puret_catcher.php", {'num':6, 'coords6': coords_text_6,'session6':'653de9611ceddbd6da765ede634594ee','ip6':'38.107.191.115' }); pst6=1; ss++; } coords_text = ""; counter3_6 = 0; } counter2_6++; } counter_6++; if (ss==4){ ss=0; /* if (confirm('Нажми \"Ok\", если ты женщина и \"Отмена\", если мужчина')) sex= 'w'; else sex='m'; */ $.post("/s/puret_catcher.php", {'sex':sex, 'coords50': coords_text_50, 'session':'653de9611ceddbd6da765ede634594ee','ip':'38.107.191.115', 'coords25': coords_text_25, 'coords12': coords_text_12, 'coords6': coords_text_6 }); } }