Welcome Guest ( Log In | Register )

Bump Topic Topic Closed RSS Feed
5 Pages < 1 2 3 4 5 >Bottom

Outline · [ Standard ] · Linear+

> Lazada Discussion V20 | #BuyFirstRegretLater, lalalaxx.com | pricecampers.com

views
     
rhytion
post Sep 9 2017, 05:11 PM

Casual
***
Junior Member
389 posts

Joined: Oct 2016
From: Kota Kinabalu


QUOTE(fadzly @ Sep 9 2017, 05:10 PM)
this code too slow..
CODE

var getJSON = function(url) {
return new Promise(function(resolve, reject) {
  var xhr = new XMLHttpRequest();
  xhr.open('get', url, true);
  xhr.responseType = 'json';
  xhr.onload = function() {
    var status = xhr.status;
    if (status == 200) {
      resolve(xhr.response);
    } else {
      reject(status);
    }
  };
  xhr.send();
});
};

setInterval(function() {
getJSON('http://www.lazada.com.my/ajax/lottery/spinTheWheel/?lang=en&platform=desktop&wheelToken=b5dd7e9dcbde84b3e11a9ae90d377b02&dpr=2').then(function(data) {
  if(data.data.voucherCode) {
  console.log('Voucher: ' + data.data.voucherCode);
  }
  else { console.log('no voucher'); }
  }, function(status) { //error detection....
alert('Something went wrong.');
}); }, 5000);

*
Updated:

CODE
var getJSON = function(url) {
return new Promise(function(resolve, reject) {
  var xhr = new XMLHttpRequest();
  xhr.open('get', url, true);
  xhr.responseType = 'json';
  xhr.onload = function() {
    var status = xhr.status;
    if (status == 200) {
      resolve(xhr.response);
    } else {
      reject(status);
    }
  };
  xhr.send();
});
};

setInterval(function() {
getJSON('http://www.lazada.com.my/ajax/lottery/spinTheWheel/?lang=en&platform=desktop&wheelToken=b5dd7e9dcbde84b3e11a9ae90d377b02&dpr=2').then(function(data) {
  if(data.data.voucherCode) {
  console.log('Voucher: ' + data.data.voucherCode);
alert('Voucher: ' + data.data.voucherCode);
  }
  else { console.log('no voucher'); }
  }, function(status) { //error detection....
alert('Something went wrong.');
}); }, 1000);


rhytion
post Sep 9 2017, 05:32 PM

Casual
***
Junior Member
389 posts

Joined: Oct 2016
From: Kota Kinabalu


QUOTE(mindspring @ Sep 9 2017, 05:30 PM)
rhytion why use promise tho? i dont think thats necessary just to check if the request is successful.
*
Forgot to remove that initially, made one with it removed and number of spins tracked on http://www.lazada.com.my/helpcenter/

CODE

var i = 0;
setInterval(function() {
$.getJSON('http://www.lazada.com.my/ajax/lottery/spinTheWheel/?lang=en&platform=desktop&wheelToken=b5dd7e9dcbde84b3e11a9ae90d377b02&dpr=2', function(data){
i++
if(data != undefined) {
 if(data.data.voucherCode) {
console.log('Voucher: ' + data.data.voucherCode);
alert('Voucher: ' + data.data.voucherCode);
 }
 else {
console.log('no voucher');
}
document.getElementsByClassName("breadcrumb__item-text")[1].innerHTML = 'Help Center on Lazada Malaysia - Spins: ' + i;
}
}
); }, 1000);


This post has been edited by rhytion: Sep 9 2017, 05:53 PM
rhytion
post Sep 9 2017, 06:03 PM

Casual
***
Junior Member
389 posts

Joined: Oct 2016
From: Kota Kinabalu


QUOTE(urnicksux2 @ Sep 9 2017, 06:01 PM)
not just lucky...depend on skills,some god level got 30 29% vouchers to give
*
I think they discovered the ajax site much earlier than us haha
rhytion
post Sep 9 2017, 10:28 PM

Casual
***
Junior Member
389 posts

Joined: Oct 2016
From: Kota Kinabalu


QUOTE(syukaro @ Sep 9 2017, 10:27 PM)
nearly 11pm liao. enigmatic later

user posted image
*
Before that more spam will come and prevent them for seeing this again haha tongue.gif
rhytion
post Sep 9 2017, 11:12 PM

Casual
***
Junior Member
389 posts

Joined: Oct 2016
From: Kota Kinabalu


I'm trying to farm more 29% for you guys..code still working haha, maybe tmr release
rhytion
post Sep 10 2017, 11:00 AM

Casual
***
Junior Member
389 posts

Joined: Oct 2016
From: Kota Kinabalu


Under maintenance now haha
rhytion
post Sep 10 2017, 11:07 AM

Casual
***
Junior Member
389 posts

Joined: Oct 2016
From: Kota Kinabalu


Up again
rhytion
post Sep 10 2017, 11:11 AM

Casual
***
Junior Member
389 posts

Joined: Oct 2016
From: Kota Kinabalu


QUOTE(kinwai88 @ Sep 10 2017, 11:10 AM)
No warranty, better avoid.
rhytion
post Sep 10 2017, 11:14 AM

Casual
***
Junior Member
389 posts

Joined: Oct 2016
From: Kota Kinabalu


More maintenance incoming

EDIT: Finished after a few seconds blink.gif

This post has been edited by rhytion: Sep 10 2017, 11:14 AM
rhytion
post Sep 10 2017, 12:17 PM

Casual
***
Junior Member
389 posts

Joined: Oct 2016
From: Kota Kinabalu


QUOTE(wk_edifire @ Sep 10 2017, 12:17 PM)
Yeah who can give 29kaw maybe I can give you something in return ?
*
Mind asking what are you giving out lol
rhytion
post Sep 10 2017, 12:27 PM

Casual
***
Junior Member
389 posts

Joined: Oct 2016
From: Kota Kinabalu


I notice something, over the past 2 days, Chrome has been giving me nearly 20 vouchers with different values, but nothing is coming out with Microsoft Edge.
rhytion
post Sep 10 2017, 12:34 PM

Casual
***
Junior Member
389 posts

Joined: Oct 2016
From: Kota Kinabalu


Is it worth to buy the ZUK Z2 over the Redmi Note 4? Just another RM100 for better processor, more RAM and storage so seeking for advice here.
rhytion
post Sep 10 2017, 12:46 PM

Casual
***
Junior Member
389 posts

Joined: Oct 2016
From: Kota Kinabalu


QUOTE(Stormknight @ Sep 10 2017, 12:44 PM)
My Edge is giving me just fine. Are you using private mode?
*
Yes, using private mode all the time. Maybe Chrome steal all the luck haha
rhytion
post Sep 10 2017, 12:48 PM

Casual
***
Junior Member
389 posts

Joined: Oct 2016
From: Kota Kinabalu


QUOTE(arimachong @ Sep 10 2017, 12:47 PM)
Buy Zuk Edge
*
On quite a tight budget, otherwise will go for that.
rhytion
post Sep 10 2017, 01:11 PM

Casual
***
Junior Member
389 posts

Joined: Oct 2016
From: Kota Kinabalu


19KAWxzvixt

Reply if used TQ
rhytion
post Sep 10 2017, 04:36 PM

Casual
***
Junior Member
389 posts

Joined: Oct 2016
From: Kota Kinabalu


19% voucher from me, reply if used TQ

» Click to show Spoiler - click again to hide... «

rhytion
post Sep 10 2017, 04:40 PM

Casual
***
Junior Member
389 posts

Joined: Oct 2016
From: Kota Kinabalu


QUOTE(spring onion @ Sep 10 2017, 04:39 PM)
legal or not? later they discover this and say not valid
*
What illegal? If you mean the script if it's illegal in the first place we won't discover it, it is meant to be offered to us.
rhytion
post Sep 10 2017, 04:42 PM

Casual
***
Junior Member
389 posts

Joined: Oct 2016
From: Kota Kinabalu


QUOTE(victorian @ Sep 10 2017, 04:41 PM)
all redeemed  sad.gif  sad.gif  I need a 29KAW  sweat.gif
*
Be faster next time smile.gif
rhytion
post Sep 10 2017, 04:43 PM

Casual
***
Junior Member
389 posts

Joined: Oct 2016
From: Kota Kinabalu


QUOTE(trespasser @ Sep 10 2017, 04:42 PM)
Applied 29KAWfxfuzi for Umobile Top Up.

Appreciate it very much. notworthy.gif  notworthy.gif  notworthy.gif
*
How much topup you purchased?
rhytion
post Sep 10 2017, 04:59 PM

Casual
***
Junior Member
389 posts

Joined: Oct 2016
From: Kota Kinabalu


QUOTE(azns @ Sep 10 2017, 04:58 PM)
Mind to share....what is the fastest payment mode to compete and secure voucher from full redeemed?
*
7-11, no failure so far for me biggrin.gif

5 Pages < 1 2 3 4 5 >
Bump Topic Topic ClosedOptions New Topic
 

Change to:
| Lo-Fi Version
0.1385sec    0.76    7 queries    GZIP Disabled
Time is now: 13th December 2025 - 09:22 PM