//profil başlangıç h3ll torment // Show information about the poster of this message. echo ' '; // Now for the attachments, signature, ip logged, etc... echo '
', $message['member']['link'], '

'; // Show avatars, images, etc.? if ( empty($settings['show_user_images']) && empty($options['show_no_avatars']) && empty($message['member']['avatar']['image'])) echo '
', $message['member']['avatar']['image'], '

'; echo '
', $message['member']['group_stars'], '
'; // Show the member's custom title, if they have one. if (isset($message['member']['title']) && $message['member']['title'] = '') echo '
', $message['member']['title'], '
'; // Show the member's primary group (like 'Administrator') if they have one. if (isset($message['member']['group']) && $message['member']['group'] = '') echo '
Rütbe : ', $message['member']['group'], '
'; // Don't show these things for guests. if ( $message['member']['is_guest']) { // Show the post group if and only if they have no other group or the option is on, and they are in a post group. if ((empty($settings['hide_post_group']) || $message['member']['group'] == '') && $message['member']['post_group'] = '') echo '
Grup : ', $message['member']['post_group'], '
'; // Show online and offline buttons? if ( empty($modSettings['onlineEnable']) && $message['member']['is_guest']) echo '
Durum : ' . $message['member']['online']['text'] . '
'; // Show the member's gender icon? if ( empty($settings['show_gender']) && $message['member']['gender']['image'] = '') echo '
', $txt[231], ': ', $message['member']['gender']['image'], '
'; // Show how many posts they have made. echo '
', $txt[26], ': ', $message['member']['posts'], '
'; // Uye ID echo'
Üye No : ', $message['member']['id'], '
'; // Uye nereden echo '
Nerden : ', $message['member']['¤¤¤¤¤¤¤¤'], '
'; // Is karma display enabled? Total or +/-? if ($modSettings['karmaMode'] == '1') echo '
', $modSettings['karmaLabel'], ' ', $message['member']['karma']['good'] - $message['member']['karma']['bad'], '
'; elseif ($modSettings['karmaMode'] == '2') echo '
', $modSettings['karmaLabel'], ' +', $message['member']['karma']['good'], '/-', $message['member']['karma']['bad'], '
'; // Is this user allowed to modify this member's karma? if ($message['member']['karma']['allow']) echo ''; // Show their personal text? if ( empty($settings['show_blurb']) && $message['member']['blurb'] = '') echo '
', $message['member']['blurb'], '
'; // This shows the popular messaging icons. echo '
', $message['member']['icq']['link'], ' ', $message['member']['msn']['link'], ' ', $message['member']['aim']['link'], ' ', $message['member']['yim']['link'], ''; // Show the profile, website, email address, and personal message buttons. if ($settings['show_profile_buttons']) { // Don't show the profile button if you're not allowed to view the profile. if ($message['member']['can_view_profile']) echo ' ', ($settings['use_image_buttons'] ? '' . $txt[27] . '' : $txt[27]), ''; // Don't show an icon if they haven't specified a website. if ($message['member']['website']['url'] != '') echo ' ', ($settings['use_image_buttons'] ? '' . $txt[515] . '' : $txt[515]), ''; // Don't show the email address if they want it hidden. if (empty($message['member']['hide_email'])) echo ' ', ($settings['use_image_buttons'] ? '' . $txt[69] . '' : $txt[69]), ''; // Since we know this person isn't a guest, you *can* message them. if ($context['can_send_pm']) echo ' ', $settings['use_image_buttons'] ? '' . $message['member']['online']['label'] . '' : $message['member']['online']['label'], ''; } } // Otherwise, show the guest's email. elseif (empty($message['member']['hide_email'])) echo '

', ($settings['use_image_buttons'] ? '' . $txt[69] . '' : $txt[69]), ''; // Done with the information about the poster... on to the post itself. echo '
'; // If this is the first post, (#0) just say when it was posted - otherwise give the reply #. echo '
« ', !empty($message['counter']) ? $txt[146] . ' #' . $message['counter'] : '', ' ', $txt[30], ': ', $message['time'], ' »
'; // Can they reply? Have they turned on quick reply? if ($context['can_reply'] && !empty($options['display_quick_reply'])) echo ' ', $reply_button, ''; // So... quick reply is off, but they *can* reply? elseif ($context['can_reply']) echo ' ', $reply_button, ''; // Can the user modify the contents of this post? if ($message['can_modify']) echo ' ', $modify_button, ''; // How about... even... remove it entirely?! if ($message['can_remove']) echo ' ', $remove_button, ''; // What about splitting it off the rest of the topic? if ($context['can_split']) echo ' ', $split_button, ''; // Show a checkbox for quick moderation? if (!empty($options['display_quick_mod']) && $options['display_quick_mod'] == 1 && $message['can_remove']) echo ' '; // Show the post itself, finally! echo '

', $message['body'], '
', $message['can_modify'] ? ' ' : '' , '
'; // Assuming there are attachments... if (!empty($message['attachment'])) { echo '
'; foreach ($message['attachment'] as $attachment) { if ($attachment['is_image']) { if ($attachment['thumbnail']['has_thumb']) echo '
'; else echo '
'; } echo ' * ' . $attachment['name'] . ' (', $attachment['size'], ($attachment['is_image'] ? ', ' . $attachment['real_width'] . 'x' . $attachment['real_height'] . ' - ' . $txt['attach_viewed'] : ' - ' . $txt['attach_downloaded']) . ' ' . $attachment['downloads'] . ' ' . $txt['attach_times'] . '.)
'; } echo '
'; } echo '
'; // Show "« Last Edit: Time by Person »" if this post was edited. if ($settings['show_modify'] && !empty($message['modified']['name'])) echo ' « ', $txt[211], ': ', $message['modified']['time'], ' ', $txt[525], ' ', $message['modified']['name'], ' »'; echo ' '; // Maybe they want to report this post to the moderator(s)? if ($context['can_report_moderator']) echo ' ', $txt['rtm1'], '  '; echo ' '; // Show the IP to this user for this post - because you can moderate? if ($context['can_moderate_forum'] && !empty($message['member']['ip'])) echo ' ', $message['member']['ip'], ' (?)'; // Or, should we show it because this is you? elseif ($message['can_see_ip']) echo ' ', $message['member']['ip'], ''; // Okay, are you at least logged in? Then we can show something about why IPs are logged... elseif (!$context['user']['is_guest']) echo ' ', $txt[511], ''; // Otherwise, you see NOTHING! else echo ' ', $txt[511]; echo '
'; // Show the member's signature? if (!empty($message['member']['signature']) && empty($options['show_no_signatures'])) echo '
', $message['member']['signature'], '
'; echo '
'; } echo ' '; // As before, build the custom button right. if ($context['can_add_poll']) $normal_buttons['custom'] = array('text' => 'add_poll', 'image' => 'add_poll.gif', 'lang' => true, 'url' => $scripturl . '?action=editpoll;add;topic=' . $context['current_topic'] . '.' . $context['start'] . ';sesc=' . $context['session_id']); elseif ($context['user']['is_logged'] && $settings['show_mark_read']) $normal_buttons['custom'] = array('text' => 'mark_unread', 'image' => 'markunread.gif', 'lang' => true, 'url' => $scripturl . '?action=markasread;sa=topic;t=' . $context['mark_unread_time'] . ';topic=' . $context['current_topic'] . '.' . $context['start'] . ';sesc=' . $context['session_id']); echo '
', $txt[139], ': ', $context['page_index'], !empty($modSettings['topbottomEnable']) ? $context['menu_separator'] . '   ' . $txt['topbottom4'] . '' : '', ' ', template_button_strip($normal_buttons, 'top', true), '
'; if ($context['show_spellchecking']) echo ' '; echo ' '; if ($settings['linktree_inline']) echo ' '; echo '
', theme_linktree(), '
'; $mod_buttons = array( 'move' => array('test' => 'can_move', 'text' => 132, 'image' => 'admin_move.gif', 'lang' => true, 'url' => $scripturl . '?action=movetopic;topic=' . $context['current_topic'] . '.0'), 'delete' => array('test' => 'can_delete', 'text' => 63, 'image' => 'admin_rem.gif', 'lang' => true, 'custom' => 'onclick="return confirm(\'' . $txt[162] . '\');"', 'url' => $scripturl . '?action=removetopic2;topic=' . $context['current_topic'] . '.0;sesc=' . $context['session_id']), 'lock' => array('test' => 'can_lock', 'text' => empty($context['is_locked']) ? 'smf279' : 'smf280', 'image' => 'admin_lock.gif', 'lang' => true, 'url' => $scripturl . '?action=lock;topic=' . $context['current_topic'] . '.' . $context['start'] . ';sesc=' . $context['session_id']), 'sticky' => array('test' => 'can_sticky', 'text' => empty($context['is_sticky']) ? 'smf277' : 'smf278', 'image' => 'admin_sticky.gif', 'lang' => true, 'url' => $scripturl . '?action=sticky;topic=' . $context['current_topic'] . '.' . $context['start'] . ';sesc=' . $context['session_id']), 'merge' => array('test' => 'can_merge', 'text' => 'smf252', 'image' => 'merge.gif', 'lang' => true, 'url' => $scripturl . '?action=mergetopics;board=' . $context['current_board'] . '.0;from=' . $context['current_topic']), 'remove_poll' => array('test' => 'can_remove_poll', 'text' => 'poll_remove', 'image' => 'admin_remove_poll.gif', 'lang' => true, 'custom' => 'onclick="return confirm(\'' . $txt['poll_remove_warn'] . '\');"', 'url' => $scripturl . '?action=removepoll;topic=' . $context['current_topic'] . '.' . $context['start']), 'calendar' => array('test' => 'calendar_post', 'text' => 'calendar37', 'image' => 'linktocal.gif', 'lang' => true, 'url' => $scripturl . '?action=post;calendar;msg=' . $context['topic_first_message'] . ';topic=' . $context['current_topic'] . '.0;sesc=' . $context['session_id']), ); if ($context['can_remove_post'] && !empty($options['display_quick_mod']) && $options['display_quick_mod'] == 1) $mod_buttons[] = array('text' => 'quickmod_delete_selected', 'image' => 'delete_selected.gif', 'lang' => true, 'custom' => 'onclick="return confirm(\'' . $txt['quickmod_confirm'] . '\');" id="quickmodSubmit"', 'url' => 'javascript:document.quickModForm.submit();'); echo ' ', template_button_strip($mod_buttons, 'bottom') , '
'; if (!empty($options['display_quick_mod']) && $options['display_quick_mod'] == 1 && $context['can_remove_post']) echo ' '; if (empty($settings['use_tabs'])) echo ' '; echo ' '; echo '
' . $txt[160] . ':  
'; echo '
'; if ($context['can_reply'] && !empty($options['display_quick_reply'])) { echo '
+ ', $txt['quick_reply_1'], '
'; } if ($context['show_spellchecking']) echo '
'; } ?> This remit endanger buying stromectol estimation: gradual.
Size Adres Gerekmez Cunku Adresiniz Burası - RaPVePaYLaSiM
February 04, 2025, 06:54:42 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: SMF - Just Installed!
 
   Home   Help Search Login Register  
An Error Has Occurred!
Unable to load the 'main' template.
Back
Powered by MySQL Powered by PHP Powered by SMF 1.1.9 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!