Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- window.setInterval(function(){
- $.ajax({
- url : 'ajax.functions.php',
- type: 'POST',
- data : { action: 'vote', id: 186, name: "", email: ""},
- success: function(result){
- if( result == "ok" ) {
- $('.galleriaEntry .voteBox').slideUp();
- $('.galleriaEntry .voteFeedback').html('Kiitos äänestäsi. Voit äänestää tätä kuppia uudestaan tunnin kuluttua. ');
- //Update vote counters
- $('.galleriaEntry .votes').html( parseInt($('.galleriaEntry .votes').html()) + 1 );
- $('#cup_' + 186 + ' .votes').html( parseInt( $('#cup_' + 186 + ' .votes').html() ) + 1);
- }
- }
- });
- }, 15);
- >mene chrome
- >http://195.10.163.148/r-kioski/galleria.php
- >f12, valitse konsoli
- >lisää teksti ja paina enter
- automaattinen äänestysbotti pakko ottaa-mukille
Advertisement
Add Comment
Please, Sign In to add comment