PHP Classes

File: language.php

Recommend this page to a friend!
  Classes of Arturs Sosins   Pop under class   language.php   Download  
File: language.php
Role: Configuration script
Content type: text/plain
Description: Language file
Class: Pop under class
Display interstitial advertising
Author: By
Last change: credits changed
Date: 12 years ago
Size: 971 bytes
 

Contents

Class file image Download
<?php
/*************************************************************
 * This script is developed by Arturs Sosins aka ar2rsawseen, http://webcodingeasy.com
 * Fee free to distribute and modify code, but keep reference to its creator
 *
 * Pop under class allows you to implement pop under advertising to your website.
 * You can customize probability of ads to appear, time for how long to show advertisement and much more.
 * Language and template files included to provide full outlook customization
 *
 * For more information, examples and online documentation visit:
 * http://webcodingeasy.com/PHP-classes/Implement-pop-under-advertising-to-your-site-using-pop-under-class
**************************************************************/

$lang = array
(
   
"add_to_title" => "Advertisment",
   
"seconds_left" => "seconds left",
   
"redirecting" => "Redirecting",
   
"waiting" => "Waiting for page to load",
   
"skip" => "Continue to page"
);
?>