File manager - Edit - /home/proidvn/site.proid.vn/wp-content/plugins/ranktool/src/modules/seostats.sistrix.php
Back
<?php if (!defined('SEOSTATSPATH')) exit('No direct access allowed!'); /** * SEOstats extension for Sistrix data. * * @package SEOstats * @author Stephan Schmitz <eyecatchup@gmail.com> * @updated 2012/06/15 */ class SEOstats_Sistrix extends SEOstats implements services { /** * Returns the Sistrix visibility index * * @access public * @param url string The URL to check. * @return integer Returns the Sistrix visibility index. * @link http://www.sistrix.com/blog/870-sistrix-visibilityindex.html */ public function getVisibilityIndex($url = false) { $url = false != $url ? $url : self::getUrl(); $domain = UrlHelper::getHost($url); $dataUrl = sprintf(services::SISTRIX_VI_URL, urlencode($domain)); $html = HttpRequest::sendRequest($dataUrl); preg_match_all('#<h3>(.*?)<\/h3>#si', $html, $matches); return isset($matches[1][0]) ? $matches[1][0] : intval('0'); } public function OpenLinkGraph() { require_once(SEOSTATSPATH . 'modules/seostats.sistrix.openlinkgraph.php'); return new SEOstats_OpenLinkGraph(); } } /* End of file seostats.sistrix.php */ /* Location: ./src/modules/seostats.sistrix.php */
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.12 |
proxy
|
phpinfo
|
Settings