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//_groups_forum_comment_list.html
<!-- begin_container_header -->
<script type="text/javascript">

var current_page_n = {page};

function forum_comment_list_load_page(page_n,jump)
{
    $('#forum_comment_list_load_animation').css('visibility', 'visible');

    $('#forum_comment_list_container').load(
            '{url_main}groups_group_forum_comment_list_ajax.php?forum_id={forum_id}&forum_comment_list_page=' + page_n,
            null,
            function(responseText, textStatus, XMLHttpRequest) {
                current_page_n = page_n;

	// UPDATE lightBox images
	initLightboxOldTemplate();

	// go to anchor of comment
	if(jump==1) document.location.href="#forum_comment_"+posted_comment_id;

            });
}

function forum_comment_delete(comment_id)
{
    if(confirm('{l_are_you_sure}'))
    {
	    $('#forum_comment_' + comment_id).fadeOut(400, function() {
		        $.ajax({
		            type: 'POST',
		            url: '{url_main}groups_group_forum_comment_delete_ajax.php',
		            data: {
		                comment_id: comment_id
		                },
		            success: function (data, textStatus, XMLHttpRequest)
		                {
		                    forum_comment_list_load_page(current_page_n);
		                }
		          });
	        });
    }
}

function on_forum_comment_post()
{
	if($('#forum_comment_text').val() == '{l_groups_add_a_post}')
		$('#forum_comment_text').val('');

    comment_text = $('#forum_comment_text').val();
    if(comment_text === "")
    {
        alert('{l_please_enter_text}');
        return false;
    }

    $('#forum_comment_post_button').attr('disabled', true);
    $('#forum_comment_post_animation').css('visibility', 'visible');

    $.ajax({
          type: 'POST',
          url: '{url_main}groups_group_forum_comment_create_ajax.php',
          data: {
              forum_id: {forum_id},
              comment_text: comment_text
              },
          success: function (data, textStatus, XMLHttpRequest)
              {
                  $('#forum_comment_post_animation').css('visibility', 'hidden');
                  $('#forum_comment_text').val('');
                  $('#forum_comment_post_button').attr('disabled', false);
                  forum_comment_list_load_page('last',1);
              }
        });
}

function forum_comment_comment_delete(comment_id)
{
    if(confirm('{l_are_you_sure}'))
    {
        $('#forum_comment_comment_' + comment_id).fadeOut(400, function() {
                $.ajax({
                    type: 'POST',
                    url: '{url_main}groups_group_forum_comment_comment_delete_ajax.php',
                    data: {
                        comment_id: comment_id
                        },
                    success: function (data, textStatus, XMLHttpRequest)
                        {
                            forum_comment_list_load_page(current_page_n);
                        }
                  });
            });
    }
}

function on_forum_comment_comment_post(comment_id)
{
	if(!{allow_comments})
	{
	    alert('{l_groups_please_join_this_group_first}');
	    return false;
	}

    if($('#forum_comment_comment_text_' + comment_id).val() == '{l_groups_write_a_comment}')
        $('#forum_comment_comment_text_' + comment_id).val('');

    comment_comment_text = $('#forum_comment_comment_text_' + comment_id).val();
    if(comment_comment_text === "")
    {
        alert('{l_please_enter_text}');
        return false;
    }

    //$('#forum_comment_comment_post_button_' + comment_id).hide();
    //$('#forum_comment_comment_post_animation_' + comment_id).css('display', 'inline');

    $.ajax({
          type: 'POST',
          url: '{url_main}groups_group_forum_comment_comment_create_ajax.php',
          data: {
              comment_id: comment_id,
              comment_text: comment_comment_text
              },
          success: function (data, textStatus, XMLHttpRequest)
              {
                  //$('#forum_comment_comment_post_animation_' + comment_id).css('visibility', 'hidden');
                  $('#forum_comment_comment_text_' + comment_id).val('');
                  $('#forum_comment_comment_post_button_' + comment_id).attr('disabled', false);
                  forum_comment_list_load_page(current_page_n);
              }
        });

    return false;
}

</script>
<div id="forum_comment_list_container">
<!-- end_container_header -->
<script type="text/javascript">
    var box_object = $('.groups_video');
    prepareVideoResize(box_object);
    videoResize(box_object);
</script>
<table class="groups_tb_sub">
<script type="text/javascript">
var posted_comment_id = '{posted_comment_id}';
</script>
    <col width="7px"/>
    <col width="30px"/>
    <tr>
        <th class="th_t_l nb first">&nbsp;</th>
        <th class="th_t_c">{l_groups_photo}</th>
        <th class="th_t_c nb"><span>{l_groups_message} &amp; {l_groups_comments}</span>


<a href="{url_main}groups_group_forum_list.php?group_id={group_id}" style="float: right;">{l_groups_browse_forums}</a>


		</th>
        <th class="th_t_r nb first">&nbsp;</th>
    </tr>

<!-- begin_comment -->
	<tr id="forum_comment_{comment_id}">
	    <td colspan="2" class="border_b first">
	    <a href="{url_main}search_results.php?display=profile&name={comment_user_name_full}" title="{comment_user_name_full}"><img src="{comment_user_photo}" width="37" height="41" alt="{comment_user_name_full}"/></a>
        <!-- begin_delete_button --><div style="position:relative;">
         <div class="groups_bl_dpink_delete_foto"><a href="javascript:forum_comment_delete({comment_id});"><img  src="{url_tmpl_main}images/groups/ico_delete_yellow.png" width="13" height="14" alt=""/></a></div>
        </div><!-- end_delete_button -->
		</td>
	    <td colspan="2" class="nb border_b">

	        <div class="groups_tb_bl_dpink">

	        <p><strong><a href="{url_main}search_results.php?display=profile&name={comment_user_name_full}" title="{comment_user_name_full}">{comment_user_name}</a></strong> {comment_text}</p>

	        <ul class="groups_data">
	            <li class="decor">{comment_created_at_date}</li>
	        </ul>


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

            <!-- begin_comment_comment -->
	        <div class="groups_bl_dpink" id="forum_comment_comment_{comment_comment_id}">
<!-- 	            <div class="groups_bl_dpink_top"></div>
 -->	            <div class="groups_bl_dpink_c">
	                <a href="{url_main}search_results.php?display=profile&name={user_name_full}"><img class="fl_left" src="{user_photo}" height="23" alt=""/></a>
	                <div class="groups_bl_dpink_txt" >
	                    <a href="{url_main}search_results.php?display=profile&name={user_name_full}" title="{user_name_full}">{user_name}</a> {comment_comment_text}<br />
	                    <span>{comment_comment_created_at_date}</span>
	                </div>
	            </div>
<!-- 	            <div class="groups_bl_dpink_bot"></div>
 -->
	            <!-- begin_comment_delete_button -->
	            <div class="groups_bl_dpink_delete" ><a href="javascript:forum_comment_comment_delete({comment_comment_id});"><img src="{url_tmpl_main}images/groups/ico_delete_yellow.png" width="13" height="14" alt=""/></a></div>
                <!-- end_comment_delete_button -->
	        </div>
            <!-- end_comment_comment -->

	        <form action="#" onsubmit="return on_forum_comment_comment_post({comment_id});">
          <table class="tb_streight">
          <col width="100%" />
          <col width="76px" />
          <tr>
            <td>
		        <div class="col1 groups_input_text3 fl_left"><input id="forum_comment_comment_text_{comment_id}" style="visibility:visible;" class="no_abk" type="text" value="{l_groups_write_a_comment}"  onblur="javascript:if(this.value=='')this.value='{l_groups_write_a_comment}'"     onFocus="this.value=''"/></div>
            </td>
            <td>
		        <!--<img style="display:none;" id="forum_comment_comment_post_animation_{comment_id}" src="{url_tmpl_main}images/load_animation.gif">-->
				<div class=" fl_right"><input class="btn upper_header_color round fl_right" style="min-width: 66px;" id="forum_comment_comment_post_button_{comment_id}" type="submit" value="{l_groups_save}" /></div>
           </td>
          </tr>

         </table>
	        </form>

	        <div class="groups_line"></div>

	        <!-- -->
	        </div>
	    </td>
	</tr>
<!-- end_comment -->

<!-- begin_new_comment_form -->
	<tr>
	    <td colspan="2" class="border_b first"></td>
	    <td colspan="2" class="nb border_b">

	        <div class="groups_tb_bl_dpink">
<div class="groups_textarea2"	>
	        <textarea id="forum_comment_text"  onblur="javascript:if(this.value=='')this.value='{l_groups_add_a_post}'"   onFocus="if(this.value=='{l_groups_add_a_post}') this.value='';">{l_groups_add_a_post}</textarea></div>

<!-- 	        <div class="groups_input2 fl_right">
            <input id="forum_comment_post_button"  type="button" onclick="on_forum_comment_post();" value="{l_groups_write}" />
          </div> -->
      <input class="btn round upper_header_color big fl_right
" id="forum_comment_post_button"  type="button" onclick="on_forum_comment_post();" value="{l_groups_write}" />

	<img class="fl_right" style="visibility:hidden; margin: 0 5px 0 0;" id="forum_comment_post_animation" src="{url_tmpl_main}images/load_animation.gif">
	        <div class="groups_line"></div>
	        <div class="cl groups_empty"></div>

	        </div>
	    </td>
	</tr>
<!-- end_new_comment_form -->

    <tr>
        <th class="th_b_l nb">&nbsp;</th>
        <th colspan="2" class="th_b_c nb">&nbsp;</th>
        <th class="th_b_r nb">&nbsp;</th>
    </tr>

</table>

<!-- begin_pager -->
<div class="fl_right"><ul class="groups_paging">
    <li><img style="visibility:hidden;" id="forum_comment_list_load_animation" src="{url_tmpl_main}images/load_animation.gif"></li>
    <!-- begin_pager_prev --><li><a href="javascript:forum_comment_list_load_page({page_n});">{l_pager_prev}</a></li>
    <li>|&nbsp;&nbsp;</li><!-- end_pager_prev -->
    <!-- begin_pager_link --><!-- begin_pager_link_active --><li class="active">{page_n}</li><!-- end_pager_link_active --><!-- begin_pager_link_not_active --><li><a href="javascript:forum_comment_list_load_page({page_n});">{page_n}</a></li><!-- end_pager_link_not_active --><!-- end_pager_link -->
    <!-- begin_pager_next --><li>&nbsp;&nbsp;|</li>
    <li><a href="javascript:forum_comment_list_load_page({page_n});">{l_pager_next}</a></li><!-- end_pager_next -->
</ul></div><!-- end_pager -->

<!-- begin_container_footer -->
</div>
<!-- end_container_footer -->

Youez - 2016 - github.com/yon3zu
LinuXploit