Login   Register  
PHP Classes
elePHPant
Icontem

File: popunder_template.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Arturs Sosins  >  Pop under class  >  popunder_template.php  >  Download  
File: popunder_template.php
Role: Auxiliary data
Content type: text/plain
Description: Template file
Class: Pop under class
Display interstitial advertising
Author: By
Last change: credits changed
Date: 2011-04-25 13:09
Size: 1,225 bytes
 

Contents

Class file image Download
<!--
/************************************************************* 
 * 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
**************************************************************/
-->
<html>
<head>
[@title]
[@script]
</head>
<body>
<table style='height:80px; width:100%; text-align: center; border: 0;'>
<tr>
	<td style='width: 70%'>
		<h3>[@popunder_text]</h3>
	</td>
	<td style='width: 30%'>
		<p id='seconds'>[@waiting]</p>
		<p>[@exit]</p>
	</td>
</tr>
</table>
<iframe name='content' src='[@popunder_src]' width='100%' height='100%'/>
<noframes>
<p><a href='[@request_uri]'>[@skip]</a></p>
</noframes>
</body>
</html>