PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/outtheboxministry.org/sources/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/outtheboxministry.org/sources/read_blog.php

<?php
if ($wo['config']['blogs'] == 0) {
    header("Location: " . $wo['config']['site_url']);
    exit();
}
if (empty($_GET['id'])) {
    header("Location: " . $wo['config']['site_url']);
    exit();
}
$_GET['id'] = Wo_GetBlogIdFromUrl($_GET['id']);
if (empty($_GET['id']) || !is_numeric($_GET['id'])) {
    header("Location: " . $wo['config']['site_url']);
    exit();
}
$article = Wo_GetArticle($_GET['id']);
$id      = Wo_Secure($_GET['id']);
if (empty($article)) {
    header("Location: " . Wo_SeoLink('index.php?link1=welcome'));
    exit();
}
$sql_query         = mysqli_query($sqlConnect, "UPDATE `Wo_Blog` SET `view` = `view` + 1 WHERE `id` = '$id'");
$wo['description'] = $article['description'];
$wo['keywords']    = $article['tags'];
$wo['page']        = 'read-blog';
$wo['article']     = $article;
$wo['author']      = $article['author'];
$wo['title']       = $article['title'];
$wo['content']     = Wo_LoadPage('blog/read-blog');