Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 11.50 KB | None | 0 0
  1.     // Our array...
  2.     $smf_files = array(
  3.         'attachments' => array(
  4.             'directories' => array(
  5.             ),
  6.             'files' => array(
  7.                 'index' => 'php',
  8.             ),
  9.         ),
  10.         'avatars' => array(
  11.             'directories' => array(
  12.                 'Actors' => array(
  13.                     'Brad_Pitt' => 'jpg',
  14.                     'Bruce_Campbell' => 'jpg',
  15.                     'Bruce_Willis' => 'jpg',
  16.                     'Cameron_Diaz' => 'jpg',
  17.                     'Charisma_Carpenter' => 'jpg',
  18.                     'Christopher_Lambert' => 'jpg',
  19.                     'Claudia_Schiffer' => 'jpg',
  20.                     'David_Boreanaz' => 'jpg',
  21.                     'David_Spade' => 'jpg',
  22.                     'Denise_Richards' => 'jpg',
  23.                     'Emilio_Estevez' => 'jpg',
  24.                     'Eva_Habermann' => 'jpg',
  25.                     'Freddie_Prinze_Jr' => 'jpg',
  26.                     'Gwyneth_Paltrow' => 'jpg',
  27.                     'index' => 'php',
  28.                 ),
  29.                 'Musicians' => array(
  30.                     'Alanis_Morissette' => 'jpg',
  31.                     'Avril_Lavigne' => 'jpg',
  32.                     'Bob_Marley' => 'jpg',
  33.                     'Britney_Spears' => 'jpg',
  34.                     'Cardigans' => 'jpg',
  35.                     'Christina_Aguilera' => 'jpg',
  36.                     'Dido' => 'jpg',
  37.                     'Eminem' => 'jpg',
  38.                     'index' => 'php',
  39.                     'Jewel' => 'jpg',
  40.                     'Jon_Bon_Jovi' => 'jpg',
  41.                     'Korn' => 'jpg',
  42.                     'Limp_Bizkit' => 'jpg',
  43.                     'Linkin_Park' => 'jpg',
  44.                     'Nirvana' => 'jpg',
  45.                     'No_Doubt' => 'jpg',
  46.                     'Queen' => 'jpg',
  47.                     'Shakira' => 'jpg',
  48.                     'U2' => 'jpg',
  49.                 ),
  50.             ),
  51.             'files' => array(
  52.                 'blank' => 'gif',
  53.                 'index' => 'php',
  54.             ),
  55.         ),
  56.         'cache' => array(
  57.             'directories' => array(
  58.             ),
  59.             'files' => array(
  60.                 '.' => 'htaccess',
  61.                 'index' => 'php',
  62.             ),
  63.         ),
  64.         'Packages' => array(
  65.             'directories' => array(
  66.                 'backups' => array(
  67.                     'directories' => array(
  68.                     ),
  69.                     'files' => array(
  70.                         '.' => 'htaccess',
  71.                         'index' => 'php',
  72.                     ),
  73.                 ),
  74.             ),
  75.             'files' => array(
  76.                 '.' => 'htaccess',
  77.                 'index' => 'php',
  78.                 'installed' => 'list',
  79.             ),
  80.         ),
  81.         'Smileys' => array(
  82.             'directories' => array(
  83.                 'aaron' => array(
  84.                     'directories' => array(
  85.                     ),
  86.                     'files' => array(
  87.                         'afro' => 'gif',
  88.                         'angel' => 'gif',
  89.                         'angry' => 'gif',
  90.                         'azn' => 'gif',
  91.                         'blank' => 'gif',
  92.                         'cheesy' => 'gif',
  93.                         'cool' => 'gif',
  94.                         'cry' => 'gif',
  95.                         'embarrassed' => 'gif',
  96.                         'evil' => 'gif',
  97.                         'grin' => 'gif',
  98.                         'huh' => 'gif',
  99.                         'index' => 'php',
  100.                         'kiss' => 'gif',
  101.                         'laugh' => 'gif',
  102.                         'lipsrsealed' => 'gif',
  103.                         'police' => 'gif',
  104.                         'rolleyes' => 'gif',
  105.                         'sad' => 'gif',
  106.                         'shocked' => 'gif',
  107.                         'smiley' => 'gif',
  108.                         'tongue' => 'gif',
  109.                         'undecided' => 'gif',
  110.                         'wink' => 'gif',
  111.                     ),
  112.                 ),
  113.                 'akyhne' => array(
  114.                     'directories' => array(
  115.                     ),
  116.                     'files' => array(
  117.                         'afro' => 'gif',
  118.                         'angel' => 'gif',
  119.                         'angry' => 'gif',
  120.                         'azn' => 'gif',
  121.                         'blank' => 'gif',
  122.                         'cheesy' => 'gif',
  123.                         'cool' => 'gif',
  124.                         'cry' => 'gif',
  125.                         'embarrassed' => 'gif',
  126.                         'evil' => 'gif',
  127.                         'grin' => 'gif',
  128.                         'huh' => 'gif',
  129.                         'index' => 'php',
  130.                         'kiss' => 'gif',
  131.                         'laugh' => 'gif',
  132.                         'lipsrsealed' => 'gif',
  133.                         'police' => 'gif',
  134.                         'rolleyes' => 'gif',
  135.                         'sad' => 'gif',
  136.                         'shocked' => 'gif',
  137.                         'smiley' => 'gif',
  138.                         'tongue' => 'gif',
  139.                         'undecided' => 'gif',
  140.                         'wink' => 'gif',
  141.                     ),
  142.                 ),
  143.                 'default' => array(
  144.                     'directories' => array(
  145.                     ),
  146.                     'files' => array(
  147.                         'afro' => 'gif',
  148.                         'angel' => 'gif',
  149.                         'angry' => 'gif',
  150.                         'azn' => 'gif',
  151.                         'blank' => 'gif',
  152.                         'cheesy' => 'gif',
  153.                         'cool' => 'gif',
  154.                         'cry' => 'gif',
  155.                         'embarrassed' => 'gif',
  156.                         'evil' => 'gif',
  157.                         'grin' => 'gif',
  158.                         'huh' => 'gif',
  159.                         'index' => 'php',
  160.                         'kiss' => 'gif',
  161.                         'laugh' => 'gif',
  162.                         'lipsrsealed' => 'gif',
  163.                         'police' => 'gif',
  164.                         'rolleyes' => 'gif',
  165.                         'sad' => 'gif',
  166.                         'shocked' => 'gif',
  167.                         'smiley' => 'gif',
  168.                         'tongue' => 'gif',
  169.                         'undecided' => 'gif',
  170.                         'wink' => 'gif',
  171.                     ),
  172.                 ),
  173.             ),
  174.             'files' => array(
  175.                 'index' => 'php',
  176.             ),
  177.         ),
  178.         'Sources' => array(
  179.             'directories' => array(
  180.             ),
  181.             'files' => array(
  182.                 'Admin' => 'php',
  183.                 'BoardIndex' => 'php',
  184.                 'Calendar' => 'php',
  185.                 'Class-Graphics' => 'php',
  186.                 'Class-Package' => 'php',
  187.                 'DbExtra-mysql' => 'php',
  188.                 'DbExtra-postgresql' => 'php',
  189.                 'DbExtra-sqlite' => 'php',
  190.                 'DbPackages-mysql' => 'php',
  191.                 'DbPackages-postgresql' => 'php',
  192.                 'DbPackages-sqlite' => 'php',
  193.                 'DbSearch-mysql' => 'php',
  194.                 'DbSearch-postgresql' => 'php',
  195.                 'DbSearch-sqlite' => 'php',
  196.                 'Display' => 'php',
  197.                 'DumpDatabase' => 'php',
  198.                 'Errors' => 'php',
  199.                 'Groups' => 'php',
  200.                 'Help' => 'php',
  201.                 'index' => 'php',
  202.                 'Karma' => 'php',
  203.                 'Load' => 'php',
  204.                 'LockTopic' => 'php',
  205.                 'LogInOut' => 'php',
  206.                 'ManageAttachments' => 'php',
  207.                 'ManageBans' => 'php',
  208.                 'ManageBoards' => 'php',
  209.                 'ManageCalendar' => 'php',
  210.                 'ManageErrors' => 'php',
  211.                 'ManageMail' => 'php',
  212.                 'ManageMaintenance' => 'php',
  213.                 'ManageMembergroups' => 'php',
  214.                 'ManageMembers' => 'php',
  215.                 'ManageNews' => 'php',
  216.                 'ManagePaid' => 'php',
  217.                 'ManagePermissions' => 'php',
  218.                 'ManagePosts' => 'php',
  219.                 'ManageRegistration' => 'php',
  220.                 'ManageScheduledTasks' => 'php',
  221.                 'ManageSearch' => 'php',
  222.                 'ManageSearchEngines' => 'php',
  223.                 'ManageServer' => 'php',
  224.                 'ManageSettings' => 'php',
  225.                 'ManageSmileys' => 'php',
  226.                 'Memberlist' => 'php',
  227.                 'MessageIndex' => 'php',
  228.                 'ModerationCenter' => 'php',
  229.                 'ModLog' => 'php',
  230.                 'MoveTopic' => 'php',
  231.                 'News' => 'php',
  232.                 'Notify' => 'php',
  233.                 'PackageGet' => 'php',
  234.                 'Packages' => 'php',
  235.                 'PersonalMessage' => 'php',
  236.                 'Poll' => 'php',
  237.                 'Post' => 'php',
  238.                 'PostModeration' => 'php',
  239.                 'Printpage' => 'php',
  240.                 'Profile' => 'php',
  241.                 'Profile-Actions' => 'php',
  242.                 'Profile-Modify' => 'php',
  243.                 'Profile-View' => 'php',
  244.                 'QueryString' => 'php',
  245.                 'Recent' => 'php',
  246.                 'Register' => 'php',
  247.                 'Reminder' => 'php',
  248.                 'RemoveTopic' => 'php',
  249.                 'RepairBoards' => 'php',
  250.                 'Reports' => 'php',
  251.                 'ScheduledTasks' => 'php',
  252.                 'Search' => 'php',
  253.                 'SearchAPI-Custom' => 'php',
  254.                 'SearchAPI-Fulltext' => 'php',
  255.                 'SearchAPI-Standard' => 'php',
  256.                 'Security' => 'php',
  257.                 'SendTopic' => 'php',
  258.                 'SplitTopics' => 'php',
  259.                 'Stats' => 'php',
  260.                 'Subs' => 'php',
  261.                 'Subs-Admin' => 'php',
  262.                 'Subs-Auth' => 'php',
  263.                 'Subs-BoardIndex' => 'php',
  264.                 'Subs-Boards' => 'php',
  265.                 'Subs-Calendar' => 'php',
  266.                 'Subs-Categories' => 'php',
  267.                 'Subs-Charset' => 'php',
  268.                 'Subs-Compat' => 'php',
  269.                 'Subscriptions-PayPal' => 'php',
  270.                 'Subs-Db-mysql' => 'php',
  271.                 'Subs-Db-postgresql' => 'php',
  272.                 'Subs-Db-sqlite' => 'php',
  273.                 'Subs-Editor' => 'php',
  274.                 'Subs-Graphics' => 'php',
  275.                 'Subs-List' => 'php',
  276.                 'Subs-Membergroups' => 'php',
  277.                 'Subs-Members' => 'php',
  278.                 'Subs-MembersOnline' => 'php',
  279.                 'Subs-Menu' => 'php',
  280.                 'Subs-MessageIndex' => 'php',
  281.                 'Subs-OpenID' => 'php',
  282.                 'Subs-Package' => 'php',
  283.                 'Subs-Post' => 'php',
  284.                 'Subs-Recent' => 'php',
  285.                 'Subs-Sound' => 'php',
  286.                 'Themes' => 'php',
  287.                 'ViewQuery' => 'php',
  288.                 'Who' => 'php',
  289.                 'Xml' => 'php',
  290.             ),
  291.         ),
  292.         'Themes' => array(
  293.             'directories' => array(
  294.                 'core' => array(
  295.                     'directories' => array(
  296.                         'css' => array(
  297.                             'directories' => array(
  298.                             ),
  299.                             'files' => array(
  300.                                 'ie6' => 'css',
  301.                                 'ie7' => 'css',
  302.                                 'index' => 'css',
  303.                                 'index' => 'php',
  304.                                 'rtl' => 'css',
  305.                                 'webkit' => 'css',
  306.                             ),
  307.                         ),
  308.                         'images' => array(
  309.                             'directories' => array(
  310.                                 'admin' => array(
  311.                                     'administration' => 'gif',
  312.                                     'attachment' => 'gif',
  313.                                     'ban' => 'gif',
  314.                                     'boards' => 'gif',
  315.                                     'calendar' => 'gif',
  316.                                     'change_menu' => 'png',
  317.                                     'change_menu2' => 'png',
  318.                                     'corefeatures' => 'gif',
  319.                                     'current_theme' => 'gif',
  320.                                     'engines' => 'gif',
  321.                                     'feature_cd' => 'png',
  322.                                     'feature_cp' => 'png',
  323.                                     'feature_k' => 'png',
  324.                                     'feature_ml' => 'png',
  325.                                     'feature_pm' => 'png',
  326.                                     'feature_ps' => 'png'
  327.                                     'feature_rg' => 'png',
  328.                                     'feature_sp' => 'png',
  329.                                     'feature_w' => 'png',
  330.                                     'features' => 'gif',
  331.                                     'features_and_options' => 'png',
  332.                                     'forum_maintenance' => 'png',
  333.                                     'ignore' => 'gif',
  334.                                     'index' => 'php',
  335.                                     'languages' => 'gif',
  336.                                     'logs' => 'gif',
  337.                                     'mail' => 'gif',
  338.                                     'maintain' => 'gif',
  339.                                     'membergroups' => 'gif',
  340.                                     'members' => 'gif',
  341.                                     'members' => 'png',
  342.                                     'modifications' => 'gif',
  343.                                     'news' => 'gif',
  344.                                     'package_ops' => 'gif',
  345.                                     'packages' => 'gif',
  346.                                     'packages' => 'png',
  347.                                     'paid' => 'gif',
  348.                                     'permissions' => 'gif',
  349.                                     'permissions' => 'png',
  350.                                     'post_moderation_allow' => 'gif',
  351.                                     'post_moderation_deny' => 'gif',
  352.                                     'post_moderation_moderate' => 'gif',
  353.                                     'posts' => 'gif',
  354.                                     'regcenter' => 'gif',
  355.                                     'reports' => 'gif',
  356.                                     'scheduled' => 'gif',
  357.                                     'search' => 'gif',
  358.                                     'security' => 'gif',
  359.                                     'server' => 'gif',
  360.                                     'smiley' => 'gif',
  361.                                     'smilies_and_messageicons' => 'png',
  362.                                     'subsection' => 'gif',
  363.                                     'subsection2' => 'gif',
  364.                                     'support' => 'gif',
  365.                                     'support_and_credits' => 'png',
  366.                                     'switch_off' => 'png',
  367.                                     'switch_on' => 'png',
  368.                                     'themes' => 'gif',
  369.                                     'themes_and_layout' => 'png',
  370.                                 ),
  371.                                 'bbc' => array(
  372.                                     'directories' => array(
  373.                                     ),
  374.                                     'files' => array(
  375.                                         'bbc_bg' => 'gif',
  376.                                         'bbc_hoverbg' => 'gif',
  377.                                         'bold' => 'gif',
  378.                                         'center' => 'gif',
  379.                                         'code' => 'gif',
  380.                                         'divider' => 'gif',
  381.                                         'email' => 'gif',
  382.                                         'flash' => 'gif',
  383.                                         'ftp' => 'gif',
  384.                                         'glow' => 'gif',
  385.                                         'hr' => 'gif',
  386.                                         'img' => 'gif',
  387.                                         'index' => 'php',
  388.                                         'italicize' => 'gif',
  389.                                         'left' => 'gif',
  390.                                         'list' => 'gif',
  391.                                         'move' => 'gif',
  392.                                         'orderlist' => 'gif',
  393.                                         'pre' => 'gif',
  394.                                         'quote' => 'gif',
  395.                                         'resize-handle' => 'gif',
  396.                                         'right' => 'gif',
  397.                                         'shadow' => 'gif',
  398.                                         'strike' => 'gif',
  399.                                         'sub' => 'gif',
  400.                                         'sup' => 'gif',
  401.                                         'table' => 'gif',
  402.                                         'tele' => 'gif',
  403.                                         'toggle' => 'gif',
  404.                                         'underline' => 'gif',
  405.                                         'unformat' => 'gif',
  406.                                         'url' => 'gif',
  407.                                     ),
  408.                                 ),
  409.                                 'buttons' => array(
  410.                                     'directories' => array(
  411.                                     ),
  412.                                     'files' => array(
  413.                                         'approve' => 'gif',
  414.                                         'calendarpe' => 'gif',
  415.                                         'close' => 'gif',
  416.                                         'delete' => 'gif',
  417.                                         'details' => 'gif',
  418.                                         'ignore' => 'gif',
  419.                                         'im_reply' => 'gif',
  420.                                         'im_reply_all' => 'gif',
  421.                                         'index' => 'php',
  422.                                         'merge' => 'gif',
  423.                                         'modify' => 'gif',
  424.                                         'notify_sm' => 'gif',
  425.                                         'quote' => 'gif',
  426.                                         'reply' => 'gif',
  427.                                         'reply_sm' => 'gif',
  428.                                         'restore_topic' => 'gif',
  429.                                         'search' => 'gif',
  430.                                         'split' => 'gif',
  431.                                     ),
  432.                                 ),
  433.                                 'english' => array(
  434.                                     'directories' => array(
  435.                                     ),
  436.                                     'files' => array(
  437.                                         'index' => 'php',
  438.                                         'new' => 'gif',
  439.                                     ),
  440.                                 ),
  441.                                 'icons' => array(
  442.                                     'directories' => array(
  443.                                     ),
  444.                                     'files' => array(
  445.                                         'assist' => 'gif',
  446.                                         'calendar' => 'gif',
  447.                                         'clip' => 'gif',
  448.                                         'config_sm' => 'gif',
  449.                                         'delte' => 'gif',
  450.                                         'field_check' => 'gif',
  451.                                         'field_invalid' => 'gif',
  452.                                         'field_valid' => 'gif',
  453.                                         'im_newmsg' => 'gif',
  454.                                         'index' => 'php',
  455.                                         'info' => 'gif',
  456.                                         'last_post' => 'gif',
  457.                                        
  458.     );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement