PHP Classes

File: uploady/modules/adsense/main.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Uploady PHP Upload File to MySQL   uploady/modules/adsense/main.php   Download  
File: uploady/modules/adsense/main.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Uploady PHP Upload File to MySQL
Store file upload details in a MySQL database
Author: By
Last change: update permission to 755
Date: 26 days ago
Size: 313 bytes
 

Contents

Class file image Download
<?php
$url
= $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];

if (!
strpos($url, 'install.php')) {
   
$adsense = $st['adsense_status'];

    if (
$adsense == true) {
       
$utils->script("https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-{$st['adsense_client_code']}", true);
    }
}