PHP Classes

File: ossn_com.php

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   Lablnet Detect Ad Blockers PHP Library   ossn_com.php   Download  
File: ossn_com.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Lablnet Detect Ad Blockers PHP Library
Detect and block browsers using ad blockers
Author: By
Last change:
Date: 1 year ago
Size: 272 bytes
 

Contents

Class file image Download
<?php

define
('__LablnetAdsDetector__', ossn_route()->com . 'LablnetAdsDetector/');

// Init
function lablnet_init()
{
    if (!
ossn_isLoggedIn()) {
       
ossn_extend_view('ossn/page/footer', 'page/cdn');
    }
}

ossn_register_callback('ossn', 'init', 'lablnet_init');