Файл: titwar.ru/buy/index.php
Строк: 69
<?php
include '../system/common.php';
include '../system/functions.php';
include '../system/user.php';
$title = 'Buy gold';
include '../system/h.php';
if(!isset($user)){
echo "Only for registered";
} else {
echo"
<center>
<div class='content'>
<table cellpadding='0' cellspacing='0'><tr>
<b><font color='violet'>Buy 500.000 <img src='/images/icon/gold.png' alt='*'/> and get + 5000 mana and 300.000 <img src='/images/icon/gold.png' alt='*'/> as a gift! <font></b><br/>
<font color='yellow'>Price is 5 WMZ<font><br>
<br>
<b><font color='lime'>Buy 750.000 <img src='/images/icon/gold.png' alt='*'/> and get +1.000.000 <img src='/images/icon/gold.png' alt='*'/> and + 5000 to character's stats! <font></b><br/>
<font color='yellow'>Price is 15 WMZ<font><br>
<br>
<b><font color='white'>Buy 1.250.000 <img src='/images/icon/gold.png' alt='*'/> and get +10000 to pet's and character's stats and + 1.000.000<img src='/images/icon/gold.png' alt='*'/> as a gift!<font></b><br/>
<font color='yellow'>Price is 25 WMZ<font><br>
<br>
<font color='aqua'>5000000 <img width='16' height='16' src='/images/icon/gold.png' alt='o'> = 5 WMZ</a><font><br>
<font color='aqua'>7500000 <img width='16' height='16' src='/images/icon/gold.png' alt='o'> = 10 WMZ </a><font><br>
<font color='aqua'>100000000 <img width='16' height='16' src='/images/icon/gold.png' alt='o'> = 20 WMZ</a><font><br>
<br>
<font color='violet'>WebMoney pouch Z218659133477 for rubles <br> Type your character's name in transaction note !!! necessarily !!!</td></tr></table><br/></font>
<div class='separator'></div>
</center>";
}
include '../system/f.php';
?>