View file template/localnews.php

File size: 679B
<?php
#-----------------------------------------------------#
#          ********* WAP-MOTORS *********             #
#             Made by   :  VANTUZ                     #
#               E-mail  :  [email protected]             #
#                 Site  :  http://pizdec.ru           #
#             WAP-Site  :  http://visavi.net          #
#                  ICQ  :  36-44-66                   #
#  Вы не имеете право вносить изменения в код скрипта #
#-----------------------------------------------------#
$file = file(BASEDIR."local/news.dat");
$total = count($file);
$total = $total - 1;

$data1 = explode("|",$file[$total]);
echo ' ('.$data1[2].')<br>';
?>