/*************************** LANGUAGES ******************************/
header("Content-Type: text/".($isSitemap?"x":"ht")."ml; charset=UTF-8");
$trans_table = "urltimer_translations";
$lang = "";
$g_tr["filename"] = "incc/inc.languages.ini";
$langcodes = array();
$langcodes = parse_ini_file($g_tr["filename"]);
$g_rtl = array("ar", "he", "fa");
include "incc/alllangs.inc.php";
/*************************** TRANSLATION ******************************/
$use_translation = 0;
$try_translate = 1;
//$langdir = "ru";
$langdir = (array_key_exists('lll',$_GET) && strlen($_GET['lll']))?$_GET['lll']:"";
if(strlen($langdir))
{
$use_translation = in_array($langdir,$langcodes);
if(!$use_translation)
{
header("HTTP/1.1 301 Moved Permanently");
header("Location: https://".$_SERVER['HTTP_HOST']);
exit(0);
}
}
$thislang = array_key_exists('lll',$_GET) && strlen($alllangs[$langdir])?$alllangs[$langdir]:"English";
foreach($langcodes as $lngname => $lngcode) {
if(!array_key_exists($lngcode, $alllangs)){
$alllangs[$lngcode] = $lngname;
}
}
ksort($alllangs);
/*************************** CONTENT ******************************/
$content['meta']['title'] = "Multiple URL Open Timer";
$content['meta']['keyw'] = "url open, urls opener, multiple urls open, multiple url opener, open multiple urls, open many urls, bulk urls open, bulk url opener, open bulk urls, url open timer, url open delay, link checker, check links, multiple url open timer";
$content['meta']['desc'] = "Multiple URL open timer is a service for opening bulk urls with delay. Use a timer to open many links with delays between each.";
$content['captions']['title'] = "Multiple URL Open Timer";
$content['captions']['urls'] = "List of URLs";
$content['captions']['entr'] = "Enter URLs, one on each row";
$content['captions']['dlay'] = "Opening Delay";
$content['captions']['aftr'] = "Open each URL after:";
$content['captions']['open'] = "Open these URLs!";
$content['captions']['prog'] = "Overall Progress";
$content['captions']['timr'] = "Current URL timer";
$content['captions']['opnd'] = "Already opened";
$content['captions']['errs'] = "Errors";
$content['captions']['thme'] = "Theme designed by";
$content['captions']['abut'] = "About URL open timer";
$content['captions']['stmp'] = "Open multiple URLs from sitemap.xml";
$content['captions']['urlstmp'] = "URL of your sitemap.xml file";
$content['captions']['loadstmp'] = "Load URLs from sitemap.xml";
$content['captions']['loadstmperr'] = "Error loading or processing this sitemap file. Please check or choose another one.";
$content['captions']['loadstmpscs'] = "File successfully loaded. Number of URLs found:";
$content['captions']['loadstmpadd'] = "Add files to URL box";
$content['captions2']['hrflngs'] = "Open multiple URLs from page 'hreflangs' tags";
$content['captions2']['urlhrflngs'] = "URL of your page with 'hreflangs' tags";
$content['captions2']['loadhrflngs'] = "Load 'hreflangs' URLs";
$content['captions2']['loadhrflngserr'] = "Error loading or processing this page. Please check or choose another one.";
$content['captions2']['loadhrflngsscs'] = "File successfully loaded. Number of URLs found:";
$content['captions2']['loadhrflngsadd'] = "Add files to URL box";
$content['bulk']['hedr'] = "Bulk URL opener";
$content['bulk']['intr'] = "When you need to open many links at once...";
$content['bulk']['txt1'] = "Opening multiple URLs at once can be a great challenge when you need to copy each link, open a new browser tab, paste each URL into the browser window, and hit the open button.";
$content['bulk']['txt2'] = "You can find different services that allow copying bulk URLs, pasting them into one box, and opening them all at once. Surprisingly, this can be a bad idea, too.";
$content['bulk']['txt3'] = "Opening multiple links - up to 50 or even 100 - is a very resource-consuming operation that requires powerful machines and may overload your computer.";
$content['open']['hedr'] = "Open multiple URLs with timer";
$content['open']['intr'] = "Solution: a timer that opens links with delays!";
$content['open']['txt1'] = "We offer a solution to this problem. It's a service that opens multiple URLs with delays.";
$content['open']['txt2'] = "We provide a multiple URL open timer where you can set a delay between opening each URL - from 1 second to 5 hours!";
$content['open']['txt3'] = "In this way, you can check and explore each website, then close the tab without worrying about forgetting to open a next link from your list!";
$content['usag']['hedr'] = "Multiple URL open timer usage";
$content['usag']['intr'] = "Who may want to use our bulk URL open timer?";
$content['usag']['txt1'] = "There are countless scenarios for how our link opener can be used. But here are a few most common cases:";
$content['usag']['dt1'] = "SEO experts";
$content['usag']['dd1'] = "This service is particularly useful for SEO experts. When you need to reach a big deal of services or sites or blogs at once, our multiple site opening tool can help you save your time!";
$content['usag']['dt2'] = "Affiliate programs members";
$content['usag']['dd2'] = "Affiliate program members should check their links from time to time to make sure they are functioning, they open live websites, not \"404 not-found\" pages. This is where our bulk affiliate links checker is useful, too. Just add links to the box above, choose appropriate delay, and start checking your URLs!";
$content['usag']['dt3'] = "Web data researchers, content writers, etc.";
$content['usag']['dd3'] = "Check your sites' responses, make sure your blogs are live, grab content from different sources, compare prices in different stores... Everyone can make use of our tool - without limits!";
$content['stmp']['hedr'] = "Open multiple URLs from sitemap.xml file";
$content['stmp']['intr'] = "Check your site map without hassle!";
$content['stmp']['txt1'] = "Another possible scenario of using our Multiple URL Open Timer is checking sitemap XML files.";
$content['stmp']['txt2'] = "An XML sitemap functions as your website's map, guiding search engines to all possible pages of your website. XML sitemaps are often required for good SEO because they encourage search engines to locate and analyze all important pages of your website instantly, even though you did not take care of a proper internal linking.";
$content['stmp']['txt3'] = "With our bulk sitemap URL checker, you can quickly and easily extract all URLs from your XML sitemap, open them one by one with a proper delay of your choice, and carefully examine each page to make sure it is valid.";
if($use_translation)
{
header('Content-language: '.$langdir);
include "incc/db.inc.php";
include "incc/translation.inc.php";
}
else
{
header('Content-language: en');
}
$content['meta']['keyw'] = implode(", ",array_unique(explode(", ", $content['meta']['keyw'])));
?>