View file template/localnews.php
<?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("local/news.dat"); $total = count($file); $total = $total - 1; $data1 = explode("|",$file[$total]); echo ' ('.$data1[2].')<br>'; ?>