Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Reklama.php

Parašė dddomisss· 2011 Geg. 11 20:05:40
#3

Darau pagal šitą:

<?php
 
require_once "maincore.php";
require_once "subheader.php";
require_once "side_left.php";
 
 
 
if (Reklama) {
 
 
openside("Reklama");
?>
 
 
 
<center>
<b>Reklamos pirkimas:</b><br>
Pas mus galite įsigyti už nedidelią kainą reklamą, ją matysite tinklapio apačioje.
<br><br>
<b>Atsiskaitymas pinigais</b>
<br>
468x60 Reklama - 4 Litai mėnesiui.
<br>
120x60 Reklama - 2 Litai mėnesiui.
<br>
88x31 Reklama - 1 Litas mėnesiui.
<br><br>
Kreipkites į Skype: ignas0053 arba chuznai
<br><br>
<b>Reklama keitimas:</b>
<br>
Jeigu norite apsikeisti reklama turite atitikti šiems reikalavimams:
<br><br>
  * Jūsų lankomumas turi būti panašus į mūsų.
<br>
 
  * Reklama turi matytis tik įėjus į puslapį, neturi būti paslėpta.
<br><br>
<b>Reklama 468x60:</b>
<br>
<img src='http://redorchestra.lt/images/reklama2.gif' border='0' alt='redorchestra.lt'/>
<br>
<textarea style='width:230px;'><a href='http://www.redorchestra.lt'><img src='http://redorchestra.lt/images/reklama2.gif' border='0' alt='redorchestra.lt'/></a></textarea><br><br>
<b>Reklamos 120x60:</b><br>
<img src='http://redorchestra.lt/images/reklama.gif' border='0' alt='redorchestra.lt'/>
<br>
<textarea style='width:230px;'><a href='http://www.redorchestra.lt'><img src='http://redorchestra.lt/images/reklama.gif' border='0' alt='redorchestra.lt'/></a></textarea><br><br>
<b>Reklama 88x31:</b>
<br>
<img src='http://redorchestra.lt/images/88x31.gif' border='0' alt='redorchestra.lt'/>
<br>
<textarea style='width:230px;'><a href='http://www.redorchestra.lt'><img src='http://redorchestra.lt/images/88x31.gif' border='0' alt='redorchestra.lt'/></a></textarea><br><br>
</center>
 
 
 
 
 
<?
closeside();
 
 }
 
require_once "side_right.php";
require_once "footer.php";
?>