| 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/mixer/ |
Upload File : |
{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"><img class="png" src="{url_tmpl_main}images/music/shadow.png" width="456" height="52" alt=""/></div>
<div class="music_new_p pl_top_m">
<h1 class="pink">{l_other_tracks_by} {musician_name}</h1>
{music_song_list}
<div class="line_dashed"></div>
<h1 class="pink">{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_input5 fl_right"><input id="song_comment_post_button" type="button" value="{l_comment}" onclick="on_song_comment_post();"/></div>
<img style="visibility:hidden;" 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="music_new_foot">
<table>
<tr>
<td class="td_l"> </td>
<td class="td_c"> </td>
<td class="td_r"> </td>
</tr>
</table>
</div>
<div class="decor_top"></div>
</div>
{footer}