One Hat Cyber Team
Your IP :
216.73.216.14
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
/
compmath
/
public_html
/
inc
/
Edit File:
config.php
<?php /* Drukkar, a small blogging platform Copyright (C) 2011-2012 Danyil Bohdan This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ $version = "1.06"; // Drukkar version $blog_settings = simplexml_load_file("config.xml"); $blog_entries_dir = (string) $blog_settings->entries_dir; $blog_files_dir = (string) $blog_settings->files_dir; $blog_title = (string) $blog_settings->title; $blog_subtitle = (string) $blog_settings->subtitle; $blog_password = (string) $blog_settings->password; $blog_salt = (string) $blog_settings->salt; $blog_session_length = (int) $blog_settings->session_length; $blog_entries_per_page = (int) $blog_settings->entries_per_page; $entries_per_page_for_tags_and_search = (int) $blog_settings->entries_per_page_for_tags_and_search; $blog_locale = (string) $blog_settings->locale; $blog_entry_links_with_titles = (bool) $blog_settings->entry_links_with_titles; $blog_date_format = (string) $blog_settings->date_format; $blog_entry_date_from_file_name = (bool) $blog_settings->entry_date_from_file_name; $blog_file_name_format = (string) "YmdHis"; $blog_search_enabled = (bool) $blog_settings->search_enabled; $blog_base_location = (string) $blog_settings->base_location; include("loc_$blog_locale.php"); ?>
Simpan