System Hacked by - Turkish Muslim Hackers


"Ey Kitab ehli! Dininizde sınırları aşmayın ve Allah hakkında ancak hakkı söyleyin. Meryemoğlu İsa Mesih, ancak Allah'ın peygamberi, Meryem'e ulaştırdığı (emriyle onda var ettiği) kelimesi ve kendisinden bir ruhtur. Öyleyse Allah'a ve peygamberlerine iman edin, "(Allah) üçtür" demeyin.Kendi iyiliğiniz için buna son verin. Allah ancak bir tek ilahtır. O çocuk sahibi olmaktan uzaktır. Göklerdeki her şey, yerdeki her şey onundur. Vekil olarak Allah yeter. "(Nisa Suresi :171) !

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

" O People of the Book! Commit no excesses in your religion: Nor say of Allah aught but the truth. Christ Jesus the son of Mary was (no more than) a messenger of Allah, and His Word, which He bestowed on Mary, and a Spirit proceeding from Him: so believe in Allah and His messengers. Say not "Three (Trinity)" : desist: it will be better for you: for Allah is One God. Glory be to Him: (far exalted is He) above having a son. To Him belong all things in the heavens and on earth. And enough is Allah as a Disposer of affairs. " (Women : 141) !
 

"You Two,Israel And Usa; Didnt You Think That We Wouldnt Ask You About All Off These Oppressions You Did.Today Our Way Is That,Tomorrow We ll Be Knocking Your Door Because Of These Oppressions.Be Sure About This.Sins Can Be Forgiven But Oppressions Never.Even Allah Forgives You We ll Never.Filistin,Iraq Please Try To Stand These Oppressions.We Came To Broke Hands Which Hurt You.Now We Are Here Against These Enemies.


Professional Hacking And Security Team

2005-2010

// Initialize the template... mainly little settings. function template_init() { global $context, $settings, $options, $txt; /* Use images from default theme when using templates from the default theme? if this is 'always', images from the default theme will be used. if this is 'defaults', images from the default theme will only be used with default templates. if this is 'never' or isn't set at all, images from the default theme will not be used. */ $settings['use_default_images'] = 'never'; /* What document type definition is being used? (for font size and other issues.) 'xhtml' for an XHTML 1.0 document type definition. 'html' for an HTML 4.01 document type definition. */ $settings['doctype'] = 'xhtml'; /* The version this template/theme is for. This should probably be the version of SMF it was created for. */ $settings['theme_version'] = '1.1.5'; /* Set a setting that tells the theme that it can render the tabs. */ $settings['use_tabs'] = false; /* Use plain buttons - as oppossed to text buttons? */ $settings['use_buttons'] = false; $settings['use_image_buttons'] = true; /* Show sticky and lock status seperate from topic icons? */ $settings['seperate_sticky_lock'] = true; } // The main sub template above the content. function template_main_above() { global $context, $settings, $options, $scripturl, $txt, $language, $modSettings; // Show right to left and the character set for ease of translating. echo ' ', empty($context['robot_no_index']) ? '' : ' ', ' ', $context['page_title'], ''; // The ?finll part of this link is just here to make sure browsers don't cache it wrongly. echo ' '; /* Internet Explorer 4/5 and Opera 6 just don't do font sizes properly. (they are big...) Thus, in Internet Explorer 4, 5, and Opera 6 this will show fonts one size smaller than usual. Note that this is affected by whether IE 6 is in standards compliance mode.. if not, it will also be big. Standards compliance mode happens when you use xhtml... */ if ($context['browser']['needs_size_fix']) echo ' '; // Show all the relative links, such as help, search, contents, and the like. echo ' '; // If RSS feeds are enabled, advertise the presence of one. if (!empty($modSettings['xmlnews_enable'])) echo ' '; // If we're viewing a topic, these should be the previous and next topics, respectively. if (!empty($context['current_topic'])) echo ' '; // If we're in a board, or a topic for that matter, the index will be the board's index. if (!empty($context['current_board'])) echo ' '; // We'll have to use the cookie to remember the header... if ($context['user']['is_guest']) { $options['collapse_header'] = !empty($_COOKIE['upshrink']); $options['collapse_header_ic'] = !empty($_COOKIE['upshrinkIC']); } // Output any remaining HTML headers. (from mods, maybe?) echo $context['html_headers'], ' '; // the routine for the info center upshrink echo '
'; echo'
'; // The information that will be shown to the member when he/she is logged on if($context['user']['is_logged']) { echo '
', $txt[248], ' ', $context['user']['name']; // Only tell them about their messages if they can read their messages! if ($context['allow_pm']) echo ',
', $txt[152], ' ', $context['user']['messages'], ' ', $context['user']['messages'] != 1 ? $txt[153] : $txt[471], '', $txt['newmessages4'], ' ', $context['user']['unread_messages'], ' ', $context['user']['unread_messages'] == 1 ? $txt['newmessages0'] : $txt['newmessages1'], '.'; echo '
'; } // The login box which will only be shown to the guests else { echo '
'; } echo'
'; // Search within current topic? if (!empty($context['current_topic'])) echo ' '; // If we're on a certain board, limit it to this board ;). elseif (!empty($context['current_board'])) echo ' '; echo '
'; } function template_main_below() { global $context, $settings, $options, $scripturl, $txt; echo' '; echo'
'; // Show the load time? if ($context['show_load_time']) { echo '

', $txt['smf301'], $context['load_time'], $txt['smf302'], $context['load_queries'], $txt['smf302b'], '

'; } // The following will be used to let the user know that some AJAX process is running echo '
'; } // Show a linktree. This is that thing that shows "My Community | General Category | General Discussion".. function theme_linktree() { global $context, $settings, $txt, $options; echo '
'; // Each tree item has a URL and name. Some may have extra_before and extra_after. foreach ($context['linktree'] as $link_num => $tree) { // Show something before the link? if (isset($tree['extra_before'])) echo $tree['extra_before']; // Don't show a separator for the last one. if ($link_num != count($context['linktree']) - 1) // Show the link, including a URL if it should have one. echo $settings['linktree_link'] && isset($tree['url']) ? '' . $tree['name'] . '' : $tree['name'] , ' » '; else echo $tree['name']; // Show something after the link...? if (isset($tree['extra_after'])) echo $tree['extra_after']; } echo '
kelo-lt Theme designed by padexx'; } // Show the menu up top. Something like [home] [help] [profile] [logout]... function template_menu() { global $context, $settings, $options, $scripturl, $txt; // Work out where we currently are. $current_action = 'home'; if (in_array($context['current_action'], array('admin', 'ban', 'boardrecount', 'cleanperms', 'detailedversion', 'dumpdb', 'featuresettings', 'featuresettings2', 'findmember', 'maintain', 'manageattachments', 'manageboards', 'managecalendar', 'managesearch', 'membergroups', 'modlog', 'news', 'optimizetables', 'packageget', 'packages', 'permissions', 'pgdownload', 'postsettings', 'regcenter', 'repairboards', 'reports', 'serversettings', 'serversettings2', 'smileys', 'viewErrorLog', 'viewmembers'))) $current_action = 'admin'; if (in_array($context['current_action'], array('search', 'admin', 'calendar', 'profile', 'mlist', 'register', 'login', 'help', 'pm'))) $current_action = $context['current_action']; if ($context['current_action'] == 'search2') $current_action = 'search'; if ($context['current_action'] == 'theme') $current_action = isset($_REQUEST['sa']) && $_REQUEST['sa'] == 'pick' ? 'profile' : 'admin'; // Are we using right-to-left orientation? if ($context['right_to_left']) { $first = 'last'; $last = 'first'; } else { $first = 'first'; $last = 'last'; } // Start of the tab section. echo ' '; // The end of tab section. } // Generate a strip of buttons. function template_button_strip($button_strip, $direction = 'top', $force_reset = false, $custom_td = '') { global $settings, $buttons, $context, $txt, $scripturl; foreach ($button_strip as $key => $value) { if (isset($value['test']) && empty($context[$value['test']])) { unset($button_strip[$key]); continue; } elseif (!isset($buttons[$key]) || $force_reset) $buttons[$key] = '' . $txt[$value['text']] . ''; $button_strip[$key] = $buttons[$key]; } if (empty($button_strip)) return ' '; echo ' ', implode('', $button_strip) , ''; } function showcase() { global $settings, $buttons, $context, $txt, $scripturl; // personal info etc. echo '
'; // If the user is logged in, display stuff like their name, new messages, etc. if ($context['user']['is_logged']) { echo '

', $txt['hello_member_ndt'], ' ', $context['user']['name'], '

'; echo '
'; } // Otherwise they're a guest - this time ask them to either register or login - lazy bums... else { echo ' ', $txt['welcome_guest'], '
', $txt['smf52'], '

'; } echo '
'; echo '
 
', $txt['smf298'], ' '; // Search within current topic? if (!empty($context['current_topic'])) echo ' '; // If we're on a certain board, limit it to this board ;). elseif (!empty($context['current_board'])) echo ' '; echo '

', $context['common_stats']['total_posts'], ' ', $txt[95], ' ', $txt['smf88'], ' ', $context['common_stats']['total_topics'], ' ', $txt[64], '- ', $txt[525], ' ', $context['common_stats']['total_members'], ' ', $txt[19], ' - ', $txt[656], ': ', $context['common_stats']['latest_member']['link'], '
'; } ?>Unable to load the 'main_above' template.