PATH:
home
/
sudairsocs
/
www
/
forum_ancien
/
Sources
<?php /** * Simple Machines Forum (SMF) * * @package SMF * @author Simple Machines http://www.simplemachines.org * @copyright 2011 Simple Machines * @license http://www.simplemachines.org/about/smf/license.php BSD * * @version 2.0 */ if (!defined('SMF')) die('Hacking attempt...'); /* This file maintains all XML-based interaction (mainly XMLhttp). void GetJumpTo() */ function XMLhttpMain() { loadTemplate('Xml'); $sub_actions = array( 'jumpto' => array( 'function' => 'GetJumpTo', ), 'messageicons' => array( 'function' => 'ListMessageIcons', ), ); if (!isset($_REQUEST['sa'], $sub_actions[$_REQUEST['sa']])) fatal_lang_error('no_access', false); $sub_actions[$_REQUEST['sa']]['function'](); } // Get a list of boards and categories used for the jumpto dropdown. function GetJumpTo() { global $user_info, $context, $smcFunc, $sourcedir; // Find the boards/cateogories they can see. require_once($sourcedir . '/Subs-MessageIndex.php'); $boardListOptions = array( 'use_permissions' => true, 'selected_board' => isset($context['current_board']) ? $context['current_board'] : 0, ); $context['jump_to'] = getBoardList($boardListOptions); // Make the board safe for display. foreach ($context['jump_to'] as $id_cat => $cat) { $context['jump_to'][$id_cat]['name'] = un_htmlspecialchars(strip_tags($cat['name'])); foreach ($cat['boards'] as $id_board => $board) $context['jump_to'][$id_cat]['boards'][$id_board]['name'] = un_htmlspecialchars(strip_tags($board['name'])); } $context['sub_template'] = 'jump_to'; } function ListMessageIcons() { global $context, $sourcedir, $board; require_once($sourcedir . '/Subs-Editor.php'); $context['icons'] = getMessageIcons($board); $context['sub_template'] = 'message_icons'; } ?>
[+]
..
[-] DbSearch-sqlite.php
[edit]
[-] ManagePosts.php
[edit]
[-] Subs-Db-sqlite.php
[edit]
[-] PostModeration.php
[edit]
[-] Subs-BoardIndex.php
[edit]
[-] Packages.php
[edit]
[-] ManageSmileys.php
[edit]
[-] Subs-Aeva-Generated-Sites.php
[edit]
[-] Poll.php
[edit]
[-] ModerationCenter.php
[edit]
[-] ManageSearch.php
[edit]
[-] MoveTopic.php
[edit]
[-] ManagePaid.php
[edit]
[-] Subs-Admin.php
[edit]
[-] Profile-View.php
[edit]
[-] LockTopic.php
[edit]
[-] RepairBoards.php
[edit]
[-] Post.php
[edit]
[-] Subs-Aeva-Sites.php
[edit]
[-] Subs-MessageIndex.php
[edit]
[-] DbPackages-sqlite.php
[edit]
[-] ManageScheduledTasks.php
[edit]
[+]
downloads
[-] Subs-Categories.php
[edit]
[-] DbExtra-sqlite.php
[edit]
[-] Subs-Menu.php
[edit]
[-] SearchAPI-Standard.php
[edit]
[-] Notify.php
[edit]
[-] Register.php
[edit]
[-] Subs-Compat.php
[edit]
[-] Who.php
[edit]
[-] ManageServer.php
[edit]
[-] PersonalMessage.php
[edit]
[-] Karma.php
[edit]
[-] DbExtra-mysql.php
[edit]
[-] Profile-Actions.php
[edit]
[-] DbSearch-postgresql.php
[edit]
[-] ManageSettings.php
[edit]
[-] ManageErrors.php
[edit]
[-] Modlog.php
[edit]
[-] Subs-Membergroups.php
[edit]
[-] ManageAttachments.php
[edit]
[-] Groups.php
[edit]
[-] Profile-Modify.php
[edit]
[-] SendTopic.php
[edit]
[-] Subs-SimpleColorizer.php
[edit]
[-] DbExtra-postgresql.php
[edit]
[-] Load.php
[edit]
[-] ManageCalendar.php
[edit]
[-] BoardIndex.php
[edit]
[-] Subs-Members.php
[edit]
[-] Subs-Post.php
[edit]
[-] Printpage.php
[edit]
[-] ManageBoards.php
[edit]
[-] RemoveTopic.php
[edit]
[-] index.php
[edit]
[-] Subs-Package.php
[edit]
[-] DumpDatabase.php
[edit]
[-] Themes.php
[edit]
[-] QueryString.php
[edit]
[-] ManageBans.php
[edit]
[-] Calendar.php
[edit]
[-] Subs-Db-postgresql.php
[edit]
[-] ManageRegistration.php
[edit]
[-] Stats.php
[edit]
[-] DbPackages-mysql.php
[edit]
[-] Subs-Calendar.php
[edit]
[-] Subs-Graphics.php
[edit]
[-] DbPackages-postgresql.php
[edit]
[-] Security.php
[edit]
[-] SplitTopics.php
[edit]
[-] SearchAPI-Custom.php
[edit]
[-] ScheduledTasks.php
[edit]
[-] Subs-Aeva.php
[edit]
[-] News.php
[edit]
[-] Subs-Aeva-Admin.php
[edit]
[-] Display.php
[edit]
[-] ManageMembers.php
[edit]
[-] Subs-Db-mysql.php
[edit]
[-] PackageGet.php
[edit]
[-] Class-Package.php
[edit]
[-] Subs-Charset.php
[edit]
[-] Xml.php
[edit]
[-] ManageMaintenance.php
[edit]
[-] Admin.php
[edit]
[-] Subs-OpenID.php
[edit]
[-] Search.php
[edit]
[-] Profile.php
[edit]
[-] Subs.php
[edit]
[-] Subs-Sound.php
[edit]
[-] Class-CurlFetchWeb.php
[edit]
[-] Reports.php
[edit]
[-] Subs-List.php
[edit]
[-] Subscriptions-PayPal.php
[edit]
[-] Subs-Aeva-Custom-Example.php
[edit]
[-] ManageNews.php
[edit]
[-] Memberlist.php
[edit]
[-] Subs-Recent.php
[edit]
[-] SearchAPI-Fulltext.php
[edit]
[-] Class-Graphics.php
[edit]
[-] MessageIndex.php
[edit]
[-] ViewQuery.php
[edit]
[-] ManageSearchEngines.php
[edit]
[-] ManageMail.php
[edit]
[-] DbSearch-mysql.php
[edit]
[-] Subs-MembersOnline.php
[edit]
[-] Help.php
[edit]
[-] Subs-Auth.php
[edit]
[-] passwdBoard.php
[edit]
[-] Subs-Boards.php
[edit]
[-] ManagePermissions.php
[edit]
[-] Reminder.php
[edit]
[-] Errors.php
[edit]
[-] LogInOut.php
[edit]
[-] Subs-Editor.php
[edit]
[-] Recent.php
[edit]
[-] ManageMembergroups.php
[edit]