3v4l.org

run code in 300+ PHP versions simultaneously
<script> jQuery(document).ready(function() { // BITONIC var sellBitonic = jQuery.parseJSON('<?php echo @file_get_contents('https://bitonic.nl/api/sell'); ?>'); jQuery(".bitcoin .compare-sell-bitonic").html(parseFloat(sellBitonic.price).toFixed(2)); var buyBitonic = jQuery.parseJSON('<?php echo @file_get_contents('https://bitonic.nl/api/buy'); ?>'); jQuery(".bitcoin .compare-buy-bitonic").html(parseFloat(buyBitonic.price).toFixed(2)); // BITMYMONEY var bitmymoney = jQuery.parseJSON('<?php echo @file_get_contents('https://www.bitmymoney.com/api/v1/ticker'); ?>'); jQuery(".bitcoin .compare-buy-bitmoney").html(parseFloat(bitmymoney.btc.ask).toFixed(2)); jQuery(".bitcoin .compare-sell-bitmoney").html(parseFloat(bitmymoney.btc.bid).toFixed(2)); // BITKASSA var bitkassa = <?php echo @file_get_contents('https://www.bitkassa.nl/price?btc_amount=1'); ?>; jQuery(".bitcoin .compare-buy-bitkassa").html(parseFloat(bitkassa.BTC_EUR.prices.buy).toFixed(2)); jQuery(".bitcoin .compare-sell-bitkassa").html(parseFloat(bitkassa.BTC_EUR.prices.sell).toFixed(2)); // ANYCOIN var buyAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/buyprices?CoinCode=BTC&FiatCode=EUR&CoinAmount=1'); ?>; var sellAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/sellprices?CoinCode=BTC&FiatCode=EUR&CoinAmount=1'); ?>; jQuery(".bitcoin .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(2)); jQuery(".bitcoin .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(2)); var buyAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/buyprices?CoinCode=LTC&FiatCode=EUR&CoinAmount=1'); ?>; var sellAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/sellprices?CoinCode=LTC&FiatCode=EUR&CoinAmount=1'); ?>; jQuery(".litecoin .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(2)); jQuery(".litecoin .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(2)); var buyAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/buyprices?CoinCode=ETH&FiatCode=EUR&CoinAmount=1'); ?>; var sellAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/sellprices?CoinCode=ETH&FiatCode=EUR&CoinAmount=1'); ?>; jQuery(".ethereum .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(2)); jQuery(".ethereum .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(2)); var buyAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/buyprices?CoinCode=XMR&FiatCode=EUR&CoinAmount=1'); ?>; var sellAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/sellprices?CoinCode=XMR&FiatCode=EUR&CoinAmount=1'); ?>; jQuery(".monero .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(2)); jQuery(".monero .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(2)); var buyAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/buyprices?CoinCode=STRAT&FiatCode=EUR&CoinAmount=1'); ?>; var sellAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/sellprices?CoinCode=STRAT&FiatCode=EUR&CoinAmount=1'); ?>; jQuery(".stratis .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(2)); jQuery(".stratis .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(2)); var buyAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/buyprices?CoinCode=NEO&FiatCode=EUR&CoinAmount=1'); ?>; var sellAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/sellprices?CoinCode=NEO&FiatCode=EUR&CoinAmount=1'); ?>; jQuery(".neo .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(2)); jQuery(".neo .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(2)); var buyAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/buyprices?CoinCode=ETC&FiatCode=EUR&CoinAmount=1'); ?>; var sellAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/sellprices?CoinCode=ETC&FiatCode=EUR&CoinAmount=1'); ?>; jQuery(".etherclassic .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(2)); jQuery(".etherclassic .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(2)); var buyAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/buyprices?CoinCode=PIVX&FiatCode=EUR&CoinAmount=1'); ?>; var sellAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/sellprices?CoinCode=PIVX&FiatCode=EUR&CoinAmount=1'); ?>; jQuery(".pivx .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(2)); jQuery(".pivx .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(2)); var buyAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/buyprices?CoinCode=NLG&FiatCode=EUR&CoinAmount=1'); ?>; var sellAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/sellprices?CoinCode=NLG&FiatCode=EUR&CoinAmount=1'); ?>; jQuery(".gulden .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(3)); jQuery(".gulden .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(3)); var buyAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/buyprices?CoinCode=DOGE&FiatCode=EUR&CoinAmount=1'); ?>; var sellAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/sellprices?CoinCode=DOGE&FiatCode=EUR&CoinAmount=1'); ?>; jQuery(".dogecoin .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(3)); jQuery(".dogecoin .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(3)); var buyAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/buyprices?CoinCode=DASH&FiatCode=EUR&CoinAmount=1'); ?>; var sellAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/sellprices?CoinCode=DASH&FiatCode=EUR&CoinAmount=1'); ?>; jQuery(".dash .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(2)); jQuery(".dash .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(2)); var buyAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/buyprices?CoinCode=BLK&FiatCode=EUR&CoinAmount=1'); ?>; var sellAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/sellprices?CoinCode=BLK&FiatCode=EUR&CoinAmount=1'); ?>; jQuery(".blackcoin .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(3)); jQuery(".blackcoin .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(3)); var buyAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/buyprices?CoinCode=PPC&FiatCode=EUR&CoinAmount=1'); ?>; var sellAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/sellprices?CoinCode=PPC&FiatCode=EUR&CoinAmount=1'); ?>; jQuery(".peercoin .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(2)); jQuery(".peercoin .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(2)); var buyAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/buyprices?CoinCode=ZEC&FiatCode=EUR&CoinAmount=1'); ?>; var sellAnycoin = <?php echo @file_get_contents('https://anycoindirect.eu/api/public/sellprices?CoinCode=ZEC&FiatCode=EUR&CoinAmount=1'); ?>; jQuery(".zcash .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(2)); jQuery(".zcash .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(2)); // SATOS var satos = <?php echo @file_get_contents('https://api.satos.nl/v2/public/getTicker?amount=1'); ?>; jQuery.each(satos, function(k,v) { if (v.pairs === 'EUR/BTC') { jQuery(".bitcoin .compare-buy-satos").html(parseFloat(satos[k].buy).toFixed(2)); jQuery(".bitcoin .compare-sell-satos").html(parseFloat(satos[k].sell).toFixed(2)); } if (v.pairs === 'EUR/LTC') { jQuery(".litecoin .compare-buy-satos").html(parseFloat(satos[k].buy).toFixed(2)); jQuery(".litecoin .compare-sell-satos").html(parseFloat(satos[k].sell).toFixed(2)); } if (v.pairs === 'EUR/BCH') { jQuery(".bitcoincash .compare-buy-satos").html(parseFloat(satos[k].buy).toFixed(2)); jQuery(".bitcoincash .compare-sell-satos").html(parseFloat(satos[k].sell).toFixed(2)); } if (v.pairs === 'EUR/XRP') { jQuery(".ripple .compare-buy-satos").html(parseFloat(satos[k].buy).toFixed(2)); jQuery(".ripple .compare-sell-satos").html(parseFloat(satos[k].sell).toFixed(2)); } }); }); </script>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ipemk
function name:  (null)
number of ops:  233
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3Cscript%3E%0A%0AjQuery%28document%29.ready%28function%28%29+%7B%0A++++%2F%2F+BITONIC%0A++++var+sellBitonic+%3D+jQuery.parseJSON%28%27'
    5     1        BEGIN_SILENCE                                    ~0      
          2        INIT_FCALL                                               'file_get_contents'
          3        SEND_VAL                                                 'https%3A%2F%2Fbitonic.nl%2Fapi%2Fsell'
          4        DO_ICALL                                         $1      
          5        END_SILENCE                                              ~0
          6        ECHO                                                     $1
          7        ECHO                                                     '%27%29%3B%0A++++jQuery%28%22.bitcoin+.compare-sell-bitonic%22%29.html%28parseFloat%28sellBitonic.price%29.toFixed%282%29%29%3B%0A++++var+buyBitonic+%3D+jQuery.parseJSON%28%27'
    7     8        BEGIN_SILENCE                                    ~2      
          9        INIT_FCALL                                               'file_get_contents'
         10        SEND_VAL                                                 'https%3A%2F%2Fbitonic.nl%2Fapi%2Fbuy'
         11        DO_ICALL                                         $3      
         12        END_SILENCE                                              ~2
         13        ECHO                                                     $3
         14        ECHO                                                     '%27%29%3B%0A++++jQuery%28%22.bitcoin+.compare-buy-bitonic%22%29.html%28parseFloat%28buyBitonic.price%29.toFixed%282%29%29%3B%0A%0A++++%2F%2F+BITMYMONEY%0A++++var+bitmymoney+%3D+jQuery.parseJSON%28%27'
   11    15        BEGIN_SILENCE                                    ~4      
         16        INIT_FCALL                                               'file_get_contents'
         17        SEND_VAL                                                 'https%3A%2F%2Fwww.bitmymoney.com%2Fapi%2Fv1%2Fticker'
         18        DO_ICALL                                         $5      
         19        END_SILENCE                                              ~4
         20        ECHO                                                     $5
         21        ECHO                                                     '%27%29%3B%0A++++jQuery%28%22.bitcoin+.compare-buy-bitmoney%22%29.html%28parseFloat%28bitmymoney.btc.ask%29.toFixed%282%29%29%3B%0A++++jQuery%28%22.bitcoin+.compare-sell-bitmoney%22%29.html%28parseFloat%28bitmymoney.btc.bid%29.toFixed%282%29%29%3B%0A%0A++++%2F%2F+BITKASSA%0A++++var+bitkassa+%3D+'
   16    22        BEGIN_SILENCE                                    ~6      
         23        INIT_FCALL                                               'file_get_contents'
         24        SEND_VAL                                                 'https%3A%2F%2Fwww.bitkassa.nl%2Fprice%3Fbtc_amount%3D1'
         25        DO_ICALL                                         $7      
         26        END_SILENCE                                              ~6
         27        ECHO                                                     $7
         28        ECHO                                                     '%3B%0A++++jQuery%28%22.bitcoin+.compare-buy-bitkassa%22%29.html%28parseFloat%28bitkassa.BTC_EUR.prices.buy%29.toFixed%282%29%29%3B%0A++++jQuery%28%22.bitcoin+.compare-sell-bitkassa%22%29.html%28parseFloat%28bitkassa.BTC_EUR.prices.sell%29.toFixed%282%29%29%3B%0A%0A++++%2F%2F+ANYCOIN%0A++++var+buyAnycoin+%3D+'
   21    29        BEGIN_SILENCE                                    ~8      
         30        INIT_FCALL                                               'file_get_contents'
         31        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fbuyprices%3FCoinCode%3DBTC%26FiatCode%3DEUR%26CoinAmount%3D1'
         32        DO_ICALL                                         $9      
         33        END_SILENCE                                              ~8
         34        ECHO                                                     $9
         35        ECHO                                                     '%3B%0A++++var+sellAnycoin+%3D+'
   22    36        BEGIN_SILENCE                                    ~10     
         37        INIT_FCALL                                               'file_get_contents'
         38        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fsellprices%3FCoinCode%3DBTC%26FiatCode%3DEUR%26CoinAmount%3D1'
         39        DO_ICALL                                         $11     
         40        END_SILENCE                                              ~10
         41        ECHO                                                     $11
         42        ECHO                                                     '%3B%0A++++jQuery%28%22.bitcoin+.compare-buy-anycoin%22%29.html%28parseFloat%28buyAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%282%29%29%3B%0A++++jQuery%28%22.bitcoin+.compare-sell-anycoin%22%29.html%28parseFloat%28sellAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%282%29%29%3B%0A++++var+buyAnycoin+%3D+'
   25    43        BEGIN_SILENCE                                    ~12     
         44        INIT_FCALL                                               'file_get_contents'
         45        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fbuyprices%3FCoinCode%3DLTC%26FiatCode%3DEUR%26CoinAmount%3D1'
         46        DO_ICALL                                         $13     
         47        END_SILENCE                                              ~12
         48        ECHO                                                     $13
         49        ECHO                                                     '%3B%0A++++var+sellAnycoin+%3D+'
   26    50        BEGIN_SILENCE                                    ~14     
         51        INIT_FCALL                                               'file_get_contents'
         52        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fsellprices%3FCoinCode%3DLTC%26FiatCode%3DEUR%26CoinAmount%3D1'
         53        DO_ICALL                                         $15     
         54        END_SILENCE                                              ~14
         55        ECHO                                                     $15
         56        ECHO                                                     '%3B%0A++++jQuery%28%22.litecoin+.compare-buy-anycoin%22%29.html%28parseFloat%28buyAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%282%29%29%3B%0A++++jQuery%28%22.litecoin+.compare-sell-anycoin%22%29.html%28parseFloat%28sellAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%282%29%29%3B+++%0A++++var+buyAnycoin+%3D+'
   29    57        BEGIN_SILENCE                                    ~16     
         58        INIT_FCALL                                               'file_get_contents'
         59        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fbuyprices%3FCoinCode%3DETH%26FiatCode%3DEUR%26CoinAmount%3D1'
         60        DO_ICALL                                         $17     
         61        END_SILENCE                                              ~16
         62        ECHO                                                     $17
         63        ECHO                                                     '%3B%0A++++var+sellAnycoin+%3D+'
   30    64        BEGIN_SILENCE                                    ~18     
         65        INIT_FCALL                                               'file_get_contents'
         66        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fsellprices%3FCoinCode%3DETH%26FiatCode%3DEUR%26CoinAmount%3D1'
         67        DO_ICALL                                         $19     
         68        END_SILENCE                                              ~18
         69        ECHO                                                     $19
         70        ECHO                                                     '%3B%0A++++jQuery%28%22.ethereum+.compare-buy-anycoin%22%29.html%28parseFloat%28buyAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%282%29%29%3B%0A++++jQuery%28%22.ethereum+.compare-sell-anycoin%22%29.html%28parseFloat%28sellAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%282%29%29%3B+++%0A++++var+buyAnycoin+%3D+'
   33    71        BEGIN_SILENCE                                    ~20     
         72        INIT_FCALL                                               'file_get_contents'
         73        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fbuyprices%3FCoinCode%3DXMR%26FiatCode%3DEUR%26CoinAmount%3D1'
         74        DO_ICALL                                         $21     
         75        END_SILENCE                                              ~20
         76        ECHO                                                     $21
         77        ECHO                                                     '%3B%0A++++var+sellAnycoin+%3D+'
   34    78        BEGIN_SILENCE                                    ~22     
         79        INIT_FCALL                                               'file_get_contents'
         80        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fsellprices%3FCoinCode%3DXMR%26FiatCode%3DEUR%26CoinAmount%3D1'
         81        DO_ICALL                                         $23     
         82        END_SILENCE                                              ~22
         83        ECHO                                                     $23
         84        ECHO                                                     '%3B%0A++++jQuery%28%22.monero+.compare-buy-anycoin%22%29.html%28parseFloat%28buyAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%282%29%29%3B%0A++++jQuery%28%22.monero+.compare-sell-anycoin%22%29.html%28parseFloat%28sellAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%282%29%29%3B+++%0A++++var+buyAnycoin+%3D+'
   37    85        BEGIN_SILENCE                                    ~24     
         86        INIT_FCALL                                               'file_get_contents'
         87        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fbuyprices%3FCoinCode%3DSTRAT%26FiatCode%3DEUR%26CoinAmount%3D1'
         88        DO_ICALL                                         $25     
         89        END_SILENCE                                              ~24
         90        ECHO                                                     $25
         91        ECHO                                                     '%3B%0A++++var+sellAnycoin+%3D+'
   38    92        BEGIN_SILENCE                                    ~26     
         93        INIT_FCALL                                               'file_get_contents'
         94        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fsellprices%3FCoinCode%3DSTRAT%26FiatCode%3DEUR%26CoinAmount%3D1'
         95        DO_ICALL                                         $27     
         96        END_SILENCE                                              ~26
         97        ECHO                                                     $27
         98        ECHO                                                     '%3B%0A++++jQuery%28%22.stratis+.compare-buy-anycoin%22%29.html%28parseFloat%28buyAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%282%29%29%3B%0A++++jQuery%28%22.stratis+.compare-sell-anycoin%22%29.html%28parseFloat%28sellAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%282%29%29%3B+++%0A++++var+buyAnycoin+%3D+'
   41    99        BEGIN_SILENCE                                    ~28     
        100        INIT_FCALL                                               'file_get_contents'
        101        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fbuyprices%3FCoinCode%3DNEO%26FiatCode%3DEUR%26CoinAmount%3D1'
        102        DO_ICALL                                         $29     
        103        END_SILENCE                                              ~28
        104        ECHO                                                     $29
        105        ECHO                                                     '%3B%0A++++var+sellAnycoin+%3D+'
   42   106        BEGIN_SILENCE                                    ~30     
        107        INIT_FCALL                                               'file_get_contents'
        108        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fsellprices%3FCoinCode%3DNEO%26FiatCode%3DEUR%26CoinAmount%3D1'
        109        DO_ICALL                                         $31     
        110        END_SILENCE                                              ~30
        111        ECHO                                                     $31
        112        ECHO                                                     '%3B%0A++++jQuery%28%22.neo+.compare-buy-anycoin%22%29.html%28parseFloat%28buyAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%282%29%29%3B%0A++++jQuery%28%22.neo+.compare-sell-anycoin%22%29.html%28parseFloat%28sellAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%282%29%29%3B%0A++++var+buyAnycoin+%3D+'
   45   113        BEGIN_SILENCE                                    ~32     
        114        INIT_FCALL                                               'file_get_contents'
        115        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fbuyprices%3FCoinCode%3DETC%26FiatCode%3DEUR%26CoinAmount%3D1'
        116        DO_ICALL                                         $33     
        117        END_SILENCE                                              ~32
        118        ECHO                                                     $33
        119        ECHO                                                     '%3B%0A++++var+sellAnycoin+%3D+'
   46   120        BEGIN_SILENCE                                    ~34     
        121        INIT_FCALL                                               'file_get_contents'
        122        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fsellprices%3FCoinCode%3DETC%26FiatCode%3DEUR%26CoinAmount%3D1'
        123        DO_ICALL                                         $35     
        124        END_SILENCE                                              ~34
        125        ECHO                                                     $35
        126        ECHO                                                     '%3B%0A++++jQuery%28%22.etherclassic+.compare-buy-anycoin%22%29.html%28parseFloat%28buyAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%282%29%29%3B%0A++++jQuery%28%22.etherclassic+.compare-sell-anycoin%22%29.html%28parseFloat%28sellAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%282%29%29%3B%0A++++var+buyAnycoin+%3D+'
   49   127        BEGIN_SILENCE                                    ~36     
        128        INIT_FCALL                                               'file_get_contents'
        129        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fbuyprices%3FCoinCode%3DPIVX%26FiatCode%3DEUR%26CoinAmount%3D1'
        130        DO_ICALL                                         $37     
        131        END_SILENCE                                              ~36
        132        ECHO                                                     $37
        133        ECHO                                                     '%3B%0A++++var+sellAnycoin+%3D+'
   50   134        BEGIN_SILENCE                                    ~38     
        135        INIT_FCALL                                               'file_get_contents'
        136        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fsellprices%3FCoinCode%3DPIVX%26FiatCode%3DEUR%26CoinAmount%3D1'
        137        DO_ICALL                                         $39     
        138        END_SILENCE                                              ~38
        139        ECHO                                                     $39
        140        ECHO                                                     '%3B%0A++++jQuery%28%22.pivx+.compare-buy-anycoin%22%29.html%28parseFloat%28buyAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%282%29%29%3B%0A++++jQuery%28%22.pivx+.compare-sell-anycoin%22%29.html%28parseFloat%28sellAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%282%29%29%3B++%0A++++var+buyAnycoin+%3D+'
   53   141        BEGIN_SILENCE                                    ~40     
        142        INIT_FCALL                                               'file_get_contents'
        143        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fbuyprices%3FCoinCode%3DNLG%26FiatCode%3DEUR%26CoinAmount%3D1'
        144        DO_ICALL                                         $41     
        145        END_SILENCE                                              ~40
        146        ECHO                                                     $41
        147        ECHO                                                     '%3B%0A++++var+sellAnycoin+%3D+'
   54   148        BEGIN_SILENCE                                    ~42     
        149        INIT_FCALL                                               'file_get_contents'
        150        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fsellprices%3FCoinCode%3DNLG%26FiatCode%3DEUR%26CoinAmount%3D1'
        151        DO_ICALL                                         $43     
        152        END_SILENCE                                              ~42
        153        ECHO                                                     $43
        154        ECHO                                                     '%3B%0A++++jQuery%28%22.gulden+.compare-buy-anycoin%22%29.html%28parseFloat%28buyAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%283%29%29%3B%0A++++jQuery%28%22.gulden+.compare-sell-anycoin%22%29.html%28parseFloat%28sellAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%283%29%29%3B%0A++++var+buyAnycoin+%3D+'
   57   155        BEGIN_SILENCE                                    ~44     
        156        INIT_FCALL                                               'file_get_contents'
        157        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fbuyprices%3FCoinCode%3DDOGE%26FiatCode%3DEUR%26CoinAmount%3D1'
        158        DO_ICALL                                         $45     
        159        END_SILENCE                                              ~44
        160        ECHO                                                     $45
        161        ECHO                                                     '%3B%0A++++var+sellAnycoin+%3D+'
   58   162        BEGIN_SILENCE                                    ~46     
        163        INIT_FCALL                                               'file_get_contents'
        164        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fsellprices%3FCoinCode%3DDOGE%26FiatCode%3DEUR%26CoinAmount%3D1'
        165        DO_ICALL                                         $47     
        166        END_SILENCE                                              ~46
        167        ECHO                                                     $47
        168        ECHO                                                     '%3B%0A++++jQuery%28%22.dogecoin+.compare-buy-anycoin%22%29.html%28parseFloat%28buyAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%283%29%29%3B%0A++++jQuery%28%22.dogecoin+.compare-sell-anycoin%22%29.html%28parseFloat%28sellAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%283%29%29%3B%0A++++var+buyAnycoin+%3D+'
   61   169        BEGIN_SILENCE                                    ~48     
        170        INIT_FCALL                                               'file_get_contents'
        171        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fbuyprices%3FCoinCode%3DDASH%26FiatCode%3DEUR%26CoinAmount%3D1'
        172        DO_ICALL                                         $49     
        173        END_SILENCE                                              ~48
        174        ECHO                                                     $49
        175        ECHO                                                     '%3B%0A++++var+sellAnycoin+%3D+'
   62   176        BEGIN_SILENCE                                    ~50     
        177        INIT_FCALL                                               'file_get_contents'
        178        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fsellprices%3FCoinCode%3DDASH%26FiatCode%3DEUR%26CoinAmount%3D1'
        179        DO_ICALL                                         $51     
        180        END_SILENCE                                              ~50
        181        ECHO                                                     $51
        182        ECHO                                                     '%3B%0A++++jQuery%28%22.dash+.compare-buy-anycoin%22%29.html%28parseFloat%28buyAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%282%29%29%3B%0A++++jQuery%28%22.dash+.compare-sell-anycoin%22%29.html%28parseFloat%28sellAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%282%29%29%3B++%0A++++var+buyAnycoin+%3D+'
   65   183        BEGIN_SILENCE                                    ~52     
        184        INIT_FCALL                                               'file_get_contents'
        185        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fbuyprices%3FCoinCode%3DBLK%26FiatCode%3DEUR%26CoinAmount%3D1'
        186        DO_ICALL                                         $53     
        187        END_SILENCE                                              ~52
        188        ECHO                                                     $53
        189        ECHO                                                     '%3B%0A++++var+sellAnycoin+%3D+'
   66   190        BEGIN_SILENCE                                    ~54     
        191        INIT_FCALL                                               'file_get_contents'
        192        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fsellprices%3FCoinCode%3DBLK%26FiatCode%3DEUR%26CoinAmount%3D1'
        193        DO_ICALL                                         $55     
        194        END_SILENCE                                              ~54
        195        ECHO                                                     $55
        196        ECHO                                                     '%3B%0A++++jQuery%28%22.blackcoin+.compare-buy-anycoin%22%29.html%28parseFloat%28buyAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%283%29%29%3B%0A++++jQuery%28%22.blackcoin+.compare-sell-anycoin%22%29.html%28parseFloat%28sellAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%283%29%29%3B%0A++++var+buyAnycoin+%3D+'
   69   197        BEGIN_SILENCE                                    ~56     
        198        INIT_FCALL                                               'file_get_contents'
        199        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fbuyprices%3FCoinCode%3DPPC%26FiatCode%3DEUR%26CoinAmount%3D1'
        200        DO_ICALL                                         $57     
        201        END_SILENCE                                              ~56
        202        ECHO                                                     $57
        203        ECHO                                                     '%3B%0A++++var+sellAnycoin+%3D+'
   70   204        BEGIN_SILENCE                                    ~58     
        205        INIT_FCALL                                               'file_get_contents'
        206        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fsellprices%3FCoinCode%3DPPC%26FiatCode%3DEUR%26CoinAmount%3D1'
        207        DO_ICALL                                         $59     
        208        END_SILENCE                                              ~58
        209        ECHO                                                     $59
        210        ECHO                                                     '%3B%0A++++jQuery%28%22.peercoin+.compare-buy-anycoin%22%29.html%28parseFloat%28buyAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%282%29%29%3B%0A++++jQuery%28%22.peercoin+.compare-sell-anycoin%22%29.html%28parseFloat%28sellAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%282%29%29%3B++%0A++++var+buyAnycoin+%3D+'
   73   211        BEGIN_SILENCE                                    ~60     
        212        INIT_FCALL                                               'file_get_contents'
        213        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fbuyprices%3FCoinCode%3DZEC%26FiatCode%3DEUR%26CoinAmount%3D1'
        214        DO_ICALL                                         $61     
        215        END_SILENCE                                              ~60
        216        ECHO                                                     $61
        217        ECHO                                                     '%3B%0A++++var+sellAnycoin+%3D+'
   74   218        BEGIN_SILENCE                                    ~62     
        219        INIT_FCALL                                               'file_get_contents'
        220        SEND_VAL                                                 'https%3A%2F%2Fanycoindirect.eu%2Fapi%2Fpublic%2Fsellprices%3FCoinCode%3DZEC%26FiatCode%3DEUR%26CoinAmount%3D1'
        221        DO_ICALL                                         $63     
        222        END_SILENCE                                              ~62
        223        ECHO                                                     $63
        224        ECHO                                                     '%3B%0A++++jQuery%28%22.zcash+.compare-buy-anycoin%22%29.html%28parseFloat%28buyAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%282%29%29%3B%0A++++jQuery%28%22.zcash+.compare-sell-anycoin%22%29.html%28parseFloat%28sellAnycoin.Data%5B0%5D.FiatAmount%29.toFixed%282%29%29%3B%0A%0A++++%2F%2F+SATOS%0A++++var+satos+%3D+'
   79   225        BEGIN_SILENCE                                    ~64     
        226        INIT_FCALL                                               'file_get_contents'
        227        SEND_VAL                                                 'https%3A%2F%2Fapi.satos.nl%2Fv2%2Fpublic%2FgetTicker%3Famount%3D1'
        228        DO_ICALL                                         $65     
        229        END_SILENCE                                              ~64
        230        ECHO                                                     $65
        231        ECHO                                                     '%3B%0A++++jQuery.each%28satos%2C+function%28k%2Cv%29+%7B%0A++++if+%28v.pairs+%3D%3D%3D+%27EUR%2FBTC%27%29+%7B%0A++++++++jQuery%28%22.bitcoin+.compare-buy-satos%22%29.html%28parseFloat%28satos%5Bk%5D.buy%29.toFixed%282%29%29%3B%0A++++++++jQuery%28%22.bitcoin+.compare-sell-satos%22%29.html%28parseFloat%28satos%5Bk%5D.sell%29.toFixed%282%29%29%3B%0A++++%7D%0A++++if+%28v.pairs+%3D%3D%3D+%27EUR%2FLTC%27%29+%7B%0A++++++++jQuery%28%22.litecoin+.compare-buy-satos%22%29.html%28parseFloat%28satos%5Bk%5D.buy%29.toFixed%282%29%29%3B%0A++++++++jQuery%28%22.litecoin+.compare-sell-satos%22%29.html%28parseFloat%28satos%5Bk%5D.sell%29.toFixed%282%29%29%3B%0A++++%7D%0A++++if+%28v.pairs+%3D%3D%3D+%27EUR%2FBCH%27%29+%7B%0A++++++++jQuery%28%22.bitcoincash+.compare-buy-satos%22%29.html%28parseFloat%28satos%5Bk%5D.buy%29.toFixed%282%29%29%3B%0A++++++++jQuery%28%22.bitcoincash+.compare-sell-satos%22%29.html%28parseFloat%28satos%5Bk%5D.sell%29.toFixed%282%29%29%3B%0A++++%7D%0A++++if+%28v.pairs+%3D%3D%3D+%27EUR%2FXRP%27%29+%7B%0A++++++++jQuery%28%22.ripple+.compare-buy-satos%22%29.html%28parseFloat%28satos%5Bk%5D.buy%29.toFixed%282%29%29%3B%0A++++++++jQuery%28%22.ripple+.compare-sell-satos%22%29.html%28parseFloat%28satos%5Bk%5D.sell%29.toFixed%282%29%29%3B%0A++++%7D%0A++++%7D%29%3B++++%0A%7D%29%3B%0A%0A%3C%2Fscript%3E'
  100   232      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.14 ms | 1424 KiB | 15 Q