PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/islandpc.ca/wp-content/plugins/obox-mobile/admin/includes/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : /home/trave494/islandpc.ca/wp-content/plugins/obox-mobile/admin/includes/update.php |
<?php /*******************************/ /* The Auto Update Starts here */ function ocmx_update(){ global $productid, $theme_title, $theme_version; $themes = get_themes(); $current_theme = get_current_theme(); ?> <?php } function mobile_validate_key(){ $validate = "http://www.obox-design.com/validate.cfm?hashKey=".$_GET["hashkey"]."×tamp=".date("Y-M-d"); $usefeed = $validate; $string = file_get_contents($usefeed); $xml = @simplexml_load_string($string) or print ("no file loaded"); if($xml->error == 0 && $xml->userok == "true") : die("<li>Your License is Valid</li>"); else : die("<li>Your License is not Valid</li>"); endif; } function do_mobile_upgrade($hashkey){ global $productid; $plugin_upgrade = new OCMX_Upgrader(); $package = "http://www.obox-design.com/mobile_update.cfm?hashKey=".$_GET["hashkey"]; $defaults = array( 'package' => $package, //Please always pass this. 'destination' => OCMXMOBILEDIR, //And this 'is_multi' => false, 'hook_extra' => array() //Pass any extra $hook_extra args here, this will be passed to any hooked filters. ); $show_progress = $plugin_upgrade->run($defaults); if ( is_wp_error($show_progress) ) : $error = $show_progress->get_error_message(); die($error); endif; die("<li>Well done! The upgrade was successful.</li>"); }; ?>