Advertisement
Guest User

Untitled

a guest
Feb 16th, 2011
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 90.20 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.     <link rel="stylesheet" type="text/css" href="http://community.smfhelper.info/Themes/TotallyPro/css/index.css?rc3" />
  5.     <script type="text/javascript" src="http://community.smfhelper.info/Themes/TotallyPro/scripts/script.js?rc3"></script>
  6.     <script type="text/javascript" src="http://community.smfhelper.info/Themes/TotallyPro/scripts/theme.js?rc3"></script>
  7.     <script type="text/javascript"><!-- // --><![CDATA[
  8.         var smf_theme_url = "http://community.smfhelper.info/Themes/TotallyPro";
  9.         var smf_default_theme_url = "http://community.smfhelper.info/Themes/default";
  10.         var smf_images_url = "http://community.smfhelper.info/Themes/TotallyPro/images";
  11.         var smf_scripturl = "http://community.smfhelper.info/index.php";
  12.         var smf_iso_case_folding = false;
  13.         var smf_charset = "ISO-8859-1";
  14.         var ajax_notification_text = "Loading...";
  15.         var ajax_notification_cancel_text = "Cancel";
  16.     // ]]></script>
  17.     <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
  18.     <meta name="description" content="Add Page" />
  19.  
  20.     <meta name="keywords" content="SMF, mods, code, php, css, edit, 2.0, 1.1.x, smf, package parser, RC, themes, smf help, support, cbi, radio" />
  21.     <title>Add Page</title>
  22.  
  23. <!-- Bad Behavior 2.1.10 run time: 0.000 ms -->
  24.  
  25.     <meta name="robots" content="noindex" />
  26.     <link rel="help" href="http://community.smfhelper.info/index.php?action=help" />
  27.     <link rel="search" href="http://community.smfhelper.info/index.php?action=search" />
  28.     <link rel="contents" href="http://community.smfhelper.info/index.php" />
  29.     <link rel="alternate" type="application/rss+xml" title="SMF Helper - RSS" href="http://community.smfhelper.info/index.php?type=rss;action=.xml" />
  30.  
  31.     <link rel="stylesheet" type="text/css" id="portal_css" href="http://community.smfhelper.info/Themes/TotallyPro/css/portal.css" />
  32.     <script type="text/javascript" src="http://community.smfhelper.info/Themes/default/scripts/portal.js?233"></script>
  33.     <script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
  34.         var sp_images_url = "http://community.smfhelper.info/Themes/TotallyPro/images/sp";
  35.         function sp_collapseBlock(id)
  36.         {
  37.             mode = document.getElementById("sp_block_" + id).style.display == "" ? 0 : 1;
  38.             smf_setThemeOption("sp_block_" + id, mode ? 0 : 1, null, "033352a34496e8bc7258118ba902fc35");
  39.             document.getElementById("sp_collapse_" + id).src = smf_images_url + (mode ? "/collapse.gif" : "/expand.gif");
  40.             document.getElementById("sp_block_" + id).style.display = mode ? "" : "none";
  41.         }
  42.         function sp_collapseSide(id)
  43.         {
  44.             var sp_sides = new Array();
  45.             sp_sides[1] = "sp_left";
  46.             sp_sides[4] = "sp_right";
  47.             mode = document.getElementById(sp_sides[id]).style.display == "" ? 0 : 1;
  48.             smf_setThemeOption(sp_sides[id], mode ? 0 : 1, null, "033352a34496e8bc7258118ba902fc35");
  49.             document.getElementById("sp_collapse_side" + id).src = sp_images_url + (mode ? "/collapse.png" : "/expand.png");
  50.             document.getElementById(sp_sides[id]).style.display = mode ? "" : "none";
  51.         }
  52.         window.addEventListener("load", sp_image_resize, false);
  53.     // ]]></script>
  54.     <link rel="stylesheet" type="text/css" id="admin_css" href="http://community.smfhelper.info/Themes/default/css/admin.css" />
  55.     <link rel="stylesheet" type="text/css" id="editor_css" href="http://community.smfhelper.info/Themes/default/css/editor.css" />
  56.         <script type="text/javascript"><!-- // --><![CDATA[
  57.             var smf_smileys_url = 'http://community.smfhelper.info/Smileys/default';
  58.             var oEditorStrings= {
  59.                 wont_work: 'Your browser does not support Rich Text editing.',
  60.                 func_disabled: 'Your browser does not support this function.',
  61.                 prompt_text_email: 'Please enter the email address.',
  62.                 prompt_text_ftp: 'Please enter the ftp address.',
  63.                 prompt_text_url: 'Please enter the URL you wish to link to.',
  64.                 prompt_text_img: 'Enter image location'
  65.             }
  66.         // ]]></script>
  67.         <script type="text/javascript" src="http://community.smfhelper.info/Themes/default/scripts/editor.js?rc3"></script>
  68.  
  69.         <script type="text/javascript" src="http://community.smfhelper.info/Themes/default/scripts/spellcheck.js"></script>
  70.         <script type="text/javascript"><!-- // --><![CDATA[
  71.         function spellCheckDone()
  72.         {
  73.             for (i = 0; i < smf_editorArray.length; i++)
  74.                 setTimeout("smf_editorArray[" + i + "].spellCheckEnd()", 150);
  75.         }
  76.         // ]]></script>
  77. </head>
  78. <body id="body" >
  79. <div id="wrapper" >
  80.    <div id="subwrapper"><div class="forum_width">    
  81.     <div id="header">
  82.     <div class="user_bar" id="upper_section">
  83.     <div class="welcome">Welcome to SMF Helper</div>
  84.  
  85.             <div class="user">
  86.                 <ul class="reset">
  87.                     <li class="greeting"><span>Hello,</span> Labradoodle-360</li>
  88.                     <li><a href="http://community.smfhelper.info/index.php?action=unread">New posts</a></li>
  89.                     <li><a href="http://community.smfhelper.info/index.php?action=unreadreplies">New replies</a></li>
  90.                 </ul>
  91.  
  92.             </div>
  93.     </div>
  94.     <div class="frame"><div class="subframe">  
  95.         <div id="top_section">
  96.             <h1 class="forumtitle">
  97.                 <a href="http://community.smfhelper.info/index.php"><img src="http://community.smfhelper.info/images/smfh1.png" alt="SMF Helper" title="SMF Helper" /></a>
  98.             </h1>
  99.             <img id="upshrink" src="http://community.smfhelper.info/Themes/TotallyPro/images/upshrink.png" alt="*" title="Shrink or expand the header." style="display: none;" />
  100.         </div>
  101.  
  102.         <script type="text/javascript"><!-- // --><![CDATA[
  103.             var oMainHeaderToggle = new smc_Toggle({
  104.                 bToggleEnabled: true,
  105.                 bCurrentlyCollapsed: false,
  106.                 aSwapBgposition: [
  107.                     'body'
  108.                 ],
  109.                 bToggleEnabled: true,
  110.                 bCurrentlyCollapsed: false,
  111.                 aSwappableContainers: [
  112.                     'upper_section'
  113.                 ],
  114.                 aSwapImages: [
  115.                     {
  116.                         sId: 'upshrink',
  117.                         srcExpanded: smf_images_url + '/upshrink.png',
  118.                         altExpanded: 'Shrink or expand the header.',
  119.                         srcCollapsed: smf_images_url + '/upshrink2.png',
  120.                         altCollapsed: 'Shrink or expand the header.'
  121.                     }
  122.                 ],
  123.                 oThemeOptions: {
  124.                     bUseThemeSettings: true,
  125.                     sOptionName: 'collapse_header',
  126.                     sSessionVar: 'b86485769f',
  127.                     sSessionId: '033352a34496e8bc7258118ba902fc35'
  128.                 },
  129.                 oCookieOptions: {
  130.                     bUseCookie: false,
  131.                     sCookieName: 'upshrink'
  132.                 }
  133.             });
  134.         // ]]></script>
  135.         <div class="search_block">
  136.                 <form id="search_form" action="http://community.smfhelper.info/index.php?action=search2" method="post" accept-charset="ISO-8859-1">
  137.                     <input type="text" name="search" value="" class="input_text" />&nbsp;
  138.                     <input type="image" src="http://community.smfhelper.info/Themes/TotallyPro/images/search.png" name="submit" class="button_submit" />
  139.                     <input type="hidden" name="advanced" value="0" /></form>
  140.        </div>
  141.     </div></div>
  142.  
  143.     <div class="width_menu">
  144.     <div class="rightmenu">
  145.       <div class="leftmenu">
  146.        <div id="content_mainmenu">
  147.         <div id="main_menu">
  148.             <ul class="dropmenu custommenu" id="menu_nav">
  149.                 <li id="button_home">
  150.                     <a class="firstlevel" href="http://www.smfhelper.info/index.php">
  151.                         Home
  152.                     </a>
  153.  
  154.                 </li>
  155.                 <li id="button_forum">
  156.                     <a class="firstlevel" href="http://community.smfhelper.info/index.php">
  157.                         Forum
  158.                     </a>
  159.                 </li>
  160.                 <li id="button_help">
  161.                     <a class="firstlevel" href="http://community.smfhelper.info/index.php?action=help">
  162.                         Help
  163.                     </a>
  164.  
  165.                 </li>
  166.                 <li id="button_search">
  167.                     <a class="firstlevel" href="http://community.smfhelper.info/index.php?action=search">
  168.                         Search
  169.                     </a>
  170.                 </li>
  171.                 <li id="button_teampage">
  172.                     <a class="firstlevel" href="http://community.smfhelper.info/index.php?action=teampage">
  173.                         Team
  174.                     </a>
  175.  
  176.                 </li>
  177.                 <li id="button_media">
  178.                     <a class="firstlevel" href="http://community.smfhelper.info/index.php?action=media">
  179.                         Media
  180.                     </a>
  181.                 </li>
  182.                 <li id="button_downloads">
  183.                     <a class="firstlevel" href="http://community.smfhelper.info/index.php?action=downloads">
  184.                         Downloads
  185.                     </a>
  186.  
  187.                 </li>
  188.                 <li id="button_logout">
  189.                     <a class="firstlevel" href="http://community.smfhelper.info/index.php?action=logout;b86485769f=033352a34496e8bc7258118ba902fc35">
  190.                         Logout
  191.                     </a>
  192.                 </li>
  193.             </ul>
  194.         </div>
  195.         <div id="submenu">
  196.  
  197.             <ul class="dropmenu sub_menu">
  198.                 <li id="button_admin">
  199.                     <a class="active firstlevel" href="http://community.smfhelper.info/index.php?action=admin">
  200.                         Admin
  201.                     </a>
  202.                     <ul>
  203.                         <li>
  204.                             <a href="http://community.smfhelper.info/index.php?action=admin;area=featuresettings">
  205.                                 Features and Options
  206.                             </a>
  207.  
  208.                         </li>
  209.                         <li>
  210.                             <a href="http://community.smfhelper.info/index.php?action=admin;area=packages">
  211.                                 Packages
  212.                             </a>
  213.                         </li>
  214.                         <li>
  215.                             <a href="http://community.smfhelper.info/index.php?action=admin;area=logs;sa=errorlog;desc">
  216.                                 Error Log
  217.                             </a>
  218.  
  219.                         </li>
  220.                         <li>
  221.                             <a href="http://community.smfhelper.info/index.php?action=admin;area=permissions">
  222.                                 Permissions
  223.                             </a>
  224.                         </li>
  225.                         <li>
  226.                             <a href="http://community.smfhelper.info/index.php?action=admin;area=portalconfig">
  227.                                 SimplePortal
  228.                             </a>
  229.  
  230.                         </li>
  231.                     </ul>
  232.                 </li>
  233.                 <li id="button_moderate">
  234.                     <a class="firstlevel" href="http://community.smfhelper.info/index.php?action=moderate">
  235.                         Moderate
  236.                     </a>
  237.                     <ul>
  238.                         <li>
  239.  
  240.                             <a href="http://community.smfhelper.info/index.php?action=moderate;area=modlog">
  241.                                 Moderation Log
  242.                             </a>
  243.                         </li>
  244.                         <li>
  245.                             <a href="http://community.smfhelper.info/index.php?action=moderate;area=postmod;sa=posts">
  246.                                 Unapproved Posts and Topics
  247.                             </a>
  248.                         </li>
  249.                         <li>
  250.  
  251.                             <a href="http://community.smfhelper.info/index.php?action=moderate;area=attachmod;sa=attachments">
  252.                                 Unapproved Attachments
  253.                             </a>
  254.                         </li>
  255.                         <li>
  256.                             <a href="http://community.smfhelper.info/index.php?action=moderate;area=reports">
  257.                                 Reported Posts
  258.                             </a>
  259.                         </li>
  260.                     </ul>
  261.  
  262.                 </li>
  263.                 <li id="button_profile">
  264.                     <a class="firstlevel" href="http://community.smfhelper.info/index.php?action=profile">
  265.                         Profile
  266.                     </a>
  267.                     <ul>
  268.                         <li>
  269.                             <a href="http://community.smfhelper.info/index.php?action=profile">
  270.                                 Summary
  271.                             </a>
  272.  
  273.                         </li>
  274.                         <li>
  275.                             <a href="http://community.smfhelper.info/index.php?action=profile;area=account">
  276.                                 Account Settings
  277.                             </a>
  278.                         </li>
  279.                         <li>
  280.                             <a href="http://community.smfhelper.info/index.php?action=profile;area=forumprofile">
  281.                                 Forum Profile
  282.                             </a>
  283.  
  284.                         </li>
  285.                     </ul>
  286.                 </li>
  287.                 <li id="button_pm">
  288.                     <a class="firstlevel" href="http://community.smfhelper.info/index.php?action=pm">
  289.                         My Messages
  290.                     </a>
  291.                     <ul>
  292.                         <li>
  293.  
  294.                             <a href="http://community.smfhelper.info/index.php?action=pm">
  295.                                 Read your messages
  296.                             </a>
  297.                         </li>
  298.                         <li>
  299.                             <a href="http://community.smfhelper.info/index.php?action=pm;sa=send">
  300.                                 Send a message
  301.                             </a>
  302.                         </li>
  303.                     </ul>
  304.  
  305.                 </li>
  306.                 <li id="button_calendar">
  307.                     <a class="firstlevel" href="http://community.smfhelper.info/index.php?action=calendar">
  308.                         Calendar
  309.                     </a>
  310.                     <ul>
  311.                         <li>
  312.                             <a href="http://community.smfhelper.info/index.php?action=calendar">
  313.                                 View Calendar
  314.                             </a>
  315.  
  316.                         </li>
  317.                         <li>
  318.                             <a href="http://community.smfhelper.info/index.php?action=calendar;sa=post">
  319.                                 Post Event
  320.                             </a>
  321.                         </li>
  322.                     </ul>
  323.                 </li>
  324.                 <li id="button_mlist">
  325.  
  326.                     <a class="firstlevel" href="http://community.smfhelper.info/index.php?action=mlist">
  327.                         Members
  328.                     </a>
  329.                     <ul>
  330.                         <li>
  331.                             <a href="http://community.smfhelper.info/index.php?action=mlist">
  332.                                 View the memberlist
  333.                             </a>
  334.                         </li>
  335.                         <li>
  336.  
  337.                             <a href="http://community.smfhelper.info/index.php?action=mlist;sa=search">
  338.                                 Search For Members
  339.                             </a>
  340.                         </li>
  341.                     </ul>
  342.                 </li><li></li>
  343.             </ul>
  344.     </div></div></div></div></div>
  345.         </div>
  346.  
  347.     <div id="content_section"><div class="frame">
  348.         <div id="main_content_section" >
  349.     <div class="navigate_section">
  350.         <ul>
  351.         <li class="link_home">
  352.         <a href="http://community.smfhelper.info/index.php" title="Home"><img class="link_home" src="http://community.smfhelper.info/Themes/TotallyPro/images/home.png" alt="*" /></a></li>
  353.             <li>
  354.                 <a href="http://community.smfhelper.info/index.php">SMF Helper</a>
  355.  
  356.             </li>
  357.             <li>
  358.                 <a href="http://community.smfhelper.info/index.php?action=admin">Administration Center</a>
  359.             </li>
  360.             <li>
  361.                 <a href="http://community.smfhelper.info/index.php?action=admin;area=portalpages;b86485769f=033352a34496e8bc7258118ba902fc35">Pages</a>
  362.             </li>
  363.             <li class="last">
  364.  
  365.                 <a href="http://community.smfhelper.info/index.php?action=admin;area=portalpages;sa=add;b86485769f=033352a34496e8bc7258118ba902fc35">Add Page</a>
  366.             </li>
  367.         </ul>
  368.     </div>
  369.     <table id="sp_main">
  370.         <tr>
  371.             <td id="sp_center">
  372.     <a href="http://community.smfhelper.info/index.php?action=admin;area=portalpages;sa=add;b86485769f=033352a34496e8bc7258118ba902fc35;togglebar"><img id="menu_toggle" src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/change_menu.png" alt="*" /></a>
  373.  
  374. <div id="admin_menu">
  375.     <ul class="dropmenu" id="dropdown_menu_1">
  376.             <li><a class="firstlevel" href="#"><span class="firstlevel">Main</span></a>
  377.                 <ul>
  378.                     <li>
  379.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=index;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/administration.gif" alt="" />&nbsp;&nbsp;Administration Center</span></a>
  380.                     </li>
  381.                     <li>
  382.  
  383.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=credits;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/support.gif" alt="" />&nbsp;&nbsp;Support and Credits</span></a>
  384.                     </li>
  385.                     <li>
  386.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=news;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/news.gif" alt="" />&nbsp;&nbsp;News and Newsletters...</span></a>
  387.                         <ul>
  388.                             <li>
  389.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=news;sa=edit_news;b86485769f=033352a34496e8bc7258118ba902fc35"><span>News</span></a>
  390.  
  391.                             </li>
  392.                             <li>
  393.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=news;sa=mailingmembers;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Newsletters</span></a>
  394.                             </li>
  395.                             <li>
  396.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=news;sa=settings;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Settings</span></a>
  397.                             </li>
  398.                         </ul>
  399.  
  400.                     </li>
  401.                     <li>
  402.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=packages;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/packages.gif" alt="" />&nbsp;&nbsp;Packages...</span></a>
  403.                         <ul>
  404.                             <li>
  405.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=packages;sa=browse;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Browse Packages</span></a>
  406.                             </li>
  407.                             <li>
  408.  
  409.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=packages;sa=packageget;get;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Download Packages</span></a>
  410.                             </li>
  411.                             <li>
  412.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=packages;sa=installed;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Installed Packages</span></a>
  413.                             </li>
  414.                             <li>
  415.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=packages;sa=perms;b86485769f=033352a34496e8bc7258118ba902fc35"><span>File Permissions</span></a>
  416.  
  417.                             </li>
  418.                             <li>
  419.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=packages;sa=options;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Options</span></a>
  420.                             </li>
  421.                         </ul>
  422.                     </li>
  423.                 </ul>
  424.             </li>
  425.  
  426.             <li><a class="firstlevel" href="#"><span class="firstlevel">Configuration</span></a>
  427.                 <ul>
  428.                     <li>
  429.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=corefeatures;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/corefeatures.gif" alt="" />&nbsp;&nbsp;Core Features</span></a>
  430.                     </li>
  431.                     <li>
  432.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=featuresettings;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/features.gif" alt="" />&nbsp;&nbsp;Features and Options...</span></a>
  433.  
  434.                         <ul>
  435.                             <li>
  436.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=featuresettings;sa=basic;b86485769f=033352a34496e8bc7258118ba902fc35"><span>General</span></a>
  437.                             </li>
  438.                             <li>
  439.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=featuresettings;sa=layout;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Layout</span></a>
  440.                             </li>
  441.                             <li>
  442.  
  443.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=featuresettings;sa=karma;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Karma</span></a>
  444.                             </li>
  445.                             <li>
  446.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=featuresettings;sa=sig;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Signatures</span></a>
  447.                             </li>
  448.                             <li>
  449.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=featuresettings;sa=profile;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Profile Fields</span></a>
  450.  
  451.                             </li>
  452.                         </ul>
  453.                     </li>
  454.                     <li>
  455.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=securitysettings;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/security.gif" alt="" />&nbsp;&nbsp;Security and Moderation...</span></a>
  456.                         <ul>
  457.                             <li>
  458.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=securitysettings;sa=general;b86485769f=033352a34496e8bc7258118ba902fc35"><span>General</span></a>
  459.  
  460.                             </li>
  461.                             <li>
  462.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=securitysettings;sa=spam;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Anti-Spam</span></a>
  463.                             </li>
  464.                             <li>
  465.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=securitysettings;sa=moderation;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Moderation</span></a>
  466.                             </li>
  467.                         </ul>
  468.  
  469.                     </li>
  470.                     <li>
  471.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=languages;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/languages.gif" alt="" />&nbsp;&nbsp;Languages...</span></a>
  472.                         <ul>
  473.                             <li>
  474.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=languages;sa=edit;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Edit Languages</span></a>
  475.                             </li>
  476.                             <li>
  477.  
  478.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=languages;sa=add;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Add Language</span></a>
  479.                             </li>
  480.                             <li>
  481.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=languages;sa=settings;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Settings</span></a>
  482.                             </li>
  483.                         </ul>
  484.                     </li>
  485.                     <li>
  486.  
  487.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=serversettings;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/server.gif" alt="" />&nbsp;&nbsp;Server Settings...</span></a>
  488.                         <ul>
  489.                             <li>
  490.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=serversettings;sa=general;b86485769f=033352a34496e8bc7258118ba902fc35"><span>General</span></a>
  491.                             </li>
  492.                             <li>
  493.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=serversettings;sa=database;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Database and Paths</span></a>
  494.  
  495.                             </li>
  496.                             <li>
  497.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=serversettings;sa=cookie;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Cookies and Sessions</span></a>
  498.                             </li>
  499.                             <li>
  500.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=serversettings;sa=cache;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Caching</span></a>
  501.                             </li>
  502.                             <li>
  503.  
  504.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=serversettings;sa=loads;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Load Balancing</span></a>
  505.                             </li>
  506.                         </ul>
  507.                     </li>
  508.                     <li>
  509.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=teampage;sa=admin;sesc=033352a34496e8bc7258118ba902fc35;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/server.gif" alt="" />&nbsp;&nbsp;Manage Team Page</span></a>
  510.                     </li>
  511.                     <li class="additional_items">
  512.  
  513.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=theme;sa=settings;th=33;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/current_theme.gif" alt="" />&nbsp;&nbsp;Current Theme</span></a>
  514.                     </li>
  515.                     <li class="additional_items">
  516.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=theme;sa=admin;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/themes.gif" alt="" />&nbsp;&nbsp;Themes and Layout...</span></a>
  517.                         <ul>
  518.                             <li>
  519.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=theme;sa=admin;sa=admin;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Manage and Install</span></a>
  520.  
  521.                             </li>
  522.                             <li>
  523.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=theme;sa=admin;sa=list;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Theme Settings</span></a>
  524.                             </li>
  525.                             <li>
  526.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=theme;sa=admin;sa=reset;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Member Options</span></a>
  527.                             </li>
  528.                             <li>
  529.  
  530.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=theme;sa=admin;sa=edit;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Modify Themes</span></a>
  531.                             </li>
  532.                         </ul>
  533.                     </li>
  534.                     <li class="additional_items">
  535.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=badbehavior;sa=settings;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/modifications.gif" alt="" />&nbsp;&nbsp;Bad Behavior...</span></a>
  536.                         <ul>
  537.                             <li>
  538.  
  539.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=badbehavior;sa=settings;sa=badbehavior_settings;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Settings</span></a>
  540.                             </li>
  541.                             <li>
  542.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=badbehavior;sa=settings;sa=report_all;b86485769f=033352a34496e8bc7258118ba902fc35"><span>ALL entries log</span></a>
  543.                             </li>
  544.                             <li>
  545.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=badbehavior;sa=settings;sa=report_permit;b86485769f=033352a34496e8bc7258118ba902fc35"><span>PERMITTED entries log</span></a>
  546.  
  547.                             </li>
  548.                             <li>
  549.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=badbehavior;sa=settings;sa=report_denied;b86485769f=033352a34496e8bc7258118ba902fc35"><span>DENIED entries log</span></a>
  550.                             </li>
  551.                             <li>
  552.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=badbehavior;sa=settings;sa=badbehavior_about;b86485769f=033352a34496e8bc7258118ba902fc35"><span>About</span></a>
  553.                             </li>
  554.                         </ul>
  555.  
  556.                     </li>
  557.                     <li class="additional_items">
  558.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=forumfirewall;sa=settings;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/modifications.gif" alt="" />&nbsp;&nbsp;Forum Firewall...</span></a>
  559.                         <ul>
  560.                             <li>
  561.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=forumfirewall;sa=settings;sa=forumfirewall_settings;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Settings</span></a>
  562.                             </li>
  563.                             <li>
  564.  
  565.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=forumfirewall;sa=settings;sa=forumfirewall_report_denied;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Visitors</span></a>
  566.                             </li>
  567.                             <li>
  568.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=forumfirewall;sa=settings;sa=forumfirewall_about;b86485769f=033352a34496e8bc7258118ba902fc35"><span>About</span></a>
  569.                             </li>
  570.                         </ul>
  571.                     </li>
  572.                     <li class="additional_items">
  573.  
  574.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=modsettings;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/modifications.gif" alt="" />&nbsp;&nbsp;Modification Settings...</span></a>
  575.                         <ul>
  576.                             <li>
  577.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=modsettings;sa=general;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Miscellaneous</span></a>
  578.                             </li>
  579.                         </ul>
  580.                     </li>
  581.                 </ul>
  582.  
  583.             </li>
  584.             <li><a class="firstlevel" href="#"><span class="firstlevel">Aeva Media</span></a>
  585.                 <ul>
  586.                     <li>
  587.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_about;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/administration.gif" alt="" />&nbsp;&nbsp;About...</span></a>
  588.                         <ul>
  589.                             <li>
  590.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_about;sa=about;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Index</span></a>
  591.  
  592.                             </li>
  593.                             <li>
  594.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_about;sa=readme;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Read Me</span></a>
  595.                             </li>
  596.                             <li>
  597.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_about;sa=changelog;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Changelog</span></a>
  598.                             </li>
  599.                         </ul>
  600.  
  601.                     </li>
  602.                     <li>
  603.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_settings;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/corefeatures.gif" alt="" />&nbsp;&nbsp;Settings...</span></a>
  604.                         <ul>
  605.                             <li>
  606.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_settings;sa=config;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Configuration</span></a>
  607.                             </li>
  608.                             <li>
  609.  
  610.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_settings;sa=exif;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Exif</span></a>
  611.                             </li>
  612.                             <li>
  613.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_settings;sa=layout;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Layout</span></a>
  614.                             </li>
  615.                         </ul>
  616.                     </li>
  617.                     <li>
  618.  
  619.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_embed;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/aeva.png" alt="" />&nbsp;&nbsp;Auto-Embedding...</span></a>
  620.                         <ul>
  621.                             <li>
  622.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_embed;sa=config;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Configuration</span></a>
  623.                             </li>
  624.                             <li>
  625.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_embed;sa=sites;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Sitelist</span></a>
  626.  
  627.                             </li>
  628.                         </ul>
  629.                     </li>
  630.                     <li>
  631.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_albums;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/mgallery.png" alt="" />&nbsp;&nbsp;Albums...</span></a>
  632.                         <ul>
  633.                             <li>
  634.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_albums;sa=index;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Index</span></a>
  635.  
  636.                             </li>
  637.                             <li>
  638.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_albums;sa=normal;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Filter regular albums</span></a>
  639.                             </li>
  640.                             <li>
  641.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_albums;sa=featured;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Filter featured albums</span></a>
  642.                             </li>
  643.                             <li>
  644.  
  645.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_albums;sa=add;b86485769f=033352a34496e8bc7258118ba902fc35"><span>New Album</span></a>
  646.                             </li>
  647.                         </ul>
  648.                     </li>
  649.                     <li>
  650.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_maintenance;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/maintain.gif" alt="" />&nbsp;&nbsp;Maintenance...</span></a>
  651.                         <ul>
  652.                             <li>
  653.  
  654.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_maintenance;sa=index;b86485769f=033352a34496e8bc7258118ba902fc35"><span>All tasks</span></a>
  655.                             </li>
  656.                             <li>
  657.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_maintenance;sa=recount;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Recount totals</span></a>
  658.                             </li>
  659.                             <li>
  660.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_maintenance;sa=checkfiles;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Check for extra files</span></a>
  661.  
  662.                             </li>
  663.                             <li>
  664.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_maintenance;sa=finderrors;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Find errors</span></a>
  665.                             </li>
  666.                             <li>
  667.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_maintenance;sa=prune;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Prune</span></a>
  668.                             </li>
  669.                         </ul>
  670.  
  671.                     </li>
  672.                     <li>
  673.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_bans;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/ban.gif" alt="" />&nbsp;&nbsp;Bans...</span></a>
  674.                         <ul>
  675.                             <li>
  676.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_bans;sa=index;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Index</span></a>
  677.                             </li>
  678.                             <li>
  679.  
  680.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_bans;sa=add;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Add ban</span></a>
  681.                             </li>
  682.                         </ul>
  683.                     </li>
  684.                     <li class="additional_items">
  685.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_fields;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/packages.gif" alt="" />&nbsp;&nbsp;Custom fields...</span></a>
  686.                         <ul>
  687.                             <li>
  688.  
  689.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_fields;sa=index;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Index</span></a>
  690.                             </li>
  691.                             <li>
  692.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_fields;sa=edit;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Create a new field</span></a>
  693.                             </li>
  694.                         </ul>
  695.                     </li>
  696.                     <li class="additional_items">
  697.  
  698.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_perms;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/permissions.gif" alt="" />&nbsp;&nbsp;Permission Profiles</span></a>
  699.                     </li>
  700.                     <li class="additional_items">
  701.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_quotas;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/attachment.gif" alt="" />&nbsp;&nbsp;Quota Profiles</span></a>
  702.                     </li>
  703.                     <li class="additional_items">
  704.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=aeva_ftp;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/boards.gif" alt="" />&nbsp;&nbsp;FTP Import</span></a>
  705.  
  706.                     </li>
  707.                 </ul>
  708.             </li>
  709.             <li><a class="firstlevel" href="#"><span class="firstlevel">Downloads Configuration</span></a>
  710.                 <ul>
  711.                     <li>
  712.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=downloads;sa=adminset;sesc=033352a34496e8bc7258118ba902fc35;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/server.gif" alt="" />&nbsp;&nbsp;Downloads Configuration...</span></a>
  713.                         <ul>
  714.  
  715.                             <li>
  716.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=downloads;sa=adminset;sesc=033352a34496e8bc7258118ba902fc35;sa=adminset;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Settings</span></a>
  717.                             </li>
  718.                             <li>
  719.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=downloads;sa=adminset;sesc=033352a34496e8bc7258118ba902fc35;sa=approvelist;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Approve Downloads</span></a>
  720.                             </li>
  721.                             <li>
  722.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=downloads;sa=adminset;sesc=033352a34496e8bc7258118ba902fc35;sa=reportlist;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Reported Downloads</span></a>
  723.  
  724.                             </li>
  725.                             <li>
  726.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=downloads;sa=adminset;sesc=033352a34496e8bc7258118ba902fc35;sa=commentlist;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Approve Comments</span></a>
  727.                             </li>
  728.                             <li>
  729.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=downloads;sa=adminset;sesc=033352a34496e8bc7258118ba902fc35;sa=filespace;b86485769f=033352a34496e8bc7258118ba902fc35"><span>File Space Manager</span></a>
  730.                             </li>
  731.                             <li>
  732.  
  733.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=downloads;sa=adminset;sesc=033352a34496e8bc7258118ba902fc35;sa=catpermlist;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Category Permissions</span></a>
  734.                             </li>
  735.                             <li class="additional_items">
  736.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=downloads;sa=adminset;sesc=033352a34496e8bc7258118ba902fc35;sa=import;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Import</span></a>
  737.                             </li>
  738.                         </ul>
  739.                     </li>
  740.                 </ul>
  741.  
  742.             </li>
  743.             <li><a class="firstlevel" href="#"><span class="firstlevel">Forum</span></a>
  744.                 <ul>
  745.                     <li>
  746.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=manageboards;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/boards.gif" alt="" />&nbsp;&nbsp;Boards...</span></a>
  747.                         <ul>
  748.                             <li>
  749.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=manageboards;sa=main;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Modify Boards</span></a>
  750.  
  751.                             </li>
  752.                             <li>
  753.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=manageboards;sa=newcat;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Create New Category</span></a>
  754.                             </li>
  755.                             <li>
  756.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=manageboards;sa=settings;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Settings</span></a>
  757.                             </li>
  758.                         </ul>
  759.  
  760.                     </li>
  761.                     <li>
  762.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=postsettings;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/posts.gif" alt="" />&nbsp;&nbsp;Posts and Topics...</span></a>
  763.                         <ul>
  764.                             <li>
  765.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=postsettings;sa=posts;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Post Settings</span></a>
  766.                             </li>
  767.                             <li>
  768.  
  769.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=postsettings;sa=bbc;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Bulletin Board Code</span></a>
  770.                             </li>
  771.                             <li>
  772.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=postsettings;sa=censor;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Censored Words</span></a>
  773.                             </li>
  774.                             <li>
  775.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=postsettings;sa=topics;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Topic Settings</span></a>
  776.  
  777.                             </li>
  778.                             <li>
  779.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=postsettings;sa=boiler;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Boilerplates</span></a>
  780.                             </li>
  781.                         </ul>
  782.                     </li>
  783.                     <li>
  784.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=managecalendar;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/calendar.gif" alt="" />&nbsp;&nbsp;Calendar...</span></a>
  785.  
  786.                         <ul>
  787.                             <li>
  788.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=managecalendar;sa=holidays;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Manage Holidays</span></a>
  789.                             </li>
  790.                             <li>
  791.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=managecalendar;sa=settings;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Calendar Settings</span></a>
  792.                             </li>
  793.                         </ul>
  794.  
  795.                     </li>
  796.                     <li>
  797.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=managesearch;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/search.gif" alt="" />&nbsp;&nbsp;Search...</span></a>
  798.                         <ul>
  799.                             <li>
  800.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=managesearch;sa=weights;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Weights</span></a>
  801.                             </li>
  802.                             <li>
  803.  
  804.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=managesearch;sa=method;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Search Method</span></a>
  805.                             </li>
  806.                             <li>
  807.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=managesearch;sa=settings;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Settings</span></a>
  808.                             </li>
  809.                         </ul>
  810.                     </li>
  811.                     <li>
  812.  
  813.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=smileys;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/smiley.gif" alt="" />&nbsp;&nbsp;Smileys and Message Icons...</span></a>
  814.                         <ul>
  815.                             <li>
  816.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=smileys;sa=editsets;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Smiley Sets</span></a>
  817.                             </li>
  818.                             <li>
  819.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=smileys;sa=addsmiley;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Add Smiley</span></a>
  820.  
  821.                             </li>
  822.                             <li>
  823.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=smileys;sa=editsmileys;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Edit Smileys</span></a>
  824.                             </li>
  825.                             <li>
  826.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=smileys;sa=setorder;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Set Smiley Order</span></a>
  827.                             </li>
  828.                             <li>
  829.  
  830.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=smileys;sa=editicons;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Edit Message Icons</span></a>
  831.                             </li>
  832.                             <li>
  833.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=smileys;sa=settings;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Settings</span></a>
  834.                             </li>
  835.                         </ul>
  836.                     </li>
  837.                     <li>
  838.  
  839.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=manageattachments;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/attachment.gif" alt="" />&nbsp;&nbsp;Attachments and Avatars...</span></a>
  840.                         <ul>
  841.                             <li>
  842.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=manageattachments;sa=browse;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Browse Files</span></a>
  843.                             </li>
  844.                             <li>
  845.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=manageattachments;sa=attachments;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Attachment Settings</span></a>
  846.  
  847.                             </li>
  848.                             <li>
  849.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=manageattachments;sa=avatars;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Avatar Settings</span></a>
  850.                             </li>
  851.                             <li>
  852.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=manageattachments;sa=maintenance;b86485769f=033352a34496e8bc7258118ba902fc35"><span>File Maintenance</span></a>
  853.                             </li>
  854.                         </ul>
  855.  
  856.                     </li>
  857.                 </ul>
  858.             </li>
  859.             <li><a class="active firstlevel" href="#"><span class="firstlevel">SimplePortal</span></a>
  860.                 <ul>
  861.                     <li>
  862.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=portalconfig;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/configuration.png" alt="" />&nbsp;&nbsp;Configuration...</span></a>
  863.                         <ul>
  864.  
  865.                             <li>
  866.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=portalconfig;sa=information;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Information</span></a>
  867.                             </li>
  868.                             <li>
  869.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=portalconfig;sa=generalsettings;b86485769f=033352a34496e8bc7258118ba902fc35"><span>General Settings</span></a>
  870.                             </li>
  871.                             <li>
  872.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=portalconfig;sa=blocksettings;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Block Settings</span></a>
  873.  
  874.                             </li>
  875.                             <li>
  876.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=portalconfig;sa=articlesettings;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Article Settings</span></a>
  877.                             </li>
  878.                         </ul>
  879.                     </li>
  880.                     <li>
  881.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=portalblocks;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/blocks.png" alt="" />&nbsp;&nbsp;Blocks...</span></a>
  882.  
  883.                         <ul>
  884.                             <li>
  885.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=portalblocks;sa=list;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Block List</span></a>
  886.                             </li>
  887.                             <li>
  888.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=portalblocks;sa=add;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Add Block</span></a>
  889.                             </li>
  890.                             <li>
  891.  
  892.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=portalblocks;sa=left;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Left</span></a>
  893.                             </li>
  894.                             <li>
  895.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=portalblocks;sa=top;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Top</span></a>
  896.                             </li>
  897.                             <li>
  898.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=portalblocks;sa=bottom;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Bottom</span></a>
  899.  
  900.                             </li>
  901.                             <li>
  902.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=portalblocks;sa=right;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Right</span></a>
  903.                             </li>
  904.                         </ul>
  905.                     </li>
  906.                     <li>
  907.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=portalarticles;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/articles.png" alt="" />&nbsp;&nbsp;Articles...</span></a>
  908.  
  909.                         <ul>
  910.                             <li>
  911.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=portalarticles;sa=articles;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Article List</span></a>
  912.                             </li>
  913.                             <li>
  914.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=portalarticles;sa=addarticle;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Add Article</span></a>
  915.                             </li>
  916.                             <li>
  917.  
  918.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=portalarticles;sa=categories;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Category List</span></a>
  919.                             </li>
  920.                             <li>
  921.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=portalarticles;sa=addcategory;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Add Category</span></a>
  922.                             </li>
  923.                         </ul>
  924.                     </li>
  925.                     <li>
  926.  
  927.                         <a class="chosen" href="http://community.smfhelper.info/index.php?action=admin;area=portalpages;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/pages.png" alt="" />&nbsp;&nbsp;Pages...</span></a>
  928.                         <ul>
  929.                             <li>
  930.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=portalpages;sa=list;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Page List</span></a>
  931.                             </li>
  932.                             <li>
  933.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=portalpages;sa=add;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Add Page</span></a>
  934.  
  935.                             </li>
  936.                         </ul>
  937.                     </li>
  938.                     <li>
  939.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=portalshoutbox;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/shoutbox.png" alt="" />&nbsp;&nbsp;Shoutbox...</span></a>
  940.                         <ul>
  941.                             <li>
  942.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=portalshoutbox;sa=list;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Shoutbox List</span></a>
  943.  
  944.                             </li>
  945.                             <li>
  946.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=portalshoutbox;sa=add;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Add Shoutbox</span></a>
  947.                             </li>
  948.                         </ul>
  949.                     </li>
  950.                 </ul>
  951.             </li>
  952.  
  953.             <li><a class="firstlevel" href="#"><span class="firstlevel">Members</span></a>
  954.                 <ul>
  955.                     <li>
  956.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=viewmembers;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/members.gif" alt="" />&nbsp;&nbsp;Members...</span></a>
  957.                         <ul>
  958.                             <li>
  959.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=viewmembers;sa=all;b86485769f=033352a34496e8bc7258118ba902fc35"><span>View All Members</span></a>
  960.  
  961.                             </li>
  962.                             <li>
  963.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=viewmembers;sa=search;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Search For Members</span></a>
  964.                             </li>
  965.                         </ul>
  966.                     </li>
  967.                     <li>
  968.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=membergroups;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/membergroups.gif" alt="" />&nbsp;&nbsp;Membergroups...</span></a>
  969.  
  970.                         <ul>
  971.                             <li>
  972.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=membergroups;sa=index;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Edit Membergroups</span></a>
  973.                             </li>
  974.                             <li>
  975.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=membergroups;sa=add;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Add Membergroup</span></a>
  976.                             </li>
  977.                             <li>
  978.  
  979.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=membergroups;sa=settings;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Settings</span></a>
  980.                             </li>
  981.                         </ul>
  982.                     </li>
  983.                     <li>
  984.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=permissions;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/permissions.gif" alt="" />&nbsp;&nbsp;Permissions...</span></a>
  985.                         <ul>
  986.                             <li>
  987.  
  988.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=permissions;sa=index;b86485769f=033352a34496e8bc7258118ba902fc35"><span>General Permissions</span></a>
  989.                             </li>
  990.                             <li>
  991.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=permissions;sa=board;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Board Permissions</span></a>
  992.                             </li>
  993.                             <li>
  994.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=permissions;sa=profiles;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Edit Profiles</span></a>
  995.  
  996.                             </li>
  997.                             <li>
  998.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=permissions;sa=postmod;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Post Moderation</span></a>
  999.                             </li>
  1000.                             <li>
  1001.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=permissions;sa=settings;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Settings</span></a>
  1002.                             </li>
  1003.                         </ul>
  1004.  
  1005.                     </li>
  1006.                     <li>
  1007.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=regcenter;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/regcenter.gif" alt="" />&nbsp;&nbsp;Registration...</span></a>
  1008.                         <ul>
  1009.                             <li>
  1010.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=regcenter;sa=register;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Register New Member</span></a>
  1011.                             </li>
  1012.                             <li>
  1013.  
  1014.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=regcenter;sa=agreement;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Registration Agreement</span></a>
  1015.                             </li>
  1016.                             <li>
  1017.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=regcenter;sa=reservednames;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Set Reserved Names</span></a>
  1018.                             </li>
  1019.                             <li>
  1020.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=regcenter;sa=settings;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Settings</span></a>
  1021.  
  1022.                             </li>
  1023.                         </ul>
  1024.                     </li>
  1025.                     <li>
  1026.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=ban;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/ban.gif" alt="" />&nbsp;&nbsp;Ban List...</span></a>
  1027.                         <ul>
  1028.                             <li>
  1029.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=ban;sa=list;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Ban List</span></a>
  1030.  
  1031.                             </li>
  1032.                             <li>
  1033.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=ban;sa=add;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Add New Ban</span></a>
  1034.                             </li>
  1035.                             <li>
  1036.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=ban;sa=browse;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Browse Ban Triggers</span></a>
  1037.                             </li>
  1038.                             <li>
  1039.  
  1040.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=ban;sa=log;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Ban Log</span></a>
  1041.                             </li>
  1042.                         </ul>
  1043.                     </li>
  1044.                     <li>
  1045.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=paidsubscribe;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/paid.gif" alt="" />&nbsp;&nbsp;Paid Subscriptions...</span></a>
  1046.                         <ul>
  1047.                             <li>
  1048.  
  1049.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=paidsubscribe;sa=view;b86485769f=033352a34496e8bc7258118ba902fc35"><span>View Subscriptions</span></a>
  1050.                             </li>
  1051.                             <li>
  1052.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=paidsubscribe;sa=settings;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Settings</span></a>
  1053.                             </li>
  1054.                         </ul>
  1055.                     </li>
  1056.                     <li class="additional_items">
  1057.  
  1058.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=sengines;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/engines.gif" alt="" />&nbsp;&nbsp;Search Engines...</span></a>
  1059.                         <ul>
  1060.                             <li>
  1061.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=sengines;sa=stats;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Stats</span></a>
  1062.                             </li>
  1063.                             <li>
  1064.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=sengines;sa=logs;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Spider Log</span></a>
  1065.  
  1066.                             </li>
  1067.                             <li>
  1068.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=sengines;sa=spiders;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Spiders</span></a>
  1069.                             </li>
  1070.                             <li>
  1071.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=sengines;sa=settings;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Settings</span></a>
  1072.                             </li>
  1073.                         </ul>
  1074.  
  1075.                     </li>
  1076.                 </ul>
  1077.             </li>
  1078.             <li><a class="firstlevel" href="#"><span class="firstlevel">Maintenance</span></a>
  1079.                 <ul>
  1080.                     <li>
  1081.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=maintain;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/maintain.gif" alt="" />&nbsp;&nbsp;Forum Maintenance...</span></a>
  1082.                         <ul>
  1083.  
  1084.                             <li>
  1085.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=maintain;sa=routine;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Routine</span></a>
  1086.                             </li>
  1087.                             <li>
  1088.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=maintain;sa=database;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Database</span></a>
  1089.                             </li>
  1090.                             <li>
  1091.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=maintain;sa=members;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Members</span></a>
  1092.  
  1093.                             </li>
  1094.                             <li>
  1095.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=maintain;sa=topics;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Topics</span></a>
  1096.                             </li>
  1097.                         </ul>
  1098.                     </li>
  1099.                     <li>
  1100.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=scheduledtasks;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/scheduled.gif" alt="" />&nbsp;&nbsp;Scheduled Tasks...</span></a>
  1101.  
  1102.                         <ul>
  1103.                             <li>
  1104.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=scheduledtasks;sa=tasks;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Scheduled Tasks</span></a>
  1105.                             </li>
  1106.                             <li>
  1107.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=scheduledtasks;sa=tasklog;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Task Log</span></a>
  1108.                             </li>
  1109.                         </ul>
  1110.  
  1111.                     </li>
  1112.                     <li>
  1113.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=mailqueue;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/mail.gif" alt="" />&nbsp;&nbsp;Mail...</span></a>
  1114.                         <ul>
  1115.                             <li>
  1116.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=mailqueue;sa=browse;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Browse Queue</span></a>
  1117.                             </li>
  1118.                             <li>
  1119.  
  1120.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=mailqueue;sa=settings;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Settings</span></a>
  1121.                             </li>
  1122.                         </ul>
  1123.                     </li>
  1124.                     <li>
  1125.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=reports;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/reports.gif" alt="" />&nbsp;&nbsp;Reports</span></a>
  1126.                     </li>
  1127.                     <li>
  1128.  
  1129.                         <a href="http://community.smfhelper.info/index.php?action=admin;area=logs;b86485769f=033352a34496e8bc7258118ba902fc35"><span><img src="http://community.smfhelper.info/Themes/TotallyPro/images/admin/logs.gif" alt="" />&nbsp;&nbsp;Logs...</span></a>
  1130.                         <ul>
  1131.                             <li>
  1132.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=logs;sa=errorlog;desc;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Error Log</span></a>
  1133.                             </li>
  1134.                             <li>
  1135.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=logs;sa=adminlog;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Administration Log</span></a>
  1136.  
  1137.                             </li>
  1138.                             <li>
  1139.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=logs;sa=modlog;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Moderation Log</span></a>
  1140.                             </li>
  1141.                             <li>
  1142.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=logs;sa=topicsolvedlog;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Topic Solved Log</span></a>
  1143.                             </li>
  1144.                             <li>
  1145.  
  1146.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=logs;sa=banlog;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Ban Log</span></a>
  1147.                             </li>
  1148.                             <li>
  1149.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=logs;sa=spiderlog;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Spider Log</span></a>
  1150.                             </li>
  1151.                             <li class="additional_items">
  1152.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=logs;sa=tasklog;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Task Log</span></a>
  1153.  
  1154.                             </li>
  1155.                             <li class="additional_items">
  1156.                                 <a href="http://community.smfhelper.info/index.php?action=admin;area=logs;sa=pruning;b86485769f=033352a34496e8bc7258118ba902fc35"><span>Log Pruning</span></a>
  1157.                             </li>
  1158.                         </ul>
  1159.                     </li>
  1160.                 </ul>
  1161.             </li>
  1162.  
  1163.     </ul>
  1164. </div>
  1165. <div id="admin_content">
  1166.     <div class="cat_bar">
  1167.         <h3 class="catbg">
  1168.             <span class="ie6_header floatleft"><a href="http://community.smfhelper.info/index.php?action=helpadmin;help=sp_PagesArea" onclick="return reqWin(this.href);" class="help"><img src="http://community.smfhelper.info/Themes/TotallyPro/images/helptopics.gif" alt="Help" class="icon" /></a>Pages
  1169.             </span>
  1170.         </h3>
  1171.     </div>
  1172.     <p class="windowbg description">
  1173.  
  1174.         You can create and manage SimplePortal pages in this area.
  1175.     </p>
  1176.     <div id="adm_submenus">
  1177.         <ul class="dropmenu">
  1178.             <li>
  1179.                 <a class="firstlevel" href="http://community.smfhelper.info/index.php?action=admin;area=portalpages;sa=list;b86485769f=033352a34496e8bc7258118ba902fc35"><span class="firstlevel">Page List</span></a>
  1180.             </li>
  1181.             <li>
  1182.                 <a class="active firstlevel" href="http://community.smfhelper.info/index.php?action=admin;area=portalpages;sa=add;b86485769f=033352a34496e8bc7258118ba902fc35"><span class="firstlevel">Add Page</span></a>
  1183.  
  1184.             </li>
  1185.         </ul>
  1186.     </div>
  1187.     <div id="sp_edit_page">
  1188.         <form action="http://community.smfhelper.info/index.php?action=admin;area=portalpages;sa=edit" method="post" accept-charset="ISO-8859-1" onsubmit="submitonce(this);">
  1189.             <h3 class="catbg"><span class="left"></span>
  1190.                 General Settings
  1191.             </h3>
  1192.             <div class="windowbg2">
  1193.  
  1194.                 <span class="topslice"><span></span></span>
  1195.                 <div class="sp_content_padding">
  1196.                     <dl class="sp_form">
  1197.                         <dt>
  1198.                             <label for="page_title">Title:</label>
  1199.                         </dt>
  1200.                         <dd>
  1201.                         <input type="text" name="title" id="page_title" value="Untitled Page" class="input_text" />
  1202.  
  1203.                         </dd>
  1204.                         <dt>
  1205.                             <label for="page_namespace">Page ID:</label>
  1206.                         </dt>
  1207.                         <dd>
  1208.                             <input type="text" name="namespace" id="page_namespace" value="page848" class="input_text" />
  1209.                         </dd>
  1210.                         <dt>
  1211.  
  1212.                             <label for="page_type">Type:</label>
  1213.                         </dt>
  1214.                         <dd>
  1215.                             <select name="type" id="page_type" onchange="sp_update_editor();">
  1216.                                 <option value="bbc" selected="selected">BBC</option>
  1217.                                 <option value="html">HTML</option>
  1218.                                 <option value="php">PHP</option>
  1219.  
  1220.                             </select>
  1221.                         </dd>
  1222.                         <dt>
  1223.                             Permissions:
  1224.                         </dt>
  1225.                         <dd>
  1226.         <fieldset id="permissions">
  1227.             <legend><a href="javascript:void(0);" onclick="document.getElementById('permissions').style.display = 'none';document.getElementById('permissions_groups_link').style.display = 'block'; return false;">Select permissions for each group</a></legend>
  1228.             <ul class="permission_groups">
  1229.  
  1230.                 <li><input type="checkbox" name="member_groups[-1]" value="-1" checked="checked" class="input_check" /> <span>Guests</span></li>
  1231.                 <li><input type="checkbox" name="member_groups[0]" value="0" checked="checked" class="input_check" /> <span>Regular Members</span></li>
  1232.                 <li><input type="checkbox" name="member_groups[2]" value="2" checked="checked" class="input_check" /> <span>Global Moderator</span></li>
  1233.                 <li><input type="checkbox" name="member_groups[19]" value="19" checked="checked" class="input_check" /> <span>Hosted Member</span></li>
  1234.                 <li><input type="checkbox" name="member_groups[9]" value="9" checked="checked" class="input_check" /> <span>MDev</span></li>
  1235.  
  1236.                 <li><input type="checkbox" name="member_groups[3]" value="3" checked="checked" class="input_check" /> <span>Moderator</span></li>
  1237.                 <li><input type="checkbox" name="member_groups[18]" value="18" checked="checked" class="input_check" /> <span>Site Helpers</span></li>
  1238.                 <li><input type="checkbox" name="member_groups[11]" value="11" checked="checked" class="input_check" /> <span>V.I.P.</span></li>
  1239.                 <li><input type="checkbox" name="member_groups[4]" value="4" checked="checked" class="input_check" /> <span style="font-style: italic;">New Member</span></li>
  1240.                 <li><input type="checkbox" name="member_groups[5]" value="5" checked="checked" class="input_check" /> <span style="font-style: italic;">Jr. Member</span></li>
  1241.  
  1242.                 <li><input type="checkbox" name="member_groups[6]" value="6" checked="checked" class="input_check" /> <span style="font-style: italic;">Full Member</span></li>
  1243.                 <li><input type="checkbox" name="member_groups[7]" value="7" checked="checked" class="input_check" /> <span style="font-style: italic;">Sr. Member</span></li>
  1244.                 <li><input type="checkbox" name="member_groups[8]" value="8" checked="checked" class="input_check" /> <span style="font-style: italic;">Hero Member</span></li>
  1245.                 <li><input type="checkbox" name="member_groups[14]" value="14" checked="checked" class="input_check" /> <span style="font-style: italic;">Elite Member</span></li>
  1246.                 <li><input type="checkbox" name="member_groups[16]" value="16" checked="checked" class="input_check" /> <span style="font-style: italic;">Guru</span></li>
  1247.  
  1248.                 <li><input type="checkbox" name="member_groups[17]" value="17" checked="checked" class="input_check" /> <span style="font-style: italic;">Elite SMFer</span></li>
  1249.                 <li><input type="checkbox" onclick="invertAll(this, this.form, 'member_groups');" class="input_check" /> <em>Check all</em></li>
  1250.             </ul>
  1251.         </fieldset>
  1252.  
  1253.         <a href="javascript:void(0);" onclick="document.getElementById('permissions').style.display = 'block'; document.getElementById('permissions_groups_link').style.display = 'none'; return false;" id="permissions_groups_link" style="display: none;">[ Select permissions for each group ]</a>
  1254.  
  1255.         <script type="text/javascript"><!-- // --><![CDATA[
  1256.             document.getElementById("permissions").style.display = "none";
  1257.             document.getElementById("permissions_groups_link").style.display = "";
  1258.         // ]]></script>
  1259.  
  1260.                         </dd>
  1261.                         <dt>
  1262.                             Permission Settings:
  1263.                         </dt>
  1264.                         <dd>
  1265.                             <ul class="reset">
  1266.                                 <li><input type="radio" name="permission_type" value="0" checked="checked" class="input_radio" />One Membergroup</li>
  1267.                                 <li><input type="radio" name="permission_type" value="1" class="input_radio" />All Membergroups</li>
  1268.  
  1269.                                 <li><input type="radio" name="permission_type" value="2" class="input_radio" />Ignore Permissions</li>
  1270.                             </ul>
  1271.                         </dd>
  1272.                         <dt>
  1273.                             <label for="page_status">Active:</label>
  1274.                         </dt>
  1275.                         <dd>
  1276.                             <input type="checkbox" name="status" id="page_status" value="1" checked="checked" class="input_check" /></dd>
  1277.  
  1278.                         <dt>
  1279.                             Body:
  1280.                         </dt>
  1281.                         <dd>
  1282.                         </dd>
  1283.                     </dl>
  1284.                     <div id="sp_rich_editor">
  1285.                         <div id="sp_rich_bbc"></div>
  1286.                         <div id="sp_rich_smileys"></div>
  1287.  
  1288.                         <div>
  1289.         <div>
  1290.             <div style="width: 98.8%;">
  1291.                 <div>
  1292.                     <textarea class="editor" name="body" id="body" rows="12" cols=" 60" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onchange="storeCaret(this);" tabindex="1" style="width: 95%; height: 200px; "></textarea>
  1293.                 </div>
  1294.                 <div id="body_resizer" style="display: none; width: 95%; padding: 0 2px;" class="richedit_resize"></div>
  1295.             </div>
  1296.  
  1297.         </div>
  1298.         <input type="hidden" name="body_mode" id="body_mode" value="0" />
  1299.         <script type="text/javascript"><!-- // --><![CDATA[
  1300.                 var oSmileyBox_body = new smc_SmileyBox({
  1301.                     sUniqueId: 'smileyBox_body',
  1302.                     sContainerDiv: 'sp_rich_smileys',
  1303.                     sClickHandler: 'oEditorHandle_body.insertSmiley',
  1304.                     oSmileyLocations: {
  1305.                         postform: [
  1306.                             [
  1307.                                 {
  1308.                                     sCode: ':)',
  1309.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/smiley.gif',
  1310.                                     sDescription: 'Smilley'
  1311.                                 },
  1312.                                 {
  1313.                                     sCode: ':(',
  1314.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/sad.gif',
  1315.                                     sDescription: 'Sad'
  1316.                                 },
  1317.                                 {
  1318.                                     sCode: ';)',
  1319.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/wink.gif',
  1320.                                     sDescription: 'Wink'
  1321.                                 },
  1322.                                 {
  1323.                                     sCode: '???',
  1324.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/huh.gif',
  1325.                                     sDescription: 'Huh....what'
  1326.                                 },
  1327.                                 {
  1328.                                     sCode: ':p',
  1329.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/tongue.gif',
  1330.                                     sDescription: 'Joking'
  1331.                                 },
  1332.                                 {
  1333.                                     sCode: ':zip',
  1334.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/lipsrsealed.gif',
  1335.                                     sDescription: 'Lips r sealed'
  1336.                                 },
  1337.                                 {
  1338.                                     sCode: ':no',
  1339.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/16.gif',
  1340.                                     sDescription: 'No'
  1341.                                 },
  1342.                                 {
  1343.                                     sCode: ':cry',
  1344.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/cry.gif',
  1345.                                     sDescription: 'Cry'
  1346.                                 },
  1347.                                 {
  1348.                                     sCode: ':unde',
  1349.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/undecided.gif',
  1350.                                     sDescription: 'which one'
  1351.                                 },
  1352.                                 {
  1353.                                     sCode: ':shckd',
  1354.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/shocked.gif',
  1355.                                     sDescription: 'Shocked'
  1356.                                 },
  1357.                                 {
  1358.                                     sCode: ':ntme',
  1359.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/rolleyes.gif',
  1360.                                     sDescription: 'Not Me'
  1361.                                 },
  1362.                                 {
  1363.                                     sCode: ':grin',
  1364.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/grin.gif',
  1365.                                     sDescription: 'Grin'
  1366.                                 },
  1367.                                 {
  1368.                                     sCode: ':embrsd',
  1369.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/embarrassed.gif',
  1370.                                     sDescription: 'Embarrest'
  1371.                                 },
  1372.                                 {
  1373.                                     sCode: ':angry',
  1374.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/angry.gif',
  1375.                                     sDescription: 'Angry'
  1376.                                 },
  1377.                                 {
  1378.                                     sCode: ':cool',
  1379.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/cool.gif',
  1380.                                     sDescription: 'Cool'
  1381.                                 },
  1382.                                 {
  1383.                                     sCode: ':dnc',
  1384.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/dance.gif',
  1385.                                     sDescription: 'Dancin'
  1386.                                 },
  1387.                                 {
  1388.                                     sCode: ':hlp',
  1389.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/17.gif',
  1390.                                     sDescription: 'Help'
  1391.                                 },
  1392.                                 {
  1393.                                     sCode: ':lmao',
  1394.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/cheesy.gif',
  1395.                                     sDescription: 'Lmao'
  1396.                                 },
  1397.                                 {
  1398.                                     sCode: ':dman',
  1399.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/finmad.gif',
  1400.                                     sDescription: 'Damn mad'
  1401.                                 },
  1402.                                 {
  1403.                                     sCode: ':great',
  1404.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/great.gif',
  1405.                                     sDescription: 'Great'
  1406.                                 },
  1407.                                 {
  1408.                                     sCode: ':doh',
  1409.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/015.gif',
  1410.                                     sDescription: 'Doh'
  1411.                                 },
  1412.                                 {
  1413.                                     sCode: ':gtw',
  1414.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/040.gif',
  1415.                                     sDescription: 'get to work'
  1416.                                 },
  1417.                                 {
  1418.                                     sCode: ':awe',
  1419.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/13.gif',
  1420.                                     sDescription: 'Awesome'
  1421.                                 },
  1422.                                 {
  1423.                                     sCode: ':righton',
  1424.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/afro.gif',
  1425.                                     sDescription: 'Righton'
  1426.                                 },
  1427.                                 {
  1428.                                     sCode: ':beta',
  1429.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/beta.gif',
  1430.                                     sDescription: 'Beta'
  1431.                                 }
  1432.                             ]
  1433.                         ],
  1434.                         popup: [
  1435.                             [
  1436.                                 {
  1437.                                     sCode: ':run',
  1438.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/runaway.gif',
  1439.                                     sDescription: 'AAAHHHH'
  1440.                                 },
  1441.                                 {
  1442.                                     sCode: ':thnk',
  1443.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/thanks3.gif',
  1444.                                     sDescription: 'Thank You'
  1445.                                 },
  1446.                                 {
  1447.                                     sCode: ':scrn',
  1448.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/photo.gif',
  1449.                                     sDescription: 'Screenshot'
  1450.                                 },
  1451.                                 {
  1452.                                     sCode: ':vic',
  1453.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/victory.gif',
  1454.                                     sDescription: 'Victory'
  1455.                                 },
  1456.                                 {
  1457.                                     sCode: ':king',
  1458.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/king.gif',
  1459.                                     sDescription: 'King'
  1460.                                 },
  1461.                                 {
  1462.                                     sCode: ':cele',
  1463.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/celebrate.gif',
  1464.                                     sDescription: 'Celebrate'
  1465.                                 },
  1466.                                 {
  1467.                                     sCode: ':bnghd',
  1468.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/banghead.gif',
  1469.                                     sDescription: 'Damn Damn Damn'
  1470.                                 },
  1471.                                 {
  1472.                                     sCode: ':pcc',
  1473.                                     sSrc: 'http://community.smfhelper.info/Smileys/default/pccoffee.gif',
  1474.                                     sDescription: 'Mornin|workin'
  1475.                                 }
  1476.                             ]
  1477.                         ]
  1478.                     },
  1479.                     sSmileyBoxTemplate: '\n\t\t\t\t\t\t%smileyRows% %moreSmileys%\n\t\t\t\t\t',
  1480.                     sSmileyRowTemplate: '\n\t\t\t\t\t\t<div>%smileyRow%<' + '/div>\n\t\t\t\t\t',
  1481.                     sSmileyTemplate: '\n\t\t\t\t\t\t<img src="%smileySource%" align="bottom" alt="%smileyDescri'+'ption%" title="%smileyDescri'+'ption%" id="%smileyId%" />\n\t\t\t\t\t',
  1482.                     sMoreSmileysTemplate: '\n\t\t\t\t\t\t<a hr'+'ef="#" id="%moreSmileysId%">[more]<' + '/a>\n\t\t\t\t\t',
  1483.                     sMoreSmileysLinkId: 'moreSmileys_body',
  1484.                     sMoreSmileysPopupTemplate: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\t\t\t\t\t\t<html>\n\t\t\t\t\t\t\t<head>\n\t\t\t\t\t\t\t\t<title>Additional smileys<' + '/title>\n\t\t\t\t\t\t\t\t<link rel="stylesheet" type="text/css" href="http://community.smfhelper.info/Themes/TotallyPro/css/index.css?rc3" />\n\t\t\t\t\t\t\t<' + '/head>\n\t\t\t\t\t\t\t<body id="help_popup">\n\t\t\t\t\t\t\t\t<div class="padding windowbg">\n\t\t\t\t\t\t\t\t\t<div class="cat_bar">\n\t\t\t\t\t\t\t\t\t\t<h3 class="catbg">\n\t\t\t\t\t\t\t\t\t\t\tPick a smiley\n\t\t\t\t\t\t\t\t\t\t<' + '/h3>\n\t\t\t\t\t\t\t\t\t<' + '/div>\n\t\t\t\t\t\t\t\t\t<div class="padding">\n\t\t\t\t\t\t\t\t\t\t%smileyRows%\n\t\t\t\t\t\t\t\t\t<' + '/div>\n\t\t\t\t\t\t\t\t\t<div class="smalltext centertext">\n\t\t\t\t\t\t\t\t\t\t<a hr'+'ef="#" id="%moreSmileysCloseLinkId%">Close Window<' + '/a>\n\t\t\t\t\t\t\t\t\t<' + '/div>\n\t\t\t\t\t\t\t\t<' + '/div>\n\t\t\t\t\t\t\t<' + '/body>\n\t\t\t\t\t\t<' + '/html>'
  1485.                 });
  1486.                 var oBBCBox_body = new smc_BBCButtonBox({
  1487.                     sUniqueId: 'BBCBox_body',
  1488.                     sContainerDiv: 'sp_rich_bbc',
  1489.                     sButtonClickHandler: 'oEditorHandle_body.handleButtonClick',
  1490.                     sSelectChangeHandler: 'oEditorHandle_body.handleSelectChange',
  1491.                     aButtonRows: [
  1492.                         [
  1493.                             {
  1494.                                 sType: 'button',
  1495.                                 bEnabled: true,
  1496.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/bold.gif',
  1497.                                 sCode: 'b',
  1498.                                 sBefore: '[b]',
  1499.                                 sAfter: '[/b]',
  1500.                                 sDescription: 'Bold'
  1501.                             },
  1502.                             {
  1503.                                 sType: 'button',
  1504.                                 bEnabled: true,
  1505.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/italicize.gif',
  1506.                                 sCode: 'i',
  1507.                                 sBefore: '[i]',
  1508.                                 sAfter: '[/i]',
  1509.                                 sDescription: 'Italicized'
  1510.                             },
  1511.                             {
  1512.                                 sType: 'button',
  1513.                                 bEnabled: true,
  1514.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/underline.gif',
  1515.                                 sCode: 'u',
  1516.                                 sBefore: '[u]',
  1517.                                 sAfter: '[/u]',
  1518.                                 sDescription: 'Underline'
  1519.                             },
  1520.                             {
  1521.                                 sType: 'button',
  1522.                                 bEnabled: true,
  1523.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/strike.gif',
  1524.                                 sCode: 's',
  1525.                                 sBefore: '[s]',
  1526.                                 sAfter: '[/s]',
  1527.                                 sDescription: 'Strikethrough'
  1528.                             },
  1529.                             {
  1530.                                 sType: 'divider'
  1531.                             },
  1532.                             {
  1533.                                 sType: 'button',
  1534.                                 bEnabled: true,
  1535.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/pre.gif',
  1536.                                 sCode: 'pre',
  1537.                                 sBefore: '[pre]',
  1538.                                 sAfter: '[/pre]',
  1539.                                 sDescription: 'Preformatted Text'
  1540.                             },
  1541.                             {
  1542.                                 sType: 'button',
  1543.                                 bEnabled: true,
  1544.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/left.gif',
  1545.                                 sCode: 'left',
  1546.                                 sBefore: '[left]',
  1547.                                 sAfter: '[/left]',
  1548.                                 sDescription: 'Left Align'
  1549.                             },
  1550.                             {
  1551.                                 sType: 'button',
  1552.                                 bEnabled: true,
  1553.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/center.gif',
  1554.                                 sCode: 'center',
  1555.                                 sBefore: '[center]',
  1556.                                 sAfter: '[/center]',
  1557.                                 sDescription: 'Centered'
  1558.                             },
  1559.                             {
  1560.                                 sType: 'button',
  1561.                                 bEnabled: true,
  1562.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/right.gif',
  1563.                                 sCode: 'right',
  1564.                                 sBefore: '[right]',
  1565.                                 sAfter: '[/right]',
  1566.                                 sDescription: 'Right Align'
  1567.                             },
  1568.                             {
  1569.                                 sType: 'select',
  1570.                                 sName: 'sel_face',
  1571.                                 oOptions: {
  1572.                                     '': 'Font Face',
  1573.                                     'courier': 'Courier',
  1574.                                     'arial': 'Arial',
  1575.                                     'arial black': 'Arial Black',
  1576.                                     'impact': 'Impact',
  1577.                                     'verdana': 'Verdana',
  1578.                                     'times new roman': 'Times New Roman',
  1579.                                     'georgia': 'Georgia',
  1580.                                     'andale mono': 'Andale Mono',
  1581.                                     'trebuchet ms': 'Trebuchet MS',
  1582.                                     'comic sans ms': 'Comic Sans MS'
  1583.                                 }
  1584.                             },
  1585.                             {
  1586.                                 sType: 'select',
  1587.                                 sName: 'sel_size',
  1588.                                 oOptions: {
  1589.                                     '': 'Font Size',
  1590.                                     '1': '8pt',
  1591.                                     '2': '10pt',
  1592.                                     '3': '12pt',
  1593.                                     '4': '14pt',
  1594.                                     '5': '18pt',
  1595.                                     '6': '24pt',
  1596.                                     '7': '36pt'
  1597.                                 }
  1598.                             },
  1599.                             {
  1600.                                 sType: 'select',
  1601.                                 sName: 'sel_color',
  1602.                                 oOptions: {
  1603.                                     '': 'Change Color',
  1604.                                     'black': 'Black',
  1605.                                     'red': 'Red',
  1606.                                     'yellow': 'Yellow',
  1607.                                     'pink': 'Pink',
  1608.                                     'green': 'Green',
  1609.                                     'orange': 'Orange',
  1610.                                     'purple': 'Purple',
  1611.                                     'blue': 'Blue',
  1612.                                     'beige': 'Beige',
  1613.                                     'brown': 'Brown',
  1614.                                     'teal': 'Teal',
  1615.                                     'navy': 'Navy',
  1616.                                     'maroon': 'Maroon',
  1617.                                     'limegreen': 'Lime Green',
  1618.                                     'white': 'White'
  1619.                                 }
  1620.                             },
  1621.                             {
  1622.                                 sType: 'select',
  1623.                                 sName: 'sel_boilerplates',
  1624.                                 oOptions: {
  1625.                                     '': 'Please choose...',
  1626.                                     'Sep6': '-----------------------',
  1627.                                     '[url=http://download.simplemachines.org/]Download SMF here[/url]': 'Download SMF here','Sep7': '----------------------',
  1628.                                     '[url=http://wiki.simplemachines.org/smf/Main_Page]SMF Wiki site[/url].': 'Wiki Site','Sep8': '--------------',
  1629.                                     '[url=http://community.smfhelper.info/index.php/topic,5185.0.html]Step-by-Step Upgrade Guide[/url]': 'Upgrade','Sep9': '------------',
  1630.                                     '[url=http://community.smfhelper.info/index.php/topic,5186.0.html]Cpanel Database Creation[/url]': 'Create Database (cpanel)','Sep10': '-----------------------------',
  1631.                                     '[url=http://community.smfhelper.info/index.php/topic,5188.0.html]Basic setup of SSI[/url]': 'Basic SSI','Sep11': '--------------',
  1632.                                     '[url=http://community.smfhelper.info/index.php/topic,5189.0.html]Installing SMF with Cpanel[/url]': 'Installing SMF (Cpanel)',
  1633.                                 }
  1634.                             }
  1635.                         ],
  1636.                         [
  1637.                             {
  1638.                                 sType: 'button',
  1639.                                 bEnabled: false,
  1640.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/flash.gif',
  1641.                                 sCode: 'flash',
  1642.                                 sBefore: '[flash=200,200]',
  1643.                                 sAfter: '[/flash]',
  1644.                                 sDescription: 'Insert Flash'
  1645.                             },
  1646.                             {
  1647.                                 sType: 'button',
  1648.                                 bEnabled: true,
  1649.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/img.gif',
  1650.                                 sCode: 'img',
  1651.                                 sBefore: '[img]',
  1652.                                 sAfter: '[/img]',
  1653.                                 sDescription: 'Insert Image'
  1654.                             },
  1655.                             {
  1656.                                 sType: 'button',
  1657.                                 bEnabled: true,
  1658.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/url.gif',
  1659.                                 sCode: 'url',
  1660.                                 sBefore: '[url]',
  1661.                                 sAfter: '[/url]',
  1662.                                 sDescription: 'Insert Hyperlink'
  1663.                             },
  1664.                             {
  1665.                                 sType: 'button',
  1666.                                 bEnabled: true,
  1667.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/email.gif',
  1668.                                 sCode: 'email',
  1669.                                 sBefore: '[email]',
  1670.                                 sAfter: '[/email]',
  1671.                                 sDescription: 'Insert Email'
  1672.                             },
  1673.                             {
  1674.                                 sType: 'button',
  1675.                                 bEnabled: true,
  1676.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/ftp.gif',
  1677.                                 sCode: 'ftp',
  1678.                                 sBefore: '[ftp]',
  1679.                                 sAfter: '[/ftp]',
  1680.                                 sDescription: 'Insert FTP Link'
  1681.                             },
  1682.                             {
  1683.                                 sType: 'divider'
  1684.                             },
  1685.                             {
  1686.                                 sType: 'button',
  1687.                                 bEnabled: true,
  1688.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/glow.gif',
  1689.                                 sCode: 'glow',
  1690.                                 sBefore: '[glow=red,2,300]',
  1691.                                 sAfter: '[/glow]',
  1692.                                 sDescription: 'Glow'
  1693.                             },
  1694.                             {
  1695.                                 sType: 'button',
  1696.                                 bEnabled: true,
  1697.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/shadow.gif',
  1698.                                 sCode: 'shadow',
  1699.                                 sBefore: '[shadow=red,left]',
  1700.                                 sAfter: '[/shadow]',
  1701.                                 sDescription: 'Shadow'
  1702.                             },
  1703.                             {
  1704.                                 sType: 'button',
  1705.                                 bEnabled: true,
  1706.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/move.gif',
  1707.                                 sCode: 'move',
  1708.                                 sBefore: '[move]',
  1709.                                 sAfter: '[/move]',
  1710.                                 sDescription: 'Marquee'
  1711.                             },
  1712.                             {
  1713.                                 sType: 'divider'
  1714.                             },
  1715.                             {
  1716.                                 sType: 'button',
  1717.                                 bEnabled: true,
  1718.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/sup.gif',
  1719.                                 sCode: 'sup',
  1720.                                 sBefore: '[sup]',
  1721.                                 sAfter: '[/sup]',
  1722.                                 sDescription: 'Superscri'+'pt'
  1723.                             },
  1724.                             {
  1725.                                 sType: 'button',
  1726.                                 bEnabled: true,
  1727.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/sub.gif',
  1728.                                 sCode: 'sub',
  1729.                                 sBefore: '[sub]',
  1730.                                 sAfter: '[/sub]',
  1731.                                 sDescription: 'Subscri'+'pt'
  1732.                             },
  1733.                             {
  1734.                                 sType: 'button',
  1735.                                 bEnabled: true,
  1736.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/tele.gif',
  1737.                                 sCode: 'tt',
  1738.                                 sBefore: '[tt]',
  1739.                                 sAfter: '[/tt]',
  1740.                                 sDescription: 'Teletype'
  1741.                             },
  1742.                             {
  1743.                                 sType: 'divider'
  1744.                             },
  1745.                             {
  1746.                                 sType: 'button',
  1747.                                 bEnabled: true,
  1748.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/table.gif',
  1749.                                 sCode: 'table',
  1750.                                 sBefore: '[table]\\n[tr]\\n[td]',
  1751.                                 sAfter: '[/td]\\n[/tr]\\n[/table]',
  1752.                                 sDescription: 'Insert Table'
  1753.                             },
  1754.                             {
  1755.                                 sType: 'button',
  1756.                                 bEnabled: true,
  1757.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/code.gif',
  1758.                                 sCode: 'code',
  1759.                                 sBefore: '[code]',
  1760.                                 sAfter: '[/code]',
  1761.                                 sDescription: 'Insert Code'
  1762.                             },
  1763.                             {
  1764.                                 sType: 'button',
  1765.                                 bEnabled: true,
  1766.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/quote.gif',
  1767.                                 sCode: 'quote',
  1768.                                 sBefore: '[quote]',
  1769.                                 sAfter: '[/quote]',
  1770.                                 sDescription: 'Insert Quote'
  1771.                             },
  1772.                             {
  1773.                                 sType: 'divider'
  1774.                             },
  1775.                             {
  1776.                                 sType: 'button',
  1777.                                 bEnabled: true,
  1778.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/list.gif',
  1779.                                 sCode: 'list',
  1780.                                 sBefore: '[list]\\n[li]',
  1781.                                 sAfter: '[/li]\\n[li][/li]\\n[/list]',
  1782.                                 sDescription: 'Insert Unordered List'
  1783.                             },
  1784.                             {
  1785.                                 sType: 'button',
  1786.                                 bEnabled: true,
  1787.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/orderlist.gif',
  1788.                                 sCode: 'orderlist',
  1789.                                 sBefore: '[list type=decimal]\\n[li]',
  1790.                                 sAfter: '[/li]\\n[li][/li]\\n[/list]',
  1791.                                 sDescription: 'Insert Ordered List'
  1792.                             },
  1793.                             {
  1794.                                 sType: 'button',
  1795.                                 bEnabled: true,
  1796.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/hr.gif',
  1797.                                 sCode: 'hr',
  1798.                                 sBefore: '[hr]',
  1799.                                 sAfter: null,
  1800.                                 sDescription: 'Horizontal Rule'
  1801.                             },
  1802.                             {
  1803.                                 sType: 'divider'
  1804.                             },
  1805.                             {
  1806.                                 sType: 'button',
  1807.                                 bEnabled: true,
  1808.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/unformat.gif',
  1809.                                 sCode: 'unformat',
  1810.                                 sBefore: '',
  1811.                                 sAfter: null,
  1812.                                 sDescription: 'Remove Formatting'
  1813.                             },
  1814.                             {
  1815.                                 sType: 'button',
  1816.                                 bEnabled: true,
  1817.                                 sImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/toggle.gif',
  1818.                                 sCode: 'toggle',
  1819.                                 sBefore: '',
  1820.                                 sAfter: null,
  1821.                                 sDescription: 'Toggle View'
  1822.                             }
  1823.                         ]
  1824.                     ],
  1825.                     sButtonTemplate: '\n\t\t\t\t\t\t<img id="%buttonId%" src="%buttonSrc%" align="bottom" width="23" height="22" alt="%buttonDescri'+'ption%" title="%buttonDescri'+'ption%" />\n\t\t\t\t\t',
  1826.                     sButtonBackgroundImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/bbc_bg.gif',
  1827.                     sButtonBackgroundImageHover: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/bbc_hoverbg.gif',
  1828.                     sActiveButtonBackgroundImage: 'http://community.smfhelper.info/Themes/TotallyPro/images/bbc/bbc_hoverbg.gif',
  1829.                     sDividerTemplate: '\n\t\t\t\t\t\t<img src="http://community.smfhelper.info/Themes/TotallyPro/images/bbc/divider.gif" alt="|" style="margin: 0 3px 0 3px;" />\n\t\t\t\t\t',
  1830.                     sSelectTemplate: '\n\t\t\t\t\t\t<select name="%selectName%" id="%selectId%" style="margin-bottom: 1ex; font-size: x-small;">\n\t\t\t\t\t\t\t%selectOptions%\n\t\t\t\t\t\t<' + '/select>\n\t\t\t\t\t',
  1831.                     sButtonRowTemplate: '\n\t\t\t\t\t\t<div>%buttonRow%<' + '/div>\n\t\t\t\t\t'
  1832.                 });
  1833.                 var oEditorHandle_body = new smc_Editor({
  1834.                     sSessionId: '033352a34496e8bc7258118ba902fc35',
  1835.                     sSessionVar: 'b86485769f',
  1836.                     sFormId: 'postmodify',
  1837.                     sUniqueId: 'body',
  1838.                     bRTL: false,
  1839.                     bWysiwyg: true,
  1840.                     sText: '',
  1841.                     sEditWidth: '95%',
  1842.                     sEditHeight: '200px',
  1843.                     bRichEditOff: false,
  1844.                     oSmileyBox: oSmileyBox_body,
  1845.                     oBBCBox: oBBCBox_body
  1846.                 });
  1847.                 smf_editorArray[smf_editorArray.length] = oEditorHandle_body;
  1848.             // ]]></script></div>
  1849.                     </div>
  1850.                     <div class="sp_button_container">
  1851.                         <input type="submit" name="preview" value="Preview" class="button_submit" /> <input type="submit" name="submit" value="Add Page" class="button_submit" />
  1852.                     </div>
  1853.                 </div>
  1854.  
  1855.                 <span class="botslice"><span></span></span>
  1856.             </div>
  1857.             <br />
  1858.             <h3 class="catbg"><span class="left"></span>
  1859.                 Style Options
  1860.             </h3>
  1861.             <div class="windowbg2">
  1862.                 <span class="topslice"><span></span></span>
  1863.                 <div class="sp_content_padding">
  1864.  
  1865.                     <dl id="sp_edit_style_title" class="sp_form sp_float_left">
  1866.                         <dt>
  1867.                             Default Title Class:
  1868.                         </dt>
  1869.                         <dd>
  1870.                             <select name="title_default_class" id="title_default_class">
  1871.                                 <option value="catbg" selected="selected">catbg</option>
  1872.                                 <option value="catbg2">catbg2</option>
  1873.  
  1874.                                 <option value="catbg3">catbg3</option>
  1875.                                 <option value="titlebg">titlebg</option>
  1876.                                 <option value="titlebg2">titlebg2</option>
  1877.                             </select>
  1878.                         </dd>
  1879.                         <dt>
  1880.                             Custom Title Class:
  1881.                         </dt>
  1882.  
  1883.                         <dd>
  1884.                             <input type="text" name="title_custom_class" id="title_custom_class" value="" class="input_text" />
  1885.                         </dd>
  1886.                         <dt>
  1887.                             Custom Title Style:
  1888.                         </dt>
  1889.                         <dd>
  1890.                             <input type="text" name="title_custom_style" id="title_custom_style" value="" class="input_text" />
  1891.                         </dd>
  1892.  
  1893.                         <dt>
  1894.                             No Title:
  1895.                         </dt>
  1896.                         <dd>
  1897.                             <input type="checkbox" name="no_title" id="no_title" value="1" onclick="document.getElementById('title_default_class').disabled = document.getElementById('title_custom_class').disabled = document.getElementById('title_custom_style').disabled = this.checked;" class="input_check" />
  1898.                         </dd>
  1899.                     </dl>
  1900.                     <dl id="sp_edit_style_body" class="sp_form sp_float_right">
  1901.                         <dt>
  1902.  
  1903.                             Default Body Class:
  1904.                         </dt>
  1905.                         <dd>
  1906.                             <select name="body_default_class" id="body_default_class">
  1907.                                 <option value="windowbg" selected="selected">windowbg</option>
  1908.                                 <option value="windowbg2">windowbg2</option>
  1909.                                 <option value="windowbg3">windowbg3</option>
  1910.                                 <option value="information">information</option>
  1911.  
  1912.                                 <option value="roundframe">roundframe</option>
  1913.                             </select>
  1914.                         </dd>
  1915.                         <dt>
  1916.                             Custom Body Class:
  1917.                         </dt>
  1918.                         <dd>
  1919.                             <input type="text" name="body_custom_class" id="body_custom_class" value="" class="input_text" />
  1920.                         </dd>
  1921.  
  1922.                         <dt>
  1923.                             Custom Body Style:
  1924.                         </dt>
  1925.                         <dd>
  1926.                             <input type="text" name="body_custom_style" id="body_custom_style" value="" class="input_text" />
  1927.                         </dd>
  1928.                         <dt>
  1929.                             No Body:
  1930.                         </dt>
  1931.                         <dd>
  1932.  
  1933.                             <input type="checkbox" name="no_body" id="no_body" value="1" onclick="document.getElementById('body_default_class').disabled = this.checked;" class="input_check" />
  1934.                         </dd>
  1935.                     </dl>
  1936.                     <div class="sp_button_container">
  1937.                         <input type="submit" name="preview" value="Preview" class="button_submit" /> <input type="submit" name="submit" value="Add Page" class="button_submit" />
  1938.                     </div>
  1939.                 </div>
  1940.                 <span class="botslice"><span></span></span>
  1941.  
  1942.             </div>
  1943.             <input type="hidden" name="page_id" value="0" />
  1944.             <input type="hidden" name="b86485769f" value="033352a34496e8bc7258118ba902fc35" />
  1945.         </form>
  1946.     </div>
  1947.     <script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
  1948.         document.getElementById("title_default_class").disabled = document.getElementById("no_title").checked;
  1949.         document.getElementById("title_custom_class").disabled = document.getElementById("no_title").checked;
  1950.         document.getElementById("title_custom_style").disabled = document.getElementById("no_title").checked;
  1951.         document.getElementById("body_default_class").disabled = document.getElementById("no_body").checked;
  1952.  
  1953.         function sp_update_editor()
  1954.         {
  1955.             var new_state = document.getElementById("page_type").value;
  1956.             if (new_state == "bbc")
  1957.             {
  1958.                 document.getElementById("sp_rich_bbc").style.display = "";
  1959.                 document.getElementById("sp_rich_smileys").style.display = "";
  1960.             }
  1961.             else
  1962.             {
  1963.                 if (oEditorHandle_body.bRichTextEnabled)
  1964.                     oEditorHandle_body.toggleView();
  1965.                 document.getElementById("sp_rich_bbc").style.display = "none";
  1966.                 document.getElementById("sp_rich_smileys").style.display = "none";
  1967.             }
  1968.         }
  1969.     // ]]></script>
  1970.         <form name="spell_form" id="spell_form" method="post" accept-charset="ISO-8859-1" target="spellWindow" action="http://community.smfhelper.info/index.php?action=spellcheck">
  1971.             <input type="hidden" name="spellstring" value="" />
  1972.  
  1973.         </form>
  1974. </div>
  1975.                 <br />
  1976.             </td>
  1977.         </tr>
  1978.     </table><br class="clear" />
  1979.         </div>
  1980.     </div></div>
  1981.     <div class="gotop">
  1982.  
  1983.     <a href="#">Back to top</a>
  1984.     </div>
  1985.     <div id="footer_menu">
  1986.             <ul class="dropmenu custommenu">
  1987.             <li><a class="firstlevel" href="http://www.pctweakr.com">P.C. Tweakr</a></li>
  1988.             <li><a class="firstlevel" href="http://community.smfhelper.info/parser.php">Parser</a></li>
  1989.             </ul>
  1990.  
  1991.         </div>
  1992.     <div id="footer_section"><div class="frame">
  1993.         <ul class="reset">
  1994.             <li class="copyright">
  1995.         <span class="smalltext" style="display: inline; visibility: visible; font-family: Verdana, Arial, sans-serif;"><a href="http://www.simplemachines.org/" title="Simple Machines Forum" target="_blank" class="new_win">Powered by SMF 2.0 RC4</a> |
  1996.  <a href="http://www.simplemachines.org/about/copyright.php" title="Free Forum Software" target="_blank" class="new_win">SMF &copy; 2006&ndash;2011, Simple Machines LLC</a><br /><a href="http://www.simpleportal.net/" target="_blank" class="new_win">SimplePortal 2.3.3 &copy; 2008-2010, SimplePortal</a>
  1997.  
  1998.         </span></li>
  1999.             <li><a id="button_xhtml" href="http://validator.w3.org/check/referer" target="_blank" class="new_win" title="Valid XHTML 1.0!"><span>XHTML</span></a></li>
  2000.             <li><a id="button_rss" href="http://community.smfhelper.info/index.php?action=.xml;type=rss" class="new_win"><span>RSS</span></a></li>
  2001.             <li class="last"><a id="button_wap2" href="http://community.smfhelper.info/index.php?wap2" class="new_win"><span>WAP2</span></a></li>
  2002.             <li class="copyright">Design by: <a href="http://www.completevb.com">Completevb.</a> Adapted by <a href="http://www.skinmod.eu">Skinmod.</a></li>
  2003.  
  2004.             <a href="http://www.simpleportal.net" TARGET="_blank">SimplePortal 2.3.3 © 2008-2010, SimplePortal</a><br />
  2005.             <font color="#F08200">Not affiliated with</font> <a href="http://www.simplemachines.org" TARGET="_blank">Simple Machines</a><br />
  2006.             <li class="copyright">Protected By: <a href="http://www.eastcoastrollingthunder.com" TARGET="_blank">Forum Firewall © 2010-2011</a></li>
  2007.         </ul><p><a href="http://www.bad-behavior.ioerror.us/">Bad Behavior</a> has blocked <strong>71</strong> access attempts in the last 7 days.</p>
  2008.  
  2009.         <p>Page created in 0.454 seconds with 6 queries.</p>
  2010.     <div id="siteslogan" class="floatright"><b><i>Helping you along the way</i></b></div>
  2011.     </div></div>
  2012.     </div></div></div>
  2013. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement