Parašė ex-it· 2009 Sau. 24 18:01:24
#2
<?php
/*---------------------------------------------------+
| PHP-Fusion 6 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2006 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
require_once "../maincore.php";
require_once "../subheader.php";
require_once "../side_left.php";
if (!isset($userdata['user_name'])) { header("Location: restricted.php"); exit(); }
if (enable_VIP && !iVIP) { echo " Tip VIP "; } else {
opentable(Airija);
?>
<p><center>Jums reikia išsiųsti SMS žinutę su tekstu: <b>ftw <? echo $userdata['user_name']; ?></b> numeriu: <b>57778</b>
<p><center>(Atkreipkite dėmesį į <b>DIDŽIASIAS</b> ir <b>mažasias</b> raides).</center></p>
<p><center>Vienos žinutės kaina 2 Eurai. Išsiuntę žinutę užsisakote palsaugą.</center></p>
<p><center>VIP narystė užsakoma vienam mėnesiui!</center></p>
<p><center><a href='javascript:history.go(-1);'><br>Gryžti Atgal</a></center></p><?
closetable();}
require_once "../side_right.php";
require_once "../footer.php";
?>
Redagavo ex-it· 2009 Sau. 24 18:01:42