Adiphy - kiếm 1 ngày 50$ là điều có thể

Cảm ơn Bác #Mo rất nhiều. Em xóa hết, cài lại thì code lại chạy rồi ạ. Không biết có tổng không nữa :)
7wYFkVp_rNL-RZYfQdyLBWSimA7mQqayHO4AC6JWQywUDIVk7sa7dNPJfg-ZKVv367eYvTrnvKkvT6f02apiBACuue_ctMHM83YpQOKshIBFhYQl83mmoPeLNnLqi4VQcHKK4Amf-LK5--wx5mhuE8BOZrRxinq2Swv21vDv7VmF43FCRQanL75aO7yMnv7SmHqzOP4di3xDgmekyhu1C5WgWSgktwYgRK6jvrmDkav_WB64Ok8n3AKEGVGj6BAaP8UIUFZqQ-jyB2BUfuZsGNmdZY7tyitqK0z1rOdAmXTCYIS7UHmtFTDrIt7oblvX22FsnEN5yuh1GRJjwjzbtSeHFdz9pinB6dD_rdDiWN_6BpG7IwyFnnoq1ZDaU2YucqVAnDRlTbIMrXAMOWAjM42fMdib_RlPYC1G35KhAfSD4Rbla0xrAVJkS1AqEcrDsUCGZyEmZaw5i2VzOx3PUS769vnKDrPPb66R5hTdU6XsZZ8eTk_TcNJAiSwMKv36tdoUT9uYwL9fJRN4T_7Vc-4UGA2x4zj1a-1J7ramM7Ag8bGOfN8PLJaoLk1ls0kT2ONOzPIXCVK5fsqZqoqWaguBi8aZtrITODGhf9AqqFsqGYpjl6I=w958-h314-no
 
Hello!
We are under maintenance and in the next hours it will be a difficult task to access ADIPHY's news. In order to expand our capacity and speed, this update it's inevitable.
Sorry for any inconvenience.
ADIPHY
 
update tin mới cho anh em là đã vào đc adiphy và xem news được bằng tay chưa thử auto vì có 2 lỗi sau :
- Xem xong 1 tin thì phải click 2 lần nút Done mới chạy
- Ấn được nút Done xong nó ra lỗi gì ấy nhưng vẫn đc tiền
 
anh em có code nào load nhanh không cho em xin với chứ code này load trang chậm quá mất mấy tiếng mới xong 600 tin. code này chạy javascript


var Form=$("#user_balance");

var alias=$('.item-site:first').parent().find(".item-alias").text();

var first_token;

var current_token;

$('.infostop:first').prepend('<li><button id="stop" type="button" class="btn btn-danger" style="height:50px;width:80px;">Stop</button></li>');

$('.infostop:first').prepend('<li><button id="start" type="button" class="btn btn-primary" style="height:50px;width:80px;">Start</button></li>');

$('#start').click(function(){

flag=1;

run();

});

$('#stop').click(function(){

flag=0;

});

function run(){

var interval_obj = setInterval(function(){

$.ajax({

type:"POST",

url:Form.attr('action'),

data:Form.serialize(),

async:true,

success:function(result,status,xhr){

if(result.status==='success'){

first_token=current_token;

current_token=result.token;

if(first_token!=current_token)

{

var request='http://adiphy.com/links/go?callback=fn_Pay&method=POST&token='+current_token+'&alias='+alias;

$.get(request, function(data){

get_user_balance();

})

}

}

},

error:function(xhr,status,error){

console.log("An error occured: "+xhr.responseText);

}

})

if(flag===0)

clearInterval(interval_obj);

}, 2000);

}

function get_user_balance(){

var Form=$("#user_balance");

$.ajax({

type:"POST",

url:Form.attr('action'),

data:Form.serialize(),

async:true,

success:function(result,status,xhr){

if(result.status==='success'){

$('span.user_balance').html(result.balance);

$('span.h-item-value').html(result.clicks);

$('#user-token').html(result.token);

}

},

error:function(xhr,status,error){

console.log("An error occured: "+xhr.responseText);

}

});

}
 
giờ nó lên 1 ngày 600 news, mà hình như cái code hiện tại hết chạy được rồi :rolleyes: hóng cao nhân vậy :p
 
dự là sau khi nó nâng cấp sẽ không xài được code nữa :D
 

Announcements

Today's birthdays

Forum statistics

Threads
417,431
Messages
7,058,794
Members
169,776
Latest member
brightstar2

Most viewed of week

Most viewed of week

Back
Top Bottom