name && 'Madara' != $theme->parent_theme ) { echo '
|
' . esc_html__("Do you want to reverse scraping of chapters and start with oldest?", 'ultimate-manga-scraper') . '
| ' . esc_html__("Maximum Number Of Novel to Scrape", 'ultimate-manga-scraper') . ': | ||||
' . esc_html__("Miscellaneous Options:", 'ultimate-manga-scraper') . ' | |||||
|
' . esc_html__("Select the web novel genre that you want for the automatically generated web novel to have.", 'ultimate-manga-scraper') . '
| |||||
|
' . esc_html__("Do you want to automatically add web novel genres from the feed items?", 'ultimate-manga-scraper') . '
| |||||
|
' . esc_html__("Do you want to automatically add web novel tags from the feed items?", 'ultimate-manga-scraper') . '
| |||||
|
' . esc_html__("Select the web novel tags that you want for the automatically generated web novel to have.", 'ultimate-manga-scraper') . '
| |||||
|
' . esc_html__("Do you want to try to use PhantomJS to try to parse JavaScript from crawled pages (for pages that create dynamic content, on page load, using JavaScript)? Please note that for this to work, you must have PhantomJs installed on your server. You can configure the path to PhantomJS from your server, from plugin\'s \'Main Settings\'.", 'ultimate-manga-scraper') . '
' . esc_html__("New feature added to this plugin: it is able to use HeadlessBrowserAPI to scrape with JavaScript rendered content any website from the internet. Also, the Tor node of the API will be able to scrape .onion sites from the Dark Net!", 'ultimate-manga-scraper') . ' ' . esc_html__('INFO: PhantomJS not found - please install it on your server or configure the path to it in plugin\'s \'Main Settings\'!', 'ultimate-manga-scraper') . ' ' . esc_html__('How to install PhantomJs?', 'ultimate-manga-scraper') . ''; } elseif($phantom === -1) { $output .= ' ' . esc_html__('INFO: PhantomJS cannot run - shell exec is not enabled on your server. Please enable it and retry using this feature of the plugin.', 'ultimate-manga-scraper') . ''; } elseif($phantom === -2) { $output .= ' ' . esc_html__('INFO: PhantomJS cannot run - shell exec is not allowed to run on your server (in disable_functions list in php.ini). Please enable it and retry using this feature of the plugin.', 'ultimate-manga-scraper') . ''; } elseif($phantom === 1) { $output .= ' ' . esc_html__('INFO: PhantomJS OK', 'ultimate-manga-scraper') . ''; } } $output .= ' |
| ||||
|
' . esc_html__("Set the number of milliseconds that phantomjs should wait before rendering pages (1000 ms = 1 sec).", 'ultimate-manga-scraper') . '
|
| ||||
|
' . esc_html__("Do you want to enable comments for the generated web novel?", 'ultimate-manga-scraper') . '
| ' . esc_html__("Enable Pingback/Trackback", 'ultimate-manga-scraper') . ': | ' . esc_html__("Get Publish Date From Novel", 'ultimate-manga-scraper') . ': | ' . esc_html__("Global Chapter Warning Message", 'ultimate-manga-scraper') . ': | ||
|
' . esc_html__("Set the first chapter slug for the scraped web novel. This needs to be set only if the first chapter URL is different than chapter-1", 'ultimate-manga-scraper') . '
| |||||
|
' . esc_html__("Do you want to strip images, videos and scripts from newly published chapters?", 'ultimate-manga-scraper') . '
| |||||
|
' . esc_html__("Do you want to automatically translate generated content using Google Translate? If set, this will overwrite the \'Automatically Translate Content To\' option from plugin\'s \'Main Settings\'.", 'ultimate-manga-scraper') . '
' . esc_html__("Info:", 'ultimate-manga-scraper') . ' ' . esc_html__("for translation, the plugin also supports WPML.", 'ultimate-manga-scraper') . ' ' . esc_html__("Get WPML now!", 'ultimate-manga-scraper') . ' | |||||
|
' . esc_html__("Do you want to not translate web novel titles?", 'ultimate-manga-scraper') . '
|
OK
|
X | ' . esc_html__('Novels Generated:', 'ultimate-manga-scraper') . ' ' . esc_html($generated_posts) . '
'; if ($generated_posts != 0) { $output .= '' . esc_html__('View Generated Novels', 'ultimate-manga-scraper') . ' '; } $output .= esc_html__('Last Run: ', 'ultimate-manga-scraper'); if ($last_run == '1988-01-27 00:00:00') { $output .= 'Never'; } else { $output .= $last_run; } $output .= ' ' . esc_html__('Next Run: ', 'ultimate-manga-scraper'); if($unlocker == '1') { $nextrun = ums_add_minute($last_run, $schedule); } else { $nextrun = ums_add_hour($last_run, $schedule); } $now = ums_get_date_now(); if ( defined( 'DISABLE_WP_CRON' ) && DISABLE_WP_CRON ) { $output .= esc_html__('WP-CRON Disabled. Rules will not automatically run!', 'ultimate-manga-scraper'); } else { if (isset($active) && $active === '1') { if($unlocker == '1') { $ums_hour_diff = (int)ums_minute_diff($now, $nextrun); } else { $ums_hour_diff = (int)ums_hour_diff($now, $nextrun); } if ($ums_hour_diff >= 0) { $append = 'Now.'; $cron = _get_cron_array(); if ($cron != FALSE) { $date_format = _x('Y-m-d H:i:s', 'Date Time Format1', 'ultimate-manga-scraper'); foreach ($cron as $timestamp => $cronhooks) { foreach ((array) $cronhooks as $hook => $events) { if ($hook == 'umsaction') { foreach ((array) $events as $key => $event) { $append = date_i18n($date_format, $timestamp); } } } } } $output .= $append; } else { $output .= $nextrun; } } else { $output .= esc_html__('Rule Disabled', 'ultimate-manga-scraper'); } } $output .= ' ' . esc_html__('Local Time: ', 'ultimate-manga-scraper') . $now; $output .= ' |
|
|