| 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 : |
<!-- begin_container_header -->
<script type="text/javascript">
function groups_message_list_{upcoming}_load_page(page_n)
{
$('#groups_message_list_{upcoming}_load_animation').css('visibility', 'visible');
$('#groups_message_list_{upcoming}_container').load(
'{url_main}groups_message_list_ajax.php?n_results_per_page={n_results_per_page}&message_where_when={message_where_when}&user_id={user_id}&list_type={list_type}&country_id={country_id}&category_id={category_id}&message_datetime={message_datetime}&query={query}&upcoming={upcoming}&message_place={message_place}&groups_message_list_page=' + page_n);
}
function groups_message_list_{upcoming}_delete_message(message_id, page_n)
{
if(confirm('{l_are_you_sure}'))
{
$('#message_list_message_' + message_id).fadeOut(400, function() {
$.ajax({
type: 'POST',
url: '{url_main}groups_message_delete_ajax.php',
data: {
message_id: message_id
},
success: function (data, textStatus, XMLHttpRequest)
{
groups_message_list_{upcoming}_load_page(page_n);
}
});
});
}
}
</script>
<div id="groups_message_list_{upcoming}_container">
<!-- end_container_header -->
<!-- begin_groups -->
<table class="groups_tb_sub">
<!-- begin_groups_where_when_title -->
<col width="7px"/>
<col width="105px"/>
<col width="255px"/>
<col width="50px"/>
<tr>
<th class="th_t_l nb first"> </th>
<th class="th_t_c">{l_groups_forum_thread}</th>
<th class="th_t_c"><span>{l_groups_message}</span></th>
<th class="th_t_c"><span>{l_groups_poster}</span></th>
<th class="th_t_c nb"><span>{l_groups_go}</span></th>
<th class="th_t_r nb first"> </th>
</tr>
<!-- end_groups_where_when_title -->
<!-- begin_groups_when_guests_comments_title -->
<col width="7px"/>
<col width="100px"/>
<col width="84px"/>
<col width="60px"/>
<col width="84px"/>
<col width="83px"/>
<tr>
<th class="th_t_l nb first"> </th>
<th class="th_t_c">{l_groups_groups}</th>
<th class="th_t_c"><span>{l_groups_founded} </span></th>
<th class="th_t_c"><span>{l_groups_members}</span></th>
<th class="th_t_c nb"><span>{l_groups_forum_posts}</span></th>
<th class="th_t_c nb"><span>{l_groups_wall_posts}</span></th>
<th class="th_t_c nb"><span>{l_groups_go}</span></th>
<th class="th_t_r nb first"> </th>
</tr>
<!-- end_groups_when_guests_comments_title -->
<!-- begin_message -->
<tr id="message_list_message_{message_id}">
<td class="first" colspan="2"><span><a <!-- begin_forum_link --> href="{url_main}groups_group_forum_show.php?forum_id={forum_id}"<!-- end_forum_link --> <!-- begin_private_group_alert --> style = "cursor:pointer;" onClick="alert('{l_events_private_group_alert}')" <!-- end_private_group_alert -->title="{forum_title_full}">{forum_title}</a></span></td>
<td><span><a class="yellow" <!-- begin_forum_message_link --> href="{url_main}groups_group_forum_show.php?forum_id={forum_id}&forum_comment_list_page=last#forum_comment_{comment_id}" title="{comment_text_full}"<!-- end_forum_message_link --> <!-- begin_private_group_alert --> style = "cursor:pointer;" onClick="alert('{l_events_private_group_alert}')" <!-- end_private_group_alert -->>{comment_text}</a></span></td>
<td><span><a href="{url_main}search_results.php?display=profile&name={comment_user_name_full}" title="{comment_user_name_full}">{comment_user_name}</a></span></td>
<td class="nb play" colspan="2"><span><a <!-- begin_forum_link_button --> href="{url_main}groups_group_forum_show.php?forum_id={forum_id}&forum_comment_list_page=last#forum_comment_{comment_id}" <!-- end_forum_link_button --><!-- begin_private_group_alert --> style = "cursor:pointer;" onClick="alert('{l_events_private_group_alert}')" <!-- end_private_group_alert -->><img src="{url_tmpl_main}images/groups/play.png" width="13" height="13" alt=""/></a></span></td>
<!-- begin_message_where_when_rows -->
<!-- end_message_where_when_rows -->
<!-- begin_message_when_guests_comments_rows -->
<!-- end_message_when_guests_comments_rows -->
</tr>
<!-- end_message -->
<tr>
<th class="th_b_l nb"> </th>
<!-- begin_groups_where_when_footer -->
<th colspan="4" class="th_b_c nb"> </th>
<!-- end_groups_where_when_footer -->
<!-- begin_groups_when_guests_comments_footer -->
<th colspan="4" class="th_b_c nb"> </th>
<!-- end_groups_when_guests_comments_footer -->
<th class="th_b_r nb"> </th>
</tr>
</table>
<!-- begin_pager -->
<div class="fl_right"><ul class="groups_paging">
<li><img style="visibility:hidden;" id="groups_message_list_{upcoming}_load_animation" src="{url_tmpl_main}images/load_animation.gif"></li>
<!-- begin_pager_prev --><li><a href="javascript:groups_message_list_{upcoming}_load_page({page_n});">{l_pager_prev}</a></li>
<li>| </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:groups_message_list_{upcoming}_load_page({page_n});">{page_n}</a></li><!-- end_pager_link_not_active --><!-- end_pager_link -->
<!-- begin_pager_next --><li> |</li>
<li><a href="javascript:groups_message_list_{upcoming}_load_page({page_n});">{l_pager_next}</a></li><!-- end_pager_next -->
</ul></div><!-- end_pager -->
<!-- end_groups -->
<!-- begin_no_groups -->
<div class="groups_comments">
<!-- begin_no_groups_message --><center>{l_groups_no_groups}</center><!-- end_no_groups_message -->
</div>
<!-- end_no_groups -->
<!-- begin_container_footer -->
</div>
<!-- end_container_footer -->