• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Req Epeken nulled

write anything in serial input


Thank you so much, would you please check error : Warning: Invalid argument supplied for foreach() in C:\wamp64\www\example\wp-content\plugins\epeken-all-kurir\includes\epeken_multi_vendors.php on line [I]294[/I]

because its also using license with below code...
Code:
<?php
            $license = get_option('epeken_wcjne_license_key');   
                    $origins = epeken_get_valid_origin($license);
                    $origins = json_decode($origins,true);
                    $origins = $origins["validorigin"];
            ?>        <option value="0">None</option>
            <?php
                     foreach($origins as $origin){
                            $idx=$origin['origin_code'];
                            ?><option value=<?php echo '"'.$idx.'"'; if($vendor_data_asal_kota === $idx){echo ' selected';}?>><?php echo $origin["kota_kabupaten"]; ?></option>
                            <?php
                     }
            ?>
 
Last edited:
When i looked detailed,

Plugin grabs options and calculation results from their server via api. So without license, cant get data.
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock