芝麻web文件管理V1.00
编辑当前文件:/home/seolotod/critterchoice.com/wp-content/plugins/woozone/__/debug.php
isset($_REQUEST['act']) ? (string) $_REQUEST['act'] : '', ); extract($req); $absolute_path = __FILE__; $path_to_file = explode( 'wp-content', $absolute_path ); $path_to_wp = $path_to_file[0]; /** Set up WordPress environment */ require_once( $path_to_wp.'/wp-load.php' ); global $WooZone; @ini_set('max_execution_time', 0); @set_time_limit(0); // infinte //WooZone_SyncProducts_event(); //var_dump('
', $WooZone , '
'); echo __FILE__ . ":" . __LINE__;die . PHP_EOL; //:: get remote image size by curl if ( 'remote_image_size' == $act ) { $url = 'https://www.fotoartgeist.pl/ebaytemp/obrazy/c-A-0021-b-p/c-A-0021-b-p-eb10.jpg'; $ret = $WooZone->u->getimagesize( $url ); var_dump('
', $url, $ret , '
'); echo __FILE__ . ":" . __LINE__;die . PHP_EOL; } //:: EBAY REMOTE IMAGES if ( 'ebay_remote_images' == $act ) { $product_id = 331035; $setRemoteImgStatus = $WooZone->get_ws_object( 'generic' )->build_remote_images( $product_id ); var_dump('
', $setRemoteImgStatus , '
'); echo __FILE__ . ":" . __LINE__;die . PHP_EOL; }