X7ROOT File Manager
Current Path:
/var/softaculous/fud/default
var
/
softaculous
/
fud
/
default
/
ðŸ“
..
📄
admincp.inc
(4.2 KB)
📄
allowed_user_lnk.inc
(3.62 KB)
📄
cookies.inc
(8.13 KB)
📄
draw_forum_list.inc
(9.43 KB)
📄
draw_forum_path.inc
(1.01 KB)
📄
drawmsg.inc
(24.32 KB)
📄
drawpmsg.inc
(9.51 KB)
📄
err.inc
(4.3 KB)
📄
errmsg.inc
(6.18 KB)
📄
forumsel.inc
(2.39 KB)
📄
get_cur_ppage.inc
(1.04 KB)
📄
imsg_edt.inc
(32.45 KB)
📄
logedin.inc
(5.92 KB)
📄
post_common.inc
(4.77 KB)
📄
post_opt.inc
(2.74 KB)
📄
private.inc
(7.24 KB)
📄
return.inc
(1.13 KB)
📄
tabs.inc
(1.63 KB)
📄
th_nav.inc
(2.35 KB)
📄
thread_view_common.inc
(3.62 KB)
📄
usercp.inc
(1.14 KB)
📄
users.inc
(21.61 KB)
Editing: usercp.inc
<?php /** * copyright : (C) 2001-2011 Advanced Internet Designs Inc. * email : forum@prohost.org * $Id$ * * 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; version 2 of the License. **/ /* Print number of unread private messages in User Control Panel. */ if (__fud_real_user__ && $FUD_OPT_1 & 1024) { // PM_ENABLED $c = q_singleval('SELECT count(*) FROM fud30_pmsg WHERE duser_id='. _uid .' AND fldr=1 AND read_stamp=0'); $ucp_private_msg = $c ? '<li><a href="[[relativeurl]]/index.php?t=pmsg&'._rsid.'" title="Private Messaging"><img src="[[relativeurl]]/theme/default/images/top_pm.png" alt="" width="16" height="16" /> You have <span class="GenTextRed">('.$c.')</span> unread '.convertPlural($c, array('private message','private messages')).'</a></li>' : '<li><a href="[[relativeurl]]/index.php?t=pmsg&'._rsid.'" title="Private Messaging"><img src="[[relativeurl]]/theme/default/images/top_pm.png" alt="" width="15" height="11" /> Private Messaging</a></li>'; } else { $ucp_private_msg = ''; } ?>
Upload File
Create Folder