3 if (!isset($_COOKIE['DMDM']) && !isset($_COOKIE['MDMD'])) {
4 header('location:index.php');
8 include('encrypt_artist.php');
9 $message = new Message
;
10 $email = Decrypt($_COOKIE['DMDM'],KEY
);
11 $userDataID = $message->GetID($_COOKIE['DMDM'], $id_mail_path);
13 $fdir = substr($email, 0, 1);
14 $sdir = substr($email, 1, 1);
15 if (file_exists(UDB_PATH
."$fdir/$sdir/$email/usrimg.log")) {
16 $userbp = @file
(UDB_PATH
."$fdir/$sdir/$email/usrimg.log");
22 if(detect_device2($_SERVER['HTTP_USER_AGENT']) != "PLSDISPLAY"){
23 $hide = "display:none;";
28 if(isset($_GET['pay'])){
29 $premiumList = file(ADBD_PATH
."/imglist.log");
30 $stat = $message->within_str($premiumList[$_GET['pay']], "<stat>", "</stat>");
32 if(isset($premiumList[$_GET['pay']])){
34 $buyerID = trim($message->GetID($_COOKIE['DMDM'],$id_mail_path));
36 $id = $message->within_str($premiumList[$_GET['pay']], "<id>", "</id>");
37 $name = $message->within_str($premiumList[$_GET['pay']], "<name>", "</name>");;
38 $price = $message->within_str($premiumList[$_GET['pay']], "<price>", "</price>");;
39 $writeData = "<time>{$time}</time><uid>{$userDataID}</uid><id>{$id}</id><name>{$name}</name><price>{$price}</price>\n";
40 $filename = ADBD_PATH
."/transaction.log";
41 $points = file_get_contents("http://tpol27.nttec.com/dev/melon.php?conv=".$price."&usr=".$email."&ip=".$_SERVER['REMOTE_ADDR']."&trans=premium&puid=".$buyerID);
44 if (!file_exists($filename)) {
45 if(!file_put_contents($filename,$writeData)) {
50 $handle = fopen($filename, "a");
51 if(!fwrite($handle, $writeData)) {
57 $_SESSION['msg'] = '<div class="alert alert-success"><button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>You\'re new avatar is updated!</div>';
62 if(preg_match('/[^a-z_\-0-9._]/i', $ico)){
66 $type = Array(1 => 'gif'); //store all the image extension types in array
67 $ext = explode(".",$ico); //explode and find value after dot
69 if (strlen($ext[0]) <= 0 ) $ico = "nida.gif";
70 if(!(in_array($ext[1],$type))) //check image extension not in the array $type
76 $fdir = substr($email, 0, 1);
77 $sdir = substr($email, 1, 1);
78 $userData = file(DB_PATH
."$fdir/$sdir/$email");
80 for ($i=0; $i < count($userData); $i++
) {
81 $userData[$i] = trim($userData[$i]);
84 $userData[5] = $ico."-PREM";
85 $writeData = implode("\n",$userData);
86 $_SESSION['msg'] = '<div class="alert alert-success"><button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>You\'re new avatar is updated!</div>';
88 $fdir = substr($email, 0, 1);
89 $sdir = substr($email, 1, 1);
90 $udb_path = UDB_PATH
."{$fdir}/{$sdir}/{$email}";
92 if(!is_dir($udb_path)){
93 @mkdir
(UDB_PATH
."{$fdir}");
94 @mkdir
(UDB_PATH
."{$fdir}/{$sdir}");
95 @mkdir
(UDB_PATH
."{$fdir}/{$sdir}/{$email}");
97 $insertUsr = '<time>'.time().'</time><filename>'.$userData[5].'</filename><aid>'.$id.'</aid>'.PHP_EOL
;
99 if(!file_exists($udb_path."/usrimg.log")){
100 file_put_contents($udb_path."/usrimg.log",$insertUsr);
102 $handle = fopen($udb_path."/usrimg.log", "a");
103 if(!fwrite($handle, $insertUsr)) {
104 $writeSuccess = false;
107 $writeSuccess = true;
110 file_put_contents(DB_PATH
."$fdir/$sdir/$email", $writeData);
111 header('location:status.php');
115 $_SESSION['msg'] = '<div class="alert alert-danger"><button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>Not enough points</div>';
116 header("Location: status.php");
122 $_SESSION['msg'] = '<div class="alert alert-danger"><button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>Doesn\'t Exist</div>';
123 header("Location: status.php");
127 $points = file_get_contents("http://tpol27.nttec.com/melon.php?email=".$email);
130 function FindClass($id) {
131 if(isset($id) && $id != "popular"){
132 $list = file(ADBD_PATH
."class.log");
136 // echo ucfirst($id);
137 foreach ($list as $key => $value) {
138 $nameCat = within_str($value, "<classname>", "</classname>");
140 $idest = within_str($value, "<id>", "</id>");
151 function countClass($id) {
152 $list = file(ADBD_PATH
."imglist.log");
153 $id = (empty($id)) ?
"" : $id;
155 foreach ($list as $key => $value) {
156 $stats = within_str($value, "<stat>", "</stat>");
157 $nameCat = within_str($value, "<classid>", "</classid>");
158 $userID = within_str($value, "<id>", "</id>");
159 if($id==$nameCat && $stats!="deleted"){
170 <meta charset
="UTF-8">
171 <meta http
-equiv
="X-UA-Compatible" content
="IE=edge">
172 <meta name
="viewport" content
="width=device-width, initial-scale=1">
173 <title
>Choose Icon
</title
>
174 <link rel
="stylesheet" href
="css/bootstrap.css">
175 <link rel
="stylesheet" href
="css/astyle.css">
177 .navbar
-default .navbar
-nav
> .active
> a
{
179 border
-color
: #357ebd;
183 .navbar
-default .navbar
-nav
> .active
> a
:hover
{
185 border
-color
: #357ebd;
191 <div
class="container container-margin-top">
192 <nav
class="navbar navbar-default" role
="navigation">
193 <div
class="container-fluid">
194 <button type
="button" class="navbar-toggle collapsed" data
-toggle
="collapse" data
-target
="#menu">
195 <span
class="sr-only">Toggle Navigation
</span
>
196 <span
class="icon-bar"></span
>
197 <span
class="icon-bar"></span
>
198 <span
class="icon-bar"></span
>
200 <div
class="collapse navbar-collapse" id
="menu">
201 <ul
class="nav navbar-nav">
202 <li
<?php
echo (!isset($_GET['pr']) && !isset($_GET['b'])) ?
"class=\"active\"" : ""; ?
>><a href
="choose.php"><b
>フリー
</b
></a
></li
>
203 <li
<?php
echo (isset($_GET['pr'])) ?
"class=\"active\"" : ""; ?
>><a href
="?pr"><b
>有給の
</b
></a
></li
>
204 <li
<?php
echo (isset($_GET['b'])) ?
"class=\"active\"" : ""; ?
>><a href
="?b"><b
>買った
</b
></a
></li
>
206 <div
class="navbar-right navbar-text"><strong
>メロンポイント
: <i
><?
=$points?
></i
></strong
></div
>
210 <div
class="container">
215 if (!isset($_GET['pr']) && !isset($_GET['b'])) {
217 #echo $livesitePath2;
219 if (!isset($_GET['pr']) && !isset($_GET['b'])) {
220 $ico = file('ico.txt');
224 $p = (isset($_GET['p'])&&is_numeric($_GET['p']))?
($_GET['p']*20):20;
225 $s = (isset($_GET['p'])&&is_numeric($_GET['p']))?
$p-20:0;
226 for ($i=$s; $i < $p; $i++
)
229 print "<div class=\"panel panel-default art\">";
230 echo "<a class=\"thumbnail\" style=\"margin-bottom: 0;\" href=\"status.php?ico=".$ico[$i]."\"><img src=\"".$livesitePath2."/ico/".$ico[$i]."\" style=\"width:80px; height:80px;\"> </a>";
234 <div class=\"clearfix\"></div>
235 <div style=\"max-width:500px;margin-top:30px;text-align:center\">";
236 for($t=1;$t<=$c;$t++
)
237 print "<a href=\"choose.php?p=$t\" style=\"margin:5px;padding:5px;display:inline-block\">$t</a>";
244 <?php
} elseif(isset($_GET['pr'])) {
246 if(detect_device2($_SERVER['HTTP_USER_AGENT']) != "PLSDISPLAY") {
250 <div
class="col-md-3">
251 <div
class="panel panel-default">
252 <div
class="panel-heading"><b
>Categories
</b
></div
>
253 <ul
class="list-group">
254 <a href
="?pr&cat=popular" class="list-group-item <?php echo ($_GET['cat']=="popular
") ? "active
" : ""; ?>">Popular
</a
>
256 $category = file(ADBD_PATH
."class.log");
257 if(count($category)>0){
258 $getCat = (isset($_GET['cat'])) ?
$_GET['cat'] : "";
259 foreach ($category as $key => $value) {
260 $name = within_str($value, "<classname>", "</classname>");
261 $id = within_str($value, "<id>", "</id>");
262 $current = ($getCat==$name) ?
"active" : "";
263 if(countClass($id)>0){
264 echo '<a class="list-group-item '.$current.'" href="?pr&cat='.$name.'">'.ucfirst($name).' <span class="badge pull-right">'.countClass($id).'</span></a>';
269 <a href
="?pr" class="list-group-item <?php echo (!isset($_GET['cat']) && isset($_GET['pr'])) ? "active
" : ""; ?>">Others
</a
>
274 <div
class="col-md-9">
276 if (!file_exists(ADBD_PATH
."/imglist.log")) {
277 echo "<center><h3>No Available Avatars At The Moment</h3></center>";
281 $classList = file(ADBD_PATH
."class.log");
282 $file = file(ADBD_PATH
."/imglist.log");
283 $transaction = file(ADBD_PATH
."/transaction.log");
285 // print_r($transaction);
288 if(count($file) < 1){
289 echo "<center><h3>No Available Avatars At The Moment</h3></center>";
292 // if(isset($_GET['cat'])){
293 switch ($_GET['cat']) {
295 $classActive = "popular";
299 $classActive = FindClass($_GET['cat']);
303 // $classActive = (isset($_GET['cat']) ? FindClass($_GET['cat']) : "");
305 echo '<div id="shuffle">';
308 if ($classActive=="popular") {
309 foreach ($transaction as $key => $value) {
310 $imgName = $message->within_str($value, "<name>", "</name>");
311 $imgList[$imgName] = ["count" => 0];
313 // var_dump($message);
315 foreach ($transaction as $key => $value) {
316 $countTransaction[] = [ "name" => $message->within_str($value,"<name>","</name>"), "artist_id" => $message->within_str($value,"<id>","</id>") ];
319 $sumList = array_count_values(array_map(function($countTransaction) {
320 return $countTransaction['name'];
321 }, $countTransaction));
324 foreach ($file as $key => $value) {
325 foreach ($sumList as $key2 => $count) {
326 $name = $message->within_str($value, "<name>", "</name>");
327 if( $name==$key2 && $count > 10){
328 $class = within_str($value, "<classid>", "</classid>");
331 if(!$message->within_str($value, "<stat>", "</stat>")){
333 $ngaun = $message->within_str(trim($value), "<name>", "</name>");
334 if (isset($userbp)) {
335 foreach ($userbp as $key2 => $value2) {
336 $noon = within_str(trim($value2),"<filename>","</filename>");
337 $noon = explode(".gif", $noon);
338 /*echo "--".$noon[0]."--";
340 if (trim($noon[0]) == trim($ngaun)) {
343 $disabled = "disabled";
347 $btn = '<button class="btn btn-success" data-toggle="modal" data-target="#'.$message->within_str($value, "<name>", "</name>") .'"'.$disabled.'>BUY</button>';
349 echo '<div class="panel panel-default art">
350 <a class="thumbnail">
351 <img src="'.$livesitePath.'/premium/'.$message->within_str($value, "<name>", "</name>") .'.gif" style="width:80px; height:80px;" alt="">
354 <span>'.$message->within_str($value, "<price>", "</price>").' MP</span><br><br>
358 <div class="clearfix"></div>
361 echo "<div id='".$message->within_str($value, "<name>", "</name>") ."' class='modal fade' tabindex='-1' role='dialog' aria-labelledby='buy' aria-hidden='true'>
362 <div class='modal-dialog'>
363 <div class='modal-content'>
364 <div class='modal-header'>
365 <button type='button' class='close' data-dismiss='modal'>
366 <span aria-hidden='true'>×</span><span class='sr-only'>Close</span>
368 <h3>これと同様にあなたがあなたの新しいBEアバターなるにはするか? </h3>
370 <div class='modal-body'>
371 これは価値がある ".$message->within_str($value, "<price>", "</price>")." メロンポイント
373 <div class='modal-footer'>
374 <a href='choose.php?pay=".$premiumBreaker."' onclick class='btn btn-success chooseModal'>購入</a>
386 foreach ($file as $key => $value) {
387 $class = within_str($value, "<classid>", "</classid>");
389 if(!$message->within_str($value, "<stat>", "</stat>") && $class==$classActive){
391 $ngaun = $message->within_str(trim($value), "<name>", "</name>");
392 if (isset($userbp)) {
393 foreach ($userbp as $key2 => $value2) {
394 $noon = within_str(trim($value2),"<filename>","</filename>");
395 $noon = explode(".gif", $noon);
396 /*echo "--".$noon[0]."--";
398 if (trim($noon[0]) == trim($ngaun)) {
401 $disabled = "disabled";
405 $btn = '<button class="btn btn-success" data-toggle="modal" data-target="#'.$message->within_str($value, "<name>", "</name>") .'"'.$disabled.'>BUY</button>';
407 echo '<div class="panel panel-default art">
408 <a class="thumbnail">
409 <img src="'.$livesitePath.'/premium/'.$message->within_str($value, "<name>", "</name>") .'.gif" style="width:80px; height:80px;" alt="">
412 <span>'.$message->within_str($value, "<price>", "</price>").' MP</span><br><br>
416 <div class="clearfix"></div>
419 echo "<div id='".$message->within_str($value, "<name>", "</name>") ."' class='modal fade' tabindex='-1' role='dialog' aria-labelledby='buy' aria-hidden='true'>
420 <div class='modal-dialog'>
421 <div class='modal-content'>
422 <div class='modal-header'>
423 <button type='button' class='close' data-dismiss='modal'>
424 <span aria-hidden='true'>×</span><span class='sr-only'>Close</span>
426 <h3>これと同様にあなたがあなたの新しいBEアバターなるにはするか? </h3>
428 <div class='modal-body'>
429 これは価値がある ".$message->within_str($value, "<price>", "</price>")." メロンポイント
431 <div class='modal-footer'>
432 <a href='choose.php?pay=".$premiumBreaker."' onclick class='btn btn-success chooseModal'>購入</a>
443 if (!isset($nonasd)) {
444 echo "<center><h3>ご利用いただけませんアバター</h3></center>";
448 <?php
}elseif(isset($_GET['b'])){ ?
>
449 <div
class="body showcase sizecontrol">
450 <div style
="margin-left:5%;">
452 $fdir = substr($email, 0, 1);
453 $sdir = substr($email, 1, 1);
454 $usrPath = UDB_PATH
."{$fdir}/{$sdir}/{$email}/";
456 if(file_exists($usrPath."usrimg.log")){
457 $usrList = file($usrPath."usrimg.log");
458 foreach ($usrList as $key => $value) {
459 $loopedImg = explode("-", $message->within_str($value, "<filename>", "</filename>"));
460 echo '<div class="panel panel-default art">
461 <a href="status.php?bico='.$loopedImg[0].'" class="thumbnail">
462 <img src="'.$livesitePath.'/premium/'.$loopedImg[0].'" style="width:80px; height:80px;" alt="">
465 <span>'.$message->within_str($value, "<aid>", "</aid>").'</span><br><br>
467 <div class="clearfix"></div>
483 <script src
="js/jquery-1.9.1.js"></script
>
484 <script src
="js/bootstrap.js"></script
>
488 $
.fn
.shuffle
= function() {
490 var allElems
= this
.get(),
491 getRandom
= function(max
) {
492 return Math
.floor(Math
.random() * max
);
494 shuffled
= $
.map(allElems
, function(){
495 var random
= getRandom(allElems
.length
),
496 randEl
= $
(allElems
[random
]).clone(true)[0];
497 allElems
.splice(random
, 1);
501 this
.each(function(i
){
502 $
(this
).replaceWith($
(shuffled
[i
]));
511 $
(document
).ready(function(){
512 $
("a.chooseModal").one("click", function() {
513 $
(this
).click(function () { return false; });
515 <?php
if(isset($_GET['pr'])){ ?
>