<?php $res = 'var Currency={rates:{USD:1,EUR:1.0983,GBP:1.31733,CAD:.800858,ARS:.00904727,AUD:.75178,BRL:.210922,CLP:.00128541,CNY:.157087,CYP:.397899,CZK:.0446045,DKK:.147629,EEK:.0706676,HKD:.127735,HUF:.00294676,ISK:.00770172,INR:.0131101,JMD:.00654274,JPY:.00817897,LVL:1.57329,LTL:.320236,MTL:.293496,MXN:.0499162,NZD:.695777,NOK:.11595,PLN:.234287,SGD:.736054,SKK:21.5517,SIT:175.439,ZAR:.0686901,KRW:815996e-9,SEK:.106224,CHF:1.07381,TWD:.034845,UYU:.0239158,MYR:.237501,BSD:1,CRC:.00153961,RON:.221893,PHP:.0191704,AED:.272294,VEB:230614e-14,IDR:697238e-10,TRY:.0673838,THB:.0297276,TTD:.146985,ILS:.31085,SYP:398005e-9,XCD:.369793,COP:263589e-9,RUB:.00966102,HRK:.14496,KZT:.00203014,TZS:43113e-8,XPT:1004.69,SAR:.266667,NIO:.0278777,LAK:85788e-9,OMR:2.60078,AMD:.00204601,CDF:500857e-9,KPW:.00111119,SPL:6,KES:.00871131,ZWD:.00276319,KHR:246721e-9,MVR:.0647171,GTQ:.129983,BZD:.495991,BYR:306824e-10,LYD:.21387,DZD:.00699752,BIF:496467e-9,GIP:1.31733,BOB:.145461,XOF:.00167435,STD:447764e-10,NGN:.00240515,PGK:.285101,ERN:.0666667,MWK:.00122221,CUP:.0410274,GMD:.018454,CVE:.00996012,BTN:.0131101,XAF:.00167435,UGX:278051e-9,MAD:.103051,MNT:340512e-9,LSL:.0686901,XAG:25.4955,TOP:.446568,SHP:1.31733,RSD:.00933511,HTG:.00945061,MGA:24668e-8,MZN:.0156728,FKP:1.31733,BWP:.0869892,HNL:.0408712,PYG:143371e-9,JEP:1.31733,EGP:.0546599,LBP:66335e-8,ANG:.558874,WST:.391797,TVD:.75178,GYD:.00477425,GGP:1.31733,NPR:.00818998,KMF:.00223247,IRR:236899e-10,XPD:2372.09,SRD:.0481896,TMM:572519e-10,SZL:.0686901,MOP:.124014,BMD:1,XPF:.00920377,ETB:.0196078,JOD:1.41044,MDL:.0545282,MRO:.0027407,YER:.00399533,BAM:.561553,AWG:.558659,PEN:.267562,VEF:230614e-11,SLL:846608e-10,KYD:1.21954,AOA:.00219566,TND:.338733,TJS:.0768049,SCR:.0696208,LKR:.00341871,DJF:.00562232,GNF:112057e-9,VUV:.00899358,SDG:.00223845,IMP:1.31733,GEL:.312032,FJD:.479751,DOP:.0181777,XDR:1.37741,MUR:.0225481,MMK:562877e-9,LRD:.00654182,BBD:.5,ZMK:558212e-10,XAU:1957.31,VND:439053e-10,UAH:.0338392,TMT:.286259,IQD:685133e-9,BGN:.561553,KGS:.0104998,RWF:98194e-8,BHD:2.65957,UZS:869727e-10,PKR:.00549309,MKD:.017851,AFN:.0113532,NAD:.0686901,BDT:.0116392,AZN:.588589,SOS:.00172636,QAR:.274725,PAB:1,CUC:1,SVC:.114286,SBD:.12355,ALL:.00900249,BND:.736054,KWD:3.28665,GHS:.134945,ZMW:.0558212,XBT:47626.4,NTD:.0337206,BYN:.306824,CNH:.156524,MRU:.027407,STN:.0447764,VES:.230614,MXV:.342631,VED:.230614},convert:function(D,R,S){return D*this.rates[R]/this.rates[S]}}; //# sourceMappingURL=/s/javascripts/currencies.js.map'; $res = trim(str_replace("var Currency=", "", $res)); $res = str_replace(",convert:function(D,R,S){return D*this.rates[R]/this.rates[S]}};", "", $res); $res = str_replace("//# sourceMappingURL=/s/javascripts/currencies.js.map", "", $res); $res = str_replace('{', '{"', $res); $res = str_replace(':', '":"', $res); $res = str_replace(',', '","', $res); $res = str_replace('}', '"}', $res); $res = str_replace('"rates":"', '"rates":', $res); $res = str_replace("\n", "", $res); $red = htmlentities($res); $res = str_replace('"', '"', $res); $res = trim($res); $res = str_replace('"{', '{', $res); $res = str_replace('}"', '}', $res); $res = $res."}"; $enc = json_decode($res, true); var_dump($res); var_dump($enc);
You have javascript disabled. You will not be able to edit any code.
This script was stopped while abusing our resources