lp-backlink-checker

Go back Parent node: webfan-codeschnippsel-php (1.3.6.1.4.1.37553.8.1.8.8.5.8)

Technical information

Dot notation: 1.3.6.1.4.1.37553.8.1.8.8.5.8.1
ASN.1 notation: { iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) frdlweb(37553) weid(8) org(1) webfan(8) webfan-software(8) webfan-software-php(5) webfan-codeschnippsel-php(8) lp-backlink-checker(1) }
OID-IRI notation: /ISO/Identified-Organization/6/1/4/1/Frdlweb/weid/Organization/Webfan/8/5/8/1
WEID notation: weid:1-8-8-5-8-1-7
DER encoding: 06:0F:2B:06:01:04:01:82:A5:31:08:01:08:08:05:08:01

Description

This class can check if a page has a backlink to another page.

http://www.phpclasses.org/package/7430-PHP-Check-if-a-page-has-a-backlink-to-another-page.html

 

Download at phpclasses.org...!

 

/*
 Class Backlinkchecker
 by T. Wehowski http://webfan.de
 License: Do What The Fuck You Want To Public License
 
 Example of use:
 
       $BCHECK = new LP_backlinkchecker('http://www.example.com', 'http://mydomain.de');
       $BCHECK->getContents();
       $BCHECK->lpFetchLinks();
       
       if($BCHECK->check() !== TRUE)
         {
           echo 'Backlink not found.';
         }else{
               echo 'Backlink found';
              }  
      
*/
 
class LP_backlinkchecker
{
var $url;
var $content;
var $links;
var $linktocheck;

  function __construct($url, $linktocheck)
   {
    $this->url = $url;
    $this->linktocheck = $linktocheck;
   }
   
  function SetLinktocheck($link)
   {
    $this->linktocheck = $link;
   } 
   
   
  function getContents()
   {
    $this->content = file_get_contents($this->url);
   } 


  function lpFetchLinks()
  {
   $regexp = "]*href=(\"??)([^\" >]*?)\\1[^>]*>(.*)<\/a>";
   preg_match_all("/$regexp/siU", $this->content, $matches);
   $this->links = $matches;
   return $matches;
   }
   
   
   function check()
   {
    foreach($this->links[2] as $key => $url)
      {
       if($url == $this->linktocheck)return TRUE;
      }
    return FALSE;  
   }
   
}


?>

Registration Authority

FRDL/Webfan Registration Authority
E-Mail: till@webfan.de
Till Wehowski
Webfan Homepagesystem
Headquater
Wattenscheider Straße 59
44793 Bochum
Germany

Phone: +492347921596
Mobile: +491744440298

Subordinate objects

ID Base36 ASN.1 IDs (comma sep.) IRI IDs (comma sep.) RA Comment Created Updated
No items available

Alternative Identifiers

IdentifierDescription
aid:D276000186B200055912E35B16B0ADAA
(No PIX allowed)
OIDplus Information Object Application Identifier (ISO/IEC 7816) More information
guid:5912e35b-0000-8000-a6d3-1598edc26985OIDplus Information Object Custom UUID (RFC4122bis) More information
guid:28659e6a-49d4-34ac-b891-37f456a01177Name based version 3 / MD5 UUID with namespace UUID_NAMEBASED_NS_OID
guid:f8411fd4-f7b5-57cb-a185-6bb5ecedd1c8Name based version 5 / SHA1 UUID with namespace UUID_NAMEBASED_NS_OID
mac:02-91-16-B0-AD-AAOIDplus Information Object MAC address, Unicast (AAI)
mac:03-91-16-B0-AD-AAOIDplus Information Object MAC address, Multicast (AAI)
weid:1-8-8-5-8-1-7WEID notation More information
x500dn:/​dc=com/​dc=example/​cn=oidplus/​1.3.6.1.4.1.37476.2.5.2.9.4.1=1494410075/​1.3.6.1.4.1.37476.2.5.2.9.4.2=380677546OIDplus Information Object X.500 DN

CDN/Files
RDAP
Whois
REST API (Documentation)

Share Static link to this page


Deutsch English (USA)
oidplus:login_webfan | Login using Webfan
oidplus:webfan_goto_frdlweb | Frdlweb
oidplus:webfan_goto_webfan | Webfan
oidplus:resources$Tools/Whois.html | Whois Lookup
oidplus:system | System
pen: | IANA Enterprise Numbers
oid: | Object Identifier (OID)
     oid:1.3.6.1.4.1.37553.8.1.8.8.5.8 | -- webfan-codeschnippsel-php
          oid:1.3.6.1.4.1.37553.8.1.8.8.5.8.1 | -- lp-backlink-checker
guid: | Globally Unique Identifier (GUID)
other: | Other objects
php: | PHP Namespaces
circuit: | Circuit Definition
uri: | URI objects
web+fan: | web+fan:// [#@resources]
mac: | MAC adresses (EUI/ELI/AAI/SAI)
ipv4: | IPv4 Network Blocks
ipv6: | IPv6 Network Blocks
java: | Java Package Names
domain: | Domain Names
aid: | Application Identifier (ISO/IEC 7816)
fourcc: | Four-Character-Code (FourCC)
x500dn: | X.500 Distinguished Name
oidplus:login | Login
oidplus:whois | OID-IP / WHOIS
oidplus:com.viathinksoft.freeoid | Register a free OID
oidplus:search | Search
oidplus:resources | Documents and Resources
oidplus:contact | Contact administrator
com.frdlweb.freeweid | Register a free WEID as OID Arc