KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17
System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64
User : nobody ( 99)
PHP Version : 5.2.17
Disable Function : NONE
Directory :  /home/queenjbs/yuchun/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/queenjbs/yuchun/mypage_fp.php
<?
	include"inc_top.php";
	if($sessionLevel < 10){
		echo "<script>parent.location.href = './guide.html'</script>";
		exit;
	}

	$MENU_CLASS1 = "li_first";
	$MENU_CLASS2 = "li_second";
	$MENU_CLASS3 = "li_second";
	$MENU_CLASS4 = "li_second";
	$MENU_CLASS5 = "li_second_on";
	$MENU_CLASS6 = "li_second";

	$SUB_CLASS1 = "li_first";
	$SUB_CLASS2 = "li_second_on";
	$SUB_CLASS3 = "li_second";

	require"inc_mypage_menu.php";  //마이페이지 메뉴

	$QUERY_PAGE  = "SELECT * FROM user_ranking order by inning desc";
	$results= mysql_query($QUERY_PAGE,$db_con);
	while($rows = mysql_fetch_array($results)){
		$ranking_option .= "<option value='$rows[inning]'>シーズン $rows[inning]</option>";
	}
	$ranking_select = "<select name='gubun' class='box' onChange='javascript:view_paging(1,this.value);'>$ranking_option</select>";
?>
<link rel="stylesheet" type="text/css" href="../sys_css_js/css_mypage.css"/>

<style>
		.myp_movieBig 		      {display:block; padding:20px;}
 	.myp_account_area		 		{width:100%; min-width:300px;/*margin-top:15px;*/}
		.myp_txt														{display: inline-block;  width:47%; height:45px; /*min-width:300px;*/ margin-top:5px; color:#000000; text-align:left;}
		.myp_txt li											{ display:inline-block; padding-left:1%; }
		.myp_sel_ar           {display: inline-block;  width:47%; height: 45px; /*min-width:300px;*/ margin-top:5px; text-align:right;}
		.myp_sel_box          {border: solid 1px rgb(211, 211, 211); mix-width:200px; min-width:160px; height:32px; /*padding:10px;*/ color:rgb(153,153,153);}
 	.face_ok_on 									 {display:inline-block;	font-size:0.9em; color:#349DF3; cursor:pointer; } /* 프로필 이미지*/
 .face_ok_off									 {display:inline-block; font-size:0.9em; color:#939393; cursor:pointer; } /* 프로필 이미지*/

	.post03																{display:block;border: solid 1px rgb(211, 211, 211);  /*border: solid 1px rgba(160, 160, 160, 0.3); /*padding:0px 15px 0px 0px;*/ background-color:rgb(255,255,255); }

	.myp_date_tit   						 {margin:0 auto; width:100%; display:block; /*background-color:rgb(211,211,211,0.3);*/ background-color:rgb(231,231,231);}
	.myp_date_tit:after    {clear: both; display: block; content: "";}

 .myqa_tit_le	              {float:left;	width:62px; height:62px; }
	.myqa_tit_le	.myqa_ans_no  {text-align:center; font-weight:700; color:#F00; padding:28px 10px 28px 10px;}
	.myqa_tit_le .myqa_ans_ok  {text-align:center; font-weight:700; color:#00CCCC; padding:28px 10px 28px 10px;}
 .myqa_tit_ri	              {overflow:hidden; padding-left:10px; min-width:150px;vertical-align:top; line-height:22px; text-align:left; border-left: solid 1px rgb(211,211,211); background-color:rgb(255,255,255);}
 .myqa_tit_ri	.myqa_tit_sel        {display:inline-block; color:rgb(51, 51, 51); padding:0 10px 10px 0px; vertical-align:top;}
 .myqa_btn_top									            {width:98%; height:15px; padding-top:10px; text-align:right;	}
	.mvis_date_02                     {color:rgb(153, 153, 153); padding:0 0 10px 0px;}

	.bg_w1	   	   {background-color: #ffffff;}
	.border_t1	   {border-top:solid 1px rgb(211,211,211);}
	.border_tn	   {border-top:solid 0px rgba(211,211,211, 0.0);}
 .padding_l_10	{padding-left:10px;}
	.padding_10 		{padding:10px;}
	.margin_at    {margin:0 auto;}
	.txt_bk1	   	 {color:rgb(51, 51, 51);}


	.totoal_fp    { display:inline-block; width:100%; min-height:25px; padding:10px 0 5px 0; background-color:#FFF; border-width:1px 0 1px 0; border-style:solid; border-color:#CCC; }


		@media only screen and (max-width:400px)
	{
				.myp_txt														{display: inline-block;  width:100%; 	height:45px; /*min-width:300px;*/ margin-top:5px; color:#000000; text-align:left;}
				.myp_sel_ar           {display: inline-block;  width:100%;	 height:45px; /*min-width:300px;*/ margin-top:5px; text-align:right;}

	}
</style>
<script type="text/javascript" >
//본문 내용
function view_paging(val_page,val2) {
    $.ajax({
        type: "POST",
        url: "mypage_fp_ls_ajax.php",
        data: "&page=" + val_page + "&tmp_no="+val2 ,
        cache: false,
        success: function(data) {
            //alert(data);
            $("#con_ls").empty();
            $("#con_ls").html(data);

            $(window).scrollTop(0);

        }
    });
    return;
}

$(document).ready(function() {
	view_paging('1');
});
</script>

<SECTION>
 <ARTICLE>

  <div class="article_news_area">

  	<!-- LEFT -->
		<?=$MYPAGE_LEFT ?>


	  <!-- RIGHT -->
   <div class="myp_right">
    <h2>マイページ</h2>

    <div class="myp_right_menu_area">
     <div class="myp_right_menu">
     	<?
      	$MENU_CLASS1 = "li_first";
							$MENU_CLASS2 = "li_second";
							$MENU_CLASS3 = "li_second";
							$MENU_CLASS4 = "li_second_on";
							$MENU_CLASS5 = "li_second";

							require"inc_mypage_menu.php";  //마이페이지 메뉴

						?>

      <?=$MYPAGE_MENU ?>

     </div>
    </div>


		<script>
			//상세보기 열기
			function open_detail_open(val_no)
			{
							$("#open_detail"+val_no).css({"display":"none"});
							$("#close_detail"+val_no)	.css({"display":"block"})	;

							$("#postview"+val_no).css({"display":"block"});
							$("#post"+val_no).css({"margin-bottom":"0px"	});
			}

			//상세보기 닫기
			function open_detail_close(val_no)
			{
							$("#open_detail"+val_no).css({"display":"block"});
							$("#close_detail"+val_no)	.css({"display":"none"})	;

							$("#postview"+val_no).css({"display":"none"});
							$("#post"+val_no).css({"margin-bottom":"30px"	});
			}

			function open_write_area()
			{
							$("#write_area").css({"display":"block"});
			}
 </script>


   <div class="myp_right_content_area_2">

    <div class="myp_movieBig ">



     <div class="myp_account_area" >
      <div class="myp_txt">
      	<ul>
       	<li><?=$MY_LEVEL_IMG?> <strong><?=$sessionNickname?></strong></li>
        <!--<li>ランキング <span class="font_blue1">37</span>位</li>
        <li><span class="font_blue1 font_bold">GOLD</span></li>-->
        <li><a href="ranking.php"><img src="../images/sub/btn_go_ranking.jpg" width="95" height="25" style="vertical-align:middle;"/></a></li>
				<li><?=$ranking_select?></li>
       </ul>
      </div>
    	 <div class="myp_sel_ar">
      	<div id="face_no_off" class="face_ok_off txt_align_r">現在のポイント : <?=$point_total?> FP</div>
      </div>
     </div>

		 <div id="con_ls" ></div>
		 <div class="totoal_fp margin_t20 txt_align_r"> 現在のポイント : <strong><?=$point_total?> FP</strong> &nbsp;&nbsp;</div>





   </div> <!-- mypage -->

		</div><!--div class="myp_right"-->

	</ARTICLE>
</SECTION>

<?

	include"inc_bottom.php";

?>
 <!-- MOUSE ACTION -->
 </body>
 </html>

Anon7 - 2021