htdocs/viewpmsg.php
<?php
// $Id: viewpmsg.php 12313 2013-09-15 21:14:35Z skenow $
// ------------------------------------------------------------------------ //
// XOOPS - PHP Content Management System //
// Copyright (c) 2000 XOOPS.org //
// <http://www.xoops.org/> //
// ------------------------------------------------------------------------ //
// 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. //
// //
// You may not change or alter any portion of this comment or credits //
// of supporting developers from this source code or any supporting //
// source code which is considered copyrighted (c) material of the //
// original comment or credit authors. //
// //
// 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA //
// ------------------------------------------------------------------------ //
/**
* View and manage your private messages
*
* @copyright http://www.xoops.org/ The XOOPS Project
* @copyright http://www.impresscms.org/ The ImpressCMS Project
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU General Public License (GPL)
* @since XOOPS
* @author http://www.xoops.org The XOOPS Project
* @author sato-san <sato-san@impresscms.org>
* @package core
* @subpackage Privmessage
* @version SVN: $Id: viewpmsg.php 12313 2013-09-15 21:14:35Z skenow $
*/
$xoopsOption['pagetype'] = 'pmsg';
include_once 'mainfile.php';
$module_handler = icms::handler('icms_module');
$messenger_module = $module_handler->getByDirname('messenger');
if ($messenger_module && $messenger_module->getVar('isactive')) {
header('location: ./modules/messenger/msgbox.php');
exit();
}
if (!is_object(icms::$user)) {
$errormessage = _PM_SORRY . '<br />' . _PM_PLZREG . '';
redirect_header('user.php', 2, $errormessage);
} else {
$pm_handler = icms::handler('icms_data_privmessage');
if (isset($_POST['delete_messages']) && isset($_POST['msg_id'])) {
if (!icms::$security->check()) {
echo implode('<br />', icms::$security->getErrors());
exit();
}
$size = count($_POST['msg_id']);
$msg =& $_POST['msg_id'];
for ($i = 0; $i < $size; $i++) {
$pm =& $pm_handler->get($msg[$i]);
if ($pm->getVar('to_userid') == icms::$user->getVar('uid')) {
$pm_handler->delete($pm);
}
unset($pm);
}
redirect_header('viewpmsg.php', 1, _PM_DELETED);
}
include ICMS_ROOT_PATH . '/header.php';
$criteria = new icms_db_criteria_Item('to_userid', (int) (icms::$user->getVar('uid')));
$criteria->setOrder('DESC');
$pm_arr = $pm_handler->getObjects($criteria);
echo "<h4>" . _PM_PRIVATEMESSAGE
. "</h4><p><a href='userinfo.php?uid=". (int) (icms::$user->getVar('uid')) . "'>"
. _PM_PROFILE ."</a> <span style='font-weight:bold;'>»»</span> " . _PM_INBOX . "</p>";
echo "<form id='prvmsg' method='post' action='viewpmsg.php'>";
echo "<table border='0' cellspacing='1' cellpadding='4' width='100%' class='outer'>\n";
echo "<tr align='center' valign='middle'><th>"
. "<input name='allbox' id='allbox' onclick='xoopsCheckAll(\"prvmsg\", \"allbox\");'"
. "type='checkbox' value='Check All' /></th><th>"
. "<img src='images/download.gif' alt='' /></th><th> </th><th>"
. _PM_FROM . "</th><th>" . _PM_SUBJECT . "</th><th align='center'>" . _PM_DATE . "</th></tr>\n";
$total_messages = count($pm_arr);
if ($total_messages == 0) {
echo "<tr><td class='even' colspan='6' align='center'>" . _PM_YOUDONTHAVE . "</td></tr>";
$display = 0;
} else {
$display = 1;
}
for ($i = 0; $i < $total_messages; $i++) {
$class = ($i % 2 == 0) ? 'even' : 'odd';
echo "<tr align='" . _GLOBAL_LEFT . "' class='$class'>"
. "<td style='vertical-align: middle; width: 2%; text-align: center;'><input type='checkbox' id='message_"
. $pm_arr[$i]->getVar('msg_id') . "' name='msg_id[]' value='" . $pm_arr[$i]->getVar('msg_id') . "' /></td>\n";
if ($pm_arr[$i]->getVar('read_msg') == 1) {
echo "<td style='vertical-align: middle; width: 5%; text-align: center;'> </td>\n";
} else {
echo "<td style='vertical-align: middle; width: 5%; text-align: center;'>"
. "<img src='images/read.gif' alt='" . _PM_NOTREAD . "' /></td>\n";
}
echo "<td style='vertical-align: middle; width: 5%; text-align: center;'>"
. "<img src='images/subject/" . $pm_arr[$i]->getVar('msg_image', 'E') . "' alt='' /></td>\n";
$postername = icms_member_user_Object::getUnameFromId($pm_arr[$i]->getVar('from_userid'));
echo "<td style='vertical-align: middle; width: 10%; text-align: center;'>";
// no need to show deleted users
if ($postername) {
echo "<a href='userinfo.php?uid=". (int) ($pm_arr[$i]->getVar('from_userid')) . "'>" . $postername . "</a>";
} else {
echo $icmsConfig['anonymous'];
}
echo "</td>\n";
echo "<td valign='middle' style='vertical-align: middle;'><a href='readpmsg.php?start="
. (int) (($total_messages-$i-1)) . "&total_messages="
. (int) $total_messages . "'>" . $pm_arr[$i]->getVar('subject') . "</a></td>";
echo "<td style='vertical-align: middle; width: 30%; text-align: center;'>"
. formatTimestamp($pm_arr[$i]->getVar('msg_time')) . "</td></tr>";
}
if ($display == 1) {
echo "<tr class='foot' align='" . _GLOBAL_LEFT . "'><td colspan='6' align='" . _GLOBAL_LEFT
. "'><input type='button' class='formButton' onclick='javascript:openWithSelfMain(\""
. ICMS_URL . "/pmlite.php?send=1\",\"pmlite\",800,680);' value='"
. _PM_SEND . "' /> <input type='submit' class='formButton' name='delete_messages' value='"
. _PM_DELETE . "' />" . icms::$security->getTokenHTML() . "</td></tr></table></form>";
} else {
echo "<tr class='bg2' align='" . _GLOBAL_LEFT . "'><td colspan='6' align='" . _GLOBAL_LEFT
. "'><input type='button' class='formButton' onclick='javascript:openWithSelfMain(\""
. ICMS_URL . "/pmlite.php?send=1\",\"pmlite\",800,680);' value='"
. _PM_SEND . "' /></td></tr></table></form>";
}
include 'footer.php';
}