2 include('encrypt.php');
3 require 'include/header.php';
7 $uid = $inbox->GetID($_COOKIE['DMDM'],$id_mail_path);
8 $user = $inbox->FindUser($uid,$id_mail_path);
11 $d = strip_tags(addslashes(trim($_GET['d'])));
12 $messages = $inbox->specificMDB($user, $d, FALSE);
13 $senderCounter = $inbox->specificMDB($user, $d, TRUE);
14 $file = $_SESSION['sLoggedDir'].$d.".dat";
15 $value = $inbox->getContent2($_SESSION['sLoggedDir'].$d.".dat");
16 date_default_timezone_set("Asia/Tokyo");
19 foreach ($value as $key) {
20 if($inbox->within_str($key, "<read>", "</read>") == 0){
25 if ($uid <> trim($inbox->within_str($senderCounter, "<from>", "</from>"))) {
26 $kausap = trim($inbox->within_str($senderCounter, "<from>", "</from>"));
28 $kausap = trim($inbox->within_str($senderCounter, "<to>", "</to>"));
30 $checkifban = $inbox->CheckBanList($user,$kausap);
35 // End of set, check for user block
37 if(file_exists($file)){
39 // $arr = file($file);
40 // $newLine = substr($max, 0, -15)."<read>1</read>";
41 // $lastLine = count($value)-1;
42 // unset($arr[$lastLine]);
43 // $arr[$lastLine] = $newLine.PHP_EOL;
44 // file_put_contents($file,implode($arr));
45 // header("Location: message.php?d=$d");
47 foreach ($arr as $key => $value) {
48 // echo urldecode($value)."<br />";
49 if($inbox->within_str($value, "<read>", "</read>") == 0){
50 $newLine = substr($value, 0, -15)."<read>1</read>";
52 $arr[$key] = $newLine.PHP_EOL
;
54 // echo urldecode($value)."<br />";
62 // $lastLine = count($value)-1;
63 // unset($arr[$lastLine]);
64 // if(!empty($_SESSION['msg'])){
65 // $_SESSION['msg'] = $_SESSION['msg'] ;
67 file_put_contents($file,implode($arr));
68 // header("Location: message.php?d=$d");
71 header("Location: inbox.php");
75 if (isset($_POST['block'])) {
76 $block = $inbox->BlockUser($user,$kausap);
78 echo "ƒ†�[ƒU�[‚ªƒuƒ�ƒbƒN‚³‚ꂽ�I‚±‚̃†�[ƒU�[‚©‚çƒ�ƒbƒZ�[ƒW‚ðŽó�M‚·‚邱‚Æ‚Í‚Å‚«‚Ü‚¹‚ñ";
79 header('Location: '.$_SERVER['REQUEST_URI']);
81 echo "ƒGƒ‰�[�Iƒ†�[ƒU�[‚ðƒuƒ�ƒbƒN‚·‚邱‚Æ‚Í‚Å‚«‚Ü‚¹‚ñ�I";
84 if (isset($_POST['ublock'])) {
85 $block = $inbox->UnblockUser($user,$kausap);
87 echo "ƒ†�[ƒU�[‚ªƒuƒ�ƒbƒN‚³‚ê‚Ä‚¢‚È‚¢�I‚±‚ê‚Å�A‚±‚̃†�[ƒU�[‚©‚ç‚̃�ƒbƒZ�[ƒW‚ðŽó‚¯Žæ‚邱‚Æ‚ª‚Å‚«‚Ü‚·";
88 header('Location: '.$_SERVER['REQUEST_URI']);
90 echo "ƒGƒ‰�[�Iƒ†�[ƒU�[ƒuƒ�ƒbƒN‚ð‰ð�œ‚·‚邱‚Æ‚Í‚Å‚«‚Ü‚¹‚ñ�I";
94 <div
class="well well-lg">
96 include "include/nav.php";
97 echo "<h4>Œ�–¼ : ".urldecode($inbox->within_str($senderCounter, "<subj>", "</subj>"))."</h4>";
98 if(!empty($_SESSION['msg'])){
99 echo $_SESSION['msg'];
100 $_SESSION['msg'] = '';// $_S// $_SESSION['msg'] = '';ESSION['msg'] = '';
103 <div id
="block_user" style
="display:none" class="alert alert-warning">
105 ‚±‚̃†�
[ƒU�
[‚ðƒuƒ�ƒbƒN‚µ‚Ü‚·‚©�H
106 <input type
="submit" class="btn btn-default btn-sm" name
="block" value
="‚Í‚¢"> 
; 
;
107 <input type
="button" class="btn btn-default btn-sm" name
="cancel" onclick
="document.getElementById('block_user').style.display='none';" value
="Žæ‚è�Á‚·">
110 <div id
="ublock_user" style
="display:none" class="alert alert-warning">
112 ƒuƒ�ƒbƒN‚ð‰ð�œ‚µ‚Ü‚·‚©�H
113 <input type
="submit" class="btn btn-default btn-sm" name
="ublock" value
="‚Í‚¢"> 
; 
;
114 <input type
="button" class="btn btn-default btn-sm" name
="cancel" onclick
="document.getElementById('ublock_user').style.display='none';" value
="Žæ‚è�Á‚·">
117 <?php
if (!$bansya) {
119 echo "<input type=\"button\" class=\"btn btn-danger btn-xs\" name=\"block\" onclick=\"document.getElementById('block_user').style.display='block';\" value=ƒuƒ�ƒbƒN\"><small>";
121 echo "<input type=\"button\" class=\"btn btn-danger btn-xs\" name=\"ublock\" onclick=\"document.getElementById('ublock_user').style.display='block';\" value=ƒuƒ�ƒbƒN‚ð‰ð�œ\">";
123 <div
class="pagination overflow panel panel-default mdes" id
="pageMessage">
125 // echo $senderCounter;
127 //var_dump($messages);
130 if ($uid <> trim($inbox->within_str($senderCounter, "<from>", "</from>"))) {
131 $ss = "<input type=\"hidden\" name=\"zxcvbnm\" value=\"".Encrypt($uid.$inbox->within_str($senderCounter, "<from>", "</from>").$d, KEY
)."\">";
132 for ($i=0; $i < count($messages[0]); $i++
) {
133 //$leftRightCounter = ($inbox->within_str($messages[0][$i], "<from>", "</from>")==$uid) ?
134 //"r mdes panel panel-default pull-left txt" : "s mdes panel panel-default pull-right txt";
135 // echo substr($messages[0][$i], 14);
136 if ($inbox->within_str($messages[0][$i], "<from>", "</from>")==$uid) {
137 $leftRightCounter = "r mdes panel panel-default pull-left txt";
138 $getid = $inbox->within_str($senderCounter, "<to>", "</to>");
140 $leftRightCounter = "s mdes panel panel-default pull-right txt";
141 $getid = $inbox->within_str($senderCounter, "<from>", "</from>");
144 // $getid = ($inbox->within_str($messages[0][$i], "<from>", "</from>")!=$uid) ?
145 // $inbox->within_str($senderCounter, "<from>", "</from>") : $inbox->within_str($senderCounter, "<to>", "</to>");
147 $getid = $inbox->FindUser($getid,$id_mail_path);
148 $getid = trim($inbox->GetImgTrip($getid));
149 $getid = explode("\n", $getid);
150 $uimg = trim($getid[5]);
151 $lr = ($inbox->within_str($messages[0][$i], "<from>", "</from>")==$uid) ?
"pull-left" : "pull-right";
152 $tripcode = trim($getid[7]);
153 $tripcode = (empty($tripcode)) ?
$getid[0] : $getid[7];
154 echo "<div class=\"panel panel-default ic4 {$lr}\"><a href=\"".$livesitePath."test/p.php?i=".$getid[0]."\" target=\"_blank\"><img src=\"".$livesitePath2."/ico/{$uimg}\" class=\"pic2\" ></a></div><div class=\"".$leftRightCounter."\">". Smilify(urldecode($inbox->within_str($messages[0][$i], "<msg>", "</msg>")), $livesitePath) . "<br><small class=\"d pull-left\">".$tripcode."</small><small class=\"d pull-right\">". date("Y-m-d g:i a",urldecode($inbox->within_str($messages[0][$i], "<id>", "</id>"))) ."</small></div> ";
155 echo "<div class='clearfix'></div>";
158 $ss = "<input type=\"hidden\" name=\"zxcvbnm\" value=\"".Encrypt($uid.$inbox->within_str($senderCounter, "<to>", "</to>").$d, KEY
)."\">";
159 for ($i=0; $i < count($messages[0]); $i++
) {
160 //$leftRightCounter = ($inbox->within_str($messages[0][$i], "<from>", "</from>")==$uid) ?
161 //"r mdes panel panel-default pull-left txt" : "s mdes panel panel-default pull-right txt";
162 // echo substr($messages[0][$i], 14);
163 if ($inbox->within_str($messages[0][$i], "<from>", "</from>")==$uid) {
164 $leftRightCounter = "r mdes panel panel-default pull-left txt";
165 $getid = $inbox->within_str($senderCounter, "<from>", "</from>");
167 $leftRightCounter = "s mdes panel panel-default pull-right txt";
168 $getid = $inbox->within_str($senderCounter, "<to>", "</to>");
171 // $getid = ($inbox->within_str($messages[0][$i], "<from>", "</from>")!=$uid) ?
172 // $inbox->within_str($senderCounter, "<from>", "</from>") : $inbox->within_str($senderCounter, "<to>", "</to>");
174 $getid = $inbox->FindUser($getid,$id_mail_path);
175 $getid = trim($inbox->GetImgTrip($getid));
176 $getid = explode("\n", $getid);
177 $uimg = trim($getid[5]);
178 $lr = ($inbox->within_str($messages[0][$i], "<from>", "</from>")==$uid) ?
"pull-left" : "pull-right";
179 $tripcode = trim($getid[7]);
180 $tripcode = (empty($tripcode)) ?
$getid[0] : $getid[7];
181 echo "<div class=\"panel panel-default ic4 {$lr}\"><a href=\"".$livesitePath."test/p.php?i=".$getid[0]."\" target=\"_blank\"><img src=\"".$livesitePath2."/ico/{$uimg}\" class=\"pic2\" ></a></div><div class=\"".$leftRightCounter."\">". Smilify(urldecode($inbox->within_str($messages[0][$i], "<msg>", "</msg>")), $livesitePath) . "<br><small class=\"d pull-left\">".$tripcode."</small><small class=\"d pull-right\">". date("Y-m-d g:i a",urldecode($inbox->within_str($messages[0][$i], "<id>", "</id>"))) ."</small></div> ";
182 echo "<div class='clearfix'></div>";
188 $ultravariable = array();
189 foreach ($emoticon as $key => $value) {
190 $ultravariable[] = "<li class=\"lialign\"><img src='{$livesitePath}images/{$key}.gif' data-alt='{$value}'></li>";
192 $sEmote = implode("", $ultravariable);
193 // print_r($ultravariable);
194 echo "<div id=\"replyForm\" class=\"panel panel-default b\">
196 <form method=\"post\" action=\"reply.php\">".@$ss.
198 <textarea id='messageBox' rows=\"5\" name=\"msg\" class=\"form-control\" required></textarea><br>
199 <div class=\"pull-right\" >
200 <div class=\"btn-group\">
201 <button type=\"button\" class=\"btn btn-default dropdown-toggle\" data-toggle=\"dropdown\">ŠG•¶Žš</button>
202 <ul class=\"dropdown-menu dropdown-menu-right\" role=\"menu\" id=\"emoji\">"
207 <button type=\"submit\" class=\"btn btn-default\">‘—�M</button>
209 <div class=\"clearfix\"></div>
210 <input type=\"hidden\" name=\"sbj\" value=\"".urldecode($inbox->within_str($senderCounter, "<subj>", "</subj>"))."\">
214 // echo "Doesn't Exist!";
215 header("Location: index.php");
218 require 'include/footer.php';