diff --git a/.gitignore b/.gitignore index 5234eb8d..b42ae73a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -_notes +_notes/ 2gb.mp4 cp_errordocument.shtml 400.shtml @@ -8,29 +8,17 @@ cp_errordocument.shtml 413.shtml 500.shtml pspbrwse.jbf -_vti_cnf -_vti_pvt +_vti_cnf/ +_vti_pvt/ phpBB3 Q_A desktop.ini -_private +_private/ tpl_*.php *.mp4 -CarbinFiber-Red-Flames -chromo -DragonSkull -Inferno -Limo_Tint -LM-BlackMagic -Xtreme_Core -XtremeV3b -XtremeV4 error_log.php *.iso *.zip error_log* pspbrwse.jbf BlackHole - - - diff --git a/themes/CarbinFiber-Red-Flames/FTRcarbinfiber.php b/themes/CarbinFiber-Red-Flames/FTRcarbinfiber.php new file mode 100644 index 00000000..3f4978ad --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/FTRcarbinfiber.php @@ -0,0 +1,186 @@ +'; +global + $index, + $user, + $banners, + $cookie, + $dbi, + $db, + $admin, + $adminmail, + $total_time, + $start_time, + $foot1, + $foot2, + $foot3, + $foot4, + $foot5, + $nukeurl, + $ip, + $theme_name, + $ThemeInfo, + $prefix; + + +if(blocks_visible('right')) +{ + echo "\n"; + echo "\"\"\n"; + echo "\n"; + + blocks('right'); +} + +echo "\n"; +echo "\n"; +echo "\n"; +echo "\n\n\n"; + +echo ''; +echo ''; + +# top left corner of 1st table +echo ''; + +# top middle of 1st table +echo ''; +echo ''; +echo ''; + +# top right corner of table 1 +echo ''; + +echo ''; +echo ''; + +# left side of table 1 +echo ''; + +echo ''; +echo ''; +echo ''; + +# bottom right side of table 1 +echo ''; + +echo ''; +echo ''; + +# bottom left side of table 1 +echo ''; + +# bottom middle of table 1 +echo ''; +echo ''; +echo ''; + +# bottom right corner of table 1 +echo ''; +echo ''; + +echo ''; +echo ''; + +echo ''; +echo ''; + +echo ''; + +echo ''; + +echo ''; + +echo ''; + + if (!empty($banners)): + echo '
'.ads(1).'
'; +endif; +?> diff --git a/themes/CarbinFiber-Red-Flames/HDRcarbinfiber.php b/themes/CarbinFiber-Red-Flames/HDRcarbinfiber.php new file mode 100644 index 00000000..ef9b611a --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/HDRcarbinfiber.php @@ -0,0 +1,340 @@ +Please Login or Register  '; + # start 4th line of header + $theuser .= '
Monitor Resolution '.$screen_res.'
'; + # end 4th line of header + $newmessages = 'Please Login or Register'; +} +else +{ + if(intval($userinfo['user_new_privmsg']) == 1 ) + { + $theuser = '
'; + $theuser .= sprintf(_YOUHAVE_1_MSGS,'('.has_new_or_unread_private_messages().')'); + $theuser .= '
'; + $newmessages = sprintf(_YOUHAVE_1_MSGS,'('.has_new_or_unread_private_messages().')'); + } + else + if(intval($userinfo['user_new_privmsg']) > 1 ) + { + $theuser = '
'; + $theuser .= sprintf(_YOUHAVE_X_MSGS,'('.has_new_or_unread_private_messages().')'); + $theuser .= '
'; + $newmessages = sprintf(_YOUHAVE_X_MSGS,'('.has_new_or_unread_private_messages().')'); + } + else + { + $theuser = '
'; + $theuser .= sprintf(_YOUHAVE_NO_MSGS,'('.has_new_or_unread_private_messages().')'); + //$theuser .= '
'._EDIT_PROFILE.' | '; + //$theuser .= ''._LOGOUT.''; + # start 4th line of header + $theuser .= '
Monitor Resolution '.$screen_res.'
'; + $theuser .= '
'; + $newmessages = sprintf(_YOUHAVE_NO_MSGS,'('.has_new_or_unread_private_messages().')'); + # end 4th line of header + } +} + +global $titanium_browser; + +#edge 64bit +if($titanium_browser->getBrowser() == Browser::BROWSER_CHROME && $titanium_browser->getVersion() == '89.0.4389.82') // MicroSoft Edge (x64bit) version as of 3/5/2021 +{ +$scrollmsg .= "\"Browser\" Thanks for using Microsoft Edge (64-bit), Looks like Microsoft finally pulled their head out of their ass!"; +} +else +if($titanium_browser->getBrowser() == Browser::BROWSER_CHROME && $titanium_browser->getVersion() == '88.0.4324.182') // MicroSoft Edge (x64bit) version as of 3/5/2021 +{ +$scrollmsg .= "\"Browser\" Thanks for using Microsoft Edge (64-bit), Looks like Microsoft finally pulled their head out of their ass!"; +} +else +if($titanium_browser->getBrowser() == Browser::BROWSER_CHROME && $titanium_browser->getVersion() == '89.0.4389.72') // Chrome (x64bit) version as of 3/5/2021 +{ +$scrollmsg .= "\"Browser\" Thanks for using Chrome, you have great taste... Chrome is the #1 browsing solution in the world! When you are using Chrome it doesnt get any better!"; +} +else +if($titanium_browser->getBrowser() == Browser::BROWSER_CHROME && $titanium_browser->getVersion() == '77.0.3865.75') // MicroSoft Edge (x64bit) Beta +{ +$scrollmsg .= "\"Browser\" Thanks for using Microsoft Edge Beta (64-bit), Looks like Microsoft finally pulled their head out of their ass!"; +} +else +if($titanium_browser->getBrowser() == Browser::BROWSER_CHROME && $titanium_browser->getVersion() == '70.0.3538.102') // MicroSoft Edge (x64bit) +{ +$scrollmsg .= "\"\" Thanks for using Microsoft Edge (64-bit)"; +} +else +if($titanium_browser->getBrowser() == Browser::BROWSER_CHROME && $titanium_browser->getVersion() == '79.0.3917.0') // Chrome Canary Nightly Build +{ +$scrollmsg .= "\"Browser\" Thanks for using Chrome Canary (64-bit) We are glad you keep up with the times on a nightly basis!"; +} +else +if($titanium_browser->getBrowser() == Browser::BROWSER_CHROME && $titanium_browser->getVersion() == '76.0.3809.132') // Chrome Official Release (x64bit) +{ +$scrollmsg .= "\"Browser\" Thanks for using Chrome, you have great taste... Chrome is the #1 browsing solution in the world! When you are using Chrome it doesnt get any better!"; +} +else +if($titanium_browser->getBrowser() == Browser::BROWSER_FIREFOX && $titanium_browser->getVersion() == '69.0') // Official FireFox Quantum Release - CURRENTLY BROKEN BY THE DEVELOPERS as of 9/21/2017 +{ +$scrollmsg .= "\"Browser\" Thanks for using FireFox Quantum "; +$scrollmsg .= 'This version of FireFox does break websites so please use at your own RISK!'; // 0% +} +else +if( $titanium_browser->getBrowser() == Browser::BROWSER_FIREFOX) // Other FireFox - CURRENTLY BROKEN BY THE DEVELOPERS as of 9/21/2017 +{ +$scrollmsg .= "\"Browser\" Thanks for using FireFox "; +$scrollmsg .= ' - This version of FireFox does break websites so please use at your own RISK!'; +} +else +if($titanium_browser->getBrowser() == Browser::BROWSER_MOZILLA && $titanium_browser->getVersion() == 5) // Maxthon Cloud (x64bit) Now is Garbage +{ +$scrollmsg .= "\"Browser\" Thanks for using Maxthon "; +$scrollmsg .= 'This version of Maxthon does break websites so please use at your own RISK!'; // 0% +} + +$moreuser_info = '::: Software developers like to solve problems. And online communities are a perfect place to let them help each other. '; +$moreuser_info = '::: We really appreciate it when you take the time to login and look around. We spent a lot of time building this network and nothing makes us more happy than when our visitors truly enjoy their visit! '; + +if ($username === 'TheWolf') +$moreuser_info .= '::: Don\'t be such a Stranger! Thanks for killing Nicholas Oneil Ryder, that guys was truly a piece of shit!'; + +if ($username === 'EOL') +$moreuser_info .= '::: Don\'t be such a Stranger!'; + +if ($username === 'AlphaClient') +$moreuser_info .= '::: We have detected that you are using a cell phone, one moment please whie I verify your identity! looking up your phone number now................................................................................Brandon, Florida 813-244-9921                                                                                                                                                                                                                                 We are sorry but this phone number does not appear to be registered to you DISCONNECTING NOW!                                                                                                                                                                                                                                 Just Kidding ROFLMAO!'; + +if ($username === _ANONYMOUS) +$moreuser_info .= '::: There is so much more here to see, it takes 30 seconds to register an account and we don\'t even verify with e-mail! Just register we promise you won\'t be sorry...'; + +if ($username === _ANONYMOUS) +$bullshit = $moreuser_info.' ::: Your Monitor Resolution is '.$screen_res.' ::: '.$newmessages.''; +else +$bullshit = 'Woot! I can see '.$username.' is in the house! It\'s quite awesome to see you my friend! We are so glad you could make it back over to visit... We know with your super tight busy schedule and all, it most certainly must have been quite a task! ::: '.$newmessages.' ::: Your current Monitor Resolution is '.$screen_res.' '.$moreuser_info.' ::: Your current browser version is '.$titanium_browser->getVersion().' ::: '.$scrollmsg.''; + +//$bullshit2 = 'Sept 28th 2019, Oct 4th 2019, Oct 5th 2019, Oct 11th 2019, Oct 13th 2019, Oct 14th 2019 Oct 20th 2019, Oct 22nd 2019, Oct 24th 2019'; +$bullshit2 = ''.$scrollmsg.' + ::: Country Music: The Soul Circus Cowboys + ::: Sponsor: Brandon Maintenance Management, LLC Phone: 813-846-2865 + ::: Sponsor: Big Country Radio - The EJ Morning Show :::'; + +//echo "\n\n\n\n"; +//echo '
'.$bullshit,'
'."\n\n"; +//echo '
'.$bullshit2,'
'."\n\n"; +//echo "\n\n"; + +#-----------------# +# RD Scripts v1.0 # +#-----------------# +addJSToBody(carbinfiber_red_flames_js_dir.'menu.min.js'); + +# This is the flex container used to resize the layout START +echo '
'; +//echo '
'; +echo '
'; + +echo ''; +echo ''; +echo ' + + + + + + + + + + + + + + + + + {attach_row.S_HIDDEN} + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/posting_attach_body.tpl b/themes/CarbinFiber-Red-Flames/forums/posting_attach_body.tpl new file mode 100644 index 00000000..859271d0 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/posting_attach_body.tpl @@ -0,0 +1,26 @@ + + + + + + + + + + + + + {S_HIDDEN} + + {hidden_row.S_HIDDEN} + + + {ADD_ATTACHMENT_BODY} + + {POSTED_ATTACHMENTS_BODY} \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/posting_attach_rules.tpl b/themes/CarbinFiber-Red-Flames/forums/posting_attach_rules.tpl new file mode 100644 index 00000000..c721fba2 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/posting_attach_rules.tpl @@ -0,0 +1,30 @@ +
'; + +echo ''; # set background here in themes/CarbonFiber/css/maintable.php +echo ''; +echo ''; + +# top left corner +echo ''; + +# top of header table 1 +echo ''; +echo ''; +echo ''; + +# top right corner table 1 +echo ''; + +echo ''; +echo ''; + +# left side table 1 +echo ''; + +echo ''; +echo ''; +echo ''; + +# right side of table 1 +echo ''; + +echo ''; +echo ''; + +# bottom left corner of table 1 +echo ''; + +# btom middle of table 1 +echo ''; +echo ''; +echo ''; + +# bottom right corner of table 1 +echo ''; + +echo ''; +echo '
'; + +echo ''; +echo ''; + +# top left corner table 2 +echo ''; + +# top middle table 2 +echo ''; + +# top right corner table 2 +echo ''; + +echo ''; +echo ''; + +# left side table 2 +echo ''; + + +# MENU SYSTEM +####################################################################################################################################################### +echo ''; +####################################################################################################################################################### + +# right side table 2 +echo ''; + +echo ''; +echo ''; + +# bottom left corner table 2 +echo ''; + +# bottom middle of table 2 +echo ''; + +# bottom right corner of table 2 +echo ''; + +echo '
'; +echo '
'; + echo ''; + echo ''; + # network ad rigth left of page + echo ''; + + # logos + echo ''; + + # network ad rigth side of page + echo ''; + echo ''; + echo '
'; + echo '
   '.ads(0).''; + echo '
   '.$bullshit,'
'."\n\n"; + echo '
'; + echo ''; +global $eighty_six_it, $my_welcome_message; +echo '
'.$my_welcome_message.'
'; +echo '

'.$eighty_six_it.'

'; +echo ''; + echo '
'; + echo '
'.network_ads(0).'   
'; + echo '
'.$bullshit2,'
'."\n\n"; + echo '
'; +echo '
'; +echo '
'; # +include(carbinfiber_red_flames_theme_dir.'HDRnavi.php'); # +echo '
'; # + +echo '
'; + +# start bottom of table 1 +echo '
'; +echo ''; + +echo "\n"; +echo "\n"; +echo "\n"; +echo "\n"; + echo "\n"; + echo " \n"; + echo " \n"; + echo " + + + + + + + + + + + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/agreement.tpl b/themes/CarbinFiber-Red-Flames/forums/agreement.tpl new file mode 100644 index 00000000..f9f81628 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/agreement.tpl @@ -0,0 +1,18 @@ +
\n"; + +if(blocks_visible('left')) +{ + blocks('left'); + echo "\"\"\n"; + +} +else +{ + echo "\"\"\n"; +} +?> diff --git a/themes/CarbinFiber-Red-Flames/HDRnavi.php b/themes/CarbinFiber-Red-Flames/HDRnavi.php new file mode 100644 index 00000000..152bcedd --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/HDRnavi.php @@ -0,0 +1,146 @@ +'; +echo ''; +echo ''; +?> diff --git a/themes/CarbinFiber-Red-Flames/backgrounds/2560x1080.png b/themes/CarbinFiber-Red-Flames/backgrounds/2560x1080.png new file mode 100644 index 00000000..006a950e Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/backgrounds/2560x1080.png differ diff --git a/themes/CarbinFiber-Red-Flames/backgrounds/black_glass_flames.png b/themes/CarbinFiber-Red-Flames/backgrounds/black_glass_flames.png new file mode 100644 index 00000000..9f9917c9 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/backgrounds/black_glass_flames.png differ diff --git a/themes/CarbinFiber-Red-Flames/backgrounds/black_red_flame_borders.png b/themes/CarbinFiber-Red-Flames/backgrounds/black_red_flame_borders.png new file mode 100644 index 00000000..58c8f0b8 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/backgrounds/black_red_flame_borders.png differ diff --git a/themes/CarbinFiber-Red-Flames/backgrounds/black_red_flame_borders_dark.png b/themes/CarbinFiber-Red-Flames/backgrounds/black_red_flame_borders_dark.png new file mode 100644 index 00000000..e2e4743c Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/backgrounds/black_red_flame_borders_dark.png differ diff --git a/themes/CarbinFiber-Red-Flames/backgrounds/black_red_flame_borders_fixed.png b/themes/CarbinFiber-Red-Flames/backgrounds/black_red_flame_borders_fixed.png new file mode 100644 index 00000000..4c7461ad Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/backgrounds/black_red_flame_borders_fixed.png differ diff --git a/themes/CarbinFiber-Red-Flames/backgrounds/black_rolled_borders.png b/themes/CarbinFiber-Red-Flames/backgrounds/black_rolled_borders.png new file mode 100644 index 00000000..d5de8b27 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/backgrounds/black_rolled_borders.png differ diff --git a/themes/CarbinFiber-Red-Flames/backgrounds/blackbar.png b/themes/CarbinFiber-Red-Flames/backgrounds/blackbar.png new file mode 100644 index 00000000..3cd86900 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/backgrounds/blackbar.png differ diff --git a/themes/CarbinFiber-Red-Flames/backgrounds/block_repeat_y_fix.png b/themes/CarbinFiber-Red-Flames/backgrounds/block_repeat_y_fix.png new file mode 100644 index 00000000..4ad37645 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/backgrounds/block_repeat_y_fix.png differ diff --git a/themes/CarbinFiber-Red-Flames/backgrounds/chrome_borders.png b/themes/CarbinFiber-Red-Flames/backgrounds/chrome_borders.png new file mode 100644 index 00000000..d0717aeb Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/backgrounds/chrome_borders.png differ diff --git a/themes/CarbinFiber-Red-Flames/backgrounds/dark.png b/themes/CarbinFiber-Red-Flames/backgrounds/dark.png new file mode 100644 index 00000000..79b8dd9e Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/backgrounds/dark.png differ diff --git a/themes/CarbinFiber-Red-Flames/backgrounds/glasstop.png b/themes/CarbinFiber-Red-Flames/backgrounds/glasstop.png new file mode 100644 index 00000000..d67176e7 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/backgrounds/glasstop.png differ diff --git a/themes/CarbinFiber-Red-Flames/backgrounds/modal_theme_copyright_pop_bg.png b/themes/CarbinFiber-Red-Flames/backgrounds/modal_theme_copyright_pop_bg.png new file mode 100644 index 00000000..9b9cdb12 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/backgrounds/modal_theme_copyright_pop_bg.png differ diff --git a/themes/CarbinFiber-Red-Flames/backgrounds/newredbar.png b/themes/CarbinFiber-Red-Flames/backgrounds/newredbar.png new file mode 100644 index 00000000..691bbd75 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/backgrounds/newredbar.png differ diff --git a/themes/CarbinFiber-Red-Flames/backgrounds/sidebox_bottom.png b/themes/CarbinFiber-Red-Flames/backgrounds/sidebox_bottom.png new file mode 100644 index 00000000..745b8965 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/backgrounds/sidebox_bottom.png differ diff --git a/themes/CarbinFiber-Red-Flames/backgrounds/topright.png b/themes/CarbinFiber-Red-Flames/backgrounds/topright.png new file mode 100644 index 00000000..0e03f4c7 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/backgrounds/topright.png differ diff --git a/themes/CarbinFiber-Red-Flames/center/2056x2056.png b/themes/CarbinFiber-Red-Flames/center/2056x2056.png new file mode 100644 index 00000000..ce31ac85 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/center/2056x2056.png differ diff --git a/themes/CarbinFiber-Red-Flames/center/2056x2056.pspimage b/themes/CarbinFiber-Red-Flames/center/2056x2056.pspimage new file mode 100644 index 00000000..89a0b4e3 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/center/2056x2056.pspimage differ diff --git a/themes/CarbinFiber-Red-Flames/center/blc.gif b/themes/CarbinFiber-Red-Flames/center/blc.gif new file mode 100644 index 00000000..81e86b38 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/center/blc.gif differ diff --git a/themes/CarbinFiber-Red-Flames/center/bottom_left_corner.png b/themes/CarbinFiber-Red-Flames/center/bottom_left_corner.png new file mode 100644 index 00000000..d65d9034 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/center/bottom_left_corner.png differ diff --git a/themes/CarbinFiber-Red-Flames/center/bottom_middle.png b/themes/CarbinFiber-Red-Flames/center/bottom_middle.png new file mode 100644 index 00000000..cd4d5ab4 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/center/bottom_middle.png differ diff --git a/themes/CarbinFiber-Red-Flames/center/bottom_right_corner.png b/themes/CarbinFiber-Red-Flames/center/bottom_right_corner.png new file mode 100644 index 00000000..1d8acaea Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/center/bottom_right_corner.png differ diff --git a/themes/CarbinFiber-Red-Flames/center/brc.gif b/themes/CarbinFiber-Red-Flames/center/brc.gif new file mode 100644 index 00000000..71ab9fd7 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/center/brc.gif differ diff --git a/themes/CarbinFiber-Red-Flames/center/glasstop.png b/themes/CarbinFiber-Red-Flames/center/glasstop.png new file mode 100644 index 00000000..d67176e7 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/center/glasstop.png differ diff --git a/themes/CarbinFiber-Red-Flames/center/invisible_pixel.gif b/themes/CarbinFiber-Red-Flames/center/invisible_pixel.gif new file mode 100644 index 00000000..1220c0c3 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/center/invisible_pixel.gif differ diff --git a/themes/CarbinFiber-Red-Flames/center/left_side.gif b/themes/CarbinFiber-Red-Flames/center/left_side.gif new file mode 100644 index 00000000..04dcf99e Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/center/left_side.gif differ diff --git a/themes/CarbinFiber-Red-Flames/center/left_side.png b/themes/CarbinFiber-Red-Flames/center/left_side.png new file mode 100644 index 00000000..5a27137e Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/center/left_side.png differ diff --git a/themes/CarbinFiber-Red-Flames/center/right_side.gif b/themes/CarbinFiber-Red-Flames/center/right_side.gif new file mode 100644 index 00000000..99c3e731 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/center/right_side.gif differ diff --git a/themes/CarbinFiber-Red-Flames/center/right_side.png b/themes/CarbinFiber-Red-Flames/center/right_side.png new file mode 100644 index 00000000..43baa86c Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/center/right_side.png differ diff --git a/themes/CarbinFiber-Red-Flames/center/sidebox_bottom.png b/themes/CarbinFiber-Red-Flames/center/sidebox_bottom.png new file mode 100644 index 00000000..745b8965 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/center/sidebox_bottom.png differ diff --git a/themes/CarbinFiber-Red-Flames/center/spacer.png b/themes/CarbinFiber-Red-Flames/center/spacer.png new file mode 100644 index 00000000..86bce579 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/center/spacer.png differ diff --git a/themes/CarbinFiber-Red-Flames/center/tbm.gif b/themes/CarbinFiber-Red-Flames/center/tbm.gif new file mode 100644 index 00000000..612a7690 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/center/tbm.gif differ diff --git a/themes/CarbinFiber-Red-Flames/center/tlc.gif b/themes/CarbinFiber-Red-Flames/center/tlc.gif new file mode 100644 index 00000000..2f3ff4e1 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/center/tlc.gif differ diff --git a/themes/CarbinFiber-Red-Flames/center/tm.gif b/themes/CarbinFiber-Red-Flames/center/tm.gif new file mode 100644 index 00000000..8cadfe2f Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/center/tm.gif differ diff --git a/themes/CarbinFiber-Red-Flames/center/top_left_corner.png b/themes/CarbinFiber-Red-Flames/center/top_left_corner.png new file mode 100644 index 00000000..5bf41736 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/center/top_left_corner.png differ diff --git a/themes/CarbinFiber-Red-Flames/center/top_middle.png b/themes/CarbinFiber-Red-Flames/center/top_middle.png new file mode 100644 index 00000000..c808adc9 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/center/top_middle.png differ diff --git a/themes/CarbinFiber-Red-Flames/center/top_right_corner.png b/themes/CarbinFiber-Red-Flames/center/top_right_corner.png new file mode 100644 index 00000000..c4adaa8c Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/center/top_right_corner.png differ diff --git a/themes/CarbinFiber-Red-Flames/center/trc.gif b/themes/CarbinFiber-Red-Flames/center/trc.gif new file mode 100644 index 00000000..9723c789 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/center/trc.gif differ diff --git a/themes/CarbinFiber-Red-Flames/classes/class.swfheader.php b/themes/CarbinFiber-Red-Flames/classes/class.swfheader.php new file mode 100644 index 00000000..a7ee663d --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/classes/class.swfheader.php @@ -0,0 +1,276 @@ +debug = $debug ; + $this->init() ; + } + + //--------------------------------------------------------------------------- + // init() : initialize the data fields to "empty" values + //--------------------------------------------------------------------------- + function init() { + $this->valid = false ; + $this->fname = ""; + $this->magic = ""; + $this->compressed = false; + $this->version = 0; + $this->width = 0; + $this->height = 0; + $this->size = 0; + $this->frames = 0; + $this->fps[] = Array() ; + + if ($this->debug) echo "DEBUG: Data values initialized
" ; + } + + //--------------------------------------------------------------------------- + // loadswf($filename) : loads $filename and stores data from it's header + //--------------------------------------------------------------------------- + function loadswf($filename) { + $this->fname = $filename ; + $fp = @fopen($filename,"rb") ; + if ($fp) { + if ($this->debug) echo "DEBUG: Opened " . $this->fname . "
" ; + // Read MAGIC FIELD + $this->magic = fread($fp,3) ; + if ($this->magic!="FWS" && $this->magic!="CWS") { + if ($this->debug) echo "DEBUG: " . $this->fname . " is not a valid/supported SWF file
" ; + $this->valid = 0 ; + } else { + // Compression + if (substr($this->magic,0,1)=="C") $this->compressed = true ; + else $this->compressed = false ; + if ($this->debug) echo "DEBUG: Read MAGIC signature: " . $this->magic . "
" ; + // Version + $this->version = ord(fread($fp,1)) ; + if ($this->debug) echo "DEBUG: Read VERSION: " . $this->version . "
" ; + // Size + $lg = 0 ; + // 4 LSB-MSB + for ($i=0;$i<4;$i++) { + $t = ord(fread($fp,1)) ; + if ($this->debug) echo "DEBUG: Partial SIZE read: " . ($t<<(8*$i)) . "
" ; + $lg += ($t<<(8*$i)) ; + } + $this->size = $lg ; + if ($this->debug) echo "DEBUG: Total SIZE: " . $this->size . "
" ; + // RECT... we will "simulate" a stream from now on... read remaining file + $buffer = fread($fp,$this->size) ; + if ($this->compressed) { + // First decompress GZ stream + $buffer = gzuncompress($buffer,$this->size) ; + } + $b = ord(substr($buffer,0,1)) ; + $buffer = substr($buffer,1) ; + $cbyte = $b ; + $bits = $b>>3 ; + if ($this->debug) echo "DEBUG: RECT field size: " . $bits . " bits
" ; + $cval = "" ; + // Current byte + $cbyte &= 7 ; + $cbyte<<= 5 ; + // Current bit (first byte starts off already shifted) + $cbit = 2 ; + // Must get all 4 values in the RECT + for ($vals=0;$vals<4;$vals++) { + $bitcount = 0 ; + while ($bitcount<$bits) { + if ($cbyte&128) { + $cval .= "1" ; + } else { + $cval.="0" ; + } + $cbyte<<=1 ; + $cbyte &= 255 ; + $cbit-- ; + $bitcount++ ; + // We will be needing a new byte if we run out of bits + if ($cbit<0) { + $cbyte = ord(substr($buffer,0,1)) ; + $buffer = substr($buffer,1) ; + $cbit = 7 ; + } + } + // O.k. full value stored... calculate + $c = 1 ; + $val = 0 ; + // Reverse string to allow for SUM(2^n*$atom) + if ($this->debug) echo "DEBUG: RECT binary value: " . $cval ; + $tval = strrev($cval) ; + for ($n=0;$ndebug) echo " (" . $val . ")
" ; + switch ($vals) { + case 0: + // tmp value + $this->width = $val ; + break ; + case 1: + $this->width = $val - $this->width ; + break ; + case 2: + // tmp value + $this->height = $val ; + break ; + case 3: + $this->height = $val - $this->height ; + break ; + } + $cval = "" ; + } + // Frame rate + $this->fps = Array() ; + for ($i=0;$i<2;$i++) { + $t = ord(substr($buffer,0,1)) ; + $buffer = substr($buffer,1) ; + $this->fps[] = $t ; + } + if ($this->debug) echo "DEBUG: Frame rate: " . $this->fps[1] . "." . $this->fps[0] . "
" ; + // Frames + $this->frames = 0 ; + for ($i=0;$i<2;$i++) { + $t = ord(substr($buffer,0,1)) ; + $buffer = substr($buffer,1) ; + $this->frames += ($t<<(8*$i)) ; + } + if ($this->debug) echo "DEBUG: Frames: " . $this->frames . "
" ; + fclose($fp) ; + if ($this->debug) echo "DEBUG: Finished processing " . $this->fname . "
" ; + $this->valid = 1 ; + } + } else { + $this->valid = 0 ; + if ($this->debug) echo "DEBUG: Failed to open " . $this->fname . "
" ; + } + return $this->valid ; + } + + //--------------------------------------------------------------------------- + // show() : report to screen all the header info + //--------------------------------------------------------------------------- + function show() { + if ($this->valid) { + // FNAME + echo "FILE: " . $this->fname . "
" ; + // Magic + echo "MAGIC: " . $this->magic ; + if ($this->compressed) echo " (COMPRESSED)" ; + echo "
" ; + // Version + echo "VERSION: " . $this->version . "
" ; + // Size + echo "SIZE: " . $this->size . " bytes
" ; + // FRAMESIZE + echo "WIDHT: " . $this->width . "
"; + echo "HEIGHT: " . $this->height . "
" ; + // FPS + echo "FPS: " . $this->fps[1] . "." . $this->fps[0] . " Frames/s
" ; + // FRAMES + echo "FRAMES: " . $this->frames . " FRAME
" ; + } else { + if (file_exists($this->fname)) + echo $this->fname . "is not a valid SWF file
" ; + else + if ($this->fname=="") + echo "SWFHEADER->SHOW : No file loaded
" ; + else + echo "SWFHEDAR->SHOW : " . $this->fname . "was not found
" ; + } + } + + + + //--------------------------------------------------------------------------- + // display($trans) : just echo / tags for the parsed file, if + // trans is set, WMODE is set to transparent + //--------------------------------------------------------------------------- + function display($trans = true, $qlty = "best", $bgcolor = "#cecece", $name = "") + { + $endl = chr(13) ; + if ($this->valid) + { + if ($name=="") $name = substr($this->fname,0,strrpos($this->fname,".")) ; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + + echo ""; + echo ""; + echo "\"Get"; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + } + else + { + if ($this->debug) { + if ($this->fname=="") { + echo "SWFHEADER->DISPLAY : No loaded file in the object
" ; + } else { + if (file_exists($this->fname)) { + echo "SWFHEADER->DISPLAY : " . $this->fname . " is not a valid SWF file
" ; + } else { + echo "SWFHEADER->DISPLAY : " . $this->fname . " was not found
" ; + } + } + } + } + } +} +?> + diff --git a/themes/CarbinFiber-Red-Flames/copyrights.php b/themes/CarbinFiber-Red-Flames/copyrights.php new file mode 100644 index 00000000..99956acd --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/copyrights.php @@ -0,0 +1,89 @@ + + + + +Copyright Information + + + + + + + + +
Copyright © Information
+ + + + +
+
    +
  • THEME NAMECarbinFiber Red Flames
  • +
  • THEME VERSIONv1.0
  • +
  • THEME DESCRIPTIONBLACK and GREY Carbin Fiber w/Red Flames Design
  • +
  • THEME COPYRIGHTCopyright © 2019 The 86it Developer Network All Rights Reserved
  • +
  • LICENSEPublic
  • +
  • AUTHOR"S NAMEErnest Allen Buffington AKA TheGhost
  • +
  • AUTHOR"S WEB SITEhttps://hub.86it.us
  • +
+
+ + + + +
+ +
'; + +echo '
+ + + +
+ +
'; +?> \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/css/CKeditor.php b/themes/CarbinFiber-Red-Flames/css/CKeditor.php new file mode 100644 index 00000000..eb263dd1 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/css/CKeditor.php @@ -0,0 +1,75 @@ + +/* PRESETS +Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ + +/* "Source" button label */ +.cke_button__source_label, +.cke_button__sourcedialog_label +{ + display: inline; +} + +/* "Font Size" combo width */ +.cke_combo__fontsize .cke_combo_text +{ + width: 30px; +} + +/* "Font Size" panel size */ +.cke_combopanel__fontsize +{ + width: 120px; +} + +/* Editable regions */ +textarea.cke_source +{ + font-family: 'Courier New', Monospace; + font-size: small; + background-color: #000000; + white-space: pre-wrap; + border: none; + padding: 0; + margin: 0; + display: block; +} + +.cke_wysiwyg_frame, .cke_wysiwyg_div +{ + background-color: #fff; +} + +/* Modules Link START */ +a.modules,input.modules +{ + display:inline-block; + box-sizing: border-box; + text-decoration:none; + font-family:'Roboto',sans-serif; + font-weight:bold; + + /* Start Link Color - Regular Appearance */ + color: grey; + + text-align:center; + transition: all 0.2s; +} +a.modules:hover,input.modules:hover +{ + /* Main Font Color */ + color:darkgrey; + /* Highlight Color On Hover */ +} + +@media all and (max-width:30em) +{ + a.modules, input.modules + { + display:block; + } +} +/* Modules Link END */ + +.circle { + +} + + + + + + + + + + + +/* Project Link Active Project START */ +a.projectlinkactive,input.projectlkactive +{ + display:inline-block; + box-sizing: border-box; + text-decoration:none; + font-family:'Roboto',sans-serif; + font-weight:bold; + + /* Start Link Color - Regular Appearance */ + color: #66FF00; + + text-align:center; + transition: all 0.2s; +} +a.projectlinkactive:hover,input.projectlinkactive:hover +{ + /* Main Font Color */ + color:white; + /* Highlight Color On Hover */ +} + +@media all and (max-width:30em) +{ + a.projectlinkactive, input.projectlinkactive + { + display:block; + } +} +/* Project Link Active Project END */ + + + +/* Project Link InActive Project START */ +a.projectlinkinactive,input.projectlinkinactive +{ + display:inline-block; + box-sizing: border-box; + text-decoration:none; + font-family:'Roboto',sans-serif; + font-weight:bold; + + /* Start Link Color - Regular Appearance */ + color: grey; + + text-align:center; + transition: all 0.2s; +} +a.projectlinkinactive:hover,input.projectlinkinactive:hover +{ + /* Main Font Color */ + color:white; + /* Highlight Color On Hover */ +} + +@media all and (max-width:30em) +{ + a.projectlinkinactive, input.projectlinkinactive + { + display:block; + } +} +/* Project Link InActive Project END */ + + +/* Project Link Pending Project START */ +a.projectlinkpending,input.projectlinkpending +{ + display:inline-block; + box-sizing: border-box; + text-decoration:none; + font-family:'Roboto',sans-serif; + font-weight:bold; + + /* Start Link Color - Regular Appearance */ + color: #66FFFF; + + text-align:center; + transition: all 0.2s; +} +a.projectlinkpending:hover,input.projectlinkpending:hover +{ + /* Main Font Color */ + color:white; + /* Highlight Color On Hover */ +} + +@media all and (max-width:30em) +{ + a.projectlinkpending, input.projectlinkpending + { + display:block; + } +} +/* Project Link Pending Project END */ + + +/* Project Link Released Project START */ +a.projectlinkreleased,input.projectlinkreleased +{ + display:inline-block; + box-sizing: border-box; + text-decoration:none; + font-family:'Roboto',sans-serif; + font-weight:bold; + + /* Start Link Color - Regular Appearance */ + color: #FF3366; + + text-align:center; + transition: all 0.2s; +} +a.projectlinkreleased:hover,input.projectlinkreleased:hover +{ + /* Main Font Color */ + color:white; + /* Highlight Color On Hover */ +} + +@media all and (max-width:30em) +{ + a.projectlinkreleased, input.projectlinkreleased + { + display:block; + } +} +/* Project Link Released Project END */ + + +/* Regular Project Link */ +a.projectlink,input.projectlink +{ + display:inline-block; + box-sizing: border-box; + text-decoration:none; + font-family:'Roboto',sans-serif; + font-weight:bold; + + /* Start Link Color - Regular Appearance */ + color: white; + + text-align:center; + transition: all 0.2s; +} +a.projectlink:hover,input.projectlink:hover +{ + /* Main Font Color */ + color:white; + /* Highlight Color On Hover */ +} + +@media all and (max-width:30em) +{ + a.projectlink, input.projectlink + { + display:block; + } +} + + +/* Proof Of God v1.0 Style Sheet Cell Colors and Backgrounds START */ +/* Main table cell colours and backgrounds */ +td.proof_of_god_row1 { + background: ; + border: 1px solid #212f47; + padding: 4px; +} + +td.proof_of_god_row2 { + border: 1px solid #212f47; + padding: 14px; +} + +td.proof_of_god_row3 { + background-color: ; + border: 1px solid border: 1px solid ; + border: 1px solid ; + padding: 4px; +} + + +/* Nuke_Projects Style Sheet Cell Colors and Backgrounds START */ +/* Main table cell colours and backgrounds */ +td.projects_row1 { + background: ; + border: 1px solid #212f47; + padding: 4px; +} + +td.projects_row2 { + border: 1px solid #212f47; + padding: 14px; +} + +td.projects_row3 { + background-color: ; + border: 1px solid border: 1px solid ; + border: 1px solid ; + padding: 4px; +} + +/* Nuke_Projects Style Sheet Cell Colors and Backgrounds END */ +input[type='checkbox'] +{ + width:17px;height:17px; + cursor: pointer; +} + + + + */ +?> +blink{ +animation: blinker 0.6s linear infinite; +color: #1c87c9; +} + +@keyframes blinker { +50% { opacity: 0; } +} + +.blink-one { +animation: blinker-one 1s linear infinite; +} + +@keyframes blinker-one { +0% { opacity: 0; } +} + +.blink-two { +animation: blinker-two 1.4s linear infinite; +} + +@keyframes blinker-two { +100% { opacity: 0; } +} + +.logo { +float: center; +position: relative; +margin: 0px 0px 0px 0px; +z-index: 777; +} + +@import url(//db.onlinewebfonts.com/c/783dd6c2d08bdc67012a0eec73fc1702?family=80sPXLW00-Thin); + +@font-face {font-family: "80sPXLW00-Thin"; src: url("//db.onlinewebfonts.com/t/783dd6c2d08bdc67012a0eec73fc1702.eot"); src: url("//db.onlinewebfonts.com/t/783dd6c2d08bdc67012a0eec73fc1702.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/783dd6c2d08bdc67012a0eec73fc1702.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/783dd6c2d08bdc67012a0eec73fc1702.woff") format("woff"), url("//db.onlinewebfonts.com/t/783dd6c2d08bdc67012a0eec73fc1702.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/783dd6c2d08bdc67012a0eec73fc1702.svg#80sPXLW00-Thin") format("svg"); } + +.marquee_one { + left: 0; + display: block; + margin: 10px 0px 0px 9px; + font-family: "80sPXLW00-Thin"; + width: 484px; + height: 20px; + overflow: hidden; + border: 1px solid #404040; + background: black; + color: rgb(104, 182, 4); +} + +.marquee_two { + right: 0; + display: block; + margin: 10px 0px 0px 86px; + font-family: "80sPXLW00-Thin"; + width: 484px; + height: 20px; + overflow: hidden; + border: 1px solid #404040; + background: black; + color: rgb(104, 182, 4); +} + +.fit-top-center +{ + object-position: top center; +} +.fitted-image +{ + width: 100%; + height: 100vh; + object-fit: cover; +} + +.banner_box +{ +z-index: 780; +color: rgb(104, 182, 4); +opacity: 9.0; +} + +.banner_left { +position: absolute; +margin: 92px 95px 15px 95px; +left: 0; +display:inline; +z-index: 9999; +} + +.banner_right { +position: absolute; +margin: 15px 95px 15px 10px; +right: 0; +display:inline; +z-index: 9999; +} + +@import url('https://fonts.googleapis.com/css?family=Pirata+One|Rubik:900'); + +h1 { + +margin-bottom: .3em; +font-family: 'Rubik', sans-serif; +font-size: 6rem; +color: #E4E5E6; } + +h1 { +position: relative; +background: linear-gradient(to right, #FFCC00, #FF3030, #FFCC00); +-webkit-background-clip: text; +-webkit-text-fill-color: transparent; } + +h1:before, +h1:after { +content: attr(data-text); +position: absolute; +top: 0; +left: 0; } + +h1:before { +z-index: -1; +text-shadow: -0.001em -0.001em 1px rgba(255,255,255,.15)} + +h1:after { +z-index: -2; +text-shadow: 10px 10px 10px rgba(0,0,0,.5), 20px 20px 20px rgba(0,0,0,.4), 30px 30px 30px rgba(0,0,0,.1); +mix-blend-mode: multiply; +} + +h2 { +margin-top: -1.15em; +font-family: 'Pirata One', cursive; +font-size: 3rem; +color: #E44D26; +} + +h2:after { +z-index: -2; +text-shadow: 10px 10px 10px rgba(0,0,0,.5), 20px 20px 20px rgba(0,0,0,.4), 30px 30px 30px rgba(0,0,0,.1); +mix-blend-mode: multiply; +} + +h2 spam { + font-size: 1.4em; +} + +img.rounded-corners { + border-radius: 20px; +} + +img.rounded-corners-last-vistors { + border-radius: 9px; +} + +img.rounded-corners-user-info { + border-radius: 20px; +} + +body{ +background-color: black; +} + +.top_and_bottom{ +background-color: black; +background-image: +url(../../../themes//backgrounds/glasstop.png), +url(../../../themes//backgrounds/sidebox_bottom.png); +background-position: +top right, /* this positions the first image - TheGhost add 8/2/2019 */ +bottom left; /* this positions the second image - TheGhost add 8/2/2019 */ +background-repeat: +no-repeat; /* this applies to both images - TheGhost add 8/2/2019 */ +} + +body7 { +background: url(); + +} + +.flames +{ + background: url(); + +} + +.inferno_footer_table +{ +opacity: 0.9; +background-color: black; +background-image: +url(themes//backgrounds/top_box.png), /* top black glass - TheGhost add 03/19/2021 */ +url(themes//backgrounds/box_bottom.png); /* bottom flames - TheGhost add 03/19/2021 */ +background-position: +top right, +bottom left; +background-repeat: +repeat-x; /* this makes the top glass block and the bottom flame block repeat from left to right and vice vs - TheGhost add 08/04/2019 */ +} + + +input[type="radio"]{ + vertical-align: bottom; +} + +.absmiddle{ + vertical-align: absmiddle; +} + +/*---------------------------------------------------------------*/ +/* Forum Attachements */ +/*---------------------------------------------------------------*/ +td.attachrowZ +{ +#font: normal 11px Verdana, Arial, Helvetica, sans-serif; color : ; +border-color : ; +} +td.attachheaderZ +{ +#font: normal 11px Verdana, Arial, Helvetica, sans-serif; color : ; +border-color : ; +background-color: ; +} +table.attachtableZ +{ +#font: normal 12px Verdana, Arial, Helvetica, sans-serif; color : ; +border-color : ; +border-collapse : collapse; +} +/*---------------------------------------------------------------*/ +/* Main Theme Body */ +/*---------------------------------------------------------------*/ +.button { + background-color: ; + border: none; + color: white; + padding: 5px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 16px; + margin: 4px 2px; +} + +.button1 {border-radius: 2px;} +.button2 {border-radius: 4px;} +.button3 {border-radius: 8px;} +.button4 {border-radius: 12px;} +.button5 {border-radius: 50%;} + +a.redalert:link {text-decoration: underline; color: crimson;} +a.redalert:visited {text-decoration: underline; color: crimson;} +a.redalert:hover {text-decoration: underline; color: green;} + +.alert { + position: absolute; + top: 217px; // Should be same as the height of the header + width: 100%; +} + +fieldset +{ + display: block; + margin-left: 2px; + margin-right: 2px; + padding-top: 0.15em; + padding-bottom: 0.625em; + padding-left: 0.75em; + padding-right: 0.75em; + border: 2px groove (internal value); + + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + border-radius: 8px; + +} + +hr { + background-color: #8d7b4d; + border: 0; + height: 1px; + margin: 5px 0; + width: 100%; + #opacity: 0.4; + +} + + +.outer_table_opacity +{ + opacity: 0.9; +} +.inferno_header_table +{ +opacity: 0.9; +background-color: black; +background-image: +url(themes//backgrounds/top_box.png), /* top black glass - TheGhost add 03/19/2021 */ +url(themes//backgrounds/box_bottom.png); /* bottom flames - TheGhost add 03/19/2021 */ +background-position: +top right, +bottom left; +background-repeat: +repeat-x; /* this makes the top glass block and the bottom flame block repeat from left to right and vice vs - TheGhost add 08/04/2019 */ +z-index: 780; +} + +.modal-body { +# background-image: url(themes//backgrounds/1920x1080.png); +} + +.modal-backdrop { +} + +.modal .modal-popout-bg { + background-image: url(themes//backgrounds/modal_theme_copyright_pop_bg.png); +} + +.modal { + + /* Take the box out of the flow, so that it could look like a modal box */ + # position: absolute; + + /* Avoid the awkwardly stretchy box on bigger screens */ + # max-width: 550px; + + /* Aligning it to the absolute center of the page */ + # top: 50%; + # left: 50%; + # transform: translate(-50%, -50%); + + /* Some cosmetics */ + # border-radius: 4px; + # background-color: rgba(0, 0, 0, .1); + +} + +.modal-hidden { + display: none; +} + +/* Make the media inside the box adapt the width of the parent */ +.modal img, +.modal iframe, +.modal video +{ + max-width: 100%; +} + +/* Make the inner element relatively-positioned to contain the close button */ +.modal-inner { + position: relative; + padding: 10px; +} + +/* Close button */ +.modal-close { + font-size: 10px; + + /* Take it out of the flow, and align to the top-left corner */ + position: absolute; + top: -10px; + right: -10px; + + /* Size it up */ + width: 24px; + height: 24px; + + /* Text-alignment */ + text-align: center; + + /* Cosmetics */ + color: #eee; + border-width: 0; + border-radius: 100%; + background-color: black; +} +/*################################################################# Forum CSS from here down ###########################################*/ +/** + * Stylesheet for the Universal Theme + * + * @filename: style.css + * @author : TheGhost + * @version : 3.0 + * @date : 12/24/2018 (DD/MM/YYY) + * @license : Copyright (c) 2019 The Mortal The 86it Developers Network under the MIT license + * @notes : n/a + * + * -- ------------------------------------------------------------------- + * \/ STYLESHEET NAVIGATION + * -- ------------------------------------------------------------------- + * + * 1. Reset CSS + * 2. Primary page styles + * 3. Page elements + * 4. Page header + * 5. Page footer + * 6. User interaction + * 7. Body content wrappers + * 8. Side body blocks + * 9. Center content wrapper + * 10. Story content wrapper + * 11. Inputs + * 12. Clearfix + * 13. Forums Page Styles + * --- ------------------------------------------------------------------- +*/ + +@import url('//fonts.googleapis.com/css?family=Dosis|Faster+One|Montserrat|Open+Sans|Yanone+Kaffeesatz|Kanit|Roboto'); + +/* + * 1. Reset CSS + * + * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline) + * v2.0 2019-01-07 | Authors: Eric Meyer + * html5doctor.com/html-5-reset-stylesheet/ + ----------------------------------------------------------------*/ + +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { + border: 0; + font-size: 100%; + margin: 0; + /*padding: 0;*/ +} + +/* HTML5 display-role reset for older browsers */ +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} +body { + /*line-height: 1;*/ + +} +a +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} + +mark { + background-color: #ff9; + color: #000; + font-style: italic; + font-weight: bold; +} + +del { text-decoration: line-through; } + +abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; } + +select { cursor: pointer; } + +input, select { vertical-align: middle; } +label.radio { cursor: pointer; } +input[type='checkbox'] { cursor: pointer; } + +/* + * 2. Primary page styles + *---------------------------------------- +*/ + +#flex-container { + display: flex; + flex-direction: row; + justify-content: space-between; +} + +#flex-item { + +} + +.container { + margin: 0 auto; +} + +body { + font-size: 14px; + color: #fff; + font-family: "Open Sans", sans-serif; + text-rendering: optimizeLegibility; +} + +a { + color: ; + text-decoration: none; +} + +a:active, +a.bbcode-href:active { + color: ; +} + +a:hover, +a.bbcode-href:hover { + color: ; +} + +a.bbcode-href { + color: ; +} + +/* + * 3. Page elements + *-------------------------------------------------- +*/ +textarea, select, input { + background-color: ; + color: #fff; + font-family: "Open Sans", sans-serif; + letter-spacing: 0px; + margin: 0px 1px 1px; + padding: 4px; + border: 1px solid ; + resize: vertical; + box-sizing: border-box; +} + +p { padding-bottom: 5px; text-decoration: none; } +p, table { text-decoration: none; } + +ul { + list-style-type: disc; +} + +h1, h2, h3, h4, h5, h6 { + color: #999; + font-weight: normal; +} +h1 { font-size: 30px; line-height: 1; margin-bottom: 5px; } +h2 { font-size: 20px; margin-bottom: 7.5px; } +h3 { font-size: 15px; line-height: 1; margin-bottom: 10px; } +h4 { font-size: 12px; line-height: 1.25; margin-bottom: 12.5px; } +h5 { font-size: 10px; font-weight: bold; margin-bottom: 15px; } +h6 { font-size: 10px; font-weight: bold; } + +.bviewed { + font-size: 14px; + color: #303030; + text-decoration: none; + padding-top: 14px; +} + +/* + * 4. Page Header + *-------------------------------------------------- +*/ +.wrapLogo { + background-image: url('../images/hdr/Text-Logo.png'); + float: left; + height: 110px; + padding: 0; + text-indent: -9999px; + width: 400px; + margin: 20px 15px 0 0; +} + +#hdr-banner-ads { + width: 468px; + height: 60px; + float: right; + clear: right; + margin: 40px 15px 0 0; +} + +/* + * 5. Page Footer + *-------------------------------------------------- +*/ +.copyright, +a.copyright, +a.copyright:link, +a.copyright:active, +a.copyright:visited { + font-size: 14px; + color: ; + text-decoration: none; +} +a.copyright:hover { + font-size: 14px; + color: ; + text-decoration: none; +} + +.ftr-banner-ads { + width: 468px; + height: 60px; + margin-left: auto; + margin-right: auto; + margin-top: 5px; + margin-bottom: 5px; +} + +/* + * 6. User interaction + *-------------------------------------------------- +*/ +.welcomebg { + background: url('../images/hdr/Usernav_01.png') no-repeat; + height: 60px; + min-width: 280px; + width: 280px; + color: ; + text-indent: 96px; +} +.userlinksbg { + background: url('../images/hdr/Usernav_03.png') no-repeat; + height: 60px; + min-width: 280px; + width: 280px; + color: ; + text-indent: -80px; +} + +/* + * 7. Body Content wrappers + *-------------------------------------------------- +*/ +.body-background { + background-color: ; +} + +.body-background2 { + background-color: ; +} + +/* + * 8. Side Body Blocks + *-------------------------------------------------- +*/ +.blocktitle { + font-weight: bold; + font-size: 12px; + color: ; + letter-spacing: 0px; + text-decoration: none; + text-shadow: 0px 0px 5px #636363, 0px 0px 4px #A20303; + text-transform: uppercase; +} +.bl1 { + background: url('../images/blocks/Blocks_01.png') no-repeat; + height: 50px; + width: 218px; +} +.bl2 { + background: url('../images/blocks/Blocks_02.png') repeat-y; + height: auto; + width: 218px; +} +.bl3 { + background: url('../images/blocks/Blocks_03.png') no-repeat; + height: 20px; + width: 218px; +} +.bl5 { + background-color: #202020; +} + +.bl5-content { + padding-left: 20px; + padding-right: 20px; +} + + + +/* + * 10. News Story Content Wrapper + *-------------------------------------------------- +*/ + +article:first-of-type, .news-article { + padding-top: 10px; +} + +article:last-of-type, .news-article { + padding-top: 0; + padding-bottom: 10px; +} + +.storytitle-wrapper { + padding-top: 14px; +} + +.storytitle { + font-weight: bold; + font-size: 12px; + color: #FACD8F; + letter-spacing: 0px; + text-decoration: none; +} + +.postedoption { + padding-bottom:6px; + float: right; + text-align: right; +} + +.st1 { + background: url('../images/news/News_01.png') no-repeat; + height: 50px; + min-width: 32px; + width: 32px; +} +.st2 { + background: url('../images/news/News_02.png') repeat-x; + height: 50px; + width: 100%; +} +.st3 { + background: url('../images/news/News_03.png') no-repeat; + height: 50px; + min-width: 38px; + width: 38px; +} +.st4 { + background: url('../images/news/News_04.png') repeat-y; + width: 20px; +} +.st6 { + background: url('../images/news/News_06.png') repeat-y; + width: 20px; +} +.st5 { + background-color: #202020; + height: auto; + width: 96%; +} +.st7 { + background: url('../images/news/News_07.png') no-repeat; + height: 60px; + min-width: 32px; + width: 32px; +} +.st8 { + background: url('../images/news/News_08.png') repeat-x; + height: 60px; + width: 100%; +} +.st9 { + background: url('../images/news/News_09.png') no-repeat; + height: 60px; + min-width: 32px; + width: 32px; +} +.story-bd article { + margin: 0 16px; + overflow: hidden; + position: relative; + text-align: left; + z-index: 1; +} + + +/* + * 11. Inputs + *-------------------------------------------------- +*/ +input { + color: ; + font-size: 13px; + border: 1px solid #858585; + padding: 4px; + letter-spacing: 1px; + box-sizing: border-box; +} +input.noborder { + color: #fff; + font: 11px arial, helvetica, sans-serif; + border: 0 solid #fff; +} +input.sub { + color: ; + font-size: 11px; + background-color: ; + border: 1px solid #858585; +} + +input.button, input.mainoption, input.liteoption { + color: ; + font-size: 13px; +} + +.language-css { color: #cd6a51; } + +.left { text-align: left; } +.center { text-align: center; } +.justify { text-align: justify; } +.right { text-align: right; } + +/* Changes Color for: Story Box - Post By Line */ +td.content { + color: #fff; + font-size: 11px; + text-decoration: none; +} +td.extra { + border: 0 solid #131313; + border-right-color: #898989; + border-bottom-color: #898989; +} + +.heading { + font-weight: bold; + font-size: 11px; + color: #fff; + letter-spacing: 0; + text-decoration: none; +} + + +/* + * 12. Clearfix + * + * The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements. + * j.mp/bestclearfix + *-------------------------------------------------- +*/ +.clearfix:before, +.clearfix:after { + content: "\0020"; + display: block; + height: 0; + overflow: hidden; +} +.clearfix:after { clear: both; } +.clearfix { zoom: 1; } + + +/* + * 13. FORUMS CSS Coding Begins Here + *-------------------------------------------------- +*/ + +/* Border Line & Background Color Round the Entire Page */ +.bodyline { + background-color: #2c2c2c; + border: 0 solid #000; +} + +/* The Outline Round the Main Forum Tables */ +.forumline { + background: ; + border: #222 0px solid; +} + +/* Main table cell colours and backgrounds */ +td.row1 { + background: ; + border: 1px solid ; + padding: 4px; +} + +td.row2 { + background-color: ; + border: 1px solid ; + padding: 4px; +} + +td.row3 { + background-color: #7f6f49; + border: 1px solid border: 1px solid ; + border: 1px solid ; + padding: 4px; +} + +/* Category Row Right */ +td.rowpic { + background: ; + border: 1px solid; + padding-left: 2px; + padding-right: 2px; + padding-bottom: 2px; +} + +/* Recent Topics Row*/ +th { + color: #FFF; + border: 1px solid #222; + border-bottom-width: 0; + font-size: 10px; + background-color: #3d3d3d; + white-space: nowrap; + text-align: center; +} + +th.bar { + background: ; + border: #222 1px solid; + color: #ddd; + font-size: 11px; + font-weight: bold; + text-align: center; +} + +/* Category Row Left */ +td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom { + background-color: ; + color: #FFF; + border: 1px solid ; + white-space: nowrap; + padding: 4px; +} + +td.cat, td.catHead, td.catBottom { + background-color: ; + color: #FFF; + border: 1px solid ; + white-space: nowrap; +} + +/* + * Setting additional nice inner borders for the main table cells. + * The names indicate which sides the border will be on. + * Don't worry if you don't understand this, just ignore it :-) + *---------------------------------------------------------------- +*/ + + +/* Recent Topics, Row1, Viewforum_Body.tpl */ +th.thHead, th.thSides, th.thTop, th.thLeft, th.thRight, th.thBottom, th.thCornerL, th.thCornerR { + color: #F1F1F1; + border: 1px solid #222; + border-bottom-width: 0; + font-size: 10px; + background-color: ; + white-space: nowrap; +} + +/* Forum_Body.tpl - Last Column */ +td.row3Right, td.spaceRow { + height: 25px; + color: #F1F1F1; + border: 1px solid #222; + border-bottom-width: 0; + font-size: 10px; + background-color: ; + white-space: nowrap; +} + +/* The Largest Text Used in the Index Page Title & Toptic Title Etc. */ +.maintitle, h1, h2 { + font-weight: bold; + font-size: 18px; + line-height: 120%; + color: #CCC; + text-decoration: none; +} +a.maintitle:link { + color: ; + font-size: 18px; + text-decoration: none; +} +a.maintitle:visited { + color: ; + font-size: 18px; + text-decoration: none; +} +a.maintitle:hover { + color: #888; + font-size: 18px; + text-decoration: none; +} + +/* General Text */ +.gen { + font-size: 13px; + color: #FFF; +} +.genmed { + font-size: 12px; +} +.gensmall { + font-size: 10px; +} +.gen, .genmed, .gensmall { + color: #FFF; +} +a.gen, a.genmed, a.gensmall { + background: transparent; + color: #FFF; + text-decoration: none; +} +a.gen:hover, a.genmed:hover, a.gensmall:hover { + color: ; + text-decoration: none; +} + +/* The Register, Login, Search, Etc, Links at the Top of the Page */ +.mainmenu { + color: #FFF; +} +a.mainmenu { + color: #FFF; + text-decoration: none; +} +a.mainmenu:hover { + color: #bbbbbb; + text-decoration: none; +} + +/* Forum Cattitle & Description Text */ +.cattitle { + font-size: 13px !important; + letter-spacing: 1px; +} +a.cattitle { + color: #AFAFAF; + text-decoration: none; +} +a.cattitle:hover { + color: ; + text-decoration: none; +} + +.cattitle3 { + color: #FED192; + font-size: 13px !important; + letter-spacing: 1px; +} +a.cattitle3 { + color: #AFAFAF; + text-decoration: none; +} +a.cattitle3:hover { + color: ; + text-decoration: none; +} + +/* Forum title: Text and link to the forums used in: index.php */ +.forumlink { + font-weight: bold; + font-size: 11px; + color: #FFF; +} +a.forumlink { + color: #999; + text-decoration: none; +} +a.forumlink:hover { + color: #6a0000; + text-decoration: none; +} + +/* Used for the Navigation text, (Page 1,2,3 etc) & the navigation bar when in a forum */ +.nav { + font-weight: bold; font-size: 11px; color: #999; +} +a.nav { + color: #999; text-decoration: none; +} +a.nav:hover { + color: #999; text-decoration: none; +} + +/* Titles for the Topics: Could specify viewed link color too */ +.topictitle { + color: #DDD; +} +a.topictitle:link { + color: #999; + text-decoration: none; +} +a.topictitle:visited { + color: #999; + text-decoration: none; +} +a.topictitle:hover { + color: #cb5858; + text-decoration: none; +} + +/* Name of poster in viewmsg.php and viewtopic.php and other places */ +.name { + font-size: 11px; + color: #FFF; +} + +/* Location, number of posts, post date etc */ +.postdetails { + font-size: 10px; + color: #FFF; +} + +/* The content of the posts (body of text) */ +.postbody { + font-size: 15px; + color: #D3D3D3; +} + +a.postlink:link { + color: #FED192; + text-decoration: none; +} +a.postlink:visited, +a.postlink:hover { + color: ; + text-decoration: underline; +} + + +.fa-angle-double-up { + text-shadow: 0px 0px 5px #636363, 0px 0px 4px #A20303; +} + +/*--------------------------------------------------------------*/ +/* Everything Below this Line Needs to be Added to Other Themes */ +/*--------------------------------------------------------------*/ +input[type='submit'],input[type='checkbox'],input[type='radio']{cursor:pointer;} +select{color: #fff;border:1px solid ;cursor:pointer;margin:0 1px 1px;box-sizing:border-box;} +input{color: #fff;border:1px solid ;box-sizing:border-box;letter-spacing:1px;margin:0 1px 1px;padding:5px;box-sizing:border-box;} +span.uppercase{text-transform:uppercase;} + +td.forums,th.forums{padding-left:5px;} +td.threads,th.threads{width:80px;} +td.last_post,th.last_post{width:200px;padding-left:5px;} + +input[type='radio']{background-color:transparent!important;width:18px;height:18px;} +input[type='checkbox']{width:18px;height:18px;} +input[type='image']{border:none;padding:0;} + +progress{background-color:;border:0;height:18px;} + +.codebox{border-style:solid;display:block;padding: 10px;;border:1px solid #b5b7b9;background-color:;} +.codebox code{display:block;font:1em Monaco,"Open Sans",sans-serif;max-height:500px;max-width:100%;overflow:auto;margin:0;padding: 5px 3px;} +.codebox p{display:block;font-weight:600;border-bottom:1px solid #ccc;text-transform:uppercase;} + +.phpcodebox {background-color:#fdf6e3;} +.phpcodebox p{color: ;} +.code_select {color:;} +.code_select:hover {color: ;} + +.notepaper +{ +position:relative; +margin:auto; +padding:10px 15px 7px 40px; +width:90%; +line-height:15px; +color:;text-shadow:0 1px 1px ; +background-color:none; + +background-image:-webkit-radial-gradient(center,cover,rgba(166,139,67,0.7) 0%,rgba(166,139,67,0.1) 90%),-webkit-repeating-linear-gradient(top,transparent 0%,transparent 29px,rgba(239,207,173,0.7) 29px,rgba(239,207,173,0.7) 0px); + +background-image:-moz-radial-gradient(center,cover,rgba(166,139,67,0.7) 0%,rgba(166,139,67,0.1) 90%),-moz-repeating-linear-gradient(top,transparent 0%,transparent 29px,rgba(239,207,173,0.7) 29px,rgba(239,207,173,0.7) 30px); background-image:-o-radial-gradient(center,cover,rgba(205,179,109,0.1) 0%,rgba(255,255,255,0.1) 90%),-o-repeating-linear-gradient(top,transparent 0%,transparent 29px,rgba(239,207,173,0.7) 29px,rgba(239,207,173,0.7) 30px);border:1px solid #c3baaa;border-color:rgba(195,186,170,0.9); + +-webkit-box-sizing:border-box; +-moz-box-sizing:border-box; +box-sizing:border-box; +-webkit-box-shadow:inset 0 1px rgba(166,139,67,0.5),inset 0 0 5px #d8e071,0 0 1px rgba(0,0,0,0.1),0 2px rgba(0,0,0,0.02);box-shadow:inset 0 1px rgba(166,139,67,0.5),inset 0 0 0px #d8e071,0 0 1px rgba(0,0,0,0.1),0 0px rgba(0,0,0,0.02) +} + +.notepaper:before,.notepaper:after +{ + content:'';position:absolute;top:0;bottom:0; +} + +.notepaper:before +{ +left:28px;width:2px;border:solid #8c7433; +border-color:rgba(239,207,173,0.9); +border-width:0 0px; +} + +.notepaper:after +{ +z-index:-1; +left:0;right:0; +background:rgba(242,246,193,0.9); +border:1px solid rgba(170,157,134,0.7); +-webkit-transform:rotate(2deg); +-moz-transform:rotate(2deg); +-ms-transform:rotate(2deg); +-o-transform:rotate(2deg); +transform:rotate(2deg) +} + +.curly-quotes:before,.curly-quotes:after +{ +display:inline-block; +vertical-align:top; +height:30px;line-height:48px; +font-size:50px;opacity:.2; +} + +.curly-quotes:before +{ +content:'\201C'; +margin-right:4px; +margin-left:-8px; +} + +.curly-quotes:after +{ +content:'\201D'; +margin-left:4px; +padding-top:14px; +margin-right:-8px; +} + +.quote-by +{ +display:block; +padding-bottom:10px; +padding-right:10px; +font-size:13px; +font-style:italic;color:; +} + +.lt-ie8 .notepaper{padding:15px 25px;} + +.lastpost .fa{float:right;padding:10px;transition:all .2s ease-in-out;} +.left{text-align:left;} +.center{text-align:center;} +.justify{text-align:justify;} +.right{text-align:right;} + +.forum-ranks {margin-bottom: 2px;} +.forum-avatar {padding-bottom: 5px;} + +.visitors:hover +{ +/* filter: grayscale(0%); */ + filter: saturate(5px); + transform: rotate(360deg); + transition: transform .8s ease-in-out; + cursor: pointer; +} +.visitors +{ +/* filter: grayscale(100%); */ + transition: all .2s ease-in-out; + max-width: 100vmin; + max-height: 70vmin; + box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.2); + border-radius: 100%; +} + +/** + * Very simple jQuery plugin to keep all important admin link in a nice floating menu. + * + * @package Floating admnistration links + * @author Author + * @copyright 2016 - 2019 by lonestar-modules.com + * @version 2.0 + */ + +.toggle-menu +{ +position: fixed; +padding: 15px 20px 15px 15px; +margin-top: 120px; +/*color: white;*/ +cursor: pointer; +background-color: rgba(17,17,17,0.9); +z-index: 1000; font-size: 2em; +} + +.toggle-menu > .fa-menu-icon +{ +transition: transform .3s; color: #d8d8d8; +} + +.toggle-menu:hover > .fa-menu-icon +{ +transition: transform .3s; +transform: rotate(-180deg) scale(1); +} + +.sidebar-menu +{ +position: fixed; +width: 250px; +z-index: 999999999; +top: 0; +left: 0; +bottom: 0; +background-color: ; +color: ; +height: 100vh; +max-height: 100%; +} + +.sidebar-menu ul +{ +list-style: none; +color: ; +} + +.fa-times-extend +{ +color: ; +right: 10px; +top: 8px; +cursor: pointer; +position: absolute; +transition: all 0.2s ease-in-out; +font-size: 20px; + +} + +.fa-times-extend:hover +{ +opacity: 1; +color: red; +} + +.navigation-section +{ +padding: 0; +margin: 35px 0; +display: block; +color: ; +} + +.navigation-item +{ +font-weight: 200; +box-sizing: border-box; +font-size: 14px; +transition: all 0.3s; +cursor: pointer; +color: ; +} + +.navigation-item-divider +{ +display: block; +margin: 10px 20px; +border-top: 1px solid #0a0a0a; +-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.04); +box-shadow: inset 0 1px 0 rgba(255,255,255,.04); +height: 8px; +color: ; +} + +.navigation-item a +{ +user-select: none; +position: relative; +display: block; +padding: 5px 20px; +font-family: inherit; +font-weight: 200; +font-size: 14px; +color: ; +} +.navigation-item a:before +{ +content: ''; +display: block; +position: absolute; +width: 0; +height: 100%; +left: 0; +top: 0; +-webkit-transition: width .3s; +transition: width .3s; +color: ; +} + +.navigation-item a:focus:before, +.navigation-item a:hover:before +{ +width: 4px; +color: ; +} + +.navigation-item a .fas +{ +color: ; +vertical-align: sub; +text-align: left; +font-size: 22px; +width: 1.2857142857142858em; +} + +.navigation-section > li:hover > a, +.navigation-section > li > a:hover +{ +background-color: rgba(0,0,0,.2); +transition: width 3s +color: ; +} + +.hide-menu +{ +margin-left: -252px; +color: ; +} + +.opacity-one +{ +opacity: 1; +transition: all 0.2s; +color: ; +} diff --git a/themes/CarbinFiber-Red-Flames/css/maintable.php b/themes/CarbinFiber-Red-Flames/css/maintable.php new file mode 100644 index 00000000..b0e8860c --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/css/maintable.php @@ -0,0 +1,436 @@ + + +.sideflames +{ + background-color: black; + background-image: + url(../../../themes//backgrounds/glasstop.png), + url(../../../themes//backgrounds/sidebox_bottom.png); + background-position: + top right, /* this positions the first image - TheGhost add 8/2/2019 */ + bottom left; /* this positions the second image - TheGhost add 8/2/2019 */ + background-repeat: + no-repeat; /* this applies to both images - TheGhost add 8/2/2019 */ +} + +table.sideblock { + background: url(); + +} + +.bookmark +{ + background: url(); + + +} + +.boxtitle +{ + background: url(); + + +} + +.boxlist +{ + background: url(); + +} + +.flames +{ + background: url(); + +} + +table.header { + background: url(); + +} +table.footer { + background: url(); + +} +table.center { + background: url(); + +} + +.emiddleflames +{ +background-color: black; +background-image: + url(themes//backgrounds/topright.png), /* top black glass - TheGhost add 08/04/2019 */ + url(themes//backgrounds/sidebox_bottom.png); /* bottom flames - TheGhost add 08/04/2019 */ + background-position: + top right, + bottom left; + background-repeat: + repeat-x; /* this makes the top glass block and the bottom flame block repaete from left to right and vice vs - TheGhost add 08/04/2019 */ + +} + +table.emiddleblock { + background: url(); + +} +.topics_middleflames { + background: url(); /* CarbinFiber background - TheGhost add 08/04/2019 */ + +} + +.themearticleflames{ + padding: 6px; + background-color: black; + background-image: + url(themes//backgrounds/topright.png), /* top black glass - TheGhost add 08/04/2019 */ + url(themes//backgrounds/sidebox_bottom.png); /* bottom flames - TheGhost add 08/04/2019 */ + background-position: + top right, + bottom left; + background-repeat: +repeat-x; /* this makes the top glass block and the bottom flame block repaete from left to right and vice vs - TheGhost add 08/04/2019 */ +} + +table.themearticleblock { + background: url(); + +} + +.themeindexflames{ + padding: 6px; + background-color: black; + background-image: + url(themes//backgrounds/topright.png), /* top black glass - TheGhost add 08/04/2019 */ + url(themes//backgrounds/sidebox_bottom.png); /* bottom flames - TheGhost add 08/04/2019 */ + background-position: + top right, + bottom left; + background-repeat: +repeat-x; /* this makes the top glass block and the bottom flame block repaete from left to right and vice vs - TheGhost add 08/04/2019 */ + +} + +table.themeindexblock { + background: url(); + +} + !important; +} + */ +?> +.over-ride{ +font-size:4.6mm; +vertical-align: middle; +color: #cccccc; +} + +.btn-hover-one { + box-sizing: border-box; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + background-color: transparent; + border: 1px solid ; + border-radius: 1.0em; + color: ; + cursor: pointer; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-self: center; + -ms-flex-item-align: center; + align-self: center; + font-size: 0.5rem; + font-weight: 400; + line-height: 1; + margin: 1px; + padding: 1.2em 2.8em; + text-decoration: none; + text-align: center; + text-transform: uppercase; + font-family: 'Montserrat', sans-serif; + font-weight: 700; + background-color: !important; + border-color: ; + -webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out; + transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out; + display:inline-block; +} + +.btn-hover-one:hover { + background-color: !important; + # button border + border-color: ; + color: #CCC; + outline: 1; + # box background + box-shadow: 0 0 40px 40px inset; + display:inline-block; +} + +.btn-hover-two { + box-sizing: border-box; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + background-color: transparent; + border: 1px solid ; + border-radius: 1.9em; + color: ; + cursor: pointer; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-self: center; + -ms-flex-item-align: center; + align-self: center; + font-size: 0.5rem; + font-weight: 400; + line-height: 1; + margin: 1px; + padding: 1.2em 2.8em; + text-decoration: none; + text-align: center; + text-transform: uppercase; + font-family: 'Montserrat', sans-serif; + font-weight: 700; + background-color: !important; + border-color: ; + -webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out; + transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out; + display:inline-block; +} + +.btn-hover-two:hover { + background-color: !important; + # button border + border-color: ; + color: #CCC; + outline: 1; + # box background + box-shadow: 0 0 40px 40px inset; + display:inline-block; +} + +/* Dropdown Button */ +.dropbtn { + background-color: ; + border: none; +} + +/* The container
- needed to position the dropdown content */ +.dropdown { + position: relative; + display: inline-block; +} + +/* Dropdown Content (Hidden by Default) */ +.dropdown-content { + display: none; + position: absolute; + background-color: ; + min-width: 160px; + box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + z-index: 1; +} + +/* Links inside the dropdown */ +.dropdown-content a { + color: black; + text-decoration: none; + display: block; +} + +/* Change color of dropdown links on hover */ +.dropdown-content a:hover +{ + background-color: ; +} + +/* Show the dropdown menu on hover */ +.dropdown:hover .dropdown-content +{ + display: block; +} + +/* Change the background color of the dropdown button when the dropdown content is shown */ +.dropdown:hover .dropbtn +{ + background-color: ; +} + +/* Dropdown Button */ +.adropbtn { + background-color: ; + border: none; +} + +/* Dropdown Button */ +.adropbtn-admin { + background-color: none; + border: none; +} + + +/* Change the background color of the dropdown button when the dropdown content is shown */ +.adropdown:hover .adropbtn +{ + color: !important; + background-color: ; +} + + +#ul.dropdown-content a:hover +#{ +# color: !important; +# background-color: ; +#} + +::-webkit-scrollbar { + width: 10px; +} + +/* Track */ +::-webkit-scrollbar-track { + background: ; +} + +/* Handle */ +::-webkit-scrollbar-thumb { + background: ; +} + +/* Handle on hover */ +::-webkit-scrollbar-thumb:hover { + background: ; +} + +.sideblock_flames +{ + opacity: 0.9; + background-color: black; + background-image: + url(../../../themes//backgrounds/glasstop.png), + url(../../../themes//backgrounds/box_bottom.png); + background-position: + top right, /* this positions the first image - TheGhost add 3/19/2021 */ + bottom left; /* this positions the second image - TheGhost add 3/19/2021 */ + background-repeat: + no-repeat; /* this applies to both images - TheGhost add 3/19/2021 */ +} + +
{L_ADD_ATTACH_TITLE}
+ {L_ADD_ATTACH_EXPLAIN} +
+ {RULES} +
{L_FILE_NAME}
{L_FILE_COMMENT} + +
+ +
+ + + +
{L_INDEX}
+ + + + + + + + +
{SITENAME} - {REGISTRATION}
+ + + +

{AGREEMENT}



\ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/arcade_body.tpl b/themes/CarbinFiber-Red-Flames/forums/arcade_body.tpl new file mode 100644 index 00000000..26491fd1 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/arcade_body.tpl @@ -0,0 +1,160 @@ + + +{HEADINGARCADE} + + + + + +
+ + {L_INDEX} + +  -> {NAV_DESC} -> {CATTITLE} +
+{WHOISPLAYING} +
+ + + + + +
{arcade_search.L_SEARCH_MATCHES}
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + +{gamerow.ADD_FAV} + + +
 {L_ARCADE} 
{CATTITLE}
{L_GAME}{L_HIGHSCORE}{L_YOURSCORE}{L_DESC}
{FAV}
{favrow.fav_row.GAMEPICF} + {favrow.fav_row.GAMELINKF}
+ {favrow.fav_row.GAMEPOPUPLINKF}
+ {favrow.fav_row.GAMESETF} +
+ {favrow.fav_row.NORECORDF} + + {favrow.fav_row.HIGHSCOREF} {favrow.fav_row.HIGHUSERF}
{favrow.fav_row.DATEHIGHF} + +
+
+ {favrow.fav_row.NOSCOREF} + + {favrow.fav_row.YOURHIGHSCOREF}{favrow.fav_row.IMGFIRSTF}
{favrow.fav_row.YOURDATEHIGHF} + + + {favrow.fav_row.CLICKPLAY} + +
+
+ + + + + +
+ {favrow.fav_row.GAMEDESCF} + {favrow.fav_row.URL_SCOREBOARDF}
+
+ {favrow.fav_row.DELFAVORI} +
{L_GAME}
{gamerow.GAMEPIC} + {gamerow.GAMELINK}
+ {gamerow.GAMEPOPUPLINK}
+ {gamerow.GAMESET} +
+ + {gamerow.NORECORD} + + {gamerow.HIGHSCORE}  {gamerow.HIGHUSER}
{gamerow.DATEHIGH} + +
+ +
+ + {gamerow.NOSCORE} + + {gamerow.YOURHIGHSCORE}{gamerow.IMGFIRST}
{gamerow.YOURDATEHIGH} + + + {gamerow.CLICKPLAY} + + +
+
+ + + + + +
+ {gamerow.GAMEDESC} + {gamerow.URL_SCOREBOARD}
+
+ + + + + +
{PAGE_NUMBER}{PAGINATION}
+ + + + +
[ {URL_ARCADE}] - [ {URL_BESTSCORES}] - [ {MANAGE_COMMENTS}]
\ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/arcade_cat_body.tpl b/themes/CarbinFiber-Red-Flames/forums/arcade_cat_body.tpl new file mode 100644 index 00000000..394c98e5 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/arcade_cat_body.tpl @@ -0,0 +1,155 @@ + + +{HEADINGARCADE} + + + + +
+ + {L_INDEX} + +  -> {L_ARCADE} +
+{WHOISPLAYING} +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
{FAV}
{favrow.fav_row.GAMEPICF} + {favrow.fav_row.GAMELINKF}
+ {favrow.fav_row.GAMEPOPUPLINKF}
+ {favrow.fav_row.GAMESETF} +
+ {favrow.fav_row.NORECORDF} + + {favrow.fav_row.HIGHSCOREF} {favrow.fav_row.HIGHUSERF}
{favrow.fav_row.DATEHIGHF} + +
+
+ {favrow.fav_row.NOSCOREF} + + {favrow.fav_row.YOURHIGHSCOREF}{favrow.fav_row.IMGFIRSTF}
{favrow.fav_row.YOURDATEHIGHF} + + + {favrow.fav_row.CLICKPLAY} + +
+
+ + + + + +
+ {favrow.fav_row.GAMEDESCF} + {favrow.fav_row.URL_SCOREBOARDF}
+
+ {favrow.fav_row.DELFAVORI} +
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + {cat_row.game_row.ADD_FAV} + + + + + +
{cat_row.CATTITLE}
{L_GAME}{L_HIGHSCORE}{L_YOURSCORE}{L_DESC}
{cat_row.game_row.GAMEPIC} + {cat_row.game_row.GAMELINK}
+ {cat_row.game_row.GAMEPOPUPLINK}
+ {cat_row.game_row.GAMESET} +
+ + {cat_row.game_row.NORECORD} + + {cat_row.game_row.HIGHSCORE}  {cat_row.game_row.HIGHUSER}
{cat_row.game_row.DATEHIGH} + +
+ +
+ + {cat_row.game_row.NOSCORE} + + {cat_row.game_row.YOURHIGHSCORE}{cat_row.game_row.IMGFIRST}
{cat_row.game_row.YOURDATEHIGH} + + + {cat_row.game_row.CLICKPLAY} + + +
+
+ + + + + +
+ {cat_row.game_row.GAMEDESC} + {cat_row.game_row.URL_SCOREBOARD}
+
{cat_row.L_ARCADE}
+
+ + + + +
[ {URL_ARCADE}] - [ {URL_BESTSCORES}] - [ {MANAGE_COMMENTS}]
\ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/auc_listing_body.tpl b/themes/CarbinFiber-Red-Flames/forums/auc_listing_body.tpl new file mode 100644 index 00000000..8a77feb0 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/auc_listing_body.tpl @@ -0,0 +1,21 @@ + + + + +
{L_INDEX}
+
+ + + + + + + + + + + + + + +
{T_C_2}
{T_L} {T_R}
{colors.USER}{colors.INFO_LINE}
\ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/bbcode.tpl b/themes/CarbinFiber-Red-Flames/forums/bbcode.tpl new file mode 100644 index 00000000..8e433aa7 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/bbcode.tpl @@ -0,0 +1,102 @@ + + +Protected Message: - Thank you for replying... +
+{HTEXTE} +
+ + + + + +Protected Message: +
+--- If you are a *registered user* : you need to post in this topic to see the message --- +
+ + + +
    +
+ +
    +
+ +
  • + +
    — {USERNAME}
    + +
    + +
    — {USERNAME} {L_WROTE}
    + +
    — {L_QUOTE}
    + +
    + +

    Code: [ Select all ]

    
    +
    +
    + +

    PHP:  [ Select all ]

    
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + +
    + +{DESCRIPTION} + +{EMAIL1} [at] {EMAIL2} [dot] {EMAIL3} + +
    + +
    {L_BBCODEBOX_HIDDEN}:  +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    [{WATCH_YOUTUBE}] + +
    [{WATCH_YOUTUBE}] \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/birthday_interface.tpl b/themes/CarbinFiber-Red-Flames/forums/birthday_interface.tpl new file mode 100644 index 00000000..3aed9034 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/birthday_interface.tpl @@ -0,0 +1,3 @@ + {BIRTHMONTH_SELECT} + +, {L_OPTIONAL} \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/comments_body.tpl b/themes/CarbinFiber-Red-Flames/forums/comments_body.tpl new file mode 100644 index 00000000..34550e29 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/comments_body.tpl @@ -0,0 +1,78 @@ + + + + +
    {L_INDEX} + -> {NAV_DESC} + -> Arcade Comments +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_ADD_EDIT_COMMENTS}

    + + + + + + + + + + + + + + + + +
    {L_EMOTICONS}
    {smilies_row.smilies_col.SMILEY_DESC}
    {L_MORE_SMILIES}
    +
    {L_GAME_NAME}:{GAME_NAME}
    {L_ENTER_COMMENT}:
    {L_QUICK_STATS}
    {USER_AVATAR}
    + {USERNAME}
    + {L_QUICK_STATS_MESSAGE} +
    +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/comments_list_body.tpl b/themes/CarbinFiber-Red-Flames/forums/comments_list_body.tpl new file mode 100644 index 00000000..d3aeae84 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/comments_list_body.tpl @@ -0,0 +1,37 @@ + + +
    {L_INDEX} + -> {NAV_DESC} + -> {L_ARCADE_COMMENTS} +
    + + + + + + + + + + + + + + + + + + + + +
    {L_ARCADE_COMMENTS_FULL}
    {L_GAME}{L_COMMENTS}{L_ARCADE_USER}{L_SCORE}
    {commentrow.GAME_NAME}{commentrow.COMMENTS_VALUE}{commentrow.USERNAME}{commentrow.HIGHSCORE}
    +
    + + + + +
    [ {MANAGE_COMMENTS}]
    + + + +
    {PAGE_NUMBER}{PAGINATION}
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/comments_new_body.tpl b/themes/CarbinFiber-Red-Flames/forums/comments_new_body.tpl new file mode 100644 index 00000000..c118662a --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/comments_new_body.tpl @@ -0,0 +1,74 @@ + + + +
    {L_INDEX} + -> {NAV_DESC} + -> {L_ARCADE_COMMENTS} +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_CONGRATS}
    {L_COMMENTS_CHAMPION}

    + + + + + + + + + + + + + + + + +
    {L_EMOTICONS}
    {smilies_row.smilies_col.SMILEY_DESC}
    {L_MORE_SMILIES}
    +
    {L_NO_COMMENT}
    {L_QUICK_STATS}
    {USER_AVATAR}
    + {USERNAME}
    + {L_QUICK_STATS_MESSAGE}
    +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/comments_select_body.tpl b/themes/CarbinFiber-Red-Flames/forums/comments_select_body.tpl new file mode 100644 index 00000000..ba75fe81 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/comments_select_body.tpl @@ -0,0 +1,42 @@ + + +
    {L_INDEX} + -> {NAV_DESC} + -> Arcade Comments +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Select a Game
    You currently hold {comment_select.HIGHSCORE_COUNT} highscores.
    Select a game to enter or edit a comment:{comment_select.HIGHSCORE_SELECT}
    User Settings
    Enable Arcade PM
    +If enabled, you will receive a private message when you lose a highscore. +
    + +{comment_settings.L_YES} + +{comment_settings.L_NO} +
    +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/commentspopup_new_body.tpl b/themes/CarbinFiber-Red-Flames/forums/commentspopup_new_body.tpl new file mode 100644 index 00000000..6fc12052 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/commentspopup_new_body.tpl @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_CONGRATS}
    {L_COMMENTS_CHAMPION}

    + + + + + + + + + + + + + + + + +
    {L_EMOTICONS}
    {smilies_row.smilies_col.SMILEY_DESC}
    {L_MORE_SMILIES}
    +
    {L_NO_COMMENT}
    +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/confirm_body.tpl b/themes/CarbinFiber-Red-Flames/forums/confirm_body.tpl new file mode 100644 index 00000000..0633c02a --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/confirm_body.tpl @@ -0,0 +1,28 @@ +
    + + + + + +
    + + + + + + +
    + + + + + + + + +
    {MESSAGE_TITLE}

    {MESSAGE_TEXT}

    {S_HIDDEN_FIELDS}  
    + +
    + +
    +
    diff --git a/themes/CarbinFiber-Red-Flames/forums/email_topic_body.tpl b/themes/CarbinFiber-Red-Flames/forums/email_topic_body.tpl new file mode 100644 index 00000000..64b092f1 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/email_topic_body.tpl @@ -0,0 +1,43 @@ +
    + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + +
    {L_TITLE}
    {L_SUBJECT}{TOPIC_TITLE}
    {L_FRIEND_NAME}
    {L_FRIEND_EMAIL}
    {L_MESSAGE}
    {L_MESSAGE_EXPLAIN}
    {S_HIDDEN_FIELDS}
    +
    + + + + + +
    {S_TIMEZONE}
    + + + + + +
    {JUMPBOX}
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/error_body.tpl b/themes/CarbinFiber-Red-Flames/forums/error_body.tpl new file mode 100644 index 00000000..d912a0d7 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/error_body.tpl @@ -0,0 +1,27 @@ +
    + + + + + +
    + + + + + +
    + + + + + + + + + +
     
    {ERROR_MESSAGE}
     
    + +
    +
    +
    diff --git a/themes/CarbinFiber-Red-Flames/forums/faq_body.tpl b/themes/CarbinFiber-Red-Flames/forums/faq_body.tpl new file mode 100644 index 00000000..5fb5e47f --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/faq_body.tpl @@ -0,0 +1,62 @@ +
    + + + + + +
    + + + + + +
    + + + + + + + + + + + +
    {L_FAQ_TITLE}
    + + {faq_block_link.BLOCK_TITLE}
    + + {faq_block_link.faq_row_link.FAQ_LINK}
    + +
    + +
     
    + +
    + + + + + + + + + + + + + + +
    {faq_block.BLOCK_TITLE}
    {faq_block.faq_row.FAQ_QUESTION}
    {faq_block.faq_row.FAQ_ANSWER}
    {L_BACK_TO_TOP}
    + +
    + + + + + + +
    {S_TIMEZONE}

    {JUMPBOX}
    + +
    +
    diff --git a/themes/CarbinFiber-Red-Flames/forums/formIE.css b/themes/CarbinFiber-Red-Flames/forums/formIE.css new file mode 100644 index 00000000..6d29a682 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/formIE.css @@ -0,0 +1,15 @@ +/* Fancy form styles for IE */ + +input, textarea, select { + border-width: 1px; +} + +/* Start replacement - Advanced time management MOD */ +/* input { text-indent : 2px; } +/* End replacement - Advanced time management MOD */ + +input.button { + border-width: 1px; +} + +.postbody { line-height: 18px } \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/forums.cfg b/themes/CarbinFiber-Red-Flames/forums/forums.cfg new file mode 100644 index 00000000..7f198d9f --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/forums.cfg @@ -0,0 +1,155 @@ + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/games_body.tpl b/themes/CarbinFiber-Red-Flames/forums/games_body.tpl new file mode 100644 index 00000000..b73108c0 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/games_body.tpl @@ -0,0 +1,133 @@ + + + + + + +
    + + {L_INDEX} -> {NAV_DESC} -> {CAT_TITLE} > + + {L_GAME} +
    + + + + + + + + +
    {L_GAME}
    + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_ACTUAL_WINNER}
    {FIRST_AVATAR}
    {BEST_USER_NAME}
    {GAMES_PLAYED}
    {BEST_TIME}
    {BEST_USER_DATE}
    {COMMENTS}
    +
    + + + + + +
    Hi-Score
    {HIGHSCORE}
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_ACTUAL_WINNER}
    {FIRST_AVATAR}
    {BEST_USER_NAME}
    +
    + + + + + + + + + + + + + +
    {L_TOP}
    {scorerow.POS} + + + + + +
    {scorerow.USERNAME}{scorerow.URL_STATS}
    +
    {scorerow.SCORE}
    +
    +
    +{WHOISPLAYING} + + + + +
    [{URL_ARCADE}] - [{URL_BESTSCORES}] - [{URL_SCOREBOARD}] - [ {MANAGE_COMMENTS}]
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/gamespopup_body.tpl b/themes/CarbinFiber-Red-Flames/forums/gamespopup_body.tpl new file mode 100644 index 00000000..4d1648c2 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/gamespopup_body.tpl @@ -0,0 +1,27 @@ + + + +{L_GAME}{HIGHUSER}{HIGHSCORE} + + + + + + + + + + + + + + + + + + + + +
    + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/gamespopup_finish.tpl b/themes/CarbinFiber-Red-Flames/forums/gamespopup_finish.tpl new file mode 100644 index 00000000..20b535fc --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/gamespopup_finish.tpl @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + +
    {GAMENAME}
    RankUserScoreDate
    {scorerow.POS} + + + + + +
    {scorerow.USERNAME}{scorerow.URL_STATS}
    +
    {scorerow.SCORE}{scorerow.DATEHIGH}
    + + + + + +
    Play Again] - [ Close This Window]
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/glance_body.tpl b/themes/CarbinFiber-Red-Flames/forums/glance_body.tpl new file mode 100644 index 00000000..b67bcee0 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/glance_body.tpl @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + +
    {NEWS_HEADING}{switch_glance_news.PREV_URL}  {switch_glance_news.NEXT_URL}  
    +
    {L_FORUM}{L_REPLIES}{L_LASTPOST}
    +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/groupcp_info_body.tpl b/themes/CarbinFiber-Red-Flames/forums/groupcp_info_body.tpl new file mode 100644 index 00000000..3d28f48f --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/groupcp_info_body.tpl @@ -0,0 +1,138 @@ +
    + +{GROUPS_LIST_INFO} + + + + + +
    {GROUPS_LINK}{GROUPS_LIST_INFO_LINK}
    + + + + + + + + + + + + + + + + + + + + + + + +
    {L_GROUP_INFORMATION}
    {L_GROUP_NAME}:{GROUP_NAME}
    {L_GROUP_DESC}:{GROUP_DESC}
    {L_GROUP_MEMBERSHIP}:{GROUP_DETAILS} + + + + + + +
    {L_GROUP_TYPE}: {L_GROUP_OPEN}  {L_GROUP_CLOSED}  {L_GROUP_HIDDEN} 
    +{S_HIDDEN_FIELDS} +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_PM}{L_USERNAME}{L_POSTS}{L_FROM}{L_EMAIL}{L_ONLINE_STATUS}{L_WEBSITE}{L_SELECT}
    {L_GROUP_MODERATOR}
    {MOD_PM_IMG} {MOD_CURRENT_AVATAR}{MOD_USERNAME}{MOD_POSTS}{MOD_FLAG}{MOD_FROM} + + {MOD_EMAIL_IMG}{MOD_ONLINE_STATUS}{MOD_WWW_IMG} 
    {L_GROUP_MEMBERS}
    {member_row.PM_IMG} {member_row.CURRENT_AVATAR} {member_row.USERNAME}{member_row.POSTS}{member_row.FLAG}{member_row.FROM}{member_row.EMAIL_IMG}{member_row.ONLINE_STATUS}{member_row.WWW_IMG} + + + +
    {L_NO_MEMBERS}
    {L_HIDDEN_MEMBERS}
    + +
    + + + + + + +
    + +
     

    + + {PAGE_NUMBER}
    {PAGINATION}
    + +{PENDING_USER_BOX} + +{S_HIDDEN_FIELDS}
    + + + + + +
    {JUMPBOX}
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/groupcp_pending_info.tpl b/themes/CarbinFiber-Red-Flames/forums/groupcp_pending_info.tpl new file mode 100644 index 00000000..a329d177 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/groupcp_pending_info.tpl @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_PM}{L_USERNAME}{L_POSTS}{L_FROM}{L_EMAIL}{L_ONLINE_STATUS}{L_WEBSITE}{L_SELECT}
    {L_PENDING_MEMBERS}
    {pending_members_row.PM_IMG} + {pending_members_row.CURRENT_AVATAR} {pending_members_row.USERNAME}{pending_members_row.POSTS} + + + + +
    {pending_members_row.FROM}
    +
    {pending_members_row.EMAIL_IMG}{pending_members_row.ONLINE_STATUS}{pending_members_row.WWW_IMG}
    + +   + +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/groupcp_user_body.tpl b/themes/CarbinFiber-Red-Flames/forums/groupcp_user_body.tpl new file mode 100644 index 00000000..7643e122 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/groupcp_user_body.tpl @@ -0,0 +1,86 @@ + +{GROUPS_TITLE} + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_GROUP_MEMBERSHIP_DETAILS}
    {L_YOU_BELONG_GROUPS} +
    + + + + +
    {GROUP_MEMBER_SELECT} + + {S_HIDDEN_FIELDS} +
    +
    +
    {L_PENDING_GROUPS} +
    + + + + + +
    {GROUP_PENDING_SELECT} + + {S_HIDDEN_FIELDS} +
    +
    +
    {L_JOIN_A_GROUP}
    {L_SELECT_A_GROUP} +
    + + + + + +
    {GROUP_LIST_SELECT} + + {S_HIDDEN_FIELDS} +
    +
    +
    + + + + + +
    {S_TIMEZONE}
    + +
    + + + + + +
    {JUMPBOX}
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/hall_of_fame.tpl b/themes/CarbinFiber-Red-Flames/forums/hall_of_fame.tpl new file mode 100644 index 00000000..4490a120 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/hall_of_fame.tpl @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + +
    {L_LONGEST_SCORE}
    {L_RANK}{L_GAME}{L_ARCADE_USER}{L_SCORE}{L_HELD_TIME}{L_DATE}
    {record_row.COUNT}{record_row.GAME_NAME}{record_row.USERNAME}{record_row.HIGHSCORE}{record_row.HELD_TIME}{record_row.HIGHSCORE_DATE}
    +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/headingarcade_body.tpl b/themes/CarbinFiber-Red-Flames/forums/headingarcade_body.tpl new file mode 100644 index 00000000..71d3e063 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/headingarcade_body.tpl @@ -0,0 +1,132 @@ + + + + + + + +
    + + + + + + + + + + + + + + + + + + + + + +

    {ARCADE_ANNOUNCEMENT}

    {L_TOP}

    {L_RECENT}

    {L_USER_INFO}

    + + + + + + + + + + + + + + +

    #

    {L_ARCADE_USER}

    {L_WINS}

    {player_row.CLASSEMENT}

    {player_row.USERNAME}

    {player_row.VICTOIRES}

    + +
    + + + + +
    + + + + + + + +

    {L_LAST_FIVE}

    + + + + + + + + +
    + + + + + + + + + +

     {arcaderow2.bestscore2.L_HEADING_CHAMP}

    {arcaderow2.bestscore2.LAST_SCOREDATE}

    +
    +
    +
    +

    + {USERNAME}
    {POSTER_RANK}
    {RANK_IMG}
    {AVATAR_IMG}
    + {ARCADE_VICTOIRES}
    + {L_ARCADE_TOTAL_PLAYS}
    + {ARCADE_TOTAL_PLAYS}
    + {L_ARCADE_TOTAL_TIME}
    + {ARCADE_TOTAL_TIME}

    +
    + + + + + + + + + + + + +

    {L_LAST_RECORDED}

    + + + + + + + + +

    {arcaderow3.score3.L_LAST_SCORE}

    +
    + +
    +
    + + + + + + +
    {L_SEARCH_ARCADE}:   
    +[ {L_NO_PLAY} ]  [ {L_GAMES_NEWEST} ]
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/images/board/folder.png b/themes/CarbinFiber-Red-Flames/forums/images/board/folder.png new file mode 100644 index 00000000..6b0074ca Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/board/folder.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/board/folder_announce.png b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_announce.png new file mode 100644 index 00000000..b23e45dc Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_announce.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/board/folder_announce_new.png b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_announce_new.png new file mode 100644 index 00000000..1c3a62ae Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_announce_new.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/board/folder_big.png b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_big.png new file mode 100644 index 00000000..e8a00260 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_big.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/board/folder_big_megaphone.png b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_big_megaphone.png new file mode 100644 index 00000000..3337a3e0 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_big_megaphone.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/board/folder_global_announce.png b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_global_announce.png new file mode 100644 index 00000000..76e99ef4 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_global_announce.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/board/folder_global_announce_new.png b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_global_announce_new.png new file mode 100644 index 00000000..eb9e1aea Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_global_announce_new.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/board/folder_hot.png b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_hot.png new file mode 100644 index 00000000..cb62f89b Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_hot.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/board/folder_lock.png b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_lock.png new file mode 100644 index 00000000..b1ba2d2a Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_lock.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/board/folder_lock_new.png b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_lock_new.png new file mode 100644 index 00000000..f8c9d31a Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_lock_new.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/board/folder_locked_big.png b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_locked_big.png new file mode 100644 index 00000000..229aafff Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_locked_big.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/board/folder_new.png b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_new.png new file mode 100644 index 00000000..88ee7b3c Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_new.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/board/folder_new_big.png b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_new_big.png new file mode 100644 index 00000000..31e36480 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_new_big.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/board/folder_new_hot.png b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_new_hot.png new file mode 100644 index 00000000..60a3fbdd Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_new_hot.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/board/folder_sticky.png b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_sticky.png new file mode 100644 index 00000000..b77ab394 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_sticky.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/board/folder_sticky_new.png b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_sticky_new.png new file mode 100644 index 00000000..28300eac Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/board/folder_sticky_new.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/board/folders_big.png b/themes/CarbinFiber-Red-Flames/forums/images/board/folders_big.png new file mode 100644 index 00000000..87e2ea1a Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/board/folders_big.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/board/icon_miniforum.png b/themes/CarbinFiber-Red-Flames/forums/images/board/icon_miniforum.png new file mode 100644 index 00000000..4ddba145 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/board/icon_miniforum.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/board/icon_miniforum_new.png b/themes/CarbinFiber-Red-Flames/forums/images/board/icon_miniforum_new.png new file mode 100644 index 00000000..e0aa9f71 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/board/icon_miniforum_new.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/board/index.html b/themes/CarbinFiber-Red-Flames/forums/images/board/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/images/board/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/images/green_online_icon.gif b/themes/CarbinFiber-Red-Flames/forums/images/green_online_icon.gif new file mode 100644 index 00000000..013249c9 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/green_online_icon.gif differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/icon_clip.gif b/themes/CarbinFiber-Red-Flames/forums/images/icon_clip.gif new file mode 100644 index 00000000..7aa6c658 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/icon_clip.gif differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/icon_latest_reply.gif b/themes/CarbinFiber-Red-Flames/forums/images/icon_latest_reply.gif new file mode 100644 index 00000000..17c2316b Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/icon_latest_reply.gif differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/icon_minipost.gif b/themes/CarbinFiber-Red-Flames/forums/images/icon_minipost.gif new file mode 100644 index 00000000..d172abb0 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/icon_minipost.gif differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/icon_minipost_new.gif b/themes/CarbinFiber-Red-Flames/forums/images/icon_minipost_new.gif new file mode 100644 index 00000000..8ec44a17 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/icon_minipost_new.gif differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/icon_newest_reply.gif b/themes/CarbinFiber-Red-Flames/forums/images/icon_newest_reply.gif new file mode 100644 index 00000000..d4dd42d9 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/icon_newest_reply.gif differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/icon_red_user_logged_the_fuck_out.gif b/themes/CarbinFiber-Red-Flames/forums/images/icon_red_user_logged_the_fuck_out.gif new file mode 100644 index 00000000..e84e8243 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/icon_red_user_logged_the_fuck_out.gif differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/index.html b/themes/CarbinFiber-Red-Flames/forums/images/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/images/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_delete.png b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_delete.png new file mode 100644 index 00000000..1a9973a3 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_delete.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_edit.png b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_edit.png new file mode 100644 index 00000000..bae9362f Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_edit.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_email.png b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_email.png new file mode 100644 index 00000000..978e2cfc Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_email.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_facebook.png b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_facebook.png new file mode 100644 index 00000000..b597d8ff Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_facebook.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_ip.png b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_ip.png new file mode 100644 index 00000000..8007a48d Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_ip.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_pm.png b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_pm.png new file mode 100644 index 00000000..1fc6c7cf Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_pm.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_printer.png b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_printer.png new file mode 100644 index 00000000..3b435407 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_printer.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_profile.png b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_profile.png new file mode 100644 index 00000000..2bc49e2e Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_profile.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_quote.png b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_quote.png new file mode 100644 index 00000000..a080e21f Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_quote.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_report.png b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_report.png new file mode 100644 index 00000000..b948ad89 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_report.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_search.png b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_search.png new file mode 100644 index 00000000..e24de10f Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_search.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_viewed.png b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_viewed.png new file mode 100644 index 00000000..f54a5de2 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_viewed.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_www.png b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_www.png new file mode 100644 index 00000000..749f9b3f Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/icon_www.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/index.html b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/mass_pm.png b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/mass_pm.png new file mode 100644 index 00000000..cfc61ae5 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/mass_pm.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/msg_newpost.png b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/msg_newpost.png new file mode 100644 index 00000000..667c8776 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/msg_newpost.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/post.png b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/post.png new file mode 100644 index 00000000..6f1e28f0 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/post.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/quickreply.png b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/quickreply.png new file mode 100644 index 00000000..74b27d66 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/quickreply.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/reply-locked.png b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/reply-locked.png new file mode 100644 index 00000000..e978b689 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/reply-locked.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/reply.png b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/reply.png new file mode 100644 index 00000000..259a6699 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/reply.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/thanks.png b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/thanks.png new file mode 100644 index 00000000..8d986f7e Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/thanks.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/topic_delete.png b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/topic_delete.png new file mode 100644 index 00000000..47a91806 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/topic_delete.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/topic_lock.png b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/topic_lock.png new file mode 100644 index 00000000..636a15b4 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/topic_lock.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/topic_merge.png b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/topic_merge.png new file mode 100644 index 00000000..c89da1f0 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/topic_merge.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/topic_move.png b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/topic_move.png new file mode 100644 index 00000000..d9370700 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/topic_move.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/topic_split.png b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/topic_split.png new file mode 100644 index 00000000..6b815b72 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/topic_split.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/lang_english/topic_unlock.png b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/topic_unlock.png new file mode 100644 index 00000000..01b4aedd Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/lang_english/topic_unlock.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_faq.png b/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_faq.png new file mode 100644 index 00000000..c0482bc0 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_faq.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_groups.png b/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_groups.png new file mode 100644 index 00000000..757a2538 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_groups.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_login.png b/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_login.png new file mode 100644 index 00000000..b6fcff19 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_login.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_main.png b/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_main.png new file mode 100644 index 00000000..29107658 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_main.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_members.png b/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_members.png new file mode 100644 index 00000000..9688c554 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_members.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_message.png b/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_message.png new file mode 100644 index 00000000..c8486d71 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_message.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_profile.png b/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_profile.png new file mode 100644 index 00000000..13e19e10 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_profile.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_ranks.png b/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_ranks.png new file mode 100644 index 00000000..424e7999 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_ranks.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_rules.png b/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_rules.png new file mode 100644 index 00000000..50f39cce Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_rules.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_search.png b/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_search.png new file mode 100644 index 00000000..a555de84 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_search.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_staff.png b/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_staff.png new file mode 100644 index 00000000..49911a07 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_staff.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_stats.png b/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_stats.png new file mode 100644 index 00000000..917dfa48 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/links/icon_mini_stats.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/links/index.html b/themes/CarbinFiber-Red-Flames/forums/images/links/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/images/links/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/images/logo_phpBB.gif b/themes/CarbinFiber-Red-Flames/forums/images/logo_phpBB.gif new file mode 100644 index 00000000..37aa0fd4 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/logo_phpBB.gif differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/logo_phpBB_med.gif b/themes/CarbinFiber-Red-Flames/forums/images/logo_phpBB_med.gif new file mode 100644 index 00000000..3d84f940 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/logo_phpBB_med.gif differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/spacer.gif b/themes/CarbinFiber-Red-Flames/forums/images/spacer.gif new file mode 100644 index 00000000..5bfd67a2 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/spacer.gif differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/dick.png b/themes/CarbinFiber-Red-Flames/forums/images/status/dick.png new file mode 100644 index 00000000..ed999acc Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/dick.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/gender_bender.png b/themes/CarbinFiber-Red-Flames/forums/images/status/gender_bender.png new file mode 100644 index 00000000..e19989a5 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/gender_bender.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/green-ski-mask-80.png b/themes/CarbinFiber-Red-Flames/forums/images/status/green-ski-mask-80.png new file mode 100644 index 00000000..43db8a24 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/green-ski-mask-80.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/heshe.png b/themes/CarbinFiber-Red-Flames/forums/images/status/heshe.png new file mode 100644 index 00000000..280219ca Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/heshe.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-blue-ski-mask-80.png b/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-blue-ski-mask-80.png new file mode 100644 index 00000000..548bc732 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-blue-ski-mask-80.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-facebook-80.png b/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-facebook-80.png new file mode 100644 index 00000000..c96bd111 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-facebook-80.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-invisible-512.png b/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-invisible-512.png new file mode 100644 index 00000000..8cc9c56d Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-invisible-512.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-person-female-80.png b/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-person-female-80.png new file mode 100644 index 00000000..fa8d23ed Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-person-female-80.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-person-male-skin-type-5-80.png b/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-person-male-skin-type-5-80.png new file mode 100644 index 00000000..b92ef006 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-person-male-skin-type-5-80.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-rainbow-flag-96.png b/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-rainbow-flag-96.png new file mode 100644 index 00000000..c3a31b5b Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-rainbow-flag-96.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-send-80.png b/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-send-80.png new file mode 100644 index 00000000..1d47d4fd Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-send-80.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-unisex-48.png b/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-unisex-48.png new file mode 100644 index 00000000..2f8498f7 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-unisex-48.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-unisex-64.png b/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-unisex-64.png new file mode 100644 index 00000000..b62a14ad Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-unisex-64.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-website-512.png b/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-website-512.png new file mode 100644 index 00000000..436bf644 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/icons8-website-512.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/offline.gif b/themes/CarbinFiber-Red-Flames/forums/images/status/offline.gif new file mode 100644 index 00000000..e84e8243 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/offline.gif differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/offline_bgcolor_one.gif b/themes/CarbinFiber-Red-Flames/forums/images/status/offline_bgcolor_one.gif new file mode 100644 index 00000000..0aafedde Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/offline_bgcolor_one.gif differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/offline_one.pspimage b/themes/CarbinFiber-Red-Flames/forums/images/status/offline_one.pspimage new file mode 100644 index 00000000..b4ca5be6 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/offline_one.pspimage differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/offline_one_bgcolor_one.pspimage b/themes/CarbinFiber-Red-Flames/forums/images/status/offline_one_bgcolor_one.pspimage new file mode 100644 index 00000000..c5e7c9be Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/offline_one_bgcolor_one.pspimage differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/offline_one_white.png b/themes/CarbinFiber-Red-Flames/forums/images/status/offline_one_white.png new file mode 100644 index 00000000..6ea7ab56 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/offline_one_white.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/offline_two.pspimage b/themes/CarbinFiber-Red-Flames/forums/images/status/offline_two.pspimage new file mode 100644 index 00000000..e94276b1 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/offline_two.pspimage differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/offline_two_bgcolor_one.pspimage b/themes/CarbinFiber-Red-Flames/forums/images/status/offline_two_bgcolor_one.pspimage new file mode 100644 index 00000000..26362a90 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/offline_two_bgcolor_one.pspimage differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/offline_two_white.png b/themes/CarbinFiber-Red-Flames/forums/images/status/offline_two_white.png new file mode 100644 index 00000000..65e14169 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/offline_two_white.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/offline_white.gif b/themes/CarbinFiber-Red-Flames/forums/images/status/offline_white.gif new file mode 100644 index 00000000..1f46cdae Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/offline_white.gif differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/online.gif b/themes/CarbinFiber-Red-Flames/forums/images/status/online.gif new file mode 100644 index 00000000..973bd72b Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/online.gif differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/online.pspimage b/themes/CarbinFiber-Red-Flames/forums/images/status/online.pspimage new file mode 100644 index 00000000..9d1fa9c1 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/online.pspimage differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/online_bgcolor_one.gif b/themes/CarbinFiber-Red-Flames/forums/images/status/online_bgcolor_one.gif new file mode 100644 index 00000000..88013025 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/online_bgcolor_one.gif differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/online_one_tan.pspimage b/themes/CarbinFiber-Red-Flames/forums/images/status/online_one_tan.pspimage new file mode 100644 index 00000000..827136d3 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/online_one_tan.pspimage differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/online_one_white.png b/themes/CarbinFiber-Red-Flames/forums/images/status/online_one_white.png new file mode 100644 index 00000000..e3101501 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/online_one_white.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/online_two_tan.pspimage b/themes/CarbinFiber-Red-Flames/forums/images/status/online_two_tan.pspimage new file mode 100644 index 00000000..102d62a7 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/online_two_tan.pspimage differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/online_two_white.png b/themes/CarbinFiber-Red-Flames/forums/images/status/online_two_white.png new file mode 100644 index 00000000..bd571adc Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/online_two_white.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/online_white.gif b/themes/CarbinFiber-Red-Flames/forums/images/status/online_white.gif new file mode 100644 index 00000000..8ca5fd10 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/online_white.gif differ diff --git a/themes/CarbinFiber-Red-Flames/forums/images/status/pink-ski-mask-80.png b/themes/CarbinFiber-Red-Flames/forums/images/status/pink-ski-mask-80.png new file mode 100644 index 00000000..3ffdcd74 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/forums/images/status/pink-ski-mask-80.png differ diff --git a/themes/CarbinFiber-Red-Flames/forums/index.html b/themes/CarbinFiber-Red-Flames/forums/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/index_body.tpl b/themes/CarbinFiber-Red-Flames/forums/index_body.tpl new file mode 100644 index 00000000..f98f2267 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/index_body.tpl @@ -0,0 +1,125 @@ +
    + + + + + +
    + +{GLANCE_OUTPUT} + + + + + + + + +
    {GLOBAL_TITLE}
    +
    {GLOBAL_ANNOUNCEMENT}
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {catrow.CAT_DESC}
    {catrow.forumrow.L_FORUM_FOLDER_ALT}{catrow.forumrow.FORUM_ICON_IMG} colspan="2"> + target="_blank">{catrow.forumrow.FORUM_NAME}
    + {catrow.forumrow.FORUM_DESC} + +
    {catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}
    + +
    + + + + + + {L_SUBFORUMS}: + + + {catrow.forumrow.sub.LAST_POST_SUB} class="topic-new" {catrow.forumrow.sub.FORUM_COLOR} title="{catrow.forumrow.sub.FORUM_DESC_HTML}">{catrow.forumrow.sub.FORUM_NAME}  + +
    {catrow.forumrow.TOTAL_TOPICS} Topics
    {catrow.forumrow.TOTAL_POSTS} Posts
    colspan="2" style="width: 250px;" nowrap="nowrap">{catrow.forumrow.LAST_POST}{catrow.forumrow.LAST_POSTTIME}
    {catrow.forumrow.LAST_POST_USERNAME}
    {catrow.forumrow.FORUM_LINK_COUNT}
    + +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + +
    {L_WHO_IS_ONLINE}
    {TOTAL_POSTS}
    {TOTAL_USERS}
    {NEWEST_USER}
    {TOTAL_USERS_ONLINE}
    {L_ONLINE_EXPLAIN}

    {RECORD_USERS}

    {L_LEGEND}: {colors.GROUPS}

    {LOGGED_IN_USER_LIST}
    {USERS_OF_THE_DAY_LIST}
    {L_TODAYS_BIRTHDAYS}
    + + + + +
    {BIRTHDAYS}
    {UPCOMING}
    +
    + +
    + + + + + + + + + + + + +
    {L_NO_NEW_POSTS}  {L_NO_NEW_POSTS}  {L_NEW_POSTS}  {L_NEW_POSTS}  {L_FORUM_LOCKED}  {L_FORUM_LOCKED}
    +
    +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/install.tpl b/themes/CarbinFiber-Red-Flames/forums/install.tpl new file mode 100644 index 00000000..3426157f --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/install.tpl @@ -0,0 +1,183 @@ + + + + + +{L_INSTALLATION} + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + + + + +
    Forum Home{L_INSTALLATION}


    + + + +
    {L_INSTRUCTION_TEXT}


    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_INITIAL_CONFIGURATION}
    {L_LANGUAGE}: {S_LANG_SELECT}
    {L_DBMS}: {S_DBMS_SELECT}
    {L_UPGRADE}:{S_UPGRADE_SELECT}
    {L_DATABASE_CONFIGURATION}
    {L_DB_HOST}:
    {L_DB_NAME}:
    {L_DB_USER}:
    {L_DB_PASSWORD}:
    {L_DB_PREFIX}:
    {L_ADMIN_CONFIGURATION}
    {L_ADMIN_EMAIL}:
    {L_SERVER_NAME}:
    {L_SERVER_PORT}:
    {L_SCRIPT_PATH}:
    {L_ADMIN_USERNAME}:
    {L_ADMIN_PASSWORD}:
    {L_ADMIN_CONFIRM_PASSWORD}:
    {L_ERROR_TITLE}
    {L_ERROR}
    {L_FTP_INFO}
    {L_FTP_PATH}
    {L_FTP_USER}
    {L_FTP_PASS}
    {L_CHOOSE_FTP}
    {L_ATTEMPT_FTP}
    {L_SEND_FILE}
    {S_HIDDEN_FIELDS}
    {L_UPGRADE_INST}
    + + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/jumpbox.tpl b/themes/CarbinFiber-Red-Flames/forums/jumpbox.tpl new file mode 100644 index 00000000..5691a412 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/jumpbox.tpl @@ -0,0 +1,9 @@ + + + + +
    +
    + {L_JUMP_TO}: {S_JUMPBOX_SELECT}  +
    +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/login_body.tpl b/themes/CarbinFiber-Red-Flames/forums/login_body.tpl new file mode 100644 index 00000000..6771eac1 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/login_body.tpl @@ -0,0 +1,45 @@ +
    + + + + + +
    + + + + + + + + +
    {L_ENTER_PASSWORD}
    + + + + + + + + + + + + + + + + + + + + + + +
     
    {L_USERNAME}: + +
    {L_PASSWORD}: + +
    {L_AUTO_LOGIN}:
    {S_HIDDEN_FIELDS}
    {L_SEND_PASSWORD}
    + +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/memberlist_body.tpl b/themes/CarbinFiber-Red-Flames/forums/memberlist_body.tpl new file mode 100644 index 00000000..fd07cfbc --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/memberlist_body.tpl @@ -0,0 +1,97 @@ +
    + + + + + + +
    + +
    + + + + + + + + + + + + + +
    + + + + + + + +
    {L_SELECT_SORT_METHOD} {S_MODE_SELECT} {S_ORDER_SELECT} 

    {L_PAGE_TITLE}

    + +  
    +
    + + + + + + +
    {alphanumsearch.SEARCH_TERM}
    +
    + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    #{L_USERNAME}{L_FROM}{L_AGE}{L_POSTS}{L_JOINED}{L_LAST_VISIT}{L_ONLINE_STATUS}
    {no_username.NO_USER_ID_SPECIFIED}
    {memberrow.ROW_NUMBER} + {memberrow.CURRENT_AVATAR} + {memberrow.USERNAME} + +   + {memberrow.GENDER}{memberrow.FLAG}{memberrow.FROM}{memberrow.AGE}{memberrow.POSTS}{memberrow.JOINED}{memberrow.LAST_ACTIVE}{memberrow.STATUS}
    +
    +
    + + + + {pagination.PAGINATION} + +
    +
    + +
    + +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/merge_body.tpl b/themes/CarbinFiber-Red-Flames/forums/merge_body.tpl new file mode 100644 index 00000000..c6df5e95 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/merge_body.tpl @@ -0,0 +1,50 @@ +
    + + + + +
    {L_INDEX}{NAV_CAT_DESC}
    + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_TITLE}
    {L_TOPIC_TITLE}
    {L_TOPIC_TITLE_EXPLAIN}
    + + + +
    {L_FROM_TOPIC}
    {L_FROM_TOPIC_EXPLAIN}
    + + + + +
    {L_TO_TOPIC}
    {L_TO_TOPIC_EXPLAIN}
    + + + + +
    {L_SHADOW}
    + + + {S_HIDDEN_FIELDS} +
    +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/merge_select_body.tpl b/themes/CarbinFiber-Red-Flames/forums/merge_select_body.tpl new file mode 100644 index 00000000..204661f5 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/merge_select_body.tpl @@ -0,0 +1,11 @@ +
    + + + + + +
    {L_INDEX}{NAV_CAT_DESC} + {S_LIST_FORUMS} 
    + {PAGINATION} +
    +{MERGE_BOX}{S_HIDDEN_FIELDS}
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/message_body.tpl b/themes/CarbinFiber-Red-Flames/forums/message_body.tpl new file mode 100644 index 00000000..ae4712db --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/message_body.tpl @@ -0,0 +1,26 @@ + + + + +
    {L_INDEX}
    + + + + + + + + +
    {MESSAGE_TITLE}
    + + + + + + + + + + +
     
    {MESSAGE_TEXT}
     
    +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/modcp_body.tpl b/themes/CarbinFiber-Red-Flames/forums/modcp_body.tpl new file mode 100644 index 00000000..404927cd --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/modcp_body.tpl @@ -0,0 +1,62 @@ +
    + + + + +
    {L_INDEX} -> {PARENT_FORUM_NAME} -> {FORUM_NAME}
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_MOD_CP} +
    {L_MOD_CP_EXPLAIN}
      {L_TOPICS}  {L_REPLIES}  {L_LASTPOST}  {L_SELECT}  {L_PRIORITY} 
    {topicrow.L_TOPIC_FOLDER_ALT} {topicrow.TOPIC_ATTACHMENT_IMG}{topicrow.TOPIC_TYPE}{topicrow.TOPIC_TITLE}{topicrow.REPLIES}{topicrow.LAST_POST_TIME} + + + +
    {S_HIDDEN_FIELDS} + +   + +   + +   + + +
    + + + + + +
    {PAGE_NUMBER}{S_TIMEZONE}
    {PAGINATION}
    +
    + + + + +
    {JUMPBOX}
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/modcp_move.tpl b/themes/CarbinFiber-Red-Flames/forums/modcp_move.tpl new file mode 100644 index 00000000..86aff395 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/modcp_move.tpl @@ -0,0 +1,36 @@ +
    + + + + +
    + + + + + + + +
    {MESSAGE_TITLE}
    + + + + + + + + + + +
     
    {L_MOVE_TO_FORUM}   {S_FORUM_SELECT}

    + {L_LEAVESHADOW}
    +
    + {MESSAGE_TEXT}

    +
    + {S_HIDDEN_FIELDS} + +    + +
     
    +
    +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/modcp_split.tpl b/themes/CarbinFiber-Red-Flames/forums/modcp_split.tpl new file mode 100644 index 00000000..ce3fac21 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/modcp_split.tpl @@ -0,0 +1,55 @@ +
    + + + + +
    {L_INDEX} -> {PARENT_FORUM_NAME} -> {FORUM_NAME}
    + + + + + + + + + + + + + + + + +
    {L_SPLIT_TOPIC}
    {L_SPLIT_TOPIC_EXPLAIN}
    {L_SPLIT_SUBJECT}
    {L_SPLIT_FORUM}{S_FORUM_SELECT}
    + + + + + + + + + + + + + + + + + + + + +
    {L_AUTHOR}{L_MESSAGE}{L_SELECT}
    {postrow.POSTER_NAME} + + + + + + + +
    {L_POST}{L_POSTED}: {postrow.POST_DATE}  {L_POST_SUBJECT}: {postrow.POST_SUBJECT}

    {postrow.MESSAGE}
    +
    {postrow.S_SPLIT_CHECKBOX}
    .
     
    +{S_HIDDEN_FIELDS} +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/modcp_viewip.tpl b/themes/CarbinFiber-Red-Flames/forums/modcp_viewip.tpl new file mode 100644 index 00000000..96adcfc8 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/modcp_viewip.tpl @@ -0,0 +1,57 @@ + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_IP_INFO}
    {L_THIS_POST_IP}
    + + + + + +
     {IP} [ {POSTS} ][ {L_LOOKUP_IP} + ] 
    +
    {L_OTHER_USERS}
    + + + + + +
     {userrow.USERNAME} [ {userrow.POSTS} ]{L_SEARCH} +  
    +
    {L_OTHER_IPS}
    + + + + +
     {iprow.IP} [ {iprow.POSTS} ][ {L_LOOKUP_IP} + ] 
    + +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/overall_footer.tpl b/themes/CarbinFiber-Red-Flames/forums/overall_footer.tpl new file mode 100644 index 00000000..0fd01e17 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/overall_footer.tpl @@ -0,0 +1,19 @@ +
    + +
    {REPORT_LINK} + + +
    {ADMIN_LINK} + + +
    +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/overall_header.tpl b/themes/CarbinFiber-Red-Flames/forums/overall_header.tpl new file mode 100644 index 00000000..23cdfdad --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/overall_header.tpl @@ -0,0 +1,74 @@ +{META} + + + + + + + + +
    {L_BOARD_CURRENTLY_DISABLED}

    + + + +
    + diff --git a/themes/CarbinFiber-Red-Flames/forums/password_body.tpl b/themes/CarbinFiber-Red-Flames/forums/password_body.tpl new file mode 100644 index 00000000..33a45b9f --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/password_body.tpl @@ -0,0 +1,25 @@ + +
    + + + + + +
    + + + + + + + + + + + + +
    {L_ENTER_PASSWORD}
    {L_PASSWORD}: + +
    {S_HIDDEN_FIELDS}  
    + +
    diff --git a/themes/CarbinFiber-Red-Flames/forums/post_review.tpl b/themes/CarbinFiber-Red-Flames/forums/post_review.tpl new file mode 100644 index 00000000..7fd51d25 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/post_review.tpl @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_VIEW_PREVIOUS_POST} :: {L_VIEW_NEXT_POST}  
    {L_AUTHOR}
    + + + +
    {postrow.POSTER_NAME}
    {postrow.POSTER_RANK}
    {postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}

    {postrow.POSTER_JOINED}
    {postrow.POSTER_POSTS}
    {postrow.POSTER_FROM}
    {postrow.POSTER_ONLINE_STATUS}
    {L_MESSAGE}
    + + + + + + + + + + +
    {postrow.L_MINI_POST_ALT}{L_POSTED}: {postrow.POST_DATE}    {L_POST_SUBJECT}: {postrow.POST_SUBJECT}{postrow.QUOTE_IMG} {postrow.REPORT_IMG}

    {postrow.MESSAGE}{postrow.SIGNATURE}{postrow.ATTACHMENTS}{postrow.EDITED_MESSAGE}
    + + + +
    {postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/posted_attachments_body.tpl b/themes/CarbinFiber-Red-Flames/forums/posted_attachments_body.tpl new file mode 100644 index 00000000..d700f1a6 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/posted_attachments_body.tpl @@ -0,0 +1,30 @@ +
  • {L_POSTED_ATTACHMENTS}
    {L_FILE_NAME} {attach_row.FILE_NAME} +
    {L_FILE_COMMENT} +
    {L_OPTIONS} + + +   + +   + +   + +
    {L_ATTACH_POSTING_CP}
    {L_ATTACH_POSTING_CP_EXPLAIN}
    {L_OPTIONS} + + +   + + +
    + + + + + + + + + + + + + +
    {L_RULES_TITLE}
    {L_EMPTY_GROUP_PERMS}
    + + + + + + + +
    {group_row.GROUP_RULE_HEADER}
    + +{group_row.extension_row.EXTENSION}  + +
    +
    + +{L_CLOSE_WINDOW} \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/posting_body.tpl b/themes/CarbinFiber-Red-Flames/forums/posting_body.tpl new file mode 100644 index 00000000..89dd8770 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/posting_body.tpl @@ -0,0 +1,179 @@ +
    + + + + + +
    + + + + + + + +
    + + + + + + + + + + + +
    {INBOX_IMG}{INBOX_LINK}{SENTBOX_IMG}{SENTBOX_LINK}{OUTBOX_IMG}{OUTBOX_LINK}{SAVEBOX_IMG}{SAVEBOX_LINK}
    +
    +
    + +
    +{POST_PREVIEW_BOX} +{ERROR_BOX} + + + + + +
    {L_INDEX} + + -> {PARENT_FORUM_NAME} + -> {FORUM_NAME} + + + -> {TOPIC_SUBJECT} + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {ATTACHBOX} + {POLLBOX} + + + +
    {L_POST_A} +
    {L_USERNAME}
    {L_USERNAME} 
    {L_USERNAME}{USERNAME}
    {L_SUBJECT}
    {L_ICON_TITLE} + + + + + + +
    + +  {switch_icon_checkbox.row.cell.ICON_IMG}   + +
    +
    + + + + +
    {BB_BOX}
    +
    {L_OPTIONS} + + {L_DISABLE_HTML} + + + | {L_DISABLE_BBCODE} + + + | {L_DISABLE_SMILIES} + + +
    {L_ATTACH_SIGNATURE} {L_ATTACH_SIGNATURE_HELP} + + +
    {L_NOTIFY_ON_REPLY} + + +
    {L_DELETE_POST} + + +
    {L_TOPIC_GLANCE_PRIORITY} {L_TOPIC_GLANCE_PRIORITY_HELP} + + +
    {L_LOCK_TOPIC} + + +
    {L_UNLOCK_TOPIC} + + +
    {L_WELCOME_PM} + +
    {L_TYPE_TOGGLE} + {S_TYPE_TOGGLE}
    +
    + {S_HIDDEN_FORM_FIELDS} + + +
    + + + + + +
    {S_TIMEZONE}
    +
    + + + + + +
    {JUMPBOX}
    + +{TOPIC_REVIEW_BOX} +
    +
    diff --git a/themes/CarbinFiber-Red-Flames/forums/posting_poll_body.tpl b/themes/CarbinFiber-Red-Flames/forums/posting_poll_body.tpl new file mode 100644 index 00000000..8a5a28aa --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/posting_poll_body.tpl @@ -0,0 +1,34 @@ + + {L_ADD_A_POLL} + + + {L_ADD_POLL_EXPLAIN} + + + {L_POLL_QUESTION} + + + + + {L_POLL_OPTION} +   + + + + {L_POLL_OPTION} +   + + + {L_POLL_LENGTH} +  {L_DAYS} {L_POLL_LENGTH_EXPLAIN} + + + {L_POLL_TOGGLE} +  {L_POLL_TOGGLE_EXPLAIN} + + + + {L_POLL_DELETE} + + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/posting_preview.tpl b/themes/CarbinFiber-Red-Flames/forums/posting_preview.tpl new file mode 100644 index 00000000..19777219 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/posting_preview.tpl @@ -0,0 +1,21 @@ + + + + + + + + + + + + +
    {L_PREVIEW} +
    {L_POST}{L_POSTED}: {POST_DATE}     {L_POST_SUBJECT}: {POST_SUBJECT}
    + + + + +
    {MESSAGE}{ATTACHMENTS}
    +
    +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/posting_smilies.tpl b/themes/CarbinFiber-Red-Flames/forums/posting_smilies.tpl new file mode 100644 index 00000000..9e011c39 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/posting_smilies.tpl @@ -0,0 +1,46 @@ + + + + + + + + + + + + +
    {L_EMOTICONS}
    + + + + + + + + + + + + + +
    {smilies_row.smilies_col.SMILEY_DESC}
    {L_MORE_SMILIES}
    +
    {L_CLOSE_WINDOW}
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/posting_topic_review.tpl b/themes/CarbinFiber-Red-Flames/forums/posting_topic_review.tpl new file mode 100644 index 00000000..cf4bff75 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/posting_topic_review.tpl @@ -0,0 +1,67 @@ + + + + + + + + + + + + +
    {L_TOPIC_REVIEW}
    +
    + + + + + + + + + + + + + + + + +
    {L_AUTHOR}{L_MESSAGE}
    {postrow.POSTER_NAME} + + + + + + + + + + + + +
    {postrow.L_MINI_POST_ALT}{L_POSTED}: {postrow.POST_DATE}   {L_POST_SUBJECT}: {postrow.POST_SUBJECT}

    {postrow.MESSAGE}{postrow.ATTACHMENTS}
    +
     
    + + + +
    +
    + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/printer_header.tpl b/themes/CarbinFiber-Red-Flames/forums/printer_header.tpl new file mode 100644 index 00000000..120a5278 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/printer_header.tpl @@ -0,0 +1,102 @@ + + + + + +{META} +{SITENAME} :: {PAGE_TITLE} + + + + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/printertopic_body.tpl b/themes/CarbinFiber-Red-Flames/forums/printertopic_body.tpl new file mode 100644 index 00000000..4f78d604 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/printertopic_body.tpl @@ -0,0 +1,37 @@ +{TOPIC_TITLE}
    +
    + + + + + +
    {L_SELECT_MESSAGES_FROM} + # {L_SELECT_THROUGH} + # + + + {L_FAQ}
    +[/[{L_PRINT}]\]
    +{PAGINATION}
    +{SITENAME} + -> {FORUM_NAME} + + + {POLL_DISPLAY} + + +

    +#{postrow.POST_NUMBER}: {postrow.POST_SUBJECT} {L_AUTHOR}: {postrow.POSTER_NAME}{postrow.POSTER_FROM} +{postrow.L_MINI_POST_ALT}{L_POSTED}: {postrow.POST_DATE}
    +     —
    + +{postrow.MESSAGE}{postrow.EDITED_MESSAGE}{postrow.ATTACHMENTS} + +



    +{SITENAME} + -> {FORUM_NAME} +


    output generated using printer-friendly topic mod. {S_TIMEZONE}

    {PAGINATION} +
    {PAGE_NUMBER}
    +
    + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/privmsgs_body.tpl b/themes/CarbinFiber-Red-Flames/forums/privmsgs_body.tpl new file mode 100644 index 00000000..602b68c3 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/privmsgs_body.tpl @@ -0,0 +1,165 @@ + +
    + + + + + +
    + +
    + + + + + + + + + +
    {POST_PM_IMG}{MASS_PM_IMG}{L_INDEX} + {L_DISPLAY_MESSAGES}: +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_INBOX}
    + + + + + + + +
    {BOX_SIZE_STATUS} {L_INBOX_PERCENTAGE}
    + +
    +
    + + + + + + + +
    {ATTACH_BOX_SIZE_STATUS}
    +
     
    {INBOX}({TOTAL_INBOX}){SENTBOX}({TOTAL_SENTBOX}){OUTBOX}({TOTAL_OUTBOX}){SAVEBOX}({TOTAL_SAVEBOX})
     
    + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_FLAG}{L_SUBJECT}{L_FROM_OR_TO}{L_DATE}{L_MARK}
    {listrow.L_PRIVMSG_FOLDER_ALT}{listrow.SUBJECT}{listrow.FROM}{listrow.DATE}
    {L_NO_MESSAGES}
    + {S_HIDDEN_FIELDS} + + + + Select All
    +
     
    + + + + + + + + + + +
    {POST_PM_IMG}{MASS_PM_IMG}{PAGE_NUMBER} + {L_MARK_ALL} :: {L_UNMARK_ALL} + +
    {PAGINATION} + +
    {S_TIMEZONE} +
    +
    + + + +
    +
    diff --git a/themes/CarbinFiber-Red-Flames/forums/privmsgs_popup.tpl b/themes/CarbinFiber-Red-Flames/forums/privmsgs_popup.tpl new file mode 100644 index 00000000..95d661b6 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/privmsgs_popup.tpl @@ -0,0 +1,21 @@ + + + + + + +
    + + + + +

    {L_MESSAGE}

    {L_CLOSE_WINDOW}

    +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/privmsgs_preview.tpl b/themes/CarbinFiber-Red-Flames/forums/privmsgs_preview.tpl new file mode 100644 index 00000000..21290e99 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/privmsgs_preview.tpl @@ -0,0 +1,38 @@ +
    + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_PREVIEW}
    {L_FROM}{MESSAGE_FROM}
    {L_TO}{MESSAGE_TO}
    {L_POSTED}{POST_DATE}
    {L_SUBJECT}{POST_SUBJECT}
    {MESSAGE}{ATTACHMENTS}
     
    +
    +
    +
    diff --git a/themes/CarbinFiber-Red-Flames/forums/privmsgs_read_body.tpl b/themes/CarbinFiber-Red-Flames/forums/privmsgs_read_body.tpl new file mode 100644 index 00000000..cea6bed7 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/privmsgs_read_body.tpl @@ -0,0 +1,86 @@ +
    + + + + + +
    + + + + + + + + +
    {REPLY_PM_IMG} {L_INDEX}
    + +
    + + + + + + + + + + + + + + + + +
    {BOX_NAME} :: {L_MESSAGE}
    {INBOX}{SENTBOX}{OUTBOX}{SAVEBOX}
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {ROPM_QUICKREPLY_OUTPUT} + +
    {L_FROM}{MESSAGE_FROM} {POSTER_FROM_ONLINE_STATUS}
    {L_TO}{MESSAGE_TO} {POSTER_TO_ONLINE_STATUS}
    {L_POSTED}{POST_DATE}
    {L_SUBJECT}{POST_SUBJECT}{QUOTE_PM_IMG} {EDIT_PM_IMG}
    {MESSAGE}{ATTACHMENTS}
    {PROFILE_IMG} {PM_IMG} {EMAIL_IMG} {WWW_IMG}
    {S_HIDDEN_FIELDS}  
    +
     
    + + + + + + + + +
    {REPLY_PM_IMG}{S_TIMEZONE}
    +
    + + + + + +
    {JUMPBOX}
    + +
    +
    diff --git a/themes/CarbinFiber-Red-Flames/forums/profile_add_body.tpl b/themes/CarbinFiber-Red-Flames/forums/profile_add_body.tpl new file mode 100644 index 00000000..0f00241e --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/profile_add_body.tpl @@ -0,0 +1,487 @@ +
    +{ERROR_BOX} + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_REGISTRATION_INFO}
    + {L_USERNAME} + +
    {L_NAME}
    + {L_EMAIL_ADDRESS} + +
    {L_GENDER} + {L_GENDER_NOT_SPECIFY}   + {L_GENDER_MALE}   + {L_GENDER_FEMALE} +
    + {L_BIRTHDAY} + + {BIRTHDAY_INTERFACE}
    + {L_CURRENT_PASSWORD} + + +
    + {L_NEW_PASSWORD} + + + + +
    + {L_CONFIRM_PASSWORD} + + +
     
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_PROFILE_INFO}
    {L_PROFILE_INFO_NOTICE}
    + {L_FACEBOOK} + +
    {L_WEBSITE}
    {L_LOCATION}
    {L_FLAG}{FLAG_SELECT} 
    {L_OCCUPATION}
    {L_INTERESTS}
    {L_EXTRA_INFO}
    {SIG_DESC}
    + {xdata.NAME} + +
    + {xdata.NAME} + +
    + {xdata.NAME} + +
    + {xdata.NAME} + +
    + {xdata.NAME} + + + +
    + {xdata.NAME} + + + + {xdata.switch_type_radio.options.OPTION}
    + +
     
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_PREFERENCES}
    {L_GLANCE_SHOW}{GLANCE_SHOW}
    {L_HIDE_IMAGES}{L_YES}  {L_NO}
    {L_PUBLIC_VIEW_EMAIL}{L_YES}  {L_NO}
    {L_HIDE_USER}{L_YES}  {L_NO}
    {L_BIRTHDAY_DISPLAY} + +
    {L_BDAY_SEND_GREETING}
    {L_BDAY_SEND_GREETING_EXPLAIN}
    + {L_NONE}   + + {L_EMAIL}   + + + {L_PM}   + + + {L_POPUP}   + +
    + {L_NOTIFY_ON_REPLY} + + {L_YES}  {L_NO}
    {L_NOTIFY_ON_PRIVMSG}{L_YES}  {L_NO}
    + {L_ENABLE_MASS_PM} + + + {L_YES}  {L_NO}  {L_NO_MASS_PM} +
    + {L_ENABLE_MASS_PM} + + {L_YES}  {L_NO}
    {L_ALWAYS_ADD_SIGNATURE}{L_YES}  {L_NO}
    {L_ALWAYS_ALLOW_BBCODE}{L_YES}  {L_NO}
    {L_ALWAYS_ALLOW_HTML}{L_YES}  {L_NO}
    {L_BIRTHDAY}{BIRTHDAY_INTERFACE}
    {L_ALWAYS_ALLOW_SMILIES}{L_YES}  {L_NO}
    {L_SHOW_AVATARS}{L_YES}  {L_NO}
    {L_SHOW_SIGNATURES}{L_YES}  {L_NO}
    {L_NEWSLETTER}{L_YES}  {L_NO}
    + {L_WORD_WRAP} + + {L_WORD_WRAP_EXTRA}
    {L_BOARD_LANGUAGE}{LANGUAGE_SELECT}
    {L_BOARD_STYLE}{STYLE_SELECT}
    + {L_TIME_MODE} + + + {L_TIME_MODE_AUTO}
    + {L_TIME_MODE_FULL_PC}  
    + {L_TIME_MODE_SERVER_PC}  
    + {L_TIME_MODE_FULL_SERVER}

    + {L_TIME_MODE_MANUAL}
    +   {L_TIME_MODE_DST}:{L_YES}{L_TIME_MODE_DST_ON} {L_NO}{L_TIME_MODE_DST_OFF} {L_TIME_MODE_DST_SERVER}
    +   {L_TIME_MODE_DST_TIME_LAG}: {L_TIME_MODE_DST_MN}
    +   {L_TIME_MODE_TIMEZONE}: {TIMEZONE_SELECT} +
    + {L_DATE_FORMAT} + +
     
    + +
    + + + + + + + + + + + + + + + + + + + + + +
    {L_QUICK_REPLY_PANEL}
    {L_SHOW_QUICK_REPLY}{QUICK_REPLY_SELECT}
    {L_QUICK_REPLY_MODE}{L_QUICK_REPLY_MODE_BASIC}  {L_QUICK_REPLY_MODE_ADVANCED}
    {L_OPEN_QUICK_REPLY}{L_YES}{L_NO}
     
    +
    + + + + + + + + + + + +
    {L_SCEDITOR_PANEL}
    {L_SCEDITOR_STATE}{SCEDITOR_SELECT}
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_AVATAR_PANEL}
    + + + + + +
    {L_AVATAR_EXPLAIN}{L_CURRENT_IMAGE}
    {AVATAR}
     {L_DELETE_AVATAR}
    +
    {L_UPLOAD_AVATAR_FILE}:
    + {L_UPLOAD_AVATAR_URL} + +
    + {L_LINK_REMOTE_AVATAR} + +
    {L_AVATAR_GALLERY}
    {S_HIDDEN_FIELDS}  
    + +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/profile_avatar_gallery.tpl b/themes/CarbinFiber-Red-Flames/forums/profile_avatar_gallery.tpl new file mode 100644 index 00000000..6470fe9d --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/profile_avatar_gallery.tpl @@ -0,0 +1,36 @@ +
    + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_AVATAR_GALLERY}
    {L_CATEGORY}: {S_CATEGORY_SELECT} 
    {avatar_row.avatar_column.AVATAR_NAME}
    {S_HIDDEN_FIELDS} + +    + +
    +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/profile_send_email.tpl b/themes/CarbinFiber-Red-Flames/forums/profile_send_email.tpl new file mode 100644 index 00000000..2a7b499c --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/profile_send_email.tpl @@ -0,0 +1,73 @@ + + +
    + +{ERROR_BOX} + + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_SEND_EMAIL_MSG}
    {L_RECIPIENT}{USERNAME}
    {L_SUBJECT}
    {L_MESSAGE_BODY}
    {L_MESSAGE_BODY_DESC}
    {L_OPTIONS} + + + + +
    {L_CC_EMAIL}
    + + + + + +
    {S_TIMEZONE}
    + + + + + +
    {JUMPBOX}
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/profile_send_pass.tpl b/themes/CarbinFiber-Red-Flames/forums/profile_send_pass.tpl new file mode 100644 index 00000000..3a0237cf --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/profile_send_pass.tpl @@ -0,0 +1,34 @@ +
    + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + +
    {L_SEND_PASSWORD}
    {L_ITEMS_REQUIRED}
    {L_USERNAME}: * + +
    {L_EMAIL_ADDRESS}: * + +
    {S_HIDDEN_FIELDS} + +    + +
    +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/profile_signature.tpl b/themes/CarbinFiber-Red-Flames/forums/profile_signature.tpl new file mode 100644 index 00000000..3edac740 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/profile_signature.tpl @@ -0,0 +1,118 @@ + + + + +
    {L_INDEX}
    + +
    + + + + + + + + + + +
    {SIG_PREVIEW}
    {CURRENT_PREVIEW}
    {PROFIL_IMG} {EMAIL_IMG} {PM_IMG} {WWW_IMG}
    + +
    + + + + + + + + + + + + + + +
    {SIG_EDIT}
    + + + + + + +
    {HTML_STATUS}{BBCODE_STATUS}{SMILIES_STATUS}
    +
    {BB_BOX}
    + + + + + +
    +
    + + + +
    + + + + + + + + + + +
    {SIG_PREVIEW}
    {REAL_PREVIEW}
    {PROFIL_IMG} {EMAIL_IMG} {PM_IMG} {WWW_IMG}
    + +
    + + + + + + + + + + + + + + +
    {SIG_EDIT}
    + + + + + + +
    {HTML_STATUS}{BBCODE_STATUS}{SMILIES_STATUS}
    +
    {BB_BOX}
    + + + + + +
    +
    + + + +
    + + + + + + + + + + +
    {SIG_SAVE}
    {SAVE_MESSAGE}
    + + + +
    +
    + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/profile_view_body.tpl b/themes/CarbinFiber-Red-Flames/forums/profile_view_body.tpl new file mode 100644 index 00000000..57c9fe2c --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/profile_view_body.tpl @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_VIEWING_PROFILE}
    Change my InfoChange HomeMessagesChange ThemeLogout
     
    {USER_RANK_01_IMG}{USER_RANK_01}{USER_RANK_02_IMG}{USER_RANK_02}{USER_RANK_03_IMG}{USER_RANK_03}{USER_RANK_04_IMG}{USER_RANK_04}{USER_RANK_05_IMG}{USER_RANK_05}
     
    + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_AVATAR}
    {AVATAR_IMG}
    {L_FORUM_INFO}
    {L_JOINED}{JOINED}
    {L_USER_LAST_VISIT}{USER_LAST_VISIT}
    {L_TOTAL_POSTS}{POSTS} ({POST_DAY_STATS} | {POST_PERCENT_STATS})
    {L_REPUTATION}{REPUTATION}
    {L_ONLINE_STATUS}{ONLINE_STATUS}
    {L_CONTACT_DETAILS}
    {L_WEBSITE}{WWW}
    {L_EMAIL_ADDRESS}{EMAIL}
    {L_PM}{PM}
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_ADDITIONAL_INFO}
    {L_ADMIN_NOTES}{ADMIN_NOTES}
    {L_LOCATION}{LOCATION}
    {L_GENDER}{GENDER}
    {xdata.NAME}{xdata.VALUE}
    {L_USERS_SIGNATURE}
    {USER_SIG}
    {L_EXTRA_INFO}
    {EXTRA_INFO}
    {L_USER_ADMIN_FOR}
    {EDIT_THIS_USER}
    {BAN_THIS_USER_IP}
    {SUSPEND_THIS_USER}
    {DELETE_THIS_USER}
    +
    +
    +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/ranks_body.tpl b/themes/CarbinFiber-Red-Flames/forums/ranks_body.tpl new file mode 100644 index 00000000..d9a68616 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/ranks_body.tpl @@ -0,0 +1,82 @@ +
    + + + + + +
    + + + + + + +
    {L_INDEX} -> {L_RANKS}
    + + + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_RANKS}
    {L_RANKS}{L_MINI}{L_TOTAL_USERS}
    {ranks.RANK_TITLE}
    {ranks.RANK_IMAGE}
    {ranks.RANK_MINI}{ranks.RANK_TOTAL}
    {ranks.userlist.USERS_LIST}
    +
    + + + + + + + + + + + + + + + + + + + +
    {L_SPECIAL_RANKS}
     {L_SPECIAL_RANKS}  + +  {L_TOTAL_USERS}  + + +  {L_USERS_LIST}  + +
    {spe_ranks.RANK_TITLE}
    {spe_ranks.RANK_IMAGE}
    {spe_ranks.userlist.USERS_LIST}{spe_ranks.no_userlist.RANK_TOTAL}
    +
    + +
    +
    diff --git a/themes/CarbinFiber-Red-Flames/forums/recent_body.tpl b/themes/CarbinFiber-Red-Flames/forums/recent_body.tpl new file mode 100644 index 00000000..e5602ebb --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/recent_body.tpl @@ -0,0 +1,55 @@ +
    + + + + + + + +
    {L_SHOWING_POSTS} {STATUS}
    {L_SELECT_MODE} + [ {L_TODAY} ] + [ {L_YESTERDAY} ] + [ {L_LAST24} ] + [ {L_LASTWEEK} ] + [ {L_LAST} + + {L_DAYS} ]
    + + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + +
    {L_RECENT_TITLE}
    {recent.TOPIC_FOLDER_ALT}{recent.NEWEST_IMG}{recent.TOPIC_TYPE}{recent.TOPIC_TITLE} + {recent.GOTO_PAGE}
    {recent.FIRST_TIME}{recent.FIRST_AUTHOR}
     {recent.L_REPLIES}: {recent.REPLIES} +
     {recent.L_VIEWS}: {recent.VIEWS}
     {recent.FORUM_NAME} {recent.LAST_URL} {recent.LAST_TIME}   +
    {recent.LAST_AUTHOR}
      
    {L_NO_TOPICS}
     
    + + + + + + +
    {PAGE_NUMBER}{PAGINATION}
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/report_comment.tpl b/themes/CarbinFiber-Red-Flames/forums/report_comment.tpl new file mode 100644 index 00000000..dcd8a1f0 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/report_comment.tpl @@ -0,0 +1,39 @@ + + + + +
    {L_REPORT_COMMENT}: {TOPIC_TITLE}
    + + + + + +
    {L_INDEX}
    + +
    + + + + + + + + + + +
    {L_REPORT_COMMENT} +
    {L_COMMENTS}
    {L_LAST_ACTION_COMMENTS_EXPLAIN}
    +
    + + + + + + + + + + + +
    {L_PREVIOUS_COMMENTS} +
     {REPORT_COMMENTS}
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/report_post.tpl b/themes/CarbinFiber-Red-Flames/forums/report_post.tpl new file mode 100644 index 00000000..d596ef64 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/report_post.tpl @@ -0,0 +1,26 @@ + + + + +
    {L_REPORT_POST}: {TOPIC_TITLE}
    + + + + + +
    {L_INDEX}
    + +
    + + + + + + + + + + +
    {L_REPORT_POST} +
    {L_COMMENTS}
    {L_COMMENTS_EXPLAIN}
    +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/reports_view.tpl b/themes/CarbinFiber-Red-Flames/forums/reports_view.tpl new file mode 100644 index 00000000..8be23b96 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/reports_view.tpl @@ -0,0 +1,57 @@ +
    + + + + + +
    {L_INDEX} +   +
    +
    + +
    + + + + + + + + + + + + + + + + + + +
    {L_ACTION}{L_POST}{L_COMMENTS}{L_STATUS}{L_LAST_ACTION_COMMENTS}
     {postrow.L_CLOSE_REPORT}{postrow.TOPIC_TITLE}
    {postrow.FORUM}
    {postrow.REPORTER} ({postrow.DATE})

    {postrow.COMMENTS}
    {postrow.LAST_ACTION}{postrow.LAST_ACTION_COMMENTS}
    + + + + + + +
    + +   + + + + {L_OPT_OUT} +
    +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/reputation.tpl b/themes/CarbinFiber-Red-Flames/forums/reputation.tpl new file mode 100644 index 00000000..545e7dfa --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/reputation.tpl @@ -0,0 +1,162 @@ +
    {L_CLOSEWINDOW}
    + +{rep_stats.L_REPUTATION} {rep_stats.USERNAME}
    +
    + + + + + + + + + + + + + + + + + + + + + + + +
    {rep_stats.L_TOTALRECEIVED}:{rep_stats.L_TOTALGIVEN}:
       {rep_stats.L_REPUTATION2}{rep_stats.STATREP_SUM}   {rep_stats.L_REPUTATION2}{rep_stats.STATREP_SUM_GIVEN}
       {rep_stats.L_POSITIVE} {rep_stats.L_VOTES}{rep_stats.STATREP_SUMPOS}   {rep_stats.L_POSITIVE} {rep_stats.L_VOTES}{rep_stats.STATREP_SUMPOS_GIVEN}
       {rep_stats.L_NEGATIVE} {rep_stats.L_VOTES}{rep_stats.STATREP_SUMNEG}   {rep_stats.L_NEGATIVE} {rep_stats.L_VOTES}{rep_stats.STATREP_SUMNEG_GIVEN}
    + + + + +
    {rep_stats.L_GLOBALSTATS}
    + + + + + + + + + + + + + + + + + + + + + +
    {rep_stats.L_WHO}{rep_stats.L_WHOM}{rep_stats.L_DIR}{rep_stats.L_HOWMUCH}{rep_stats.L_POST}{rep_stats.L_COMMENT}{rep_stats.L_DATE}
    {rep_stats.row.USERNAME2}{rep_stats.row.USERNAME}
    {rep_stats.row.REPNEG}
    {rep_stats.row.REPSUM}
    {rep_stats.row.POST}{rep_stats.row.REPCOMMENT}{rep_stats.row.REPTIME}
    + + + + + + + + + +
    {rep_stats.L_RECEIVEDREPUTATION}{rep_stats.L_GIVENREPUTATION}{PAGE_NUMBER}{rep_stats.PAGINATION}
    + + + +{rep_globalstats.L_GLOBALSTATS}

    + + + + + + + + + + + + + + + + + + + + + +
    {rep_globalstats.L_TOTAL_GIVEN_BY_USERS}{rep_globalstats.TOTAL_GIVEN_BY_USERS}
    {rep_globalstats.L_ACTIVE_USER}{rep_globalstats.ACTIVE_USER} ({rep_globalstats.TOTAL_GIVEN_BY_ACTIVE_USER})
    {rep_globalstats.L_BEST_REP_USER}{rep_globalstats.MAX_USERREP_USERNAME} ({rep_globalstats.L_REPUTATION}: {rep_globalstats.MAX_USERREP})
    {rep_globalstats.L_WORST_REP_USER}{rep_globalstats.MIN_USERREP_USERNAME} ({rep_globalstats.L_REPUTATION}: {rep_globalstats.MIN_USERREP})
    {rep_globalstats.L_MAX_GIVEN_SUM}{rep_globalstats.MAX_REPSUM} ({rep_globalstats.MAX_REPSUM_USERNAME})
    +
    + + + + + + + + + + + + + + + + + + + + + +
    {rep_globalstats.L_WHO}{rep_globalstats.L_WHOM}{rep_globalstats.L_DIR}{rep_globalstats.L_HOWMUCH}{rep_globalstats.L_POST}{rep_globalstats.L_COMMENT}{rep_globalstats.L_DATE}
    {rep_globalstats.row.USERNAME2}{rep_globalstats.row.USERNAME}
    {rep_globalstats.row.REPNEG}
    {rep_globalstats.row.REPSUM}
    {rep_globalstats.row.POST}{rep_globalstats.row.REPCOMMENT}{rep_globalstats.row.REPTIME}
    + + + + + +
    {PAGE_NUMBER}{rep_globalstats.PAGINATION}
    + + + +{rep_add.L_REPUTATIONGIVING} {rep_add.USERNAME}
    + +
    +{rep_add.L_YOUHAVEPOINTS}: {rep_add.REPSUM}
    + + + + + + + + + + + + + + + + + + + + + + + + +
    {rep_add.L_DESCR}{rep_add.L_FORM}
    {rep_add.L_ENTERREPSUM}
    + {rep_add.L_ENTERREPSUM_EXPLAIN}
    {rep_add.L_CHOOSEDIR}
    + {rep_add.L_CHOOSEDIR_EXPLAIN}
         
    {rep_add.L_ENTERCOMMENT}
    + {rep_add.L_ENTERCOMMENT_EXPLAIN}
      + + + + {SIMPLE_HIDDEN} +
    + +
    Powered by Users Reputations system v1.0.0 © 2006 Anton Granik
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/ropm_quick_reply.tpl b/themes/CarbinFiber-Red-Flames/forums/ropm_quick_reply.tpl new file mode 100644 index 00000000..f33461ca --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/ropm_quick_reply.tpl @@ -0,0 +1,65 @@ + + + + +
    + + {L_QUICK_REPLY} + + + {L_SUBJECT} +
    + + + {ROPM_QUICK_REPLY.BB_BOX} + + + {L_OPTIONS} + +  {L_QUOTE_LAST_MESSAGE}
    + +  {L_DISABLE_HTML}
    + + +  {L_DISABLE_BBCODE}
    + + +  {L_DISABLE_SMILIES}
    + +  {L_ATTACH_SIGNATURE}
    + + + + + {ROPM_QUICK_REPLY.S_HIDDEN_FIELDS} + + + + +
    + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/rules_body.tpl b/themes/CarbinFiber-Red-Flames/forums/rules_body.tpl new file mode 100644 index 00000000..ca38089f --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/rules_body.tpl @@ -0,0 +1,62 @@ +
    + + + + + +
    + + + + + +
    {L_INDEX}
    + + + + + + + + + + + +
    {L_FAQ_TITLE}
    + + {faq_block_link.BLOCK_TITLE}
    + + {faq_block_link.faq_row_link.FAQ_LINK}
    + +
    + +
     
    + +
    + + + + + + + + + + + + + + +
    {faq_block.BLOCK_TITLE}
    {faq_block.faq_row.FAQ_QUESTION}
    {faq_block.faq_row.FAQ_ANSWER}
    {L_BACK_TO_TOP}
     
    + +
    + + + + + + +
    {JUMPBOX}
    (c) Rules Hack by Dwing
    + +
    +
    diff --git a/themes/CarbinFiber-Red-Flames/forums/scoreboard_body.tpl b/themes/CarbinFiber-Red-Flames/forums/scoreboard_body.tpl new file mode 100644 index 00000000..7713b7a2 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/scoreboard_body.tpl @@ -0,0 +1,64 @@ +
    + + + + + +
    + + {L_INDEX} + {NAV_CAT_DESC} ->  + + {GAMENAME} +
    + + + + + + +
    + + {PAGINATION} + +
    + + + + + + + + + + + + + + + + +
     {L_POS}  {L_USER}  {L_SCORE}  {L_DATE} 
    {scorerow.POS} + + + + + +
    {scorerow.PLAYER}{scorerow.URL_STATS}
    +
    {scorerow.SCORE}{scorerow.DATE}
    + + + + + +
    [{URL_ARCADE}] - [{URL_BESTSCORES}]
    + + + + + + + + +
    {S_TIMEZONE}
    {PAGINATION}
    {PAGE_NUMBER}
    +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/search_body.tpl b/themes/CarbinFiber-Red-Flames/forums/search_body.tpl new file mode 100644 index 00000000..b9e0d10b --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/search_body.tpl @@ -0,0 +1,66 @@ +
    + + + + + +
    + +
    + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_SEARCH_QUERY}
    {L_SEARCH_KEYWORDS}:
    {L_SEARCH_KEYWORDS_EXPLAIN}

    {L_SEARCH_ANY_TERMS}
    {L_SEARCH_ALL_TERMS}
    {L_SEARCH_AUTHOR}:
    {L_SEARCH_AUTHOR_EXPLAIN}
    {L_SEARCH_OPTIONS}
    {L_FORUM}: {L_SEARCH_PREVIOUS}: 
    {L_SEARCH_MESSAGE_TITLE}
    {L_SEARCH_MESSAGE_ONLY}
    {L_CATEGORY}: {L_SORT_BY}: 
    {L_SORT_ASCENDING}
    {L_SORT_DESCENDING}
     
    {L_DISPLAY_RESULTS}: {L_POSTS}{L_TOPICS}{L_RETURN_FIRST} {L_CHARACTERS}
    {S_HIDDEN_FIELDS}
    + + + + + +
    {S_TIMEZONE}
    + + + + + +
    {JUMPBOX}
    +
    +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/search_results_posts.tpl b/themes/CarbinFiber-Red-Flames/forums/search_results_posts.tpl new file mode 100644 index 00000000..ce600a36 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/search_results_posts.tpl @@ -0,0 +1,62 @@ +
    + + + + + +
    + + + + + +
    {L_SEARCH_MATCHES}
    + + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + +
    {L_AUTHOR}{L_MESSAGE}
     {L_TOPIC}: {searchresults.TOPIC_TITLE}
    + {searchresults.POSTER_NAME}

    + {L_REPLIES}: {searchresults.TOPIC_REPLIES}
    + {L_VIEWS}: {searchresults.TOPIC_VIEWS} +
    + {searchresults.L_MINI_POST_ALT}{L_FORUM}: {searchresults.FORUM_NAME} {L_POSTED}: {searchresults.POST_DATE} {L_SUBJECT}: {searchresults.POST_SUBJECT}
    {searchresults.MESSAGE}
     
    + + + + + + +
    {PAGE_NUMBER}{PAGINATION}
    {S_TIMEZONE}
    + + + + + +
    {JUMPBOX}
    + +
    +
    diff --git a/themes/CarbinFiber-Red-Flames/forums/search_results_topics.tpl b/themes/CarbinFiber-Red-Flames/forums/search_results_topics.tpl new file mode 100644 index 00000000..d82d6933 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/search_results_topics.tpl @@ -0,0 +1,61 @@ +
    + + + + + +
    + + + + + +
    {L_SEARCH_MATCHES}
    + + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + + +
      {L_FORUM}  {L_TOPICS}  {L_AUTHOR}  {L_REPLIES}  {L_VIEWS}  {L_LASTPOST} 
    {searchresults.L_TOPIC_FOLDER_ALT}{searchresults.FORUM_NAME}{searchresults.NEWEST_POST_IMG}{searchresults.TOPIC_TYPE}{searchresults.TOPIC_TITLE}
    {searchresults.GOTO_PAGE}
    {searchresults.TOPIC_AUTHOR}{searchresults.REPLIES}{searchresults.VIEWS}{searchresults.LAST_POST_TIME}
    {searchresults.LAST_POST_AUTHOR} {searchresults.LAST_POST_IMG}
     
    + + + + + + +
    {PAGE_NUMBER}{PAGINATION}
    {S_TIMEZONE}
    + + + + + +
    {JUMPBOX}
    + +
    +
    diff --git a/themes/CarbinFiber-Red-Flames/forums/search_username.tpl b/themes/CarbinFiber-Red-Flames/forums/search_username.tpl new file mode 100644 index 00000000..74020c59 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/search_username.tpl @@ -0,0 +1,49 @@ +
    + + + + + +
    + + + +
    + + + + +
    + + + + + + +
    {L_SEARCH_USERNAME}

     

    {L_SEARCH_EXPLAIN}
    + + {L_UPDATE_USERNAME}
     

    + +
    {L_CLOSE_WINDOW}
    +
    + +
    +
    diff --git a/themes/CarbinFiber-Red-Flames/forums/simple_footer.tpl b/themes/CarbinFiber-Red-Flames/forums/simple_footer.tpl new file mode 100644 index 00000000..cc86c0c6 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/simple_footer.tpl @@ -0,0 +1,22 @@ + +

    {REPORT_LINK}

    {ADMIN_LINK}
    + +
    +Powered by phpBB Titanium v2.0.23n | Core © 2001, 2019 phpBB Group +
    +{TRANSLATION_INFO} + +
    + +Z3b v1.0 Theme Designed By: Ernest Buffington AKA TheGhost © 2021 The 86it Developers Network + +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/simple_header.tpl b/themes/CarbinFiber-Red-Flames/forums/simple_header.tpl new file mode 100644 index 00000000..b3caa5d2 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/simple_header.tpl @@ -0,0 +1,37 @@ + + + + + + +{META} +{SITENAME} :: {PAGE_TITLE} + + + + + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/staff_body.tpl b/themes/CarbinFiber-Red-Flames/forums/staff_body.tpl new file mode 100644 index 00000000..7ecfb95e --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/staff_body.tpl @@ -0,0 +1,43 @@ +
    + + + + + +
    + + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_USERNAME}{L_FORUMS}{L_POSTS}{L_JOINED}{L_EMAIL}{L_PM}{L_MESSENGER}{L_WWW}
    {staff.NAME}
    {staff.LEVEL}
    {staff.RANK}
    {staff.RANK_IMAGE}
    {staff.AVATAR}
    {staff.FORUMS} {staff.POSTS}  
    + {staff.POST_PERCENT}  
    {staff.POST_DAY}  +
    [{staff.LAST_POST}]
     
    {staff.JOINED}
    [{staff.PERIOD}]
    {staff.MAIL}{staff.PM}{staff.MSN} {staff.YIM}
    {staff.AIM} {staff.ICQ}
    {staff.WWW}
    + +
    +
    diff --git a/themes/CarbinFiber-Red-Flames/forums/statarcade_body.tpl b/themes/CarbinFiber-Red-Flames/forums/statarcade_body.tpl new file mode 100644 index 00000000..253826b0 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/statarcade_body.tpl @@ -0,0 +1,60 @@ + + + + + +
    + + {L_INDEX} + +
    + + + + + + + + + + + + + + + + + + + +
     {L_STATS} 
    {USER_AVATAR}
    [{URL_ARCADE}] - [{URL_BESTSCORES}]
    + +
    + {blkligne.blkcolonne.blkgame.GAMENAME} + {blkligne.blkcolonne.blkgame.L_NBSET} + {blkligne.blkcolonne.blkgame.NBSET}
    + + {blkligne.blkcolonne.blkgame.L_TPSSET} + {blkligne.blkcolonne.blkgame.TPSSET}
    + + {blkligne.blkcolonne.blkgame.L_TPSMOY} + {blkligne.blkcolonne.blkgame.TPSMOY}
    + + {blkligne.blkcolonne.blkgame.L_POSGAME} + {blkligne.blkcolonne.blkgame.POSGAME}  {blkligne.blkcolonne.blkgame.IMGFIRST}
    + + {blkligne.blkcolonne.blkgame.L_HIGHSCR} + {blkligne.blkcolonne.blkgame.HIGHSCR}
    + + {blkligne.blkcolonne.blkgame.L_DATHIGHSCR} + {blkligne.blkcolonne.blkgame.DATHIGHSCR}
    +
    + +
    + + + + + + +
    {PAGE_NUMBER}{PAGINATION}
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/statistics.tpl b/themes/CarbinFiber-Red-Flames/forums/statistics.tpl new file mode 100644 index 00000000..520a8484 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/statistics.tpl @@ -0,0 +1,27 @@ +{L_INDEX} + + + +
    + +{modules.CURRENT_MODULE} + + + + + + + + +
    Last Update Time{modules.LAST_UPDATE_TIME}Next expected Update{modules.NEXT_GUESSED_UPDATE_TIME}
    + +//--> + + +
    +
    Statistics Mod Version 3 Demonstration (BETA3-2003-03-16) + +


    Statistics Mod - [time: {TIME} | sql time: {SQL_TIME} | queries: {QUERY} | Explain] + +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/stats_mod/content_bars.tpl b/themes/CarbinFiber-Red-Flames/forums/stats_mod/content_bars.tpl new file mode 100644 index 00000000..5e5767e6 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/stats_mod/content_bars.tpl @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + {MODULE_NAME} +
    "thCornerL""thCornerR""thTop" align="center" width="10%">{column.VALUE}
    "row1""row2" align="{row.row_column.ALIGNMENT}" width="10%">{row.row_column.VALUE}"row1""row2" align="{row.row_column.ALIGNMENT}" width="50%"> + + + + +
    + + + + +
    + + + + +
    +
    "row1""row2" align="{row.row_column.ALIGNMENT}" width="10%"> + + {row.row_column.VALUE} + + {row.row_column.VALUE} + +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/stats_mod/content_statistical.tpl b/themes/CarbinFiber-Red-Flames/forums/stats_mod/content_statistical.tpl new file mode 100644 index 00000000..05ef449d --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/stats_mod/content_statistical.tpl @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + +
    + {MODULE_NAME} +
    "thCornerL""thCornerR""thTop" align="center" width="10%">{column.VALUE}
    "row1""row2" align="{row.row_column.ALIGNMENT}" width="10%">{row.row_column.VALUE}"row1""row2" align="{row.row_column.ALIGNMENT}" {row.row_column.WIDTH}> + + {row.row_column.VALUE} + + {row.row_column.VALUE} + +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/stats_mod/content_values.tpl b/themes/CarbinFiber-Red-Flames/forums/stats_mod/content_values.tpl new file mode 100644 index 00000000..9798decd --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/stats_mod/content_values.tpl @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + +
    + {MODULE_NAME} +
    "thCornerL""thCornerR""thTop" align="center" width="{column.WIDTH}%">{column.VALUE}
    "row2""row1" align="{row.row_column.ALIGN}" width="{row.row_column.WIDTH}%">{row.row_column.VALUE}
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/stats_mod/index.html b/themes/CarbinFiber-Red-Flames/forums/stats_mod/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/stats_mod/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/theme_info.cfg b/themes/CarbinFiber-Red-Flames/forums/theme_info.cfg new file mode 100644 index 00000000..ce7fc9af --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/theme_info.cfg @@ -0,0 +1,49 @@ + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/toparcade_body.tpl b/themes/CarbinFiber-Red-Flames/forums/toparcade_body.tpl new file mode 100644 index 00000000..767d75f9 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/toparcade_body.tpl @@ -0,0 +1,48 @@ + +{HALL_OF_FAME} + + + + +
    + + {L_INDEX} + +  -> {NAV_DESC} +  -> {L_TOPARCADE_FIVE} +
    + + + + + + + + + + + + + +
     {L_ARCADE} 
    + + + + + + + + + + + + +
    {blkligne.blkcolonne.blkgame.GAMENAME}
    {blkligne.blkcolonne.blkgame.blkscore.POS}{blkligne.blkcolonne.blkgame.blkscore.SCORE}{blkligne.blkcolonne.blkgame.blkscore.USERNAME}
    + +
    + + + + + +
    {PAGE_NUMBER}{PAGINATION}
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/topics_list_box.tpl b/themes/CarbinFiber-Red-Flames/forums/topics_list_box.tpl new file mode 100644 index 00000000..57904661 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/topics_list_box.tpl @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
     {topics_list_box.row.L_TITLE}  {topics_list_box.row.L_REPLIES}  {topics_list_box.row.L_AUTHOR}  {topics_list_box.row.L_VIEWS}  {topics_list_box.row.L_LASTPOST} 
      {topics_list_box.row.L_TITLE}
    {topics_list_box.row.L_TOPIC_FOLDER_ALT}{topics_list_box.row.ICON} + {topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.TOPIC_TYPE}{topics_list_box.row.TOPIC_TITLE}  {topics_list_box.row.TOPIC_ANNOUNCES_DATES}{topics_list_box.row.TOPIC_CALENDAR_DATES} + + {topics_list_box.row.GOTO_PAGE} + + {topics_list_box.row.TOPIC_NAV_TREE} + + + {topics_list_box.row.REPLIES}{topics_list_box.row.TOPIC_AUTHOR}{topics_list_box.row.VIEWS}{topics_list_box.row.LAST_POST_TIME}
    {topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.LAST_POST_IMG}
    {topics_list_box.row.L_NO_TOPICS}
    {topics_list_box.row.FOOTER}
    + + +
    + + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/uacp_body.tpl b/themes/CarbinFiber-Red-Flames/forums/uacp_body.tpl new file mode 100644 index 00000000..413e5b03 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/uacp_body.tpl @@ -0,0 +1,78 @@ +
    {L_UACP} :: {USERNAME}
    + + + +
    + + + + + +
    + + + + +
    +
    {L_SELECT_SORT_METHOD}: {S_MODE_SELECT}  {L_ORDER} {S_ORDER_SELECT}   + + +
    + + + + + + + + + + + + + + + + + + + + + + + + {attachrow.S_HIDDEN} + + + + + +
    #{L_FILENAME}{L_FILECOMMENT}{L_EXTENSION}{L_SIZE}{L_DOWNLOADS}{L_POST_TIME}{L_POSTED_IN_TOPIC}{L_DELETE}
    {attachrow.ROW_NUMBER}{attachrow.FILENAME}{attachrow.COMMENT}{attachrow.EXTENSION}{attachrow.SIZE}{attachrow.DOWNLOAD_COUNT}{attachrow.POST_TIME}{attachrow.POST_TITLE}{attachrow.S_DELETE_BOX}
    + +
    + + {S_USER_HIDDEN} + + + + + +
    {L_MARK_ALL} :: {L_UNMARK_ALL}
    + + + + + + +
    {PAGE_NUMBER}{PAGINATION}
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/user_delete_body.tpl b/themes/CarbinFiber-Red-Flames/forums/user_delete_body.tpl new file mode 100644 index 00000000..62fb8bb1 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/user_delete_body.tpl @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +{all_other_user_posts_in_other_topics.L_TOTAL}: {all_other_user_posts_in_other_topics.NUM_OF_OTHER_POSTS}

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_DELETION_TITLE}
    {resume_to_simple_deletion.RESUME_TO_SIMPLE_DELETION}
    {deleted_user_topics.L_TOPIC_TITLES}:{deleted_user_topics.TOPIC_TITLES}
    {num_of_deleted_user_topics.L_NUM_OF_DELETED_TOPICS}: {num_of_deleted_user_topics.NUM_OF_DELETED_TOPICS}
    {deleted_posts_in_user_topics.L_DELETED_POSTS_IN_U_TOPICS}:{deleted_posts_in_user_topics.DELETED_POSTS_IN_U_TOPICS}
    {num_deleted_posts_in_usertopics.L_NUM_DELETED_POSTS_IN_U_TOPICS}:{num_deleted_posts_in_usertopics.NUM_DELETED_POSTS_IN_U_TOPICS}
    {forums_with_new_last_posts1.L_FORUMS_WHERE_SET_NEW_LASTPOST}:{forums_with_new_last_posts1.LIST_FORUMS_WHERE_SET_NEW_LASTPOST}
    {forums_with_new_last_posts1.L_NUM_FORUMS_WHERE_SET_NEW_LASTPOST}: {forums_with_new_last_posts1.NUM_FORUMS_WHERE_SET_NEW_LASTPOST}
    {recynced_users_in_usertopics.L_RECYNCED_USERS_IN_U_TOPICS}:{recynced_users_in_usertopics.LIST_RECYNCED_USERS_IN_U_TOPICS}
    {recynced_users_in_usertopics.L_TOTAL_USERS_IN_U_TOPICS}:{recynced_users_in_usertopics.TOTAL_USERS_IN_U_TOPICS}
    {topics_where_only_this_user_posts.L_DELETED_TOPICS2}
    {topics_where_only_this_user_posts.L_DELETED_TOPICS2}:{topics_where_only_this_user_posts.LIST_DELETED_TOPICS2}
    {topics_where_only_this_user_posts.L_TOTAL}: {topics_where_only_this_user_posts.TOTAL_DELETED_TOPICS2}
    {topics_where_only_this_user_posts.L_DELETED_POSTS_IN_U_TOPICS2}:{topics_where_only_this_user_posts.LIST_DELETED_POSTS_IN_U_TOPICS2}
    {topics_where_only_this_user_posts.L_TOTAL}:{topics_where_only_this_user_posts.TOTAL_DELETED_POSTS_IN_U_TOPICS2}
    {forums_with_new_last_posts2.L_FORUMS_WHERE_SET_NEW_LASTPOST2}:{forums_with_new_last_posts2.LIST_FORUMS_WHERE_SET_NEW_LASTPOST2}
    {forums_with_new_last_posts2.L_NUM_FORUMS_WHERE_SET_NEW_LASTPOST2}:{forums_with_new_last_posts2.NUM_FORUMS_WHERE_SET_NEW_LASTPOST2}
    {all_other_user_posts_in_other_topics.L_OTHER_POSTS}
    {all_other_user_posts_in_other_topics.L_OTHER_POSTS}:{all_other_user_posts_in_other_topics.LIST_DELETED_OTHER_POSTS}
    {topics_to_recync_first_or_lastpost.L_TOPIC_TO_RECYNK_FIRST_LAST_POSTS}:{topics_to_recync_first_or_lastpost.LIST_TOPICS_TO_RECYNK_FIRST_LAST_POSTS}
    {topics_to_recync_first_or_lastpost.TOTAL}:{topics_to_recync_first_or_lastpost.NUM_TOPICS_TO_RECYNK_FIRST_LAST_POSTS}
    {forums_with_new_last_posts3.L_FORUMS_WHERE_SET_NEW_LASTPOST3}:{forums_with_new_last_posts3.LIST_FORUMS_WHERE_SET_NEW_LASTPOST3}
    {forums_with_new_last_posts3.L_NUM_FORUMS_WHERE_SET_NEW_LASTPOST3}:{forums_with_new_last_posts3.NUM_FORUMS_WHERE_SET_NEW_LASTPOST3}
    {no_other_uposts_in_other_topics.L_NO_OTHER_UPOSTS_IN_OTHERTOPICS}
    + +
    +
    {RETURN_TO_INDEX} +
    +
    +{RETURN_TO_MEMBERLIST} +
    +
    + +

    {JUMPBOX}

    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/viewforum_body.tpl b/themes/CarbinFiber-Red-Flames/forums/viewforum_body.tpl new file mode 100644 index 00000000..5a97bea1 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/viewforum_body.tpl @@ -0,0 +1,209 @@ +
    + + + + + +
    + +{GLANCE_OUTPUT} +
    + + + + + + + + + + + + + + + + +
    {FORUM_NAME}
    {L_MODERATOR}: {MODERATORS}
    {LOGGED_IN_USER_LIST}
    {PAGINATION}
     
    {L_POST_NEW_TOPIC}   {L_INDEX} {PARENT_FORUM_NAME} {FORUM_NAME}{L_MARK_TOPICS_READ}
     
    + + + + + + + + + + + + + + + + + + +
     {catrow.CAT_DESC}  {L_TOPICS}  {L_POSTS}  {L_LASTPOST} 
    {catrow.forumrow.L_FORUM_FOLDER_ALT}   {L_INDEX} {PARENT_FORUM_NAME} {FORUM_NAME}
    {catrow.forumrow.FORUM_DESC}
    {catrow.forumrow.TOPICS}{catrow.forumrow.POSTS}{catrow.forumrow.LAST_POST}
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
     {L_TOPICS}  {L_REPLIES}  {L_VIEWS}  {L_LASTPOST} 
    {topicrow.divider.L_DIV_HEADERS}
    {topicrow.L_TOPIC_FOLDER_ALT}{topicrow.ICON} + {topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_ATTACHMENT_IMG}{topicrow.TOPIC_TYPE}{topicrow.TOPIC_TITLE}
    + +
    {topicrow.GOTO_PAGE}
    + +
    + {topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_ATTACHMENT_IMG}{topicrow.TOPIC_TYPE}{topicrow.TOPIC_TITLE}
    + + +
    {topicrow.GOTO_PAGE}
    +
    {topicrow.REPLIES}{topicrow.VIEWS}{topicrow.LAST_POST_IMG} {topicrow.LAST_POST_TIME}
    {topicrow.LAST_POST_AUTHOR}
    {L_NO_TOPICS}
    + + + + +
    + {L_DISPLAY_TOPICS}: {S_SELECT_TOPIC_DAYS}  {S_DISPLAY_ORDER} +
    +
    + + + + + + + + + + + + + + + + + + +
       
    {L_POST_NEW_TOPIC}   {L_INDEX} {PARENT_FORUM_NAME} {FORUM_NAME}{S_TIMEZONE}
    {PAGINATION}
    +
     
    {PAGE_NUMBER}
    +
    +
    + + + + +
    {JUMPBOX}
    +
    + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + {L_NEW_POSTS} +  {L_NEW_POSTS} +    + {L_NO_NEW_POSTS} +  {L_NO_NEW_POSTS} +   

    + {L_GLOBAL_ANNOUNCEMENT}

    +
      + {L_GLOBAL_ANNOUNCEMENT}
    + {L_NEW_POSTS_HOT} +  {L_NEW_POSTS_HOT} +    + {L_NO_NEW_POSTS_HOT} +  {L_NO_NEW_POSTS_HOT} +   

    + {L_ANNOUNCEMENT}

    +
      + {L_ANNOUNCEMENT}

    + {L_NEW_POSTS_LOCKED}

     {L_NEW_POSTS_LOCKED} +    + {L_NO_NEW_POSTS_LOCKED} {L_NO_NEW_POSTS_LOCKED}   + {L_STICKY}  + {L_STICKY}
    {S_AUTH_LIST}
    + + + + + + +
    {JUMPBOX}
    + +
    +
    diff --git a/themes/CarbinFiber-Red-Flames/forums/viewonline_body.tpl b/themes/CarbinFiber-Red-Flames/forums/viewonline_body.tpl new file mode 100644 index 00000000..9f796774 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/viewonline_body.tpl @@ -0,0 +1,51 @@ + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
     {L_USERNAME}  {L_LAST_UPDATE}  {L_FORUM_LOCATION} 
    {TOTAL_REGISTERED_USERS_ONLINE}
    {reg_user_row.USERNAME}{reg_user_row.LASTUPDATE}{reg_user_row.FORUM_LOCATION}
    {TOTAL_GUEST_USERS_ONLINE}
    {guest_user_row.USERNAME}{guest_user_row.LASTUPDATE}{guest_user_row.FORUM_LOCATION}
    + + + + + + +
    {L_ONLINE_EXPLAIN}{S_TIMEZONE}
    + +
    + + + + + +
    {JUMPBOX}
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/viewtopic_attach_body.tpl b/themes/CarbinFiber-Red-Flames/forums/viewtopic_attach_body.tpl new file mode 100644 index 00000000..ac0bd6ad --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/viewtopic_attach_body.tpl @@ -0,0 +1,147 @@ +
    + +

    + + +

    + + + + +
    {postrow.attach.denyrow.L_DENIED}
    +

    + + +

    + + + + + + + + + + + + + + + + + + + +
    {postrow.attach.cat_stream.DOWNLOAD_NAME}
    {L_DESCRIPTION}: + + + + +
    {postrow.attach.cat_stream.COMMENT}
    +
    {L_FILESIZE}:{postrow.attach.cat_stream.FILESIZE} {postrow.attach.cat_stream.SIZE_VAR}
    {postrow.attach.cat_stream.L_DOWNLOADED_VIEWED}:{postrow.attach.cat_stream.L_DOWNLOAD_COUNT}

    + + + + + + + + + + + +

    +
    +

    + + +

    + + + + + + + + + + + + + + + + + + + +
    {postrow.attach.cat_images.DOWNLOAD_NAME}
     {L_DESCRIPTION}: + + + + +
    {postrow.attach.cat_images.COMMENT}
    +
     {L_FILESIZE}: {postrow.attach.cat_images.FILESIZE} {postrow.attach.cat_images.SIZE_VAR}
     {postrow.attach.cat_images.L_DOWNLOADED_VIEWED}: {postrow.attach.cat_images.L_DOWNLOAD_COUNT}

    {postrow.attach.cat_images.DOWNLOAD_NAME}

    +

    + + +

    + + + + + + + + + + + + + + + + + + + +
    {postrow.attach.cat_thumb_images.DOWNLOAD_NAME}
     {L_DESCRIPTION}: + + + + +
    {postrow.attach.cat_thumb_images.COMMENT}
    +
     {L_FILESIZE}: {postrow.attach.cat_thumb_images.FILESIZE} {postrow.attach.cat_thumb_images.SIZE_VAR}
     {postrow.attach.cat_thumb_images.L_DOWNLOADED_VIEWED}: {postrow.attach.cat_thumb_images.L_DOWNLOAD_COUNT}
    +


    {postrow.attach.cat_thumb_images.DOWNLOAD_NAME}

    +

    + + + +

    + + + + + + + + + + + + + + + + + + + + + +
    {postrow.attach.attachrow.DOWNLOAD_NAME}
    {L_DESCRIPTION}:{postrow.attach.attachrow.COMMENT}{postrow.attach.attachrow.S_UPLOAD_IMAGE}
    {L_FILENAME}:{postrow.attach.attachrow.DOWNLOAD_NAME}
    {L_FILESIZE}:{postrow.attach.attachrow.FILESIZE} {postrow.attach.attachrow.SIZE_VAR}
    {postrow.attach.attachrow.L_DOWNLOADED_VIEWED}:{postrow.attach.attachrow.L_DOWNLOAD_COUNT}
    +

    + + + +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/viewtopic_body.tpl b/themes/CarbinFiber-Red-Flames/forums/viewtopic_body.tpl new file mode 100644 index 00000000..4f424e03 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/viewtopic_body.tpl @@ -0,0 +1,285 @@ +
    + + + + + +
    + +{GLANCE_OUTPUT} + + + + + + + + + +
    {TOPIC_TITLE}

    {PAGINATION} + +
    + + + + + + + + + + + + + +
    + + {L_POST_NEW_TOPIC} + {L_POST_REPLY_TOPIC} + {L_PRINTER_TOPIC} + {L_WHOVIEW_ALT} + + {thanks_button.L_THANK_TOPIC} + + +  {L_INDEX} {PARENT_FORUM_NAME} {FORUM_NAME}
      +
    + + + + + + + + + + + + {POLL_DISPLAY} + + + + + + + + + + + + + + + + + + + +
    + {L_VIEW_PREVIOUS_TOPIC} + {L_VIEW_NEXT_TOPIC} +
    + + + + + +
    +{TOPIC_TITLE}  {L_POSTED}: {postrow.POST_DATE} {postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG} {postrow.REPORT_IMG}
    +
    {postrow.POSTER_FROM_FLAG}{postrow.POSTER_NAME}
    + + + + + + + +
    + {postrow.MESSAGE} + {postrow.ATTACHMENTS} + +
    + {postrow.SIGNATURE} + +


     {postrow.EDITED_MESSAGE}
    + +
    +
    +

    + {postrow.POSTER_AVATAR}

    +

    +
    + {postrow.USER_RANK_01_IMG} + {postrow.USER_RANK_02_IMG} + {postrow.USER_RANK_03_IMG} + {postrow.USER_RANK_04_IMG} + {postrow.USER_RANK_05_IMG} +
    + +

    +
    + {L_RANK_TITLE} + {postrow.USER_RANK_01} +
    + + +
    + {postrow.USER_RANK_02} +
    + + +
    + {postrow.USER_RANK_03} +
    + + +
    + {postrow.USER_RANK_04} +
    + + +
    + {postrow.USER_RANK_05} +
    + +
    + {L_POST_COUNT} + {postrow.POSTER_POSTS} +
    + +
    + {L_REPUTATION} + {postrow.REPUTATION} +
    + +
    + {L_JOINED} + {postrow.POSTER_JOINED} +
    + +
    + {L_STATUS} + {postrow.POSTER_ONLINE_STATUS} +
    + +
    + {L_GENDER} + {postrow.POSTER_GENDER} +
    + + + +
    + {postrow.xdata.NAME} + {postrow.xdata.VALUE} +
    + + +
    {postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.FACEBOOK_IMG} {postrow.SEARCH_IMG}
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {postrow.move_message.MOVE_MESSAGE}
    + + + + + + + +
    {postrow.thanks.THANKFUL}
    + {postrow.thanks.THANKS_TOTAL} {postrow.thanks.THANKED} + +
    +
    {postrow.INLINE_AD}
     
    + {postrow.INLINE_AD} +
    + + + + +
    +
    + {L_DISPLAY_POSTS}: {S_SELECT_POST_DAYS}{S_SELECT_POST_ORDER} +
    +
    +
    + + + + + +
    + + + + + + + +
    + + {L_POST_NEW_TOPIC} + {L_POST_REPLY_TOPIC} + + + {L_POST_SQR_TOPIC} + + {L_PRINTER_TOPIC} + + {L_WHOVIEW_ALT} + + + {thanks_button.L_THANK_TOPIC} + +  {L_INDEX} {PARENT_FORUM_NAME} {FORUM_NAME}{S_TIMEZONE}

    {PAGINATION}
    {PAGE_NUMBER}
    + +{QRBODY} + + + + + + + +

    {S_WATCH_TOPIC}
    {S_EMAIL_TOPIC}
     
    {S_TOPIC_ADMIN}
    {S_AUTH_LIST}
    + + +
    +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/viewtopic_poll_ballot.tpl b/themes/CarbinFiber-Red-Flames/forums/viewtopic_poll_ballot.tpl new file mode 100644 index 00000000..6197b82c --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/viewtopic_poll_ballot.tpl @@ -0,0 +1,30 @@ + +
    +
    + + + + + + + + + + + + + +
    {POLL_QUESTION}
    + + + + + + + +
     {poll_option.POLL_OPTION_CAPTION}
    +
    {L_VIEW_RESULTS}
    + {S_HIDDEN_FIELDS} +
    + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/viewtopic_poll_result.tpl b/themes/CarbinFiber-Red-Flames/forums/viewtopic_poll_result.tpl new file mode 100644 index 00000000..e453c963 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/viewtopic_poll_result.tpl @@ -0,0 +1,18 @@ + +
    + + + + + + + + + + + + +
    {POLL_QUESTION}
    [ {poll_option.POLL_OPTION_RESULT} ] [ {poll_option.POLL_OPTION_PERCENT_VALUE} ] {poll_option.POLL_OPTION_CAPTION}
    {poll_option.POLL_PROGRESS_BAR}
    {L_TOTAL_VOTES} : {TOTAL_VOTES}
    +
    + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/viewtopic_quickreply.tpl b/themes/CarbinFiber-Red-Flames/forums/viewtopic_quickreply.tpl new file mode 100644 index 00000000..4546f444 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/viewtopic_quickreply.tpl @@ -0,0 +1,97 @@ + +
    + + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/forums/viewtopic_related_body.tpl b/themes/CarbinFiber-Red-Flames/forums/viewtopic_related_body.tpl new file mode 100644 index 00000000..ca65195b --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/viewtopic_related_body.tpl @@ -0,0 +1,28 @@ + +
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_RELATED_TOPICS}
     {L_TOPICS}  {L_REPLIES}  {L_AUTHOR}  {L_VIEWS}  {L_LASTPOST} 
    {topicrow.L_TOPIC_FOLDER_ALT}{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}{topicrow.TOPIC_TITLE}{topicrow.REPLIES}{topicrow.TOPIC_AUTHOR}{topicrow.VIEWS}{topicrow.LAST_POST_TIME}
    {topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}
     
    diff --git a/themes/CarbinFiber-Red-Flames/forums/viewtopic_whoview.tpl b/themes/CarbinFiber-Red-Flames/forums/viewtopic_whoview.tpl new file mode 100644 index 00000000..2629115c --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/viewtopic_whoview.tpl @@ -0,0 +1,72 @@ + +
    + + + + + + + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + +
    {L_ACTUAL_TIME}{L_SELECT_SORT_METHOD}: {S_MODE_SELECT}  {L_ORDER} {S_ORDER_SELECT}  
    {L_LAST_VIEWED_TOPIC_LINK_PREFIX} {L_LAST_VIEWED_TOPIC_LINK}
     
    + +

    {L_LAST_VIEWED_TITLE}

    #{L_USERNAME}{L_FROM}{L_TOPIC_COUNT}{L_LAST_VIEWED}{L_ONLINE_STATUS}
    {memberrow.ROW_NUMBER} + {memberrow.CURRENT_AVATAR}{memberrow.USERNAME} + + {memberrow.FLAG}{memberrow.FROM}{memberrow.VIEW_COUNT}{memberrow.VIEW_TIME}{memberrow.ONLINE_STATUS}
    +
    +
    + + +
    + + +
    + diff --git a/themes/CarbinFiber-Red-Flames/forums/whoisplaying_body.tpl b/themes/CarbinFiber-Red-Flames/forums/whoisplaying_body.tpl new file mode 100644 index 00000000..959591ff --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/forums/whoisplaying_body.tpl @@ -0,0 +1,17 @@ +
    + + + + + + + + + + +
    {L_WHOISPLAYING}
    + + {whoisplaying_row.GAME} : + {whoisplaying_row.PLAYER_LIST} + +
    \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/function_CloseTable.php b/themes/CarbinFiber-Red-Flames/function_CloseTable.php new file mode 100644 index 00000000..7ad631d2 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/function_CloseTable.php @@ -0,0 +1,76 @@ +'; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo '

    '; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; + +echo ''; +echo ''; +echo ''; +echo ''; +echo '
    '; +echo ''; +} +?> diff --git a/themes/CarbinFiber-Red-Flames/function_CloseTable2.php b/themes/CarbinFiber-Red-Flames/function_CloseTable2.php new file mode 100644 index 00000000..adaf8250 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/function_CloseTable2.php @@ -0,0 +1,45 @@ +'; +print ''; +print ''; +print '
    '; +} +?> diff --git a/themes/CarbinFiber-Red-Flames/function_CloseTable3.php b/themes/CarbinFiber-Red-Flames/function_CloseTable3.php new file mode 100644 index 00000000..e022a6b6 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/function_CloseTable3.php @@ -0,0 +1,59 @@ +'; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; + +echo ''; +echo ''; +echo ''; +echo ''; +echo '
    '; +echo ''; +} +?> diff --git a/themes/CarbinFiber-Red-Flames/function_CloseTable4.php b/themes/CarbinFiber-Red-Flames/function_CloseTable4.php new file mode 100644 index 00000000..8aa569dd --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/function_CloseTable4.php @@ -0,0 +1,41 @@ + diff --git a/themes/CarbinFiber-Red-Flames/function_FormatStory.php b/themes/CarbinFiber-Red-Flames/function_FormatStory.php new file mode 100644 index 00000000..e422f625 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/function_FormatStory.php @@ -0,0 +1,71 @@ +
    '._NOTE.' '.$notes.'' : ''; +if ($aid == $informant) +{ + echo ''.$thetext.$notes.''; +} +else +{ + if (defined('WRITES')) + { + if (!empty($informant)) + { + if ( is_array($informant) ): + $boxstuff = ''.$informant[1].''; + else: + $boxstuff = ''.$informant.''; + endif; +} +else +{ + $boxstuff = $anonymous.' '; + } + $boxstuff .= _WRITES.' '.$thetext.''.$notes; +} +else +{ + $boxstuff .= $thetext . $notes; + } + echo '' . $boxstuff . ''; + } +} +?> diff --git a/themes/CarbinFiber-Red-Flames/function_OpenTable.php b/themes/CarbinFiber-Red-Flames/function_OpenTable.php new file mode 100644 index 00000000..03467774 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/function_OpenTable.php @@ -0,0 +1,78 @@ +'; +echo ''; +echo ''; +echo ''; + +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo '
    '; +echo ''; +echo ''; + + + +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; + +echo '\n"; + echo "\n"; + echo "\n"; +echo "\n"; +echo "\n"; +echo "
    '; + +echo '
    '; +echo '
    '; +echo '
    '; +} +?> + diff --git a/themes/CarbinFiber-Red-Flames/function_OpenTable2.php b/themes/CarbinFiber-Red-Flames/function_OpenTable2.php new file mode 100644 index 00000000..e84bf05b --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/function_OpenTable2.php @@ -0,0 +1,46 @@ +'; +print ''; +print ''; +print ''; + + else: + $topic_img = ''; + endif; + + $notes = (!empty($notes)) ? '

    '._NOTE.' '.$notes : ''; + $content = ''; + + if ($aid == $informant): + $content = $thetext.$notes; + else: + + if ($writes): + + if (!empty($informant)) : + $content = (is_array($informant)) ? ''.$informant[1].' ' : ''.$informant.' '; + else: + $content = $anonymous.' '; + endif; + $content .= _WRITES.' '.$thetext.$notes; + + else: + $content .= $thetext.$notes; + endif; + + endif; + +$posted = sprintf($customlang['global']['posted_by'], get_author($aid), $time); +$datetime = substr($morelink, 0, strpos($morelink, '|')-strlen($morelink)); +$morelink = substr($morelink, strlen($datetime)+2); +$reads = '( '.$customlang['global']['reads'].': '.$counter.' )'; + +//top of first table +echo '
    '; +} +?> diff --git a/themes/CarbinFiber-Red-Flames/function_OpenTable3.php b/themes/CarbinFiber-Red-Flames/function_OpenTable3.php new file mode 100644 index 00000000..621dcb08 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/function_OpenTable3.php @@ -0,0 +1,58 @@ +'; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; + +echo ''; + } + else + { + $topic_img = ''; + } + $notes = (!empty($notes)) ? '

    '._NOTE.' '.$notes : ''; + $content = ''; + if ($aid == $informant) + { + $content = $thetext.$notes; + } + else + { + if ($writes) + { + if (!empty($informant)) + { + $content = (is_array($informant)) ? ''.$informant[1].' ' : ''.$informant.' '; + } + else + { + $content = $anonymous.' '; + } + $content .= _WRITES.' '.$thetext.$notes; + } + else + { + $content .= $thetext.$notes; + } + } + +$posted = _POSTEDON.' '.$datetime.' '._BY.' '; +$posted .= get_author($aid); +$reads = '( Reads: '.$counter.' )'; + +//top of first table +echo '
    '; + +echo '
    '; +echo '
    '; +echo '
    '; +} +?> + diff --git a/themes/CarbinFiber-Red-Flames/function_OpenTable4.php b/themes/CarbinFiber-Red-Flames/function_OpenTable4.php new file mode 100644 index 00000000..4e6ec230 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/function_OpenTable4.php @@ -0,0 +1,42 @@ + diff --git a/themes/CarbinFiber-Red-Flames/function_themearticle.php b/themes/CarbinFiber-Red-Flames/function_themearticle.php new file mode 100644 index 00000000..e38fddd3 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/function_themearticle.php @@ -0,0 +1,172 @@ +'.$topictext.'
    '; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo '
    '; +echo ''; +echo ''; + +//top of second table +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; + +# this is where we add the class name for the innermost cell of the 2 tables - top glass and bottom flame repeat-x +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo '
    '; + +# title +echo '

    '.$title.'


    '; + +print '
    '; +print '
    '; + +print ''.$posted.''; + +print '
    '; +print '
    '; + +//content +echo '
    '; +echo ''.$content.'
    '; + +print blog_signature($aid); + +echo '
    '.$reads.'
    '; +echo ''; +echo '
    '; + +//bottom of second table +echo ''; +echo '

    '; + +//invisible spacer for tables instead of
    +echo ''; +echo ''; +echo ''; +echo ''; +echo '
    '; +echo ''; +} +?> diff --git a/themes/CarbinFiber-Red-Flames/function_themecenterbox.php b/themes/CarbinFiber-Red-Flames/function_themecenterbox.php new file mode 100644 index 00000000..493c40a8 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/function_themecenterbox.php @@ -0,0 +1,48 @@ +'; + echo ''; + echo '

    '.$title.'

    '; + # space at the top of the page + echo ''.$content.''; +CloseTable(); +} +?> diff --git a/themes/CarbinFiber-Red-Flames/function_themeindex.php b/themes/CarbinFiber-Red-Flames/function_themeindex.php new file mode 100644 index 00000000..3013580b --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/function_themeindex.php @@ -0,0 +1,174 @@ +'.$topictext.'
    '; +echo ''; + +echo ''; + +echo ''; +echo ''; +echo ''; + +echo ''; +echo ''; + +echo ''; + +echo ''; + +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo '
    '; + +//top of second table +echo ''; +echo ''; + +echo ''; + +echo ''; + +echo ''; + +echo ''; +echo ''; +echo ''; + +//this is where we add the class name for the innermost cell of the 2 tables - top glass and bottom flame repeat-x +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo '
    '; +//title +# space at the top of the page +echo '

    '.$title.'


    '; + +print '
    '; +print '
    '; + +print ''.$posted.''; + +print '
    '; +print '
    '; + +//content +echo '
    '; +echo ''.$content.'
    '; + +print blog_signature($aid); + +echo '
    '.$datetime.' '.$topictext.' | '.$morelink.' '.$reads.'
    '; + +echo '
    '; + +//bottom of second table +echo ''; +echo '

    '; + +//invisible spacer for tables instead of
    +echo ''; + +echo ''; +echo ' '; +echo ''; +echo '
    '; +echo ''; +} +?> diff --git a/themes/CarbinFiber-Red-Flames/function_themepreview.php b/themes/CarbinFiber-Red-Flames/function_themepreview.php new file mode 100644 index 00000000..e6559c3f --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/function_themepreview.php @@ -0,0 +1,44 @@ +'.$title.'

    '.$hometext; +echo (!empty($bodytext)) ? '

    '.$bodytext : ''; +echo (!empty($notes)) ? '

    '._NOTE.' '.$notes.'' : ''; +} +?> \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/function_themesidebox.php b/themes/CarbinFiber-Red-Flames/function_themesidebox.php new file mode 100644 index 00000000..dfbfcd1b --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/function_themesidebox.php @@ -0,0 +1,117 @@ +'; //side block class to add flames to bottom and glass curve to top +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo '
    '; +echo ''; +echo ''; + +echo ''; +echo ''; + +echo ''; + +echo ''; + +echo ''; + +echo ''; +echo ''; +echo ''; + +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo '
    '; +echo '
    '; +echo '
    '; +echo '

    '.$title.'

    '; +echo '
    '; +echo ''.$content.'
    '; + +echo ''; +echo '
    '; +echo ''; +echo ''; +echo '

    '; + +echo ''; +echo ''; +echo " \n"; +echo ''; +echo '
    \"\"
    '; + +echo ''; +} +?> + diff --git a/themes/CarbinFiber-Red-Flames/header/2056x2056.png b/themes/CarbinFiber-Red-Flames/header/2056x2056.png new file mode 100644 index 00000000..ce31ac85 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/header/2056x2056.png differ diff --git a/themes/CarbinFiber-Red-Flames/header/2056x2056.pspimage b/themes/CarbinFiber-Red-Flames/header/2056x2056.pspimage new file mode 100644 index 00000000..89a0b4e3 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/header/2056x2056.pspimage differ diff --git a/themes/CarbinFiber-Red-Flames/header/blc.gif b/themes/CarbinFiber-Red-Flames/header/blc.gif new file mode 100644 index 00000000..81e86b38 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/header/blc.gif differ diff --git a/themes/CarbinFiber-Red-Flames/header/bottom_left_corner.png b/themes/CarbinFiber-Red-Flames/header/bottom_left_corner.png new file mode 100644 index 00000000..d65d9034 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/header/bottom_left_corner.png differ diff --git a/themes/CarbinFiber-Red-Flames/header/bottom_middle.png b/themes/CarbinFiber-Red-Flames/header/bottom_middle.png new file mode 100644 index 00000000..cd4d5ab4 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/header/bottom_middle.png differ diff --git a/themes/CarbinFiber-Red-Flames/header/bottom_right_corner.png b/themes/CarbinFiber-Red-Flames/header/bottom_right_corner.png new file mode 100644 index 00000000..1d8acaea Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/header/bottom_right_corner.png differ diff --git a/themes/CarbinFiber-Red-Flames/header/brc.gif b/themes/CarbinFiber-Red-Flames/header/brc.gif new file mode 100644 index 00000000..71ab9fd7 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/header/brc.gif differ diff --git a/themes/CarbinFiber-Red-Flames/header/glasstop.png b/themes/CarbinFiber-Red-Flames/header/glasstop.png new file mode 100644 index 00000000..d67176e7 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/header/glasstop.png differ diff --git a/themes/CarbinFiber-Red-Flames/header/invisible_pixel.gif b/themes/CarbinFiber-Red-Flames/header/invisible_pixel.gif new file mode 100644 index 00000000..1220c0c3 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/header/invisible_pixel.gif differ diff --git a/themes/CarbinFiber-Red-Flames/header/left_side.gif b/themes/CarbinFiber-Red-Flames/header/left_side.gif new file mode 100644 index 00000000..04dcf99e Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/header/left_side.gif differ diff --git a/themes/CarbinFiber-Red-Flames/header/left_side.png b/themes/CarbinFiber-Red-Flames/header/left_side.png new file mode 100644 index 00000000..5a27137e Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/header/left_side.png differ diff --git a/themes/CarbinFiber-Red-Flames/header/right_side.gif b/themes/CarbinFiber-Red-Flames/header/right_side.gif new file mode 100644 index 00000000..99c3e731 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/header/right_side.gif differ diff --git a/themes/CarbinFiber-Red-Flames/header/right_side.png b/themes/CarbinFiber-Red-Flames/header/right_side.png new file mode 100644 index 00000000..43baa86c Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/header/right_side.png differ diff --git a/themes/CarbinFiber-Red-Flames/header/sidebox_bottom.png b/themes/CarbinFiber-Red-Flames/header/sidebox_bottom.png new file mode 100644 index 00000000..745b8965 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/header/sidebox_bottom.png differ diff --git a/themes/CarbinFiber-Red-Flames/header/spacer.png b/themes/CarbinFiber-Red-Flames/header/spacer.png new file mode 100644 index 00000000..86bce579 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/header/spacer.png differ diff --git a/themes/CarbinFiber-Red-Flames/header/tbm.gif b/themes/CarbinFiber-Red-Flames/header/tbm.gif new file mode 100644 index 00000000..612a7690 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/header/tbm.gif differ diff --git a/themes/CarbinFiber-Red-Flames/header/tlc.gif b/themes/CarbinFiber-Red-Flames/header/tlc.gif new file mode 100644 index 00000000..2f3ff4e1 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/header/tlc.gif differ diff --git a/themes/CarbinFiber-Red-Flames/header/tm.gif b/themes/CarbinFiber-Red-Flames/header/tm.gif new file mode 100644 index 00000000..8cadfe2f Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/header/tm.gif differ diff --git a/themes/CarbinFiber-Red-Flames/header/top_left_corner.png b/themes/CarbinFiber-Red-Flames/header/top_left_corner.png new file mode 100644 index 00000000..5bf41736 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/header/top_left_corner.png differ diff --git a/themes/CarbinFiber-Red-Flames/header/top_middle.png b/themes/CarbinFiber-Red-Flames/header/top_middle.png new file mode 100644 index 00000000..c808adc9 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/header/top_middle.png differ diff --git a/themes/CarbinFiber-Red-Flames/header/top_right_corner.png b/themes/CarbinFiber-Red-Flames/header/top_right_corner.png new file mode 100644 index 00000000..c4adaa8c Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/header/top_right_corner.png differ diff --git a/themes/CarbinFiber-Red-Flames/header/trc.gif b/themes/CarbinFiber-Red-Flames/header/trc.gif new file mode 100644 index 00000000..9723c789 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/header/trc.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/Blog_Archive/calender-icon.png b/themes/CarbinFiber-Red-Flames/images/Blog_Archive/calender-icon.png new file mode 100644 index 00000000..fe20c7a0 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/Blog_Archive/calender-icon.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/Donations/paypal.png b/themes/CarbinFiber-Red-Flames/images/Donations/paypal.png new file mode 100644 index 00000000..f3a79161 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/Donations/paypal.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/Donations/paypal2.png b/themes/CarbinFiber-Red-Flames/images/Donations/paypal2.png new file mode 100644 index 00000000..0c1ff8f5 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/Donations/paypal2.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/Downloads/code_bg.png b/themes/CarbinFiber-Red-Flames/images/Downloads/code_bg.png new file mode 100644 index 00000000..12a35dc4 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/Downloads/code_bg.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/Downloads/down-logo.png b/themes/CarbinFiber-Red-Flames/images/Downloads/down-logo.png new file mode 100644 index 00000000..20128e14 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/Downloads/down-logo.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/Downloads/grey.png b/themes/CarbinFiber-Red-Flames/images/Downloads/grey.png new file mode 100644 index 00000000..71391aab Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/Downloads/grey.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/Downloads/icon-folder.png b/themes/CarbinFiber-Red-Flames/images/Downloads/icon-folder.png new file mode 100644 index 00000000..fe55d4d2 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/Downloads/icon-folder.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/Downloads/index.html b/themes/CarbinFiber-Red-Flames/images/Downloads/index.html new file mode 100644 index 00000000..34d61b4d --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/images/Downloads/index.html @@ -0,0 +1,32 @@ + + + + + Access Denied + + + + + + + +
    +

    + Access Denied +

    +
    +

    + This is a restricted area which you should not be trying to access!
    + Please return to the mainsite. +

    +
    + +
    +

    + Valid XHTML 1.0 Strict +

    + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/images/Downloads/link-logo.gif b/themes/CarbinFiber-Red-Flames/images/Downloads/link-logo.gif new file mode 100644 index 00000000..39bd1d92 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/Downloads/link-logo.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/Downloads/new.pspimage b/themes/CarbinFiber-Red-Flames/images/Downloads/new.pspimage new file mode 100644 index 00000000..3e661bb3 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/Downloads/new.pspimage differ diff --git a/themes/CarbinFiber-Red-Flames/images/Downloads/new_01.png b/themes/CarbinFiber-Red-Flames/images/Downloads/new_01.png new file mode 100644 index 00000000..72b010c8 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/Downloads/new_01.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/Downloads/new_01_01.png b/themes/CarbinFiber-Red-Flames/images/Downloads/new_01_01.png new file mode 100644 index 00000000..3ea5fe20 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/Downloads/new_01_01.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/Downloads/new_03.png b/themes/CarbinFiber-Red-Flames/images/Downloads/new_03.png new file mode 100644 index 00000000..431e898d Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/Downloads/new_03.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/Downloads/new_07.png b/themes/CarbinFiber-Red-Flames/images/Downloads/new_07.png new file mode 100644 index 00000000..4c7cb87c Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/Downloads/new_07.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/Downloads/new_14.png b/themes/CarbinFiber-Red-Flames/images/Downloads/new_14.png new file mode 100644 index 00000000..d3658c4e Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/Downloads/new_14.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/Downloads/popular.png b/themes/CarbinFiber-Red-Flames/images/Downloads/popular.png new file mode 100644 index 00000000..f8d753b3 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/Downloads/popular.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/Downloads/restrcited.png b/themes/CarbinFiber-Red-Flames/images/Downloads/restrcited.png new file mode 100644 index 00000000..b8a2f93d Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/Downloads/restrcited.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/Downloads/thumb.png b/themes/CarbinFiber-Red-Flames/images/Downloads/thumb.png new file mode 100644 index 00000000..09189403 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/Downloads/thumb.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/Sentinel/sentinel.png b/themes/CarbinFiber-Red-Flames/images/Sentinel/sentinel.png new file mode 100644 index 00000000..d02eaead Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/Sentinel/sentinel.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/Sentinel/sentinel2.png b/themes/CarbinFiber-Red-Flames/images/Sentinel/sentinel2.png new file mode 100644 index 00000000..6f159bdf Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/Sentinel/sentinel2.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/Spacer.gif b/themes/CarbinFiber-Red-Flames/images/Spacer.gif new file mode 100644 index 00000000..d7944344 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/Spacer.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/Web_Links/link-logo.png b/themes/CarbinFiber-Red-Flames/images/Web_Links/link-logo.png new file mode 100644 index 00000000..be03ddb4 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/Web_Links/link-logo.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/Web_Links/ratingbar.png b/themes/CarbinFiber-Red-Flames/images/Web_Links/ratingbar.png new file mode 100644 index 00000000..8377e466 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/Web_Links/ratingbar.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/articles/stars-1.png b/themes/CarbinFiber-Red-Flames/images/articles/stars-1.png new file mode 100644 index 00000000..e3980a17 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/articles/stars-1.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/articles/stars-2.png b/themes/CarbinFiber-Red-Flames/images/articles/stars-2.png new file mode 100644 index 00000000..5515573c Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/articles/stars-2.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/articles/stars-3.png b/themes/CarbinFiber-Red-Flames/images/articles/stars-3.png new file mode 100644 index 00000000..b685c8b3 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/articles/stars-3.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/articles/stars-4.png b/themes/CarbinFiber-Red-Flames/images/articles/stars-4.png new file mode 100644 index 00000000..cf30b51d Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/articles/stars-4.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/articles/stars-5.png b/themes/CarbinFiber-Red-Flames/images/articles/stars-5.png new file mode 100644 index 00000000..55fcc6fe Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/articles/stars-5.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/code_bg.jpg b/themes/CarbinFiber-Red-Flames/images/code_bg.jpg new file mode 100644 index 00000000..37b88987 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/code_bg.jpg differ diff --git a/themes/CarbinFiber-Red-Flames/images/code_bg.png b/themes/CarbinFiber-Red-Flames/images/code_bg.png new file mode 100644 index 00000000..12a35dc4 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/code_bg.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/css.png b/themes/CarbinFiber-Red-Flames/images/css.png new file mode 100644 index 00000000..95d1b248 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/css.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/delete.gif b/themes/CarbinFiber-Red-Flames/images/delete.gif new file mode 100644 index 00000000..1aa63602 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/delete.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/86it80x80.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/86it80x80.png new file mode 100644 index 00000000..6e04e371 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/86it80x80.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/Kabuki-Samurai-Devil-Mask-2.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/Kabuki-Samurai-Devil-Mask-2.png new file mode 100644 index 00000000..f558484d Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/Kabuki-Samurai-Devil-Mask-2.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/bbcode80x80.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/bbcode80x80.png new file mode 100644 index 00000000..6bd30fe5 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/bbcode80x80.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/blocks80x80.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/blocks80x80.png new file mode 100644 index 00000000..cb750a9a Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/blocks80x80.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/bullhorn80x80.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/bullhorn80x80.png new file mode 100644 index 00000000..b32690af Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/bullhorn80x80.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/c280x80.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/c280x80.png new file mode 100644 index 00000000..0b71431b Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/c280x80.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/c80x80.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/c80x80.png new file mode 100644 index 00000000..52a4bcb7 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/c80x80.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/cplusplus80x80.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/cplusplus80x80.png new file mode 100644 index 00000000..c0ef7a62 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/cplusplus80x80.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/csharp80x80.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/csharp80x80.png new file mode 100644 index 00000000..341ba057 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/csharp80x80.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/css380x80.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/css380x80.png new file mode 100644 index 00000000..5b2e5306 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/css380x80.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/css3_template.pspimage b/themes/CarbinFiber-Red-Flames/images/forum_icons/css3_template.pspimage new file mode 100644 index 00000000..b02df698 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/css3_template.pspimage differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_20help.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_20help.png new file mode 100644 index 00000000..ded53e91 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_20help.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_30help.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_30help.png new file mode 100644 index 00000000..623ffd1c Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_30help.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_86it.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_86it.png new file mode 100644 index 00000000..fedec298 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_86it.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_86ita.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_86ita.png new file mode 100644 index 00000000..4f2e171a Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_86ita.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_bbcode.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_bbcode.png new file mode 100644 index 00000000..12d4193d Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_bbcode.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_blocks.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_blocks.png new file mode 100644 index 00000000..cd418ade Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_blocks.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_help.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_help.png new file mode 100644 index 00000000..1bfa3e5c Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_help.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_help_alone.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_help_alone.png new file mode 100644 index 00000000..9e1ae8c2 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_help_alone.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_link.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_link.png new file mode 100644 index 00000000..bec81d17 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_link.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_megaphone.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_megaphone.png new file mode 100644 index 00000000..3337a3e0 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_megaphone.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_megaphone2.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_megaphone2.png new file mode 100644 index 00000000..8a8792aa Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_megaphone2.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_megaphone3.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_megaphone3.png new file mode 100644 index 00000000..8bad3b5f Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_megaphone3.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_megaphone4.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_megaphone4.png new file mode 100644 index 00000000..9fd5d325 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_megaphone4.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_megaphone5.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_megaphone5.png new file mode 100644 index 00000000..abb26e7c Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_megaphone5.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_module.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_module.png new file mode 100644 index 00000000..c1902c6e Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_module.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_support.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_support.png new file mode 100644 index 00000000..4660b661 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/folder_big_support.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/general.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/general.png new file mode 100644 index 00000000..e208219f Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/general.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/help80x80.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/help80x80.png new file mode 100644 index 00000000..b0b305a9 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/help80x80.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/html580x80.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/html580x80.png new file mode 100644 index 00000000..f3887a56 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/html580x80.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/html_5_template.pspimage b/themes/CarbinFiber-Red-Flames/images/forum_icons/html_5_template.pspimage new file mode 100644 index 00000000..7157fe8c Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/html_5_template.pspimage differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/index.html b/themes/CarbinFiber-Red-Flames/images/forum_icons/index.html new file mode 100644 index 00000000..34d61b4d --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/images/forum_icons/index.html @@ -0,0 +1,32 @@ + + + + + Access Denied + + + + + + + +
    +

    + Access Denied +

    +
    +

    + This is a restricted area which you should not be trying to access!
    + Please return to the mainsite. +

    +
    + +
    +

    + Valid XHTML 1.0 Strict +

    + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/java80x80.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/java80x80.png new file mode 100644 index 00000000..480f1c6b Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/java80x80.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/javascript80x80.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/javascript80x80.png new file mode 100644 index 00000000..09ed147c Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/javascript80x80.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/mariadb80x80.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/mariadb80x80.png new file mode 100644 index 00000000..a1c5cc35 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/mariadb80x80.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/mysql-computer-icons-php-database-others.jpg b/themes/CarbinFiber-Red-Flames/images/forum_icons/mysql-computer-icons-php-database-others.jpg new file mode 100644 index 00000000..f2adb747 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/mysql-computer-icons-php-database-others.jpg differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/mysql80x80.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/mysql80x80.png new file mode 100644 index 00000000..2197292c Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/mysql80x80.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/php80x80.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/php80x80.png new file mode 100644 index 00000000..b65a933c Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/php80x80.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/plugins80x80.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/plugins80x80.png new file mode 100644 index 00000000..1026a54b Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/plugins80x80.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/python80x80.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/python80x80.png new file mode 100644 index 00000000..5ca678df Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/python80x80.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/r80x80.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/r80x80.png new file mode 100644 index 00000000..708575a7 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/r80x80.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/sass.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/sass.png new file mode 100644 index 00000000..01a0335a Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/sass.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/forum_icons/sass80x80.png b/themes/CarbinFiber-Red-Flames/images/forum_icons/sass80x80.png new file mode 100644 index 00000000..bbd75aec Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/forum_icons/sass80x80.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/hdr/HDR_01.png b/themes/CarbinFiber-Red-Flames/images/hdr/HDR_01.png new file mode 100644 index 00000000..e9a8f7cd Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/hdr/HDR_01.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/hdr/HDR_03.png b/themes/CarbinFiber-Red-Flames/images/hdr/HDR_03.png new file mode 100644 index 00000000..dacba5b4 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/hdr/HDR_03.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/hdr/HDR_BgRepeat.png b/themes/CarbinFiber-Red-Flames/images/hdr/HDR_BgRepeat.png new file mode 100644 index 00000000..76fca923 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/hdr/HDR_BgRepeat.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/hdr/HDRbartop_01.png b/themes/CarbinFiber-Red-Flames/images/hdr/HDRbartop_01.png new file mode 100644 index 00000000..1a9569a9 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/hdr/HDRbartop_01.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/hdr/HDRbartop_03.png b/themes/CarbinFiber-Red-Flames/images/hdr/HDRbartop_03.png new file mode 100644 index 00000000..8f8af484 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/hdr/HDRbartop_03.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/hdr/HDRbartop_Bg_Stretch.png b/themes/CarbinFiber-Red-Flames/images/hdr/HDRbartop_Bg_Stretch.png new file mode 100644 index 00000000..7d0b6d9f Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/hdr/HDRbartop_Bg_Stretch.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/hdr/HDRnav_01.png b/themes/CarbinFiber-Red-Flames/images/hdr/HDRnav_01.png new file mode 100644 index 00000000..f0228da1 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/hdr/HDRnav_01.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/hdr/HDRnav_03.png b/themes/CarbinFiber-Red-Flames/images/hdr/HDRnav_03.png new file mode 100644 index 00000000..c2e26c60 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/hdr/HDRnav_03.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/hdr/HDRnav_Bg_Stretch.png b/themes/CarbinFiber-Red-Flames/images/hdr/HDRnav_Bg_Stretch.png new file mode 100644 index 00000000..170e37b6 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/hdr/HDRnav_Bg_Stretch.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/hdr/Text-Logo.png b/themes/CarbinFiber-Red-Flames/images/hdr/Text-Logo.png new file mode 100644 index 00000000..ac4b29c8 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/hdr/Text-Logo.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/hdr/Usernav_01.png b/themes/CarbinFiber-Red-Flames/images/hdr/Usernav_01.png new file mode 100644 index 00000000..c2740616 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/hdr/Usernav_01.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/hdr/Usernav_03.png b/themes/CarbinFiber-Red-Flames/images/hdr/Usernav_03.png new file mode 100644 index 00000000..39f428f3 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/hdr/Usernav_03.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/hdr/Usernav_Bg_Stretch.png b/themes/CarbinFiber-Red-Flames/images/hdr/Usernav_Bg_Stretch.png new file mode 100644 index 00000000..47267a71 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/hdr/Usernav_Bg_Stretch.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/hdr/index.html b/themes/CarbinFiber-Red-Flames/images/hdr/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/images/hdr/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/images/index.html b/themes/CarbinFiber-Red-Flames/images/index.html new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/images/index.html @@ -0,0 +1 @@ + diff --git a/themes/CarbinFiber-Red-Flames/images/invisible_pixel.gif b/themes/CarbinFiber-Red-Flames/images/invisible_pixel.gif new file mode 100644 index 00000000..1220c0c3 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/invisible_pixel.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/leftbar.gif b/themes/CarbinFiber-Red-Flames/images/leftbar.gif new file mode 100644 index 00000000..e0d4e24d Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/leftbar.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/leftbar.png b/themes/CarbinFiber-Red-Flames/images/leftbar.png new file mode 100644 index 00000000..4c9173f4 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/leftbar.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/mainbar.gif b/themes/CarbinFiber-Red-Flames/images/mainbar.gif new file mode 100644 index 00000000..72d47473 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/mainbar.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/mainbar.png b/themes/CarbinFiber-Red-Flames/images/mainbar.png new file mode 100644 index 00000000..ddc36d7b Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/mainbar.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/86.png b/themes/CarbinFiber-Red-Flames/images/menu/86.png new file mode 100644 index 00000000..93b7bc5b Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/86.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/Image1_page_05.png b/themes/CarbinFiber-Red-Flames/images/menu/Image1_page_05.png new file mode 100644 index 00000000..91f498f0 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/Image1_page_05.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/Image1_page_06.png b/themes/CarbinFiber-Red-Flames/images/menu/Image1_page_06.png new file mode 100644 index 00000000..c13f0a2f Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/Image1_page_06.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/Image1_page_07.png b/themes/CarbinFiber-Red-Flames/images/menu/Image1_page_07.png new file mode 100644 index 00000000..d3f734b0 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/Image1_page_07.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/News.png b/themes/CarbinFiber-Red-Flames/images/menu/News.png new file mode 100644 index 00000000..91735248 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/News.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/account2.png b/themes/CarbinFiber-Red-Flames/images/menu/account2.png new file mode 100644 index 00000000..81d6dc34 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/account2.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/admin/calendar_clock.png b/themes/CarbinFiber-Red-Flames/images/menu/admin/calendar_clock.png new file mode 100644 index 00000000..c80eb9ed Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/admin/calendar_clock.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/admin/calendar_clock2.png b/themes/CarbinFiber-Red-Flames/images/menu/admin/calendar_clock2.png new file mode 100644 index 00000000..e22eb253 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/admin/calendar_clock2.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/admin/clock-small.gif b/themes/CarbinFiber-Red-Flames/images/menu/admin/clock-small.gif new file mode 100644 index 00000000..e9610b3d Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/admin/clock-small.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/admin/dn.gif b/themes/CarbinFiber-Red-Flames/images/menu/admin/dn.gif new file mode 100644 index 00000000..49618d51 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/admin/dn.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/admin/down.gif b/themes/CarbinFiber-Red-Flames/images/menu/admin/down.gif new file mode 100644 index 00000000..49618d51 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/admin/down.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/admin/hidden_background.gif b/themes/CarbinFiber-Red-Flames/images/menu/admin/hidden_background.gif new file mode 100644 index 00000000..a61ccca6 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/admin/hidden_background.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/admin/index.html b/themes/CarbinFiber-Red-Flames/images/menu/admin/index.html new file mode 100644 index 00000000..c3e9cf99 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/images/menu/admin/index.html @@ -0,0 +1,32 @@ + + + + + Access Denied + + + + + + + +
    +

    + Access Denied +

    +
    +

    + This is a restricted area which you should not be trying to access!
    + Please return to the mainsite. +

    +
    + +
    +

    + Valid XHTML 1.0 Strict +

    + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/images/menu/admin/interdit.gif b/themes/CarbinFiber-Red-Flames/images/menu/admin/interdit.gif new file mode 100644 index 00000000..ece3eb43 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/admin/interdit.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/admin/left.gif b/themes/CarbinFiber-Red-Flames/images/menu/admin/left.gif new file mode 100644 index 00000000..ea1cb6e8 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/admin/left.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/admin/middot.gif b/themes/CarbinFiber-Red-Flames/images/menu/admin/middot.gif new file mode 100644 index 00000000..be5f4750 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/admin/middot.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/admin/new.gif b/themes/CarbinFiber-Red-Flames/images/menu/admin/new.gif new file mode 100644 index 00000000..5f19dc91 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/admin/new.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/admin/new_gray.gif b/themes/CarbinFiber-Red-Flames/images/menu/admin/new_gray.gif new file mode 100644 index 00000000..8f713ba5 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/admin/new_gray.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/admin/noimg.gif b/themes/CarbinFiber-Red-Flames/images/menu/admin/noimg.gif new file mode 100644 index 00000000..21876a2a Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/admin/noimg.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/admin/none.gif b/themes/CarbinFiber-Red-Flames/images/menu/admin/none.gif new file mode 100644 index 00000000..35d42e80 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/admin/none.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/admin/nouveau.gif b/themes/CarbinFiber-Red-Flames/images/menu/admin/nouveau.gif new file mode 100644 index 00000000..5ba46ec5 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/admin/nouveau.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/admin/null.gif b/themes/CarbinFiber-Red-Flames/images/menu/admin/null.gif new file mode 100644 index 00000000..70ba9f02 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/admin/null.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/admin/right.gif b/themes/CarbinFiber-Red-Flames/images/menu/admin/right.gif new file mode 100644 index 00000000..d27fad32 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/admin/right.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/admin/targetblank-old.gif b/themes/CarbinFiber-Red-Flames/images/menu/admin/targetblank-old.gif new file mode 100644 index 00000000..cfa0d71f Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/admin/targetblank-old.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/admin/targetblank.gif b/themes/CarbinFiber-Red-Flames/images/menu/admin/targetblank.gif new file mode 100644 index 00000000..15775cd1 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/admin/targetblank.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/admin/targetnone.gif b/themes/CarbinFiber-Red-Flames/images/menu/admin/targetnone.gif new file mode 100644 index 00000000..30db673d Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/admin/targetnone.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/admin/trash.gif b/themes/CarbinFiber-Red-Flames/images/menu/admin/trash.gif new file mode 100644 index 00000000..b9de57b3 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/admin/trash.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/admin/trash.png b/themes/CarbinFiber-Red-Flames/images/menu/admin/trash.png new file mode 100644 index 00000000..d06e2e8d Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/admin/trash.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/admin/up.gif b/themes/CarbinFiber-Red-Flames/images/menu/admin/up.gif new file mode 100644 index 00000000..55a3a6e2 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/admin/up.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/admin_pm.gif b/themes/CarbinFiber-Red-Flames/images/menu/admin_pm.gif new file mode 100644 index 00000000..0d7a093f Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/admin_pm.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/babyblue_module_page_05.png b/themes/CarbinFiber-Red-Flames/images/menu/babyblue_module_page_05.png new file mode 100644 index 00000000..75e1e62f Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/babyblue_module_page_05.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/babyblue_module_page_06.png b/themes/CarbinFiber-Red-Flames/images/menu/babyblue_module_page_06.png new file mode 100644 index 00000000..23c66b4b Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/babyblue_module_page_06.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/babyblue_module_page_07.png b/themes/CarbinFiber-Red-Flames/images/menu/babyblue_module_page_07.png new file mode 100644 index 00000000..51942b97 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/babyblue_module_page_07.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/babyblue_toolbox_page_05.png b/themes/CarbinFiber-Red-Flames/images/menu/babyblue_toolbox_page_05.png new file mode 100644 index 00000000..031dde09 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/babyblue_toolbox_page_05.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/babyblue_toolbox_page_06.png b/themes/CarbinFiber-Red-Flames/images/menu/babyblue_toolbox_page_06.png new file mode 100644 index 00000000..1be8b594 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/babyblue_toolbox_page_06.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/babyblue_toolbox_page_07.png b/themes/CarbinFiber-Red-Flames/images/menu/babyblue_toolbox_page_07.png new file mode 100644 index 00000000..e49c0a03 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/babyblue_toolbox_page_07.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/blackpixel.gif b/themes/CarbinFiber-Red-Flames/images/menu/blackpixel.gif new file mode 100644 index 00000000..90ec85dc Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/blackpixel.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/blogs.png b/themes/CarbinFiber-Red-Flames/images/menu/blogs.png new file mode 100644 index 00000000..c9670a97 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/blogs.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/blue.png b/themes/CarbinFiber-Red-Flames/images/menu/blue.png new file mode 100644 index 00000000..0d73ac75 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/blue.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/blue_blog_page_05.png b/themes/CarbinFiber-Red-Flames/images/menu/blue_blog_page_05.png new file mode 100644 index 00000000..bc82fe7d Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/blue_blog_page_05.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/blue_blog_page_06.png b/themes/CarbinFiber-Red-Flames/images/menu/blue_blog_page_06.png new file mode 100644 index 00000000..d5aeabaa Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/blue_blog_page_06.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/blue_blog_page_07.png b/themes/CarbinFiber-Red-Flames/images/menu/blue_blog_page_07.png new file mode 100644 index 00000000..7c413afa Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/blue_blog_page_07.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/blue_toolbox.png b/themes/CarbinFiber-Red-Flames/images/menu/blue_toolbox.png new file mode 100644 index 00000000..d0c838a4 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/blue_toolbox.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/bar.gif b/themes/CarbinFiber-Red-Flames/images/menu/categories/bar.gif new file mode 100644 index 00000000..03bf244f Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/bar.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/bar.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/bar.png new file mode 100644 index 00000000..b2b99d6b Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/bar.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/black-bar.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/black-bar.png new file mode 100644 index 00000000..5696c539 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/black-bar.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/blue-bar.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/blue-bar.png new file mode 100644 index 00000000..11b38642 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/blue-bar.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/fleche.gif b/themes/CarbinFiber-Red-Flames/images/menu/categories/fleche.gif new file mode 100644 index 00000000..7688a9cd Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/fleche.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/green-bar.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/green-bar.png new file mode 100644 index 00000000..79932b14 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/green-bar.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/null.gif b/themes/CarbinFiber-Red-Flames/images/menu/categories/null.gif new file mode 100644 index 00000000..2e6c1d1c Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/null.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/orange-bar.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/orange-bar.png new file mode 100644 index 00000000..efd12976 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/orange-bar.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/petitrond.gif b/themes/CarbinFiber-Red-Flames/images/menu/categories/petitrond.gif new file mode 100644 index 00000000..3bf62b5d Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/petitrond.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/pink-bar.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/pink-bar.png new file mode 100644 index 00000000..09cd1556 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/pink-bar.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/purple-bar.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/purple-bar.png new file mode 100644 index 00000000..73cffbc9 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/purple-bar.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/teal-bar.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/teal-bar.png new file mode 100644 index 00000000..4a92feb1 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/teal-bar.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-L-top_l.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-L-top_l.png new file mode 100644 index 00000000..27f7580d Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-L-top_l.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-L.gif b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-L.gif new file mode 100644 index 00000000..e6d310cf Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-L.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-L.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-L.png new file mode 100644 index 00000000..63fdef46 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-L.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-T.gif b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-T.gif new file mode 100644 index 00000000..68db3697 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-T.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-T.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-T.png new file mode 100644 index 00000000..8013a6b5 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-T.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-black-L.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-black-L.png new file mode 100644 index 00000000..28f7899e Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-black-L.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-blackT.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-blackT.png new file mode 100644 index 00000000..0643619d Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-blackT.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-blue-L.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-blue-L.png new file mode 100644 index 00000000..ae6f2836 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-blue-L.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-blueT.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-blueT.png new file mode 100644 index 00000000..f1b4171e Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-blueT.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-green-L.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-green-L.png new file mode 100644 index 00000000..9d24ce24 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-green-L.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-greenT.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-greenT.png new file mode 100644 index 00000000..4410bdec Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-greenT.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-lightblue-L.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-lightblue-L.png new file mode 100644 index 00000000..5cb5c35a Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-lightblue-L.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-lightblueT.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-lightblueT.png new file mode 100644 index 00000000..809ecac2 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-lightblueT.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-orange-L.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-orange-L.png new file mode 100644 index 00000000..4baa68bf Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-orange-L.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-orangeT.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-orangeT.png new file mode 100644 index 00000000..63e37c68 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-orangeT.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-pink-L.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-pink-L.png new file mode 100644 index 00000000..04430158 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-pink-L.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-pinkT.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-pinkT.png new file mode 100644 index 00000000..42c4cba1 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-pinkT.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-purple-L.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-purple-L.png new file mode 100644 index 00000000..53d8a01c Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-purple-L.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-purpleT.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-purpleT.png new file mode 100644 index 00000000..5e3eb858 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-purpleT.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-teal-L.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-teal-L.png new file mode 100644 index 00000000..d14dfacd Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-teal-L.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-tealT.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-tealT.png new file mode 100644 index 00000000..1c09921b Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-tealT.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-white-L.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-white-L.png new file mode 100644 index 00000000..ed408b5f Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-white-L.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-whiteT.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-whiteT.png new file mode 100644 index 00000000..d95dde68 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-whiteT.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-yellow-L.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-yellow-L.png new file mode 100644 index 00000000..d6c1de0d Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-yellow-L.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-yellowT.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-yellowT.png new file mode 100644 index 00000000..760e102b Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/tree-yellowT.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/white-bar.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/white-bar.png new file mode 100644 index 00000000..87a90ace Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/white-bar.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/categories/yellow-bar.png b/themes/CarbinFiber-Red-Flames/images/menu/categories/yellow-bar.png new file mode 100644 index 00000000..8b6388a3 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/categories/yellow-bar.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/community.png b/themes/CarbinFiber-Red-Flames/images/menu/community.png new file mode 100644 index 00000000..a838feca Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/community.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/default-Computers2.png b/themes/CarbinFiber-Red-Flames/images/menu/default-Computers2.png new file mode 100644 index 00000000..d206377e Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/default-Computers2.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/dot.gif b/themes/CarbinFiber-Red-Flames/images/menu/dot.gif new file mode 100644 index 00000000..d6852c0a Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/dot.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/fixedyellow_toolbox_page_05.png b/themes/CarbinFiber-Red-Flames/images/menu/fixedyellow_toolbox_page_05.png new file mode 100644 index 00000000..65e857fa Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/fixedyellow_toolbox_page_05.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/fixedyellow_toolbox_page_06.png b/themes/CarbinFiber-Red-Flames/images/menu/fixedyellow_toolbox_page_06.png new file mode 100644 index 00000000..07d579af Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/fixedyellow_toolbox_page_06.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/fixedyellow_toolbox_page_07.png b/themes/CarbinFiber-Red-Flames/images/menu/fixedyellow_toolbox_page_07.png new file mode 100644 index 00000000..8d4c0732 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/fixedyellow_toolbox_page_07.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/flourecent_blog_page_05.png b/themes/CarbinFiber-Red-Flames/images/menu/flourecent_blog_page_05.png new file mode 100644 index 00000000..b99fa2a1 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/flourecent_blog_page_05.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/flourecent_blog_page_06.png b/themes/CarbinFiber-Red-Flames/images/menu/flourecent_blog_page_06.png new file mode 100644 index 00000000..ca5ddd56 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/flourecent_blog_page_06.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/flourecent_blog_page_07.png b/themes/CarbinFiber-Red-Flames/images/menu/flourecent_blog_page_07.png new file mode 100644 index 00000000..4fdc80dc Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/flourecent_blog_page_07.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/flourecent_module_page_05.png b/themes/CarbinFiber-Red-Flames/images/menu/flourecent_module_page_05.png new file mode 100644 index 00000000..9f081b33 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/flourecent_module_page_05.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/flourecent_module_page_06.png b/themes/CarbinFiber-Red-Flames/images/menu/flourecent_module_page_06.png new file mode 100644 index 00000000..176d0ba1 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/flourecent_module_page_06.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/flourecent_module_page_07.png b/themes/CarbinFiber-Red-Flames/images/menu/flourecent_module_page_07.png new file mode 100644 index 00000000..96c6c82b Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/flourecent_module_page_07.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/folder.png b/themes/CarbinFiber-Red-Flames/images/menu/folder.png new file mode 100644 index 00000000..1ef6e114 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/folder.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/green_blog_page_05.png b/themes/CarbinFiber-Red-Flames/images/menu/green_blog_page_05.png new file mode 100644 index 00000000..3be60f6a Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/green_blog_page_05.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/green_blog_page_06.png b/themes/CarbinFiber-Red-Flames/images/menu/green_blog_page_06.png new file mode 100644 index 00000000..c8b7d18c Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/green_blog_page_06.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/green_blog_page_07.png b/themes/CarbinFiber-Red-Flames/images/menu/green_blog_page_07.png new file mode 100644 index 00000000..2bc79b00 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/green_blog_page_07.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/green_module_page_05.png b/themes/CarbinFiber-Red-Flames/images/menu/green_module_page_05.png new file mode 100644 index 00000000..1f5a1f7e Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/green_module_page_05.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/green_module_page_06.png b/themes/CarbinFiber-Red-Flames/images/menu/green_module_page_06.png new file mode 100644 index 00000000..24da8198 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/green_module_page_06.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/green_module_page_07.png b/themes/CarbinFiber-Red-Flames/images/menu/green_module_page_07.png new file mode 100644 index 00000000..5ccfd9c5 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/green_module_page_07.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/green_toolbox.png b/themes/CarbinFiber-Red-Flames/images/menu/green_toolbox.png new file mode 100644 index 00000000..36e48baf Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/green_toolbox.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/green_toolbox_page_05.png b/themes/CarbinFiber-Red-Flames/images/menu/green_toolbox_page_05.png new file mode 100644 index 00000000..37afc545 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/green_toolbox_page_05.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/green_toolbox_page_06.png b/themes/CarbinFiber-Red-Flames/images/menu/green_toolbox_page_06.png new file mode 100644 index 00000000..fd37b122 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/green_toolbox_page_06.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/green_toolbox_page_07.png b/themes/CarbinFiber-Red-Flames/images/menu/green_toolbox_page_07.png new file mode 100644 index 00000000..ffd20f04 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/green_toolbox_page_07.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/group-2.gif b/themes/CarbinFiber-Red-Flames/images/menu/group-2.gif new file mode 100644 index 00000000..1a5cbc73 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/group-2.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/group.gif b/themes/CarbinFiber-Red-Flames/images/menu/group.gif new file mode 100644 index 00000000..5a360e25 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/group.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/headphones.png b/themes/CarbinFiber-Red-Flames/images/menu/headphones.png new file mode 100644 index 00000000..03aec4a1 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/headphones.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/home.gif b/themes/CarbinFiber-Red-Flames/images/menu/home.gif new file mode 100644 index 00000000..2097858c Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/home.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/home.png b/themes/CarbinFiber-Red-Flames/images/menu/home.png new file mode 100644 index 00000000..22058498 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/home.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/icon_camera.png b/themes/CarbinFiber-Red-Flames/images/menu/icon_camera.png new file mode 100644 index 00000000..8536d1a7 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/icon_camera.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/icon_cart.png b/themes/CarbinFiber-Red-Flames/images/menu/icon_cart.png new file mode 100644 index 00000000..1baf7b9f Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/icon_cart.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/icon_comments.png b/themes/CarbinFiber-Red-Flames/images/menu/icon_comments.png new file mode 100644 index 00000000..39433cf7 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/icon_comments.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/icon_community.gif b/themes/CarbinFiber-Red-Flames/images/menu/icon_community.gif new file mode 100644 index 00000000..4279a41d Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/icon_community.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/icon_community.png b/themes/CarbinFiber-Red-Flames/images/menu/icon_community.png new file mode 100644 index 00000000..e54ebeba Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/icon_community.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/icon_computer.png b/themes/CarbinFiber-Red-Flames/images/menu/icon_computer.png new file mode 100644 index 00000000..9bc37dce Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/icon_computer.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/icon_date.png b/themes/CarbinFiber-Red-Flames/images/menu/icon_date.png new file mode 100644 index 00000000..783c8335 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/icon_date.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/icon_downloads.gif b/themes/CarbinFiber-Red-Flames/images/menu/icon_downloads.gif new file mode 100644 index 00000000..2d0f83e7 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/icon_downloads.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/icon_downloads.png b/themes/CarbinFiber-Red-Flames/images/menu/icon_downloads.png new file mode 100644 index 00000000..fc5a52f5 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/icon_downloads.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/icon_general.gif b/themes/CarbinFiber-Red-Flames/images/menu/icon_general.gif new file mode 100644 index 00000000..0eb3c471 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/icon_general.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/icon_home (2).gif b/themes/CarbinFiber-Red-Flames/images/menu/icon_home (2).gif new file mode 100644 index 00000000..0d3e7152 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/icon_home (2).gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/icon_home.gif b/themes/CarbinFiber-Red-Flames/images/menu/icon_home.gif new file mode 100644 index 00000000..2097858c Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/icon_home.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/icon_home.png b/themes/CarbinFiber-Red-Flames/images/menu/icon_home.png new file mode 100644 index 00000000..fed62219 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/icon_home.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/icon_install.gif b/themes/CarbinFiber-Red-Flames/images/menu/icon_install.gif new file mode 100644 index 00000000..b65afe94 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/icon_install.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/icon_key.png b/themes/CarbinFiber-Red-Flames/images/menu/icon_key.png new file mode 100644 index 00000000..4ec1a928 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/icon_key.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/icon_lightbulb.png b/themes/CarbinFiber-Red-Flames/images/menu/icon_lightbulb.png new file mode 100644 index 00000000..d22fde8b Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/icon_lightbulb.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/icon_links_files.png b/themes/CarbinFiber-Red-Flames/images/menu/icon_links_files.png new file mode 100644 index 00000000..a489aacf Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/icon_links_files.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/icon_members.gif b/themes/CarbinFiber-Red-Flames/images/menu/icon_members.gif new file mode 100644 index 00000000..19fd9c41 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/icon_members.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/icon_modules.png b/themes/CarbinFiber-Red-Flames/images/menu/icon_modules.png new file mode 100644 index 00000000..0905f933 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/icon_modules.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/icon_news.png b/themes/CarbinFiber-Red-Flames/images/menu/icon_news.png new file mode 100644 index 00000000..c3d1a06b Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/icon_news.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/icon_pencil.png b/themes/CarbinFiber-Red-Flames/images/menu/icon_pencil.png new file mode 100644 index 00000000..046811ed Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/icon_pencil.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/icon_poll.gif b/themes/CarbinFiber-Red-Flames/images/menu/icon_poll.gif new file mode 100644 index 00000000..99c7251c Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/icon_poll.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/icon_poll.png b/themes/CarbinFiber-Red-Flames/images/menu/icon_poll.png new file mode 100644 index 00000000..9051fbc6 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/icon_poll.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/icon_themes.png b/themes/CarbinFiber-Red-Flames/images/menu/icon_themes.png new file mode 100644 index 00000000..73c5b3f2 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/icon_themes.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/icon_wrench_orange.png b/themes/CarbinFiber-Red-Flames/images/menu/icon_wrench_orange.png new file mode 100644 index 00000000..565a9330 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/icon_wrench_orange.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/index.html b/themes/CarbinFiber-Red-Flames/images/menu/index.html new file mode 100644 index 00000000..c3e9cf99 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/images/menu/index.html @@ -0,0 +1,32 @@ + + + + + Access Denied + + + + + + + +
    +

    + Access Denied +

    +
    +

    + This is a restricted area which you should not be trying to access!
    + Please return to the mainsite. +

    +
    + +
    +

    + Valid XHTML 1.0 Strict +

    + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/images/menu/links2.png b/themes/CarbinFiber-Red-Flames/images/menu/links2.png new file mode 100644 index 00000000..db2d7870 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/links2.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/login2.png b/themes/CarbinFiber-Red-Flames/images/menu/login2.png new file mode 100644 index 00000000..b1f749a3 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/login2.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/members.gif b/themes/CarbinFiber-Red-Flames/images/menu/members.gif new file mode 100644 index 00000000..f5621a0b Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/members.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/members.png b/themes/CarbinFiber-Red-Flames/images/menu/members.png new file mode 100644 index 00000000..727368a5 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/members.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/message-icon-png-9.png b/themes/CarbinFiber-Red-Flames/images/menu/message-icon-png-9.png new file mode 100644 index 00000000..a0258be7 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/message-icon-png-9.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/message-icon.png b/themes/CarbinFiber-Red-Flames/images/menu/message-icon.png new file mode 100644 index 00000000..e4cc677e Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/message-icon.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/message.png b/themes/CarbinFiber-Red-Flames/images/menu/message.png new file mode 100644 index 00000000..f50fbf0e Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/message.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/minus.png b/themes/CarbinFiber-Red-Flames/images/menu/minus.png new file mode 100644 index 00000000..a770a1d7 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/minus.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/moderate.gif b/themes/CarbinFiber-Red-Flames/images/menu/moderate.gif new file mode 100644 index 00000000..d758a2a4 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/moderate.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/msg.png b/themes/CarbinFiber-Red-Flames/images/menu/msg.png new file mode 100644 index 00000000..410eb1c2 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/msg.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/null.gif b/themes/CarbinFiber-Red-Flames/images/menu/null.gif new file mode 100644 index 00000000..70ba9f02 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/null.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/online.png b/themes/CarbinFiber-Red-Flames/images/menu/online.png new file mode 100644 index 00000000..6768d1db Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/online.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/orange.png b/themes/CarbinFiber-Red-Flames/images/menu/orange.png new file mode 100644 index 00000000..abaaa16d Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/orange.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/orange_blog_page_05.png b/themes/CarbinFiber-Red-Flames/images/menu/orange_blog_page_05.png new file mode 100644 index 00000000..e46d5291 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/orange_blog_page_05.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/orange_blog_page_06.png b/themes/CarbinFiber-Red-Flames/images/menu/orange_blog_page_06.png new file mode 100644 index 00000000..e7f75036 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/orange_blog_page_06.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/orange_blog_page_07.png b/themes/CarbinFiber-Red-Flames/images/menu/orange_blog_page_07.png new file mode 100644 index 00000000..62d9d9d6 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/orange_blog_page_07.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/orange_module_page_05.png b/themes/CarbinFiber-Red-Flames/images/menu/orange_module_page_05.png new file mode 100644 index 00000000..d466f07e Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/orange_module_page_05.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/orange_module_page_06.png b/themes/CarbinFiber-Red-Flames/images/menu/orange_module_page_06.png new file mode 100644 index 00000000..c69f3088 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/orange_module_page_06.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/orange_module_page_07.png b/themes/CarbinFiber-Red-Flames/images/menu/orange_module_page_07.png new file mode 100644 index 00000000..971d3e8d Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/orange_module_page_07.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/pdf.gif b/themes/CarbinFiber-Red-Flames/images/menu/pdf.gif new file mode 100644 index 00000000..a514e00c Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/pdf.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/pix.gif b/themes/CarbinFiber-Red-Flames/images/menu/pix.gif new file mode 100644 index 00000000..3a469695 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/pix.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/plus.png b/themes/CarbinFiber-Red-Flames/images/menu/plus.png new file mode 100644 index 00000000..393fdc7b Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/plus.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/pm.gif b/themes/CarbinFiber-Red-Flames/images/menu/pm.gif new file mode 100644 index 00000000..c0f02387 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/pm.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/posts.png b/themes/CarbinFiber-Red-Flames/images/menu/posts.png new file mode 100644 index 00000000..01871ca3 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/posts.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/purple.png b/themes/CarbinFiber-Red-Flames/images/menu/purple.png new file mode 100644 index 00000000..d1342a54 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/purple.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/purple_toolbox_page_05.png b/themes/CarbinFiber-Red-Flames/images/menu/purple_toolbox_page_05.png new file mode 100644 index 00000000..a2b7aa84 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/purple_toolbox_page_05.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/purple_toolbox_page_06.png b/themes/CarbinFiber-Red-Flames/images/menu/purple_toolbox_page_06.png new file mode 100644 index 00000000..821d9421 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/purple_toolbox_page_06.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/purple_toolbox_page_07.png b/themes/CarbinFiber-Red-Flames/images/menu/purple_toolbox_page_07.png new file mode 100644 index 00000000..e6d7e6ad Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/purple_toolbox_page_07.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/red_blog_page_06.png b/themes/CarbinFiber-Red-Flames/images/menu/red_blog_page_06.png new file mode 100644 index 00000000..d970cffa Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/red_blog_page_06.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/red_blog_page_07.png b/themes/CarbinFiber-Red-Flames/images/menu/red_blog_page_07.png new file mode 100644 index 00000000..6b2a7f13 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/red_blog_page_07.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/red_module_page_05.png b/themes/CarbinFiber-Red-Flames/images/menu/red_module_page_05.png new file mode 100644 index 00000000..ab4cbb1a Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/red_module_page_05.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/red_module_page_06.png b/themes/CarbinFiber-Red-Flames/images/menu/red_module_page_06.png new file mode 100644 index 00000000..89e8c878 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/red_module_page_06.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/red_module_page_07.png b/themes/CarbinFiber-Red-Flames/images/menu/red_module_page_07.png new file mode 100644 index 00000000..dea2ad29 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/red_module_page_07.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/som_downloads.gif b/themes/CarbinFiber-Red-Flames/images/menu/som_downloads.gif new file mode 100644 index 00000000..806fd5d8 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/som_downloads.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/toolbox.png b/themes/CarbinFiber-Red-Flames/images/menu/toolbox.png new file mode 100644 index 00000000..5adf8b6d Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/toolbox.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/totals.png b/themes/CarbinFiber-Red-Flames/images/menu/totals.png new file mode 100644 index 00000000..a04e69c6 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/totals.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/tree-C.gif b/themes/CarbinFiber-Red-Flames/images/menu/tree-C.gif new file mode 100644 index 00000000..953f4609 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/tree-C.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/up.gif b/themes/CarbinFiber-Red-Flames/images/menu/up.gif new file mode 100644 index 00000000..444c8783 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/up.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/yellow_blog_page_05.png b/themes/CarbinFiber-Red-Flames/images/menu/yellow_blog_page_05.png new file mode 100644 index 00000000..40110f03 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/yellow_blog_page_05.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/yellow_blog_page_06.png b/themes/CarbinFiber-Red-Flames/images/menu/yellow_blog_page_06.png new file mode 100644 index 00000000..79ef95eb Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/yellow_blog_page_06.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/yellow_blog_page_07.png b/themes/CarbinFiber-Red-Flames/images/menu/yellow_blog_page_07.png new file mode 100644 index 00000000..4880dd32 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/yellow_blog_page_07.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/yellow_module_page_05.png b/themes/CarbinFiber-Red-Flames/images/menu/yellow_module_page_05.png new file mode 100644 index 00000000..f7199346 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/yellow_module_page_05.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/yellow_module_page_06.png b/themes/CarbinFiber-Red-Flames/images/menu/yellow_module_page_06.png new file mode 100644 index 00000000..243ec6fe Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/yellow_module_page_06.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/yellow_module_page_07.png b/themes/CarbinFiber-Red-Flames/images/menu/yellow_module_page_07.png new file mode 100644 index 00000000..b6b2d267 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/yellow_module_page_07.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/yellow_toolbox_page_05.png b/themes/CarbinFiber-Red-Flames/images/menu/yellow_toolbox_page_05.png new file mode 100644 index 00000000..5e7e965b Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/yellow_toolbox_page_05.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/yellow_toolbox_page_06.png b/themes/CarbinFiber-Red-Flames/images/menu/yellow_toolbox_page_06.png new file mode 100644 index 00000000..25d888fb Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/yellow_toolbox_page_06.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/menu/yellow_toolbox_page_07.png b/themes/CarbinFiber-Red-Flames/images/menu/yellow_toolbox_page_07.png new file mode 100644 index 00000000..05333c69 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/menu/yellow_toolbox_page_07.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/rightbar.gif b/themes/CarbinFiber-Red-Flames/images/rightbar.gif new file mode 100644 index 00000000..4f6f79ce Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/rightbar.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/rightbar.png b/themes/CarbinFiber-Red-Flames/images/rightbar.png new file mode 100644 index 00000000..ed329b60 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/rightbar.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/spacer1.gif b/themes/CarbinFiber-Red-Flames/images/spacer1.gif new file mode 100644 index 00000000..d7944344 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/spacer1.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/thumb.png b/themes/CarbinFiber-Red-Flames/images/thumb.png new file mode 100644 index 00000000..09189403 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/thumb.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/AllTopics.png b/themes/CarbinFiber-Red-Flames/images/topics/AllTopics.png new file mode 100644 index 00000000..88c161e3 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/AllTopics.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/Blog_Topics.png b/themes/CarbinFiber-Red-Flames/images/topics/Blog_Topics.png new file mode 100644 index 00000000..c0c50209 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/Blog_Topics.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/Ly9V4T3.png b/themes/CarbinFiber-Red-Flames/images/topics/Ly9V4T3.png new file mode 100644 index 00000000..fc73324e Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/Ly9V4T3.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/black_template.png b/themes/CarbinFiber-Red-Flames/images/topics/black_template.png new file mode 100644 index 00000000..7160c04e Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/black_template.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/blue_template.png b/themes/CarbinFiber-Red-Flames/images/topics/blue_template.png new file mode 100644 index 00000000..71d9788e Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/blue_template.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/calender.png b/themes/CarbinFiber-Red-Flames/images/topics/calender.png new file mode 100644 index 00000000..fefaa559 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/calender.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/fuckyou_dude.png b/themes/CarbinFiber-Red-Flames/images/topics/fuckyou_dude.png new file mode 100644 index 00000000..428565cd Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/fuckyou_dude.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/index.html b/themes/CarbinFiber-Red-Flames/images/topics/index.html new file mode 100644 index 00000000..9fa54158 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/images/topics/index.html @@ -0,0 +1,54 @@ + + + Access Denied + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/images/topics/kingpin_121.png b/themes/CarbinFiber-Red-Flames/images/topics/kingpin_121.png new file mode 100644 index 00000000..82eac689 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/kingpin_121.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/lock.png b/themes/CarbinFiber-Red-Flames/images/topics/lock.png new file mode 100644 index 00000000..7a81d809 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/lock.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/lock_silver.png b/themes/CarbinFiber-Red-Flames/images/topics/lock_silver.png new file mode 100644 index 00000000..bed81500 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/lock_silver.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/more.png b/themes/CarbinFiber-Red-Flames/images/topics/more.png new file mode 100644 index 00000000..b2d2e91c Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/more.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/music.png b/themes/CarbinFiber-Red-Flames/images/topics/music.png new file mode 100644 index 00000000..3fb7bad3 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/music.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/nuke.png b/themes/CarbinFiber-Red-Flames/images/topics/nuke.png new file mode 100644 index 00000000..2fb02a94 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/nuke.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/nuke_titanium.png b/themes/CarbinFiber-Red-Flames/images/topics/nuke_titanium.png new file mode 100644 index 00000000..4d086726 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/nuke_titanium.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/phuck_you.png b/themes/CarbinFiber-Red-Flames/images/topics/phuck_you.png new file mode 100644 index 00000000..3c2f9c6e Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/phuck_you.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/programming.png b/themes/CarbinFiber-Red-Flames/images/topics/programming.png new file mode 100644 index 00000000..25991d91 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/programming.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/read_more.gif b/themes/CarbinFiber-Red-Flames/images/topics/read_more.gif new file mode 100644 index 00000000..ec5757e6 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/read_more.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/read_more2.gif b/themes/CarbinFiber-Red-Flames/images/topics/read_more2.gif new file mode 100644 index 00000000..e7b7014a Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/read_more2.gif differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/reads-icon-16.png b/themes/CarbinFiber-Red-Flames/images/topics/reads-icon-16.png new file mode 100644 index 00000000..5d55b468 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/reads-icon-16.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/staff.png b/themes/CarbinFiber-Red-Flames/images/topics/staff.png new file mode 100644 index 00000000..8ea93b4a Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/staff.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/suit_ghost.png b/themes/CarbinFiber-Red-Flames/images/topics/suit_ghost.png new file mode 100644 index 00000000..b3b013c8 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/suit_ghost.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/template.png b/themes/CarbinFiber-Red-Flames/images/topics/template.png new file mode 100644 index 00000000..326687f1 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/template.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/titanium_edition.png b/themes/CarbinFiber-Red-Flames/images/topics/titanium_edition.png new file mode 100644 index 00000000..d2f08703 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/titanium_edition.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/titanium_one.png b/themes/CarbinFiber-Red-Flames/images/topics/titanium_one.png new file mode 100644 index 00000000..9c683cee Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/titanium_one.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/tool_icon.png b/themes/CarbinFiber-Red-Flames/images/topics/tool_icon.png new file mode 100644 index 00000000..3983e9d8 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/tool_icon.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/topic-16.png b/themes/CarbinFiber-Red-Flames/images/topics/topic-16.png new file mode 100644 index 00000000..2125a7d6 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/topic-16.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/topic-blog-16.png b/themes/CarbinFiber-Red-Flames/images/topics/topic-blog-16.png new file mode 100644 index 00000000..e3805cb6 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/topic-blog-16.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/topic-blogs-16.png b/themes/CarbinFiber-Red-Flames/images/topics/topic-blogs-16.png new file mode 100644 index 00000000..3aa8007a Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/topic-blogs-16.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/topic-icon-black.png b/themes/CarbinFiber-Red-Flames/images/topics/topic-icon-black.png new file mode 100644 index 00000000..f0b96c88 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/topic-icon-black.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/topic-icon-white.png b/themes/CarbinFiber-Red-Flames/images/topics/topic-icon-white.png new file mode 100644 index 00000000..3ff862ad Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/topic-icon-white.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/topic-icon.png b/themes/CarbinFiber-Red-Flames/images/topics/topic-icon.png new file mode 100644 index 00000000..00ec1ee5 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/topic-icon.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/topic-white.png b/themes/CarbinFiber-Red-Flames/images/topics/topic-white.png new file mode 100644 index 00000000..0e223a1a Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/topic-white.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/topics.png b/themes/CarbinFiber-Red-Flames/images/topics/topics.png new file mode 100644 index 00000000..8bd95fa2 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/topics.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/topics2.png b/themes/CarbinFiber-Red-Flames/images/topics/topics2.png new file mode 100644 index 00000000..4e35ee06 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/topics2.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/video_projects.png b/themes/CarbinFiber-Red-Flames/images/topics/video_projects.png new file mode 100644 index 00000000..5f579da9 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/video_projects.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/vs2019.png b/themes/CarbinFiber-Red-Flames/images/topics/vs2019.png new file mode 100644 index 00000000..a84b3e70 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/vs2019.png differ diff --git a/themes/CarbinFiber-Red-Flames/images/topics/youre_an_asshole.png b/themes/CarbinFiber-Red-Flames/images/topics/youre_an_asshole.png new file mode 100644 index 00000000..fe68c5d6 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/images/topics/youre_an_asshole.png differ diff --git a/themes/CarbinFiber-Red-Flames/includes/javascript.php b/themes/CarbinFiber-Red-Flames/includes/javascript.php new file mode 100644 index 00000000..0fb6c6cf --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/includes/javascript.php @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + diff --git a/themes/CarbinFiber-Red-Flames/includes/mimetype.php b/themes/CarbinFiber-Red-Flames/includes/mimetype.php new file mode 100644 index 00000000..9ac77592 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/includes/mimetype.php @@ -0,0 +1,214 @@ +'."\n"; + +if (empty($doctype)) +$doctype = 'transitional'; + +switch ($doctype) +{ + case 'strict': + $output .= ''; + define('DOCTYPE', 'strict'); + break; + case 'transitional': + $output .= ''; + define('DOCTYPE', 'transitional'); + break; + case 'frameset': + $output .= ''; + define('DOCTYPE', 'frameset'); + break; + case 'math': + $output .= ''; + define('DOCTYPE', 'math'); + break; + case 'xhtml11': + $output .= ''; + define('DOCTYPE', 'xhtml11'); + break; + case 'default': + $output .= ''; + define('DOCTYPE', 'transitional'); + break; +} + +$output .= "\n".''."\n"; +$output .= "".''."\n"; + +$output .= "\n"; +$output .= "\n"; + +$output .= ''; +$output .= "\n".''."\n"; +$output .= ''."\n"; +$output .= ''."\n"; +$output .= ''."\n"; + + +/*# NOTE: To allow for q-values with one space (text/html; q=0.5), +# use the following regex: +# "/text\/html;[\ ]{0,1}q=([0-1]{0,1}\.\d{0,4})/i"*/ +if((isset($_SERVER['HTTP_ACCEPT'])) && (stristr($_SERVER['HTTP_ACCEPT'],'application/xhtml+xml'))) { + if(preg_match('/application\/xhtml\+xml;q=([0-1]{0,1}\.\d{0,4})/i',$_SERVER['HTTP_ACCEPT'],$matches)) { + $xhtml_q = $matches[1]; + if(preg_match('/text\/html;q=([0-1]{0,1}\.\d{0,4})/i',$_SERVER['HTTP_ACCEPT'],$matches)) { + $html_q = $matches[1]; + if((float)$xhtml_q >= (float)$html_q) { + $mime = $mime; + } + } + } +} else { + $mime = 'text/html'; +} + +//# Get the file stats and compute last-modified time. +$filestats = @stat($_SERVER["SCRIPT_FILENAME"]); +$lastmod = $filestats[9] - date('Z'); #Convert Local time -> GMT + +//# ETag is "inode-lastmodtime-filesize" - See PHP stat function for more detail +$etag = '"' . dechex($filestats[1]) . "-" . dechex($lastmod) . "-" . dechex($filestats[7]) . '"'; + +//# Check HTTP_IF_NONE_MATCH +//# and report a 304 Not Modified header if they match. +if (isset ($_SERVER['HTTP_IF_NONE_MATCH'])) { + if ($etag === stripslashes($_SERVER['HTTP_IF_NONE_MATCH'])) + $is304 = true; +} + +if ($is304) { + if (isset($_SERVER['SERVER_PROTOCOL']) && $_SERVER['SERVER_PROTOCOL'] == 'HTTP/1.1') { + header('HTTP/1.1 304 Not Modified'); + } else { + header('HTTP/1.0 304 Not Modified'); + } + header('ETag: ' . $etag); + header('Vary: Accept'); + header('Connection: close'); + exit; +} + +header('Content-Type: ' . $mime . ';charset=' . $charset); +//header("Cache-Control: max-age=86400, s-maxage=86400"); +header('Vary: Accept'); +/*# If for some reason we didn't get a valid file modification time +# from the stat function, or it errored out, DO NOT send the ETag +# header as it will not be valid. Valid in this since is defined +# as modified AFTER Dec 24, 1999. +//if ($lastmod > 946080000) { # 946080000 = Dec 24, 1999 4PM +// header("ETag: " . $etag); +//} +*/ +echo $output; +?> diff --git a/themes/CarbinFiber-Red-Flames/logo/86it-developers-network.png b/themes/CarbinFiber-Red-Flames/logo/86it-developers-network.png new file mode 100644 index 00000000..84a189a3 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/logo/86it-developers-network.png differ diff --git a/themes/CarbinFiber-Red-Flames/logo/gold_logo.pspimage b/themes/CarbinFiber-Red-Flames/logo/gold_logo.pspimage new file mode 100644 index 00000000..9de37b43 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/logo/gold_logo.pspimage differ diff --git a/themes/CarbinFiber-Red-Flames/logo/logo2.gif b/themes/CarbinFiber-Red-Flames/logo/logo2.gif new file mode 100644 index 00000000..cab31ae4 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/logo/logo2.gif differ diff --git a/themes/CarbinFiber-Red-Flames/modules/Blog/images/index.html b/themes/CarbinFiber-Red-Flames/modules/Blog/images/index.html new file mode 100644 index 00000000..9fa54158 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/modules/Blog/images/index.html @@ -0,0 +1,54 @@ + + + Access Denied + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/AllTopics.png b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/AllTopics.png new file mode 100644 index 00000000..88c161e3 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/AllTopics.png differ diff --git a/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/Ly9V4T3.png b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/Ly9V4T3.png new file mode 100644 index 00000000..fc73324e Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/Ly9V4T3.png differ diff --git a/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/black_template.png b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/black_template.png new file mode 100644 index 00000000..7160c04e Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/black_template.png differ diff --git a/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/blue_template.png b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/blue_template.png new file mode 100644 index 00000000..71d9788e Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/blue_template.png differ diff --git a/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/fuckyou_dude.png b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/fuckyou_dude.png new file mode 100644 index 00000000..428565cd Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/fuckyou_dude.png differ diff --git a/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/index.html b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/index.html new file mode 100644 index 00000000..9fa54158 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/index.html @@ -0,0 +1,54 @@ + + + Access Denied + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/kingpin_121.png b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/kingpin_121.png new file mode 100644 index 00000000..82eac689 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/kingpin_121.png differ diff --git a/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/lock.png b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/lock.png new file mode 100644 index 00000000..7a81d809 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/lock.png differ diff --git a/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/lock_silver.png b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/lock_silver.png new file mode 100644 index 00000000..bed81500 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/lock_silver.png differ diff --git a/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/music.png b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/music.png new file mode 100644 index 00000000..3fb7bad3 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/music.png differ diff --git a/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/nuke.png b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/nuke.png new file mode 100644 index 00000000..2fb02a94 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/nuke.png differ diff --git a/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/nuke_titanium.png b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/nuke_titanium.png new file mode 100644 index 00000000..4d086726 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/nuke_titanium.png differ diff --git a/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/phuck_you.png b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/phuck_you.png new file mode 100644 index 00000000..3c2f9c6e Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/phuck_you.png differ diff --git a/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/programming.png b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/programming.png new file mode 100644 index 00000000..25991d91 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/programming.png differ diff --git a/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/staff.png b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/staff.png new file mode 100644 index 00000000..8ea93b4a Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/staff.png differ diff --git a/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/suit_ghost.png b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/suit_ghost.png new file mode 100644 index 00000000..b3b013c8 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/suit_ghost.png differ diff --git a/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/template.png b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/template.png new file mode 100644 index 00000000..326687f1 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/template.png differ diff --git a/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/titanium_edition.png b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/titanium_edition.png new file mode 100644 index 00000000..d2f08703 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/titanium_edition.png differ diff --git a/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/titanium_one.png b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/titanium_one.png new file mode 100644 index 00000000..9c683cee Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/titanium_one.png differ diff --git a/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/tool_icon.png b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/tool_icon.png new file mode 100644 index 00000000..3983e9d8 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/tool_icon.png differ diff --git a/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/video_projects.png b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/video_projects.png new file mode 100644 index 00000000..5f579da9 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/video_projects.png differ diff --git a/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/vs2019.png b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/vs2019.png new file mode 100644 index 00000000..a84b3e70 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/vs2019.png differ diff --git a/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/youre_an_asshole.png b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/youre_an_asshole.png new file mode 100644 index 00000000..fe68c5d6 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/modules/Blog/images/topics/youre_an_asshole.png differ diff --git a/themes/CarbinFiber-Red-Flames/style/ECalendar/bcenter-style.css b/themes/CarbinFiber-Red-Flames/style/ECalendar/bcenter-style.css new file mode 100644 index 00000000..4e3b7f6e --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/style/ECalendar/bcenter-style.css @@ -0,0 +1,136 @@ +#cwraper { + width: 100%; +} + +#cbody { + max-width: 800px; + min-width: 500px; + margin: 0 auto; + font-family: Arial, sans-serif; + text-align:center; +} + +.header{ + width: 100%; + height: 50px; + background-image: linear-gradient(#222, #444, #222); + background-color:#000; + color:#FFF; + font-weight:900; + text-align:center; + letter-spacing:1px; +} + +.calendar { + width: 100%; + border-collapse: collapse; + margin-top: 5px; + background-color:#000; +} + +.calendar caption { + margin-bottom: 10px; +} + +.cheader { + background-image: linear-gradient(#222, #C08933, #222); + color:#FFF; + letter-spacing:1px; + font-size:18px; + text-shadow: 1px 1px 2px #000, 0 0 25px #222, 0 0 5px #333; +} + +.today { + background-image: linear-gradient(#888, #333); + color: #fff; + font-size:18px; + font-weight:600; + border:1px solid #000; + text-align:left; + height: 65px; + min-width:64px; + padding-top: 5px; + padding-left:5px; +} + +.day { + text-align:left; + color:#000; + font-size:18px; + height: 65px; + min-width: 64px; + padding-top: 5px; + padding-left:5px; +} + +.calendar tr:nth-child(odd) { + background: #E0E0E0; +} + +.calendar tr:nth-child(even) { + background: #D0D0D0; +} + +.calendar th, +.calendar td { + border: 1px solid #000; +} + +.dayt { + height: 80%; + width: 100%; +} + +.event { + width:28px; + height:28px; + border-radius:15px;border:1px solid #000; + font-size:18px; + font-weight:600; + color:#000; + line-height:28px; + text-align:center; + background:#C08933; + -webkit-box-shadow:0 0 6px #000; + -moz-box-shadow: 0 0 6px #000; + box-shadow:0 0 6px #000; +} + +/* Start state */ +.animated-modal { + width: 500px; + border: 5px solid #000; + border-radius: 4px; + overflow: hidden; + color: #000; + background-color:#CCC; + display: none; + transform: translateY(-50px); + transition: all .7s; +} + +.animated-modal h2, +.animated-modal p { + transform: translateY(-50px); + opacity: 0; + color:#000; + transition-property: transform, opacity; + transition-duration: .4s; +} + +/* Final state */ +.fancybox-slide--current .animated-modal, +.fancybox-slide--current .animated-modal h2, +.fancybox-slide--current .animated-modal p { + transform: translateY(0); + opacity: 1; +} + +/* Reveal content with different delays */ +.fancybox-slide--current .animated-modal h2 { + transition-delay: .1s; +} + +.fancybox-slide--current .animated-modal p { + transition-delay: .3s; +} \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/style/ECalendar/bside-style.css b/themes/CarbinFiber-Red-Flames/style/ECalendar/bside-style.css new file mode 100644 index 00000000..8f22b7b2 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/style/ECalendar/bside-style.css @@ -0,0 +1,133 @@ +#cwraper { + width: 100%; +} + +#cbody { + font-family: Arial, sans-serif; + font-size:10px; + max-width: 200px; + min-width: 150px; + margin: 0 auto; +} + +.header{ + width: 100%; + height: 25px; + background-image: linear-gradient(#222, #444, #222); + background-color:#000; + color:#FFF; + font-weight:600; + font-size:13px; + letter-spacing:1px; + text-align:center; +} + +.calendar { + background-color:#000; + border-collapse: collapse; + width: 100%; +} + +.calendar caption { + margin-bottom: 5px; +} + +.cheader { + background-image: linear-gradient(#222, #C08933, #222); + background-color: #222; + color: #fff; + font-size:12px; + text-shadow: 1px 1px 2px #000, 0 0 25px #222, 0 0 5px #333; +} + +.today { + background-image: linear-gradient(#888, #333); + color: #fff; + font-weight:500; + border:1px solid #000; + text-align:center; + height: 20px; + width:14%; + line-height:18px; +} + +.day { + color:#000; + height: 20px; + width: 14%; + line-height:18px; + text-align:center; +} + +.calendar tr:nth-child(odd) { + background: #E0E0E0; +} + +.calendar tr:nth-child(even) { + background: #D0D0D0; +} + +.calendar th, +.calendar td { + border: 1px solid #000; +} + +.dayt { + height: 80%; + width: 100%; +} + +.event { + width:14px; + height:14px; + border-radius:10px; + border:1px solid #000; + font-weight:700; + color:#000; + line-height:14px; + text-align:center; + background:#C08933; + -webkit-box-shadow:0 0 6px #000; + -moz-box-shadow: 0 0 6px #000; + box-shadow:0 0 6px #000; + margin: 0 auto; +} + +/* Start state */ +.animated-modal { + width: 500px; + border: 5px solid #000; + border-radius: 4px; + overflow: hidden; + color: #000; + background-color:#CCC; + display: none; + transform: translateY(-50px); + transition: all .7s; +} + +.animated-modal h2, +.animated-modal p { + transform: translateY(-50px); + opacity: 0; + color:#000; + transition-property: transform, opacity; + transition-duration: .4s; +} + +/* Final state */ +.fancybox-slide--current .animated-modal, +.fancybox-slide--current .animated-modal h2, +.fancybox-slide--current .animated-modal p { + transform: translateY(0); + opacity: 1; +} + +/* Reveal content with different delays */ +.fancybox-slide--current .animated-modal h2 { + transition-delay: .1s; +} + +.fancybox-slide--current .animated-modal p { + transition-delay: .3s; +} \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/style/ECalendar/index.html b/themes/CarbinFiber-Red-Flames/style/ECalendar/index.html new file mode 100644 index 00000000..2128cbfc --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/style/ECalendar/index.html @@ -0,0 +1,28 @@ + + + + + Access Denied + + + +
    +

    Access Denied

    +
    + + +
    + This is a restricted area which you should not be trying to access!
    + Please return to the mainsite. +

    + +
    + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/style/ECalendar/style.css b/themes/CarbinFiber-Red-Flames/style/ECalendar/style.css new file mode 100644 index 00000000..57340784 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/style/ECalendar/style.css @@ -0,0 +1,165 @@ +#cwraperm { + width: 100%; +} + +#cbodym { + max-width: 850px; + min-width: 600px; + margin: 0 auto; + font-family: Arial, sans-serif; + text-align:center; +} + +.headerm{ + width: 100%; + height: 50px; + background-image: linear-gradient(#222, #444, #222); + background-color:#000; + color:#FFF; + line-height:50px; + letter-spacing:1px; + font-weight:700; + font-size:18px; + text-align:center; +} + +.cheaderm { + background-image: linear-gradient(#222, #C08933, #222); + color:#FFF; + letter-spacing:1px; + font-size:12px; + text-shadow: 1px 1px 2px #000, 0 0 25px #222, 0 0 5px #333; +} + +.calendarm { + width: 100%; + border-collapse: collapse; + margin-top: 2px; + background-color:#000; +} + +.calendarm caption { + margin-bottom: 10px; +} + +.todaym { + background-image: linear-gradient(#777, #444); + color: #fff; + font-size:18px; + font-weight:600; + border:1px solid #000; + text-align:left; + height: 75px; + width:64px; + padding-top: 5px; + padding-left:5px; +} + +.daym { + text-align:left; + color:#000; + font-size:18px; + height: 75px; + min-width: 64px; + padding-top: 5px; + padding-left:5px; +} + +.calendarm tr:nth-child(odd) { + background: #E0E0E0; +} + +.calendarm tr:nth-child(even) { + background: #D0D0D0; +} + +.calendarm th, +.calendarm td { + border: 1px solid #000; +} + +.daytm { + height: 80%; + width: 100%; +} + +a.control:visited, a.control:link, a.control:active { + color:#FFF; +} + +a.control:hover { + color:#C08933; +} + +.eventm { + width:28px; + height:28px; + border-radius:14px; + border:1px solid #000; + font-size:18px; + font-weight:600; + color:#000; + line-height:28px; + text-align:center; + background:#C08933; + -webkit-box-shadow:0 0 6px #000; + -moz-box-shadow: 0 0 6px #000; + box-shadow:0 0 6px #000; +} + +#nmonthb { + float:left; + font-size:11px !important; + width: 140px; + height: 50px; + border: 0px; + line-height: 50px; +} + +#nmonthf { + float:right; + font-size:11px !important; + width: 140px; + height: 50px; + border: 0px; + line-height: 50px; +} + +/* Start state */ +.animated-modalm { + width: 550px; + border: 5px solid #000; + border-radius: 8px; + overflow: hidden; + color: #000; + background-color:#CCC; + display: none; + transform: translateY(-50px); + transition: all .7s; +} + +.animated-modalm h2, +.animated-modalm p { + transform: translateY(-50px); + opacity: 0; + color:#000; + transition-property: transform, opacity; + transition-duration: .4s; +} + +/* Final state */ +.fancybox-slide--current .animated-modalm, +.fancybox-slide--current .animated-modalm h2, +.fancybox-slide--current .animated-modalm p { + transform: translateY(0); + opacity: 1; +} + +/* Reveal content with different delays */ +.fancybox-slide--current .animated-modalm h2 { + transition-delay: .1s; +} + +.fancybox-slide--current .animated-modalm p { + transition-delay: .3s; +} \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/style/images/bg1.jpg b/themes/CarbinFiber-Red-Flames/style/images/bg1.jpg new file mode 100644 index 00000000..484db2ea Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/style/images/bg1.jpg differ diff --git a/themes/CarbinFiber-Red-Flames/style/images/bg2.jpg b/themes/CarbinFiber-Red-Flames/style/images/bg2.jpg new file mode 100644 index 00000000..028b6cb3 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/style/images/bg2.jpg differ diff --git a/themes/CarbinFiber-Red-Flames/style/images/bg3.jpg b/themes/CarbinFiber-Red-Flames/style/images/bg3.jpg new file mode 100644 index 00000000..10085ff6 Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/style/images/bg3.jpg differ diff --git a/themes/CarbinFiber-Red-Flames/style/images/black.png b/themes/CarbinFiber-Red-Flames/style/images/black.png new file mode 100644 index 00000000..f6f2358d Binary files /dev/null and b/themes/CarbinFiber-Red-Flames/style/images/black.png differ diff --git a/themes/CarbinFiber-Red-Flames/style/images/index.html b/themes/CarbinFiber-Red-Flames/style/images/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/style/images/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/style/index.html b/themes/CarbinFiber-Red-Flames/style/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/style/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/style/js/index.html b/themes/CarbinFiber-Red-Flames/style/js/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/style/js/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/CarbinFiber-Red-Flames/style/js/menu.min.js b/themes/CarbinFiber-Red-Flames/style/js/menu.min.js new file mode 100644 index 00000000..b6245862 --- /dev/null +++ b/themes/CarbinFiber-Red-Flames/style/js/menu.min.js @@ -0,0 +1 @@ +!function(e){e.fn.menuv3=function(n){var s=e(this),t=e.extend({title:"Menu",format:"dropdown",breakpoint:768,sticky:!1},n);return this.each(function(){if(s.find("li ul").parent().addClass("has-sub"),"select"!=t.format)s.prepend('"),e(this).find("#menu-button").on("click",function(){e(this).toggleClass("menu-opened");var n=e(this).next("ul");n.hasClass("open")?n.hide().removeClass("open"):(n.show().addClass("open"),"dropdown"===t.format&&n.find("ul").show())}),multiTg=function(){s.find(".has-sub").prepend(''),s.find(".submenu-button").on("click",function(){e(this).toggleClass("submenu-opened"),e(this).siblings("ul").hasClass("open")?e(this).siblings("ul").removeClass("open").hide():e(this).siblings("ul").addClass("open").show()})},"multitoggle"===t.format?multiTg():s.addClass("dropdown");else if("select"===t.format){s.append('
    \"\"\n"; + + blocks('right'); +} + +echo "
    \n\n\n"; + +echo ''; +echo ''; + +echo ''; + +echo ''; + +# top right corner of table 2 +echo ''; + +echo ''; +echo ''; + +# left side of table 2 +echo ''; + +echo ''; + +# right side of table 2 +echo ''; +echo ''; +echo ''; + +# bottom lefft corner of table 2 +echo ''; + +# bottom middle of table 2 +echo ''; + +# bottom right corner of table 2 +echo ''; + +echo '
    '; + +echo '


    '; + +echo '
    '; +echo '
    '; +global $powered_by; +echo '
    '.$powered_by.'
    '; + +echo ''; +echo ''; +echo ''; + +echo ''; +echo '
    '; +//echo ''; +echo '
    '; + if (!empty($banners)): + echo '
    '.ads(1).'
    '; +endif; + +?> diff --git a/themes/Inferno/footer/blc.gif b/themes/Inferno/footer/blc.gif new file mode 100644 index 00000000..81e86b38 Binary files /dev/null and b/themes/Inferno/footer/blc.gif differ diff --git a/themes/Inferno/footer/brc.gif b/themes/Inferno/footer/brc.gif new file mode 100644 index 00000000..71ab9fd7 Binary files /dev/null and b/themes/Inferno/footer/brc.gif differ diff --git a/themes/Inferno/footer/invisible_pixel.gif b/themes/Inferno/footer/invisible_pixel.gif new file mode 100644 index 00000000..1220c0c3 Binary files /dev/null and b/themes/Inferno/footer/invisible_pixel.gif differ diff --git a/themes/Inferno/footer/left_side.gif b/themes/Inferno/footer/left_side.gif new file mode 100644 index 00000000..04dcf99e Binary files /dev/null and b/themes/Inferno/footer/left_side.gif differ diff --git a/themes/Inferno/footer/right_side.gif b/themes/Inferno/footer/right_side.gif new file mode 100644 index 00000000..99c3e731 Binary files /dev/null and b/themes/Inferno/footer/right_side.gif differ diff --git a/themes/Inferno/footer/tbm.gif b/themes/Inferno/footer/tbm.gif new file mode 100644 index 00000000..612a7690 Binary files /dev/null and b/themes/Inferno/footer/tbm.gif differ diff --git a/themes/Inferno/footer/tlc.gif b/themes/Inferno/footer/tlc.gif new file mode 100644 index 00000000..2f3ff4e1 Binary files /dev/null and b/themes/Inferno/footer/tlc.gif differ diff --git a/themes/Inferno/footer/tm.gif b/themes/Inferno/footer/tm.gif new file mode 100644 index 00000000..8cadfe2f Binary files /dev/null and b/themes/Inferno/footer/tm.gif differ diff --git a/themes/Inferno/footer/trc.gif b/themes/Inferno/footer/trc.gif new file mode 100644 index 00000000..9723c789 Binary files /dev/null and b/themes/Inferno/footer/trc.gif differ diff --git a/themes/Inferno/forums/add_attachment_body.tpl b/themes/Inferno/forums/add_attachment_body.tpl new file mode 100644 index 00000000..f9d7d34b --- /dev/null +++ b/themes/Inferno/forums/add_attachment_body.tpl @@ -0,0 +1,22 @@ + + {L_ADD_ATTACH_TITLE} + + + + {L_ADD_ATTACH_EXPLAIN} +
    + {RULES} + + + + {L_FILE_NAME} + + + + {L_FILE_COMMENT} + + +
    + + + \ No newline at end of file diff --git a/themes/Inferno/forums/agreement.tpl b/themes/Inferno/forums/agreement.tpl new file mode 100644 index 00000000..f9f81628 --- /dev/null +++ b/themes/Inferno/forums/agreement.tpl @@ -0,0 +1,18 @@ + + + + +
    {L_INDEX}
    + + + + + + + + +
    {SITENAME} - {REGISTRATION}
    + + + +

    {AGREEMENT}



    \ No newline at end of file diff --git a/themes/Inferno/forums/arcade_body.tpl b/themes/Inferno/forums/arcade_body.tpl new file mode 100644 index 00000000..26491fd1 --- /dev/null +++ b/themes/Inferno/forums/arcade_body.tpl @@ -0,0 +1,160 @@ + + +{HEADINGARCADE} + + + + + +
    + + {L_INDEX} + +  -> {NAV_DESC} -> {CATTITLE} +
    +{WHOISPLAYING} +
    + + + + + +
    {arcade_search.L_SEARCH_MATCHES}
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + +{gamerow.ADD_FAV} + + +
     {L_ARCADE} 
    {CATTITLE}
    {L_GAME}{L_HIGHSCORE}{L_YOURSCORE}{L_DESC}
    {FAV}
    {favrow.fav_row.GAMEPICF} + {favrow.fav_row.GAMELINKF}
    + {favrow.fav_row.GAMEPOPUPLINKF}
    + {favrow.fav_row.GAMESETF} +
    + {favrow.fav_row.NORECORDF} + + {favrow.fav_row.HIGHSCOREF} {favrow.fav_row.HIGHUSERF}
    {favrow.fav_row.DATEHIGHF} + +
    +
    + {favrow.fav_row.NOSCOREF} + + {favrow.fav_row.YOURHIGHSCOREF}{favrow.fav_row.IMGFIRSTF}
    {favrow.fav_row.YOURDATEHIGHF} + + + {favrow.fav_row.CLICKPLAY} + +
    +
    + + + + + +
    + {favrow.fav_row.GAMEDESCF} + {favrow.fav_row.URL_SCOREBOARDF}
    +
    + {favrow.fav_row.DELFAVORI} +
    {L_GAME}
    {gamerow.GAMEPIC} + {gamerow.GAMELINK}
    + {gamerow.GAMEPOPUPLINK}
    + {gamerow.GAMESET} +
    + + {gamerow.NORECORD} + + {gamerow.HIGHSCORE}  {gamerow.HIGHUSER}
    {gamerow.DATEHIGH} + +
    + +
    + + {gamerow.NOSCORE} + + {gamerow.YOURHIGHSCORE}{gamerow.IMGFIRST}
    {gamerow.YOURDATEHIGH} + + + {gamerow.CLICKPLAY} + + +
    +
    + + + + + +
    + {gamerow.GAMEDESC} + {gamerow.URL_SCOREBOARD}
    +
    + + + + + +
    {PAGE_NUMBER}{PAGINATION}
    + + + + +
    [ {URL_ARCADE}] - [ {URL_BESTSCORES}] - [ {MANAGE_COMMENTS}]
    \ No newline at end of file diff --git a/themes/Inferno/forums/arcade_cat_body.tpl b/themes/Inferno/forums/arcade_cat_body.tpl new file mode 100644 index 00000000..394c98e5 --- /dev/null +++ b/themes/Inferno/forums/arcade_cat_body.tpl @@ -0,0 +1,155 @@ + + +{HEADINGARCADE} + + + + +
    + + {L_INDEX} + +  -> {L_ARCADE} +
    +{WHOISPLAYING} +
    + + + + +
    + + + + + + + + + + + + + + + + + + + + + + +
    {FAV}
    {favrow.fav_row.GAMEPICF} + {favrow.fav_row.GAMELINKF}
    + {favrow.fav_row.GAMEPOPUPLINKF}
    + {favrow.fav_row.GAMESETF} +
    + {favrow.fav_row.NORECORDF} + + {favrow.fav_row.HIGHSCOREF} {favrow.fav_row.HIGHUSERF}
    {favrow.fav_row.DATEHIGHF} + +
    +
    + {favrow.fav_row.NOSCOREF} + + {favrow.fav_row.YOURHIGHSCOREF}{favrow.fav_row.IMGFIRSTF}
    {favrow.fav_row.YOURDATEHIGHF} + + + {favrow.fav_row.CLICKPLAY} + +
    +
    + + + + + +
    + {favrow.fav_row.GAMEDESCF} + {favrow.fav_row.URL_SCOREBOARDF}
    +
    + {favrow.fav_row.DELFAVORI} +
    +
    + + + + + + + +
    + + + + + + + + + + + + + + + + + + + {cat_row.game_row.ADD_FAV} + + + + + +
    {cat_row.CATTITLE}
    {L_GAME}{L_HIGHSCORE}{L_YOURSCORE}{L_DESC}
    {cat_row.game_row.GAMEPIC} + {cat_row.game_row.GAMELINK}
    + {cat_row.game_row.GAMEPOPUPLINK}
    + {cat_row.game_row.GAMESET} +
    + + {cat_row.game_row.NORECORD} + + {cat_row.game_row.HIGHSCORE}  {cat_row.game_row.HIGHUSER}
    {cat_row.game_row.DATEHIGH} + +
    + +
    + + {cat_row.game_row.NOSCORE} + + {cat_row.game_row.YOURHIGHSCORE}{cat_row.game_row.IMGFIRST}
    {cat_row.game_row.YOURDATEHIGH} + + + {cat_row.game_row.CLICKPLAY} + + +
    +
    + + + + + +
    + {cat_row.game_row.GAMEDESC} + {cat_row.game_row.URL_SCOREBOARD}
    +
    {cat_row.L_ARCADE}
    +
    + + + + +
    [ {URL_ARCADE}] - [ {URL_BESTSCORES}] - [ {MANAGE_COMMENTS}]
    \ No newline at end of file diff --git a/themes/Inferno/forums/auc_listing_body.tpl b/themes/Inferno/forums/auc_listing_body.tpl new file mode 100644 index 00000000..8a77feb0 --- /dev/null +++ b/themes/Inferno/forums/auc_listing_body.tpl @@ -0,0 +1,21 @@ + + + + +
    {L_INDEX}
    +
    + + + + + + + + + + + + + + +
    {T_C_2}
    {T_L} {T_R}
    {colors.USER}{colors.INFO_LINE}
    \ No newline at end of file diff --git a/themes/Inferno/forums/bbcode.tpl b/themes/Inferno/forums/bbcode.tpl new file mode 100644 index 00000000..8e433aa7 --- /dev/null +++ b/themes/Inferno/forums/bbcode.tpl @@ -0,0 +1,102 @@ + + +Protected Message: - Thank you for replying... +
    +{HTEXTE} +
    + + + + + +Protected Message: +
    +--- If you are a *registered user* : you need to post in this topic to see the message --- +
    + + + + + +
      +
    + +
  • + +
    — {USERNAME}
    + +
    + +
    — {USERNAME} {L_WROTE}
    + +
    — {L_QUOTE}
    + +
    + +

    Code: [ Select all ]

    
    +
    +
    + +

    PHP:  [ Select all ]

    
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + +
    + +{DESCRIPTION} + +{EMAIL1} [at] {EMAIL2} [dot] {EMAIL3} + +
    + +
    {L_BBCODEBOX_HIDDEN}:  +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    [{WATCH_YOUTUBE}] + +
    [{WATCH_YOUTUBE}] \ No newline at end of file diff --git a/themes/Inferno/forums/birthday_interface.tpl b/themes/Inferno/forums/birthday_interface.tpl new file mode 100644 index 00000000..3aed9034 --- /dev/null +++ b/themes/Inferno/forums/birthday_interface.tpl @@ -0,0 +1,3 @@ + {BIRTHMONTH_SELECT} + +, {L_OPTIONAL} \ No newline at end of file diff --git a/themes/Inferno/forums/comments_body.tpl b/themes/Inferno/forums/comments_body.tpl new file mode 100644 index 00000000..34550e29 --- /dev/null +++ b/themes/Inferno/forums/comments_body.tpl @@ -0,0 +1,78 @@ + + + + +
    {L_INDEX} + -> {NAV_DESC} + -> Arcade Comments +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_ADD_EDIT_COMMENTS}

    + + + + + + + + + + + + + + + + +
    {L_EMOTICONS}
    {smilies_row.smilies_col.SMILEY_DESC}
    {L_MORE_SMILIES}
    +
    {L_GAME_NAME}:{GAME_NAME}
    {L_ENTER_COMMENT}:
    {L_QUICK_STATS}
    {USER_AVATAR}
    + {USERNAME}
    + {L_QUICK_STATS_MESSAGE} +
    +
    \ No newline at end of file diff --git a/themes/Inferno/forums/comments_list_body.tpl b/themes/Inferno/forums/comments_list_body.tpl new file mode 100644 index 00000000..d3aeae84 --- /dev/null +++ b/themes/Inferno/forums/comments_list_body.tpl @@ -0,0 +1,37 @@ + + +
    {L_INDEX} + -> {NAV_DESC} + -> {L_ARCADE_COMMENTS} +
    + + + + + + + + + + + + + + + + + + + + +
    {L_ARCADE_COMMENTS_FULL}
    {L_GAME}{L_COMMENTS}{L_ARCADE_USER}{L_SCORE}
    {commentrow.GAME_NAME}{commentrow.COMMENTS_VALUE}{commentrow.USERNAME}{commentrow.HIGHSCORE}
    +
    + + + + +
    [ {MANAGE_COMMENTS}]
    + + + +
    {PAGE_NUMBER}{PAGINATION}
    \ No newline at end of file diff --git a/themes/Inferno/forums/comments_new_body.tpl b/themes/Inferno/forums/comments_new_body.tpl new file mode 100644 index 00000000..c118662a --- /dev/null +++ b/themes/Inferno/forums/comments_new_body.tpl @@ -0,0 +1,74 @@ + + + +
    {L_INDEX} + -> {NAV_DESC} + -> {L_ARCADE_COMMENTS} +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_CONGRATS}
    {L_COMMENTS_CHAMPION}

    + + + + + + + + + + + + + + + + +
    {L_EMOTICONS}
    {smilies_row.smilies_col.SMILEY_DESC}
    {L_MORE_SMILIES}
    +
    {L_NO_COMMENT}
    {L_QUICK_STATS}
    {USER_AVATAR}
    + {USERNAME}
    + {L_QUICK_STATS_MESSAGE}
    +
    \ No newline at end of file diff --git a/themes/Inferno/forums/comments_select_body.tpl b/themes/Inferno/forums/comments_select_body.tpl new file mode 100644 index 00000000..ba75fe81 --- /dev/null +++ b/themes/Inferno/forums/comments_select_body.tpl @@ -0,0 +1,42 @@ + + +
    {L_INDEX} + -> {NAV_DESC} + -> Arcade Comments +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Select a Game
    You currently hold {comment_select.HIGHSCORE_COUNT} highscores.
    Select a game to enter or edit a comment:{comment_select.HIGHSCORE_SELECT}
    User Settings
    Enable Arcade PM
    +If enabled, you will receive a private message when you lose a highscore. +
    + +{comment_settings.L_YES} + +{comment_settings.L_NO} +
    +
    \ No newline at end of file diff --git a/themes/Inferno/forums/commentspopup_new_body.tpl b/themes/Inferno/forums/commentspopup_new_body.tpl new file mode 100644 index 00000000..6fc12052 --- /dev/null +++ b/themes/Inferno/forums/commentspopup_new_body.tpl @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_CONGRATS}
    {L_COMMENTS_CHAMPION}

    + + + + + + + + + + + + + + + + +
    {L_EMOTICONS}
    {smilies_row.smilies_col.SMILEY_DESC}
    {L_MORE_SMILIES}
    +
    {L_NO_COMMENT}
    +
    \ No newline at end of file diff --git a/themes/Inferno/forums/confirm_body.tpl b/themes/Inferno/forums/confirm_body.tpl new file mode 100644 index 00000000..0633c02a --- /dev/null +++ b/themes/Inferno/forums/confirm_body.tpl @@ -0,0 +1,28 @@ +
    + + + + + +
    + + + + + + +
    + + + + + + + + +
    {MESSAGE_TITLE}

    {MESSAGE_TEXT}

    {S_HIDDEN_FIELDS}  
    + +
    + +
    +
    diff --git a/themes/Inferno/forums/email_topic_body.tpl b/themes/Inferno/forums/email_topic_body.tpl new file mode 100644 index 00000000..64b092f1 --- /dev/null +++ b/themes/Inferno/forums/email_topic_body.tpl @@ -0,0 +1,43 @@ +
    + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + +
    {L_TITLE}
    {L_SUBJECT}{TOPIC_TITLE}
    {L_FRIEND_NAME}
    {L_FRIEND_EMAIL}
    {L_MESSAGE}
    {L_MESSAGE_EXPLAIN}
    {S_HIDDEN_FIELDS}
    +
    + + + + + +
    {S_TIMEZONE}
    + + + + + +
    {JUMPBOX}
    \ No newline at end of file diff --git a/themes/Inferno/forums/error_body.tpl b/themes/Inferno/forums/error_body.tpl new file mode 100644 index 00000000..d912a0d7 --- /dev/null +++ b/themes/Inferno/forums/error_body.tpl @@ -0,0 +1,27 @@ +
    + + + + + +
    + + + + + +
    + + + + + + + + + +
     
    {ERROR_MESSAGE}
     
    + +
    +
    +
    diff --git a/themes/Inferno/forums/faq_body.tpl b/themes/Inferno/forums/faq_body.tpl new file mode 100644 index 00000000..5fb5e47f --- /dev/null +++ b/themes/Inferno/forums/faq_body.tpl @@ -0,0 +1,62 @@ +
    + + + + + +
    + + + + + +
    + + + + + + + + + + + +
    {L_FAQ_TITLE}
    + + {faq_block_link.BLOCK_TITLE}
    + + {faq_block_link.faq_row_link.FAQ_LINK}
    + +
    + +
     
    + +
    + + + + + + + + + + + + + + +
    {faq_block.BLOCK_TITLE}
    {faq_block.faq_row.FAQ_QUESTION}
    {faq_block.faq_row.FAQ_ANSWER}
    {L_BACK_TO_TOP}
    + +
    + + + + + + +
    {S_TIMEZONE}

    {JUMPBOX}
    + +
    +
    diff --git a/themes/Inferno/forums/formIE.css b/themes/Inferno/forums/formIE.css new file mode 100644 index 00000000..6d29a682 --- /dev/null +++ b/themes/Inferno/forums/formIE.css @@ -0,0 +1,15 @@ +/* Fancy form styles for IE */ + +input, textarea, select { + border-width: 1px; +} + +/* Start replacement - Advanced time management MOD */ +/* input { text-indent : 2px; } +/* End replacement - Advanced time management MOD */ + +input.button { + border-width: 1px; +} + +.postbody { line-height: 18px } \ No newline at end of file diff --git a/themes/Inferno/forums/forums.cfg b/themes/Inferno/forums/forums.cfg new file mode 100644 index 00000000..7f198d9f --- /dev/null +++ b/themes/Inferno/forums/forums.cfg @@ -0,0 +1,155 @@ + \ No newline at end of file diff --git a/themes/Inferno/forums/games_body.tpl b/themes/Inferno/forums/games_body.tpl new file mode 100644 index 00000000..b73108c0 --- /dev/null +++ b/themes/Inferno/forums/games_body.tpl @@ -0,0 +1,133 @@ + + + + + + +
    + + {L_INDEX} -> {NAV_DESC} -> {CAT_TITLE} > + + {L_GAME} +
    + + + + + + + + +
    {L_GAME}
    + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_ACTUAL_WINNER}
    {FIRST_AVATAR}
    {BEST_USER_NAME}
    {GAMES_PLAYED}
    {BEST_TIME}
    {BEST_USER_DATE}
    {COMMENTS}
    +
    + + + + + +
    Hi-Score
    {HIGHSCORE}
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_ACTUAL_WINNER}
    {FIRST_AVATAR}
    {BEST_USER_NAME}
    +
    + + + + + + + + + + + + + +
    {L_TOP}
    {scorerow.POS} + + + + + +
    {scorerow.USERNAME}{scorerow.URL_STATS}
    +
    {scorerow.SCORE}
    +
    +
    +{WHOISPLAYING} + + + + +
    [{URL_ARCADE}] - [{URL_BESTSCORES}] - [{URL_SCOREBOARD}] - [ {MANAGE_COMMENTS}]
    \ No newline at end of file diff --git a/themes/Inferno/forums/gamespopup_body.tpl b/themes/Inferno/forums/gamespopup_body.tpl new file mode 100644 index 00000000..4d1648c2 --- /dev/null +++ b/themes/Inferno/forums/gamespopup_body.tpl @@ -0,0 +1,27 @@ + + + +{L_GAME}{HIGHUSER}{HIGHSCORE} + + + + + + + + + + + + + + + + + + + + +
    + + \ No newline at end of file diff --git a/themes/Inferno/forums/gamespopup_finish.tpl b/themes/Inferno/forums/gamespopup_finish.tpl new file mode 100644 index 00000000..20b535fc --- /dev/null +++ b/themes/Inferno/forums/gamespopup_finish.tpl @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + +
    {GAMENAME}
    RankUserScoreDate
    {scorerow.POS} + + + + + +
    {scorerow.USERNAME}{scorerow.URL_STATS}
    +
    {scorerow.SCORE}{scorerow.DATEHIGH}
    + + + + + +
    Play Again] - [ Close This Window]
    \ No newline at end of file diff --git a/themes/Inferno/forums/glance_body.tpl b/themes/Inferno/forums/glance_body.tpl new file mode 100644 index 00000000..b67bcee0 --- /dev/null +++ b/themes/Inferno/forums/glance_body.tpl @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + +
    {NEWS_HEADING}{switch_glance_news.PREV_URL}  {switch_glance_news.NEXT_URL}  
    +
    {L_FORUM}{L_REPLIES}{L_LASTPOST}
    +
    \ No newline at end of file diff --git a/themes/Inferno/forums/groupcp_info_body.tpl b/themes/Inferno/forums/groupcp_info_body.tpl new file mode 100644 index 00000000..3d28f48f --- /dev/null +++ b/themes/Inferno/forums/groupcp_info_body.tpl @@ -0,0 +1,138 @@ +
    + +{GROUPS_LIST_INFO} + + + + + +
    {GROUPS_LINK}{GROUPS_LIST_INFO_LINK}
    + + + + + + + + + + + + + + + + + + + + + + + +
    {L_GROUP_INFORMATION}
    {L_GROUP_NAME}:{GROUP_NAME}
    {L_GROUP_DESC}:{GROUP_DESC}
    {L_GROUP_MEMBERSHIP}:{GROUP_DETAILS} + + + + + + +
    {L_GROUP_TYPE}: {L_GROUP_OPEN}  {L_GROUP_CLOSED}  {L_GROUP_HIDDEN} 
    +{S_HIDDEN_FIELDS} +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_PM}{L_USERNAME}{L_POSTS}{L_FROM}{L_EMAIL}{L_ONLINE_STATUS}{L_WEBSITE}{L_SELECT}
    {L_GROUP_MODERATOR}
    {MOD_PM_IMG} {MOD_CURRENT_AVATAR}{MOD_USERNAME}{MOD_POSTS}{MOD_FLAG}{MOD_FROM} + + {MOD_EMAIL_IMG}{MOD_ONLINE_STATUS}{MOD_WWW_IMG} 
    {L_GROUP_MEMBERS}
    {member_row.PM_IMG} {member_row.CURRENT_AVATAR} {member_row.USERNAME}{member_row.POSTS}{member_row.FLAG}{member_row.FROM}{member_row.EMAIL_IMG}{member_row.ONLINE_STATUS}{member_row.WWW_IMG} + + + +
    {L_NO_MEMBERS}
    {L_HIDDEN_MEMBERS}
    + +
    + + + + + + +
    + +
     

    + + {PAGE_NUMBER}
    {PAGINATION}
    + +{PENDING_USER_BOX} + +{S_HIDDEN_FIELDS}
    + + + + + +
    {JUMPBOX}
    \ No newline at end of file diff --git a/themes/Inferno/forums/groupcp_pending_info.tpl b/themes/Inferno/forums/groupcp_pending_info.tpl new file mode 100644 index 00000000..a329d177 --- /dev/null +++ b/themes/Inferno/forums/groupcp_pending_info.tpl @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_PM}{L_USERNAME}{L_POSTS}{L_FROM}{L_EMAIL}{L_ONLINE_STATUS}{L_WEBSITE}{L_SELECT}
    {L_PENDING_MEMBERS}
    {pending_members_row.PM_IMG} + {pending_members_row.CURRENT_AVATAR} {pending_members_row.USERNAME}{pending_members_row.POSTS} + + + + +
    {pending_members_row.FROM}
    +
    {pending_members_row.EMAIL_IMG}{pending_members_row.ONLINE_STATUS}{pending_members_row.WWW_IMG}
    + +   + +
    \ No newline at end of file diff --git a/themes/Inferno/forums/groupcp_user_body.tpl b/themes/Inferno/forums/groupcp_user_body.tpl new file mode 100644 index 00000000..7643e122 --- /dev/null +++ b/themes/Inferno/forums/groupcp_user_body.tpl @@ -0,0 +1,86 @@ + +{GROUPS_TITLE} + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_GROUP_MEMBERSHIP_DETAILS}
    {L_YOU_BELONG_GROUPS} +
    + + + + +
    {GROUP_MEMBER_SELECT} + + {S_HIDDEN_FIELDS} +
    +
    +
    {L_PENDING_GROUPS} +
    + + + + + +
    {GROUP_PENDING_SELECT} + + {S_HIDDEN_FIELDS} +
    +
    +
    {L_JOIN_A_GROUP}
    {L_SELECT_A_GROUP} +
    + + + + + +
    {GROUP_LIST_SELECT} + + {S_HIDDEN_FIELDS} +
    +
    +
    + + + + + +
    {S_TIMEZONE}
    + +
    + + + + + +
    {JUMPBOX}
    \ No newline at end of file diff --git a/themes/Inferno/forums/hall_of_fame.tpl b/themes/Inferno/forums/hall_of_fame.tpl new file mode 100644 index 00000000..4490a120 --- /dev/null +++ b/themes/Inferno/forums/hall_of_fame.tpl @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + +
    {L_LONGEST_SCORE}
    {L_RANK}{L_GAME}{L_ARCADE_USER}{L_SCORE}{L_HELD_TIME}{L_DATE}
    {record_row.COUNT}{record_row.GAME_NAME}{record_row.USERNAME}{record_row.HIGHSCORE}{record_row.HELD_TIME}{record_row.HIGHSCORE_DATE}
    +
    \ No newline at end of file diff --git a/themes/Inferno/forums/headingarcade_body.tpl b/themes/Inferno/forums/headingarcade_body.tpl new file mode 100644 index 00000000..71d3e063 --- /dev/null +++ b/themes/Inferno/forums/headingarcade_body.tpl @@ -0,0 +1,132 @@ + + + + + + + +
    + + + + + + + + + + + + + + + + + + + + + +

    {ARCADE_ANNOUNCEMENT}

    {L_TOP}

    {L_RECENT}

    {L_USER_INFO}

    + + + + + + + + + + + + + + +

    #

    {L_ARCADE_USER}

    {L_WINS}

    {player_row.CLASSEMENT}

    {player_row.USERNAME}

    {player_row.VICTOIRES}

    + +
    + + + + +
    + + + + + + + +

    {L_LAST_FIVE}

    + + + + + + + + +
    + + + + + + + + + +

     {arcaderow2.bestscore2.L_HEADING_CHAMP}

    {arcaderow2.bestscore2.LAST_SCOREDATE}

    +
    +
    +
    +

    + {USERNAME}
    {POSTER_RANK}
    {RANK_IMG}
    {AVATAR_IMG}
    + {ARCADE_VICTOIRES}
    + {L_ARCADE_TOTAL_PLAYS}
    + {ARCADE_TOTAL_PLAYS}
    + {L_ARCADE_TOTAL_TIME}
    + {ARCADE_TOTAL_TIME}

    +
    + + + + + + + + + + + + +

    {L_LAST_RECORDED}

    + + + + + + + + +

    {arcaderow3.score3.L_LAST_SCORE}

    +
    + +
    +
    + + + + + + +
    {L_SEARCH_ARCADE}:   
    +[ {L_NO_PLAY} ]  [ {L_GAMES_NEWEST} ]
    \ No newline at end of file diff --git a/themes/Inferno/forums/images/board/folder.png b/themes/Inferno/forums/images/board/folder.png new file mode 100644 index 00000000..6b0074ca Binary files /dev/null and b/themes/Inferno/forums/images/board/folder.png differ diff --git a/themes/Inferno/forums/images/board/folder_announce.png b/themes/Inferno/forums/images/board/folder_announce.png new file mode 100644 index 00000000..b23e45dc Binary files /dev/null and b/themes/Inferno/forums/images/board/folder_announce.png differ diff --git a/themes/Inferno/forums/images/board/folder_announce_new.png b/themes/Inferno/forums/images/board/folder_announce_new.png new file mode 100644 index 00000000..1c3a62ae Binary files /dev/null and b/themes/Inferno/forums/images/board/folder_announce_new.png differ diff --git a/themes/Inferno/forums/images/board/folder_big.png b/themes/Inferno/forums/images/board/folder_big.png new file mode 100644 index 00000000..e8a00260 Binary files /dev/null and b/themes/Inferno/forums/images/board/folder_big.png differ diff --git a/themes/Inferno/forums/images/board/folder_big_megaphone.png b/themes/Inferno/forums/images/board/folder_big_megaphone.png new file mode 100644 index 00000000..3337a3e0 Binary files /dev/null and b/themes/Inferno/forums/images/board/folder_big_megaphone.png differ diff --git a/themes/Inferno/forums/images/board/folder_global_announce.png b/themes/Inferno/forums/images/board/folder_global_announce.png new file mode 100644 index 00000000..76e99ef4 Binary files /dev/null and b/themes/Inferno/forums/images/board/folder_global_announce.png differ diff --git a/themes/Inferno/forums/images/board/folder_global_announce_new.png b/themes/Inferno/forums/images/board/folder_global_announce_new.png new file mode 100644 index 00000000..eb9e1aea Binary files /dev/null and b/themes/Inferno/forums/images/board/folder_global_announce_new.png differ diff --git a/themes/Inferno/forums/images/board/folder_hot.png b/themes/Inferno/forums/images/board/folder_hot.png new file mode 100644 index 00000000..cb62f89b Binary files /dev/null and b/themes/Inferno/forums/images/board/folder_hot.png differ diff --git a/themes/Inferno/forums/images/board/folder_lock.png b/themes/Inferno/forums/images/board/folder_lock.png new file mode 100644 index 00000000..b1ba2d2a Binary files /dev/null and b/themes/Inferno/forums/images/board/folder_lock.png differ diff --git a/themes/Inferno/forums/images/board/folder_lock_new.png b/themes/Inferno/forums/images/board/folder_lock_new.png new file mode 100644 index 00000000..f8c9d31a Binary files /dev/null and b/themes/Inferno/forums/images/board/folder_lock_new.png differ diff --git a/themes/Inferno/forums/images/board/folder_locked_big.png b/themes/Inferno/forums/images/board/folder_locked_big.png new file mode 100644 index 00000000..229aafff Binary files /dev/null and b/themes/Inferno/forums/images/board/folder_locked_big.png differ diff --git a/themes/Inferno/forums/images/board/folder_new.png b/themes/Inferno/forums/images/board/folder_new.png new file mode 100644 index 00000000..88ee7b3c Binary files /dev/null and b/themes/Inferno/forums/images/board/folder_new.png differ diff --git a/themes/Inferno/forums/images/board/folder_new_big.png b/themes/Inferno/forums/images/board/folder_new_big.png new file mode 100644 index 00000000..31e36480 Binary files /dev/null and b/themes/Inferno/forums/images/board/folder_new_big.png differ diff --git a/themes/Inferno/forums/images/board/folder_new_hot.png b/themes/Inferno/forums/images/board/folder_new_hot.png new file mode 100644 index 00000000..60a3fbdd Binary files /dev/null and b/themes/Inferno/forums/images/board/folder_new_hot.png differ diff --git a/themes/Inferno/forums/images/board/folder_sticky.png b/themes/Inferno/forums/images/board/folder_sticky.png new file mode 100644 index 00000000..b77ab394 Binary files /dev/null and b/themes/Inferno/forums/images/board/folder_sticky.png differ diff --git a/themes/Inferno/forums/images/board/folder_sticky_new.png b/themes/Inferno/forums/images/board/folder_sticky_new.png new file mode 100644 index 00000000..28300eac Binary files /dev/null and b/themes/Inferno/forums/images/board/folder_sticky_new.png differ diff --git a/themes/Inferno/forums/images/board/folders_big.png b/themes/Inferno/forums/images/board/folders_big.png new file mode 100644 index 00000000..87e2ea1a Binary files /dev/null and b/themes/Inferno/forums/images/board/folders_big.png differ diff --git a/themes/Inferno/forums/images/board/icon_miniforum.png b/themes/Inferno/forums/images/board/icon_miniforum.png new file mode 100644 index 00000000..4ddba145 Binary files /dev/null and b/themes/Inferno/forums/images/board/icon_miniforum.png differ diff --git a/themes/Inferno/forums/images/board/icon_miniforum_new.png b/themes/Inferno/forums/images/board/icon_miniforum_new.png new file mode 100644 index 00000000..e0aa9f71 Binary files /dev/null and b/themes/Inferno/forums/images/board/icon_miniforum_new.png differ diff --git a/themes/Inferno/forums/images/board/index.html b/themes/Inferno/forums/images/board/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/Inferno/forums/images/board/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/Inferno/forums/images/green_online_icon.gif b/themes/Inferno/forums/images/green_online_icon.gif new file mode 100644 index 00000000..013249c9 Binary files /dev/null and b/themes/Inferno/forums/images/green_online_icon.gif differ diff --git a/themes/Inferno/forums/images/icon_clip.gif b/themes/Inferno/forums/images/icon_clip.gif new file mode 100644 index 00000000..7aa6c658 Binary files /dev/null and b/themes/Inferno/forums/images/icon_clip.gif differ diff --git a/themes/Inferno/forums/images/icon_latest_reply.gif b/themes/Inferno/forums/images/icon_latest_reply.gif new file mode 100644 index 00000000..17c2316b Binary files /dev/null and b/themes/Inferno/forums/images/icon_latest_reply.gif differ diff --git a/themes/Inferno/forums/images/icon_minipost.gif b/themes/Inferno/forums/images/icon_minipost.gif new file mode 100644 index 00000000..d172abb0 Binary files /dev/null and b/themes/Inferno/forums/images/icon_minipost.gif differ diff --git a/themes/Inferno/forums/images/icon_minipost_new.gif b/themes/Inferno/forums/images/icon_minipost_new.gif new file mode 100644 index 00000000..8ec44a17 Binary files /dev/null and b/themes/Inferno/forums/images/icon_minipost_new.gif differ diff --git a/themes/Inferno/forums/images/icon_newest_reply.gif b/themes/Inferno/forums/images/icon_newest_reply.gif new file mode 100644 index 00000000..d4dd42d9 Binary files /dev/null and b/themes/Inferno/forums/images/icon_newest_reply.gif differ diff --git a/themes/Inferno/forums/images/icon_red_user_logged_the_fuck_out.gif b/themes/Inferno/forums/images/icon_red_user_logged_the_fuck_out.gif new file mode 100644 index 00000000..e84e8243 Binary files /dev/null and b/themes/Inferno/forums/images/icon_red_user_logged_the_fuck_out.gif differ diff --git a/themes/Inferno/forums/images/index.html b/themes/Inferno/forums/images/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/Inferno/forums/images/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/Inferno/forums/images/lang_english/icon_delete.png b/themes/Inferno/forums/images/lang_english/icon_delete.png new file mode 100644 index 00000000..1a9973a3 Binary files /dev/null and b/themes/Inferno/forums/images/lang_english/icon_delete.png differ diff --git a/themes/Inferno/forums/images/lang_english/icon_edit.png b/themes/Inferno/forums/images/lang_english/icon_edit.png new file mode 100644 index 00000000..bae9362f Binary files /dev/null and b/themes/Inferno/forums/images/lang_english/icon_edit.png differ diff --git a/themes/Inferno/forums/images/lang_english/icon_email.png b/themes/Inferno/forums/images/lang_english/icon_email.png new file mode 100644 index 00000000..978e2cfc Binary files /dev/null and b/themes/Inferno/forums/images/lang_english/icon_email.png differ diff --git a/themes/Inferno/forums/images/lang_english/icon_facebook.png b/themes/Inferno/forums/images/lang_english/icon_facebook.png new file mode 100644 index 00000000..b597d8ff Binary files /dev/null and b/themes/Inferno/forums/images/lang_english/icon_facebook.png differ diff --git a/themes/Inferno/forums/images/lang_english/icon_ip.png b/themes/Inferno/forums/images/lang_english/icon_ip.png new file mode 100644 index 00000000..8007a48d Binary files /dev/null and b/themes/Inferno/forums/images/lang_english/icon_ip.png differ diff --git a/themes/Inferno/forums/images/lang_english/icon_pm.png b/themes/Inferno/forums/images/lang_english/icon_pm.png new file mode 100644 index 00000000..1fc6c7cf Binary files /dev/null and b/themes/Inferno/forums/images/lang_english/icon_pm.png differ diff --git a/themes/Inferno/forums/images/lang_english/icon_printer.png b/themes/Inferno/forums/images/lang_english/icon_printer.png new file mode 100644 index 00000000..3b435407 Binary files /dev/null and b/themes/Inferno/forums/images/lang_english/icon_printer.png differ diff --git a/themes/Inferno/forums/images/lang_english/icon_profile.png b/themes/Inferno/forums/images/lang_english/icon_profile.png new file mode 100644 index 00000000..2bc49e2e Binary files /dev/null and b/themes/Inferno/forums/images/lang_english/icon_profile.png differ diff --git a/themes/Inferno/forums/images/lang_english/icon_quote.png b/themes/Inferno/forums/images/lang_english/icon_quote.png new file mode 100644 index 00000000..a080e21f Binary files /dev/null and b/themes/Inferno/forums/images/lang_english/icon_quote.png differ diff --git a/themes/Inferno/forums/images/lang_english/icon_report.png b/themes/Inferno/forums/images/lang_english/icon_report.png new file mode 100644 index 00000000..b948ad89 Binary files /dev/null and b/themes/Inferno/forums/images/lang_english/icon_report.png differ diff --git a/themes/Inferno/forums/images/lang_english/icon_search.png b/themes/Inferno/forums/images/lang_english/icon_search.png new file mode 100644 index 00000000..e24de10f Binary files /dev/null and b/themes/Inferno/forums/images/lang_english/icon_search.png differ diff --git a/themes/Inferno/forums/images/lang_english/icon_viewed.png b/themes/Inferno/forums/images/lang_english/icon_viewed.png new file mode 100644 index 00000000..f54a5de2 Binary files /dev/null and b/themes/Inferno/forums/images/lang_english/icon_viewed.png differ diff --git a/themes/Inferno/forums/images/lang_english/icon_www.png b/themes/Inferno/forums/images/lang_english/icon_www.png new file mode 100644 index 00000000..749f9b3f Binary files /dev/null and b/themes/Inferno/forums/images/lang_english/icon_www.png differ diff --git a/themes/Inferno/forums/images/lang_english/index.html b/themes/Inferno/forums/images/lang_english/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/Inferno/forums/images/lang_english/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/Inferno/forums/images/lang_english/mass_pm.png b/themes/Inferno/forums/images/lang_english/mass_pm.png new file mode 100644 index 00000000..cfc61ae5 Binary files /dev/null and b/themes/Inferno/forums/images/lang_english/mass_pm.png differ diff --git a/themes/Inferno/forums/images/lang_english/msg_newpost.png b/themes/Inferno/forums/images/lang_english/msg_newpost.png new file mode 100644 index 00000000..667c8776 Binary files /dev/null and b/themes/Inferno/forums/images/lang_english/msg_newpost.png differ diff --git a/themes/Inferno/forums/images/lang_english/post.png b/themes/Inferno/forums/images/lang_english/post.png new file mode 100644 index 00000000..6f1e28f0 Binary files /dev/null and b/themes/Inferno/forums/images/lang_english/post.png differ diff --git a/themes/Inferno/forums/images/lang_english/quickreply.png b/themes/Inferno/forums/images/lang_english/quickreply.png new file mode 100644 index 00000000..74b27d66 Binary files /dev/null and b/themes/Inferno/forums/images/lang_english/quickreply.png differ diff --git a/themes/Inferno/forums/images/lang_english/reply-locked.png b/themes/Inferno/forums/images/lang_english/reply-locked.png new file mode 100644 index 00000000..e978b689 Binary files /dev/null and b/themes/Inferno/forums/images/lang_english/reply-locked.png differ diff --git a/themes/Inferno/forums/images/lang_english/reply.png b/themes/Inferno/forums/images/lang_english/reply.png new file mode 100644 index 00000000..259a6699 Binary files /dev/null and b/themes/Inferno/forums/images/lang_english/reply.png differ diff --git a/themes/Inferno/forums/images/lang_english/thanks.png b/themes/Inferno/forums/images/lang_english/thanks.png new file mode 100644 index 00000000..8d986f7e Binary files /dev/null and b/themes/Inferno/forums/images/lang_english/thanks.png differ diff --git a/themes/Inferno/forums/images/lang_english/topic_delete.png b/themes/Inferno/forums/images/lang_english/topic_delete.png new file mode 100644 index 00000000..47a91806 Binary files /dev/null and b/themes/Inferno/forums/images/lang_english/topic_delete.png differ diff --git a/themes/Inferno/forums/images/lang_english/topic_lock.png b/themes/Inferno/forums/images/lang_english/topic_lock.png new file mode 100644 index 00000000..636a15b4 Binary files /dev/null and b/themes/Inferno/forums/images/lang_english/topic_lock.png differ diff --git a/themes/Inferno/forums/images/lang_english/topic_merge.png b/themes/Inferno/forums/images/lang_english/topic_merge.png new file mode 100644 index 00000000..c89da1f0 Binary files /dev/null and b/themes/Inferno/forums/images/lang_english/topic_merge.png differ diff --git a/themes/Inferno/forums/images/lang_english/topic_move.png b/themes/Inferno/forums/images/lang_english/topic_move.png new file mode 100644 index 00000000..d9370700 Binary files /dev/null and b/themes/Inferno/forums/images/lang_english/topic_move.png differ diff --git a/themes/Inferno/forums/images/lang_english/topic_split.png b/themes/Inferno/forums/images/lang_english/topic_split.png new file mode 100644 index 00000000..6b815b72 Binary files /dev/null and b/themes/Inferno/forums/images/lang_english/topic_split.png differ diff --git a/themes/Inferno/forums/images/lang_english/topic_unlock.png b/themes/Inferno/forums/images/lang_english/topic_unlock.png new file mode 100644 index 00000000..01b4aedd Binary files /dev/null and b/themes/Inferno/forums/images/lang_english/topic_unlock.png differ diff --git a/themes/Inferno/forums/images/links/icon_mini_faq.png b/themes/Inferno/forums/images/links/icon_mini_faq.png new file mode 100644 index 00000000..c0482bc0 Binary files /dev/null and b/themes/Inferno/forums/images/links/icon_mini_faq.png differ diff --git a/themes/Inferno/forums/images/links/icon_mini_groups.png b/themes/Inferno/forums/images/links/icon_mini_groups.png new file mode 100644 index 00000000..757a2538 Binary files /dev/null and b/themes/Inferno/forums/images/links/icon_mini_groups.png differ diff --git a/themes/Inferno/forums/images/links/icon_mini_login.png b/themes/Inferno/forums/images/links/icon_mini_login.png new file mode 100644 index 00000000..b6fcff19 Binary files /dev/null and b/themes/Inferno/forums/images/links/icon_mini_login.png differ diff --git a/themes/Inferno/forums/images/links/icon_mini_main.png b/themes/Inferno/forums/images/links/icon_mini_main.png new file mode 100644 index 00000000..29107658 Binary files /dev/null and b/themes/Inferno/forums/images/links/icon_mini_main.png differ diff --git a/themes/Inferno/forums/images/links/icon_mini_members.png b/themes/Inferno/forums/images/links/icon_mini_members.png new file mode 100644 index 00000000..9688c554 Binary files /dev/null and b/themes/Inferno/forums/images/links/icon_mini_members.png differ diff --git a/themes/Inferno/forums/images/links/icon_mini_message.png b/themes/Inferno/forums/images/links/icon_mini_message.png new file mode 100644 index 00000000..c8486d71 Binary files /dev/null and b/themes/Inferno/forums/images/links/icon_mini_message.png differ diff --git a/themes/Inferno/forums/images/links/icon_mini_profile.png b/themes/Inferno/forums/images/links/icon_mini_profile.png new file mode 100644 index 00000000..13e19e10 Binary files /dev/null and b/themes/Inferno/forums/images/links/icon_mini_profile.png differ diff --git a/themes/Inferno/forums/images/links/icon_mini_ranks.png b/themes/Inferno/forums/images/links/icon_mini_ranks.png new file mode 100644 index 00000000..424e7999 Binary files /dev/null and b/themes/Inferno/forums/images/links/icon_mini_ranks.png differ diff --git a/themes/Inferno/forums/images/links/icon_mini_rules.png b/themes/Inferno/forums/images/links/icon_mini_rules.png new file mode 100644 index 00000000..50f39cce Binary files /dev/null and b/themes/Inferno/forums/images/links/icon_mini_rules.png differ diff --git a/themes/Inferno/forums/images/links/icon_mini_search.png b/themes/Inferno/forums/images/links/icon_mini_search.png new file mode 100644 index 00000000..a555de84 Binary files /dev/null and b/themes/Inferno/forums/images/links/icon_mini_search.png differ diff --git a/themes/Inferno/forums/images/links/icon_mini_staff.png b/themes/Inferno/forums/images/links/icon_mini_staff.png new file mode 100644 index 00000000..49911a07 Binary files /dev/null and b/themes/Inferno/forums/images/links/icon_mini_staff.png differ diff --git a/themes/Inferno/forums/images/links/icon_mini_stats.png b/themes/Inferno/forums/images/links/icon_mini_stats.png new file mode 100644 index 00000000..917dfa48 Binary files /dev/null and b/themes/Inferno/forums/images/links/icon_mini_stats.png differ diff --git a/themes/Inferno/forums/images/links/index.html b/themes/Inferno/forums/images/links/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/Inferno/forums/images/links/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/Inferno/forums/images/logo_phpBB.gif b/themes/Inferno/forums/images/logo_phpBB.gif new file mode 100644 index 00000000..37aa0fd4 Binary files /dev/null and b/themes/Inferno/forums/images/logo_phpBB.gif differ diff --git a/themes/Inferno/forums/images/logo_phpBB_med.gif b/themes/Inferno/forums/images/logo_phpBB_med.gif new file mode 100644 index 00000000..3d84f940 Binary files /dev/null and b/themes/Inferno/forums/images/logo_phpBB_med.gif differ diff --git a/themes/Inferno/forums/images/spacer.gif b/themes/Inferno/forums/images/spacer.gif new file mode 100644 index 00000000..5bfd67a2 Binary files /dev/null and b/themes/Inferno/forums/images/spacer.gif differ diff --git a/themes/Inferno/forums/images/status/dick.png b/themes/Inferno/forums/images/status/dick.png new file mode 100644 index 00000000..ed999acc Binary files /dev/null and b/themes/Inferno/forums/images/status/dick.png differ diff --git a/themes/Inferno/forums/images/status/gender_bender.png b/themes/Inferno/forums/images/status/gender_bender.png new file mode 100644 index 00000000..e19989a5 Binary files /dev/null and b/themes/Inferno/forums/images/status/gender_bender.png differ diff --git a/themes/Inferno/forums/images/status/green-ski-mask-80.png b/themes/Inferno/forums/images/status/green-ski-mask-80.png new file mode 100644 index 00000000..43db8a24 Binary files /dev/null and b/themes/Inferno/forums/images/status/green-ski-mask-80.png differ diff --git a/themes/Inferno/forums/images/status/heshe.png b/themes/Inferno/forums/images/status/heshe.png new file mode 100644 index 00000000..280219ca Binary files /dev/null and b/themes/Inferno/forums/images/status/heshe.png differ diff --git a/themes/Inferno/forums/images/status/icons8-blue-ski-mask-80.png b/themes/Inferno/forums/images/status/icons8-blue-ski-mask-80.png new file mode 100644 index 00000000..548bc732 Binary files /dev/null and b/themes/Inferno/forums/images/status/icons8-blue-ski-mask-80.png differ diff --git a/themes/Inferno/forums/images/status/icons8-facebook-80.png b/themes/Inferno/forums/images/status/icons8-facebook-80.png new file mode 100644 index 00000000..c96bd111 Binary files /dev/null and b/themes/Inferno/forums/images/status/icons8-facebook-80.png differ diff --git a/themes/Inferno/forums/images/status/icons8-invisible-512.png b/themes/Inferno/forums/images/status/icons8-invisible-512.png new file mode 100644 index 00000000..8cc9c56d Binary files /dev/null and b/themes/Inferno/forums/images/status/icons8-invisible-512.png differ diff --git a/themes/Inferno/forums/images/status/icons8-person-female-80.png b/themes/Inferno/forums/images/status/icons8-person-female-80.png new file mode 100644 index 00000000..fa8d23ed Binary files /dev/null and b/themes/Inferno/forums/images/status/icons8-person-female-80.png differ diff --git a/themes/Inferno/forums/images/status/icons8-person-male-skin-type-5-80.png b/themes/Inferno/forums/images/status/icons8-person-male-skin-type-5-80.png new file mode 100644 index 00000000..b92ef006 Binary files /dev/null and b/themes/Inferno/forums/images/status/icons8-person-male-skin-type-5-80.png differ diff --git a/themes/Inferno/forums/images/status/icons8-rainbow-flag-96.png b/themes/Inferno/forums/images/status/icons8-rainbow-flag-96.png new file mode 100644 index 00000000..c3a31b5b Binary files /dev/null and b/themes/Inferno/forums/images/status/icons8-rainbow-flag-96.png differ diff --git a/themes/Inferno/forums/images/status/icons8-send-80.png b/themes/Inferno/forums/images/status/icons8-send-80.png new file mode 100644 index 00000000..1d47d4fd Binary files /dev/null and b/themes/Inferno/forums/images/status/icons8-send-80.png differ diff --git a/themes/Inferno/forums/images/status/icons8-unisex-48.png b/themes/Inferno/forums/images/status/icons8-unisex-48.png new file mode 100644 index 00000000..2f8498f7 Binary files /dev/null and b/themes/Inferno/forums/images/status/icons8-unisex-48.png differ diff --git a/themes/Inferno/forums/images/status/icons8-unisex-64.png b/themes/Inferno/forums/images/status/icons8-unisex-64.png new file mode 100644 index 00000000..b62a14ad Binary files /dev/null and b/themes/Inferno/forums/images/status/icons8-unisex-64.png differ diff --git a/themes/Inferno/forums/images/status/icons8-website-512.png b/themes/Inferno/forums/images/status/icons8-website-512.png new file mode 100644 index 00000000..436bf644 Binary files /dev/null and b/themes/Inferno/forums/images/status/icons8-website-512.png differ diff --git a/themes/Inferno/forums/images/status/offline.gif b/themes/Inferno/forums/images/status/offline.gif new file mode 100644 index 00000000..e84e8243 Binary files /dev/null and b/themes/Inferno/forums/images/status/offline.gif differ diff --git a/themes/Inferno/forums/images/status/offline_bgcolor_one.gif b/themes/Inferno/forums/images/status/offline_bgcolor_one.gif new file mode 100644 index 00000000..0aafedde Binary files /dev/null and b/themes/Inferno/forums/images/status/offline_bgcolor_one.gif differ diff --git a/themes/Inferno/forums/images/status/offline_one.pspimage b/themes/Inferno/forums/images/status/offline_one.pspimage new file mode 100644 index 00000000..b4ca5be6 Binary files /dev/null and b/themes/Inferno/forums/images/status/offline_one.pspimage differ diff --git a/themes/Inferno/forums/images/status/offline_one_bgcolor_one.pspimage b/themes/Inferno/forums/images/status/offline_one_bgcolor_one.pspimage new file mode 100644 index 00000000..c5e7c9be Binary files /dev/null and b/themes/Inferno/forums/images/status/offline_one_bgcolor_one.pspimage differ diff --git a/themes/Inferno/forums/images/status/offline_one_white.png b/themes/Inferno/forums/images/status/offline_one_white.png new file mode 100644 index 00000000..6ea7ab56 Binary files /dev/null and b/themes/Inferno/forums/images/status/offline_one_white.png differ diff --git a/themes/Inferno/forums/images/status/offline_two.pspimage b/themes/Inferno/forums/images/status/offline_two.pspimage new file mode 100644 index 00000000..e94276b1 Binary files /dev/null and b/themes/Inferno/forums/images/status/offline_two.pspimage differ diff --git a/themes/Inferno/forums/images/status/offline_two_bgcolor_one.pspimage b/themes/Inferno/forums/images/status/offline_two_bgcolor_one.pspimage new file mode 100644 index 00000000..26362a90 Binary files /dev/null and b/themes/Inferno/forums/images/status/offline_two_bgcolor_one.pspimage differ diff --git a/themes/Inferno/forums/images/status/offline_two_white.png b/themes/Inferno/forums/images/status/offline_two_white.png new file mode 100644 index 00000000..65e14169 Binary files /dev/null and b/themes/Inferno/forums/images/status/offline_two_white.png differ diff --git a/themes/Inferno/forums/images/status/offline_white.gif b/themes/Inferno/forums/images/status/offline_white.gif new file mode 100644 index 00000000..1f46cdae Binary files /dev/null and b/themes/Inferno/forums/images/status/offline_white.gif differ diff --git a/themes/Inferno/forums/images/status/online.gif b/themes/Inferno/forums/images/status/online.gif new file mode 100644 index 00000000..973bd72b Binary files /dev/null and b/themes/Inferno/forums/images/status/online.gif differ diff --git a/themes/Inferno/forums/images/status/online.pspimage b/themes/Inferno/forums/images/status/online.pspimage new file mode 100644 index 00000000..9d1fa9c1 Binary files /dev/null and b/themes/Inferno/forums/images/status/online.pspimage differ diff --git a/themes/Inferno/forums/images/status/online_bgcolor_one.gif b/themes/Inferno/forums/images/status/online_bgcolor_one.gif new file mode 100644 index 00000000..88013025 Binary files /dev/null and b/themes/Inferno/forums/images/status/online_bgcolor_one.gif differ diff --git a/themes/Inferno/forums/images/status/online_one_tan.pspimage b/themes/Inferno/forums/images/status/online_one_tan.pspimage new file mode 100644 index 00000000..827136d3 Binary files /dev/null and b/themes/Inferno/forums/images/status/online_one_tan.pspimage differ diff --git a/themes/Inferno/forums/images/status/online_one_white.png b/themes/Inferno/forums/images/status/online_one_white.png new file mode 100644 index 00000000..e3101501 Binary files /dev/null and b/themes/Inferno/forums/images/status/online_one_white.png differ diff --git a/themes/Inferno/forums/images/status/online_two_tan.pspimage b/themes/Inferno/forums/images/status/online_two_tan.pspimage new file mode 100644 index 00000000..102d62a7 Binary files /dev/null and b/themes/Inferno/forums/images/status/online_two_tan.pspimage differ diff --git a/themes/Inferno/forums/images/status/online_two_white.png b/themes/Inferno/forums/images/status/online_two_white.png new file mode 100644 index 00000000..bd571adc Binary files /dev/null and b/themes/Inferno/forums/images/status/online_two_white.png differ diff --git a/themes/Inferno/forums/images/status/online_white.gif b/themes/Inferno/forums/images/status/online_white.gif new file mode 100644 index 00000000..8ca5fd10 Binary files /dev/null and b/themes/Inferno/forums/images/status/online_white.gif differ diff --git a/themes/Inferno/forums/images/status/pink-ski-mask-80.png b/themes/Inferno/forums/images/status/pink-ski-mask-80.png new file mode 100644 index 00000000..3ffdcd74 Binary files /dev/null and b/themes/Inferno/forums/images/status/pink-ski-mask-80.png differ diff --git a/themes/Inferno/forums/index.html b/themes/Inferno/forums/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/Inferno/forums/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/Inferno/forums/index_body.tpl b/themes/Inferno/forums/index_body.tpl new file mode 100644 index 00000000..f98f2267 --- /dev/null +++ b/themes/Inferno/forums/index_body.tpl @@ -0,0 +1,125 @@ +
    + + + + + +
    + +{GLANCE_OUTPUT} + + + + + + + + +
    {GLOBAL_TITLE}
    +
    {GLOBAL_ANNOUNCEMENT}
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {catrow.CAT_DESC}
    {catrow.forumrow.L_FORUM_FOLDER_ALT}{catrow.forumrow.FORUM_ICON_IMG} colspan="2"> + target="_blank">{catrow.forumrow.FORUM_NAME}
    + {catrow.forumrow.FORUM_DESC} + +
    {catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}
    + +
    + + + + + + {L_SUBFORUMS}: + + + {catrow.forumrow.sub.LAST_POST_SUB} class="topic-new" {catrow.forumrow.sub.FORUM_COLOR} title="{catrow.forumrow.sub.FORUM_DESC_HTML}">{catrow.forumrow.sub.FORUM_NAME}  + +
    {catrow.forumrow.TOTAL_TOPICS} Topics
    {catrow.forumrow.TOTAL_POSTS} Posts
    colspan="2" style="width: 250px;" nowrap="nowrap">{catrow.forumrow.LAST_POST}{catrow.forumrow.LAST_POSTTIME}
    {catrow.forumrow.LAST_POST_USERNAME}
    {catrow.forumrow.FORUM_LINK_COUNT}
    + +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + +
    {L_WHO_IS_ONLINE}
    {TOTAL_POSTS}
    {TOTAL_USERS}
    {NEWEST_USER}
    {TOTAL_USERS_ONLINE}
    {L_ONLINE_EXPLAIN}

    {RECORD_USERS}

    {L_LEGEND}: {colors.GROUPS}

    {LOGGED_IN_USER_LIST}
    {USERS_OF_THE_DAY_LIST}
    {L_TODAYS_BIRTHDAYS}
    + + + + +
    {BIRTHDAYS}
    {UPCOMING}
    +
    + +
    + + + + + + + + + + + + +
    {L_NO_NEW_POSTS}  {L_NO_NEW_POSTS}  {L_NEW_POSTS}  {L_NEW_POSTS}  {L_FORUM_LOCKED}  {L_FORUM_LOCKED}
    +
    +
    \ No newline at end of file diff --git a/themes/Inferno/forums/install.tpl b/themes/Inferno/forums/install.tpl new file mode 100644 index 00000000..3426157f --- /dev/null +++ b/themes/Inferno/forums/install.tpl @@ -0,0 +1,183 @@ + + + + + +{L_INSTALLATION} + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + + + + +
    Forum Home{L_INSTALLATION}


    + + + +
    {L_INSTRUCTION_TEXT}


    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_INITIAL_CONFIGURATION}
    {L_LANGUAGE}: {S_LANG_SELECT}
    {L_DBMS}: {S_DBMS_SELECT}
    {L_UPGRADE}:{S_UPGRADE_SELECT}
    {L_DATABASE_CONFIGURATION}
    {L_DB_HOST}:
    {L_DB_NAME}:
    {L_DB_USER}:
    {L_DB_PASSWORD}:
    {L_DB_PREFIX}:
    {L_ADMIN_CONFIGURATION}
    {L_ADMIN_EMAIL}:
    {L_SERVER_NAME}:
    {L_SERVER_PORT}:
    {L_SCRIPT_PATH}:
    {L_ADMIN_USERNAME}:
    {L_ADMIN_PASSWORD}:
    {L_ADMIN_CONFIRM_PASSWORD}:
    {L_ERROR_TITLE}
    {L_ERROR}
    {L_FTP_INFO}
    {L_FTP_PATH}
    {L_FTP_USER}
    {L_FTP_PASS}
    {L_CHOOSE_FTP}
    {L_ATTEMPT_FTP}
    {L_SEND_FILE}
    {S_HIDDEN_FIELDS}
    {L_UPGRADE_INST}
    + + + \ No newline at end of file diff --git a/themes/Inferno/forums/jumpbox.tpl b/themes/Inferno/forums/jumpbox.tpl new file mode 100644 index 00000000..5691a412 --- /dev/null +++ b/themes/Inferno/forums/jumpbox.tpl @@ -0,0 +1,9 @@ + + + + +
    +
    + {L_JUMP_TO}: {S_JUMPBOX_SELECT}  +
    +
    \ No newline at end of file diff --git a/themes/Inferno/forums/login_body.tpl b/themes/Inferno/forums/login_body.tpl new file mode 100644 index 00000000..6771eac1 --- /dev/null +++ b/themes/Inferno/forums/login_body.tpl @@ -0,0 +1,45 @@ +
    + + + + + +
    + + + + + + + + +
    {L_ENTER_PASSWORD}
    + + + + + + + + + + + + + + + + + + + + + + +
     
    {L_USERNAME}: + +
    {L_PASSWORD}: + +
    {L_AUTO_LOGIN}:
    {S_HIDDEN_FIELDS}
    {L_SEND_PASSWORD}
    + +
    \ No newline at end of file diff --git a/themes/Inferno/forums/memberlist_body.tpl b/themes/Inferno/forums/memberlist_body.tpl new file mode 100644 index 00000000..fd07cfbc --- /dev/null +++ b/themes/Inferno/forums/memberlist_body.tpl @@ -0,0 +1,97 @@ +
    + + + + + + +
    + +
    + + + + + + + + + + + + + +
    + + + + + + + +
    {L_SELECT_SORT_METHOD} {S_MODE_SELECT} {S_ORDER_SELECT} 

    {L_PAGE_TITLE}

    + +  
    +
    + + + + + + +
    {alphanumsearch.SEARCH_TERM}
    +
    + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    #{L_USERNAME}{L_FROM}{L_AGE}{L_POSTS}{L_JOINED}{L_LAST_VISIT}{L_ONLINE_STATUS}
    {no_username.NO_USER_ID_SPECIFIED}
    {memberrow.ROW_NUMBER} + {memberrow.CURRENT_AVATAR} + {memberrow.USERNAME} + +   + {memberrow.GENDER}{memberrow.FLAG}{memberrow.FROM}{memberrow.AGE}{memberrow.POSTS}{memberrow.JOINED}{memberrow.LAST_ACTIVE}{memberrow.STATUS}
    +
    +
    + + + + {pagination.PAGINATION} + +
    +
    + +
    + +
    \ No newline at end of file diff --git a/themes/Inferno/forums/merge_body.tpl b/themes/Inferno/forums/merge_body.tpl new file mode 100644 index 00000000..c6df5e95 --- /dev/null +++ b/themes/Inferno/forums/merge_body.tpl @@ -0,0 +1,50 @@ +
    + + + + +
    {L_INDEX}{NAV_CAT_DESC}
    + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_TITLE}
    {L_TOPIC_TITLE}
    {L_TOPIC_TITLE_EXPLAIN}
    + + + +
    {L_FROM_TOPIC}
    {L_FROM_TOPIC_EXPLAIN}
    + + + + +
    {L_TO_TOPIC}
    {L_TO_TOPIC_EXPLAIN}
    + + + + +
    {L_SHADOW}
    + + + {S_HIDDEN_FIELDS} +
    +
    \ No newline at end of file diff --git a/themes/Inferno/forums/merge_select_body.tpl b/themes/Inferno/forums/merge_select_body.tpl new file mode 100644 index 00000000..204661f5 --- /dev/null +++ b/themes/Inferno/forums/merge_select_body.tpl @@ -0,0 +1,11 @@ +
    + + + + + +
    {L_INDEX}{NAV_CAT_DESC} + {S_LIST_FORUMS} 
    + {PAGINATION} +
    +{MERGE_BOX}{S_HIDDEN_FIELDS}
    \ No newline at end of file diff --git a/themes/Inferno/forums/message_body.tpl b/themes/Inferno/forums/message_body.tpl new file mode 100644 index 00000000..ae4712db --- /dev/null +++ b/themes/Inferno/forums/message_body.tpl @@ -0,0 +1,26 @@ + + + + +
    {L_INDEX}
    + + + + + + + + +
    {MESSAGE_TITLE}
    + + + + + + + + + + +
     
    {MESSAGE_TEXT}
     
    +
    \ No newline at end of file diff --git a/themes/Inferno/forums/modcp_body.tpl b/themes/Inferno/forums/modcp_body.tpl new file mode 100644 index 00000000..404927cd --- /dev/null +++ b/themes/Inferno/forums/modcp_body.tpl @@ -0,0 +1,62 @@ +
    + + + + +
    {L_INDEX} -> {PARENT_FORUM_NAME} -> {FORUM_NAME}
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_MOD_CP} +
    {L_MOD_CP_EXPLAIN}
      {L_TOPICS}  {L_REPLIES}  {L_LASTPOST}  {L_SELECT}  {L_PRIORITY} 
    {topicrow.L_TOPIC_FOLDER_ALT} {topicrow.TOPIC_ATTACHMENT_IMG}{topicrow.TOPIC_TYPE}{topicrow.TOPIC_TITLE}{topicrow.REPLIES}{topicrow.LAST_POST_TIME} + + + +
    {S_HIDDEN_FIELDS} + +   + +   + +   + + +
    + + + + + +
    {PAGE_NUMBER}{S_TIMEZONE}
    {PAGINATION}
    +
    + + + + +
    {JUMPBOX}
    \ No newline at end of file diff --git a/themes/Inferno/forums/modcp_move.tpl b/themes/Inferno/forums/modcp_move.tpl new file mode 100644 index 00000000..86aff395 --- /dev/null +++ b/themes/Inferno/forums/modcp_move.tpl @@ -0,0 +1,36 @@ +
    + + + + +
    + + + + + + + +
    {MESSAGE_TITLE}
    + + + + + + + + + + +
     
    {L_MOVE_TO_FORUM}   {S_FORUM_SELECT}

    + {L_LEAVESHADOW}
    +
    + {MESSAGE_TEXT}

    +
    + {S_HIDDEN_FIELDS} + +    + +
     
    +
    +
    \ No newline at end of file diff --git a/themes/Inferno/forums/modcp_split.tpl b/themes/Inferno/forums/modcp_split.tpl new file mode 100644 index 00000000..ce3fac21 --- /dev/null +++ b/themes/Inferno/forums/modcp_split.tpl @@ -0,0 +1,55 @@ +
    + + + + +
    {L_INDEX} -> {PARENT_FORUM_NAME} -> {FORUM_NAME}
    + + + + + + + + + + + + + + + + +
    {L_SPLIT_TOPIC}
    {L_SPLIT_TOPIC_EXPLAIN}
    {L_SPLIT_SUBJECT}
    {L_SPLIT_FORUM}{S_FORUM_SELECT}
    + + + + + + + + + + + + + + + + + + + + +
    {L_AUTHOR}{L_MESSAGE}{L_SELECT}
    {postrow.POSTER_NAME} + + + + + + + +
    {L_POST}{L_POSTED}: {postrow.POST_DATE}  {L_POST_SUBJECT}: {postrow.POST_SUBJECT}

    {postrow.MESSAGE}
    +
    {postrow.S_SPLIT_CHECKBOX}
    .
     
    +{S_HIDDEN_FIELDS} +
    \ No newline at end of file diff --git a/themes/Inferno/forums/modcp_viewip.tpl b/themes/Inferno/forums/modcp_viewip.tpl new file mode 100644 index 00000000..96adcfc8 --- /dev/null +++ b/themes/Inferno/forums/modcp_viewip.tpl @@ -0,0 +1,57 @@ + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_IP_INFO}
    {L_THIS_POST_IP}
    + + + + + +
     {IP} [ {POSTS} ][ {L_LOOKUP_IP} + ] 
    +
    {L_OTHER_USERS}
    + + + + + +
     {userrow.USERNAME} [ {userrow.POSTS} ]{L_SEARCH} +  
    +
    {L_OTHER_IPS}
    + + + + +
     {iprow.IP} [ {iprow.POSTS} ][ {L_LOOKUP_IP} + ] 
    + +
    \ No newline at end of file diff --git a/themes/Inferno/forums/overall_footer.tpl b/themes/Inferno/forums/overall_footer.tpl new file mode 100644 index 00000000..0fd01e17 --- /dev/null +++ b/themes/Inferno/forums/overall_footer.tpl @@ -0,0 +1,19 @@ +
    + +
    {REPORT_LINK} + + +
    {ADMIN_LINK} + + +
    +
    \ No newline at end of file diff --git a/themes/Inferno/forums/overall_header.tpl b/themes/Inferno/forums/overall_header.tpl new file mode 100644 index 00000000..23cdfdad --- /dev/null +++ b/themes/Inferno/forums/overall_header.tpl @@ -0,0 +1,74 @@ +{META} + + + + + + + + +
    {L_BOARD_CURRENTLY_DISABLED}

    + + + +
    + diff --git a/themes/Inferno/forums/password_body.tpl b/themes/Inferno/forums/password_body.tpl new file mode 100644 index 00000000..33a45b9f --- /dev/null +++ b/themes/Inferno/forums/password_body.tpl @@ -0,0 +1,25 @@ + +
    + + + + + +
    + + + + + + + + + + + + +
    {L_ENTER_PASSWORD}
    {L_PASSWORD}: + +
    {S_HIDDEN_FIELDS}  
    + +
    diff --git a/themes/Inferno/forums/post_review.tpl b/themes/Inferno/forums/post_review.tpl new file mode 100644 index 00000000..7fd51d25 --- /dev/null +++ b/themes/Inferno/forums/post_review.tpl @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_VIEW_PREVIOUS_POST} :: {L_VIEW_NEXT_POST}  
    {L_AUTHOR}
    + + + +
    {postrow.POSTER_NAME}
    {postrow.POSTER_RANK}
    {postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}

    {postrow.POSTER_JOINED}
    {postrow.POSTER_POSTS}
    {postrow.POSTER_FROM}
    {postrow.POSTER_ONLINE_STATUS}
    {L_MESSAGE}
    + + + + + + + + + + +
    {postrow.L_MINI_POST_ALT}{L_POSTED}: {postrow.POST_DATE}    {L_POST_SUBJECT}: {postrow.POST_SUBJECT}{postrow.QUOTE_IMG} {postrow.REPORT_IMG}

    {postrow.MESSAGE}{postrow.SIGNATURE}{postrow.ATTACHMENTS}{postrow.EDITED_MESSAGE}
    + + + +
    {postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}
    \ No newline at end of file diff --git a/themes/Inferno/forums/posted_attachments_body.tpl b/themes/Inferno/forums/posted_attachments_body.tpl new file mode 100644 index 00000000..d700f1a6 --- /dev/null +++ b/themes/Inferno/forums/posted_attachments_body.tpl @@ -0,0 +1,30 @@ + + {L_POSTED_ATTACHMENTS} + + + + + {L_FILE_NAME} + {attach_row.FILE_NAME} + + + + {L_FILE_COMMENT} + + + + + {L_OPTIONS} + + + +   + +   + +   + + + + {attach_row.S_HIDDEN} + \ No newline at end of file diff --git a/themes/Inferno/forums/posting_attach_body.tpl b/themes/Inferno/forums/posting_attach_body.tpl new file mode 100644 index 00000000..859271d0 --- /dev/null +++ b/themes/Inferno/forums/posting_attach_body.tpl @@ -0,0 +1,26 @@ + + + {L_ATTACH_POSTING_CP} + + + {L_ATTACH_POSTING_CP_EXPLAIN} + + + + {L_OPTIONS} + + + +   + + + + + {S_HIDDEN} + + {hidden_row.S_HIDDEN} + + + {ADD_ATTACHMENT_BODY} + + {POSTED_ATTACHMENTS_BODY} \ No newline at end of file diff --git a/themes/Inferno/forums/posting_attach_rules.tpl b/themes/Inferno/forums/posting_attach_rules.tpl new file mode 100644 index 00000000..c721fba2 --- /dev/null +++ b/themes/Inferno/forums/posting_attach_rules.tpl @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + +
    {L_RULES_TITLE}
    {L_EMPTY_GROUP_PERMS}
    + + + + + + + +
    {group_row.GROUP_RULE_HEADER}
    + +{group_row.extension_row.EXTENSION}  + +
    +
    + +{L_CLOSE_WINDOW} \ No newline at end of file diff --git a/themes/Inferno/forums/posting_body.tpl b/themes/Inferno/forums/posting_body.tpl new file mode 100644 index 00000000..89dd8770 --- /dev/null +++ b/themes/Inferno/forums/posting_body.tpl @@ -0,0 +1,179 @@ +
    + + + + + +
    + + + + + + + +
    + + + + + + + + + + + +
    {INBOX_IMG}{INBOX_LINK}{SENTBOX_IMG}{SENTBOX_LINK}{OUTBOX_IMG}{OUTBOX_LINK}{SAVEBOX_IMG}{SAVEBOX_LINK}
    +
    +
    + +
    +{POST_PREVIEW_BOX} +{ERROR_BOX} + + + + + +
    {L_INDEX} + + -> {PARENT_FORUM_NAME} + -> {FORUM_NAME} + + + -> {TOPIC_SUBJECT} + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {ATTACHBOX} + {POLLBOX} + + + +
    {L_POST_A} +
    {L_USERNAME}
    {L_USERNAME} 
    {L_USERNAME}{USERNAME}
    {L_SUBJECT}
    {L_ICON_TITLE} + + + + + + +
    + +  {switch_icon_checkbox.row.cell.ICON_IMG}   + +
    +
    + + + + +
    {BB_BOX}
    +
    {L_OPTIONS} + + {L_DISABLE_HTML} + + + | {L_DISABLE_BBCODE} + + + | {L_DISABLE_SMILIES} + + +
    {L_ATTACH_SIGNATURE} {L_ATTACH_SIGNATURE_HELP} + + +
    {L_NOTIFY_ON_REPLY} + + +
    {L_DELETE_POST} + + +
    {L_TOPIC_GLANCE_PRIORITY} {L_TOPIC_GLANCE_PRIORITY_HELP} + + +
    {L_LOCK_TOPIC} + + +
    {L_UNLOCK_TOPIC} + + +
    {L_WELCOME_PM} + +
    {L_TYPE_TOGGLE} + {S_TYPE_TOGGLE}
    +
    + {S_HIDDEN_FORM_FIELDS} + + +
    + + + + + +
    {S_TIMEZONE}
    +
    + + + + + +
    {JUMPBOX}
    + +{TOPIC_REVIEW_BOX} +
    +
    diff --git a/themes/Inferno/forums/posting_poll_body.tpl b/themes/Inferno/forums/posting_poll_body.tpl new file mode 100644 index 00000000..8a5a28aa --- /dev/null +++ b/themes/Inferno/forums/posting_poll_body.tpl @@ -0,0 +1,34 @@ + + {L_ADD_A_POLL} + + + {L_ADD_POLL_EXPLAIN} + + + {L_POLL_QUESTION} + + + + + {L_POLL_OPTION} +   + + + + {L_POLL_OPTION} +   + + + {L_POLL_LENGTH} +  {L_DAYS} {L_POLL_LENGTH_EXPLAIN} + + + {L_POLL_TOGGLE} +  {L_POLL_TOGGLE_EXPLAIN} + + + + {L_POLL_DELETE} + + + \ No newline at end of file diff --git a/themes/Inferno/forums/posting_preview.tpl b/themes/Inferno/forums/posting_preview.tpl new file mode 100644 index 00000000..19777219 --- /dev/null +++ b/themes/Inferno/forums/posting_preview.tpl @@ -0,0 +1,21 @@ + + + + + + + + + + + + +
    {L_PREVIEW} +
    {L_POST}{L_POSTED}: {POST_DATE}     {L_POST_SUBJECT}: {POST_SUBJECT}
    + + + + +
    {MESSAGE}{ATTACHMENTS}
    +
    +
    \ No newline at end of file diff --git a/themes/Inferno/forums/posting_smilies.tpl b/themes/Inferno/forums/posting_smilies.tpl new file mode 100644 index 00000000..9e011c39 --- /dev/null +++ b/themes/Inferno/forums/posting_smilies.tpl @@ -0,0 +1,46 @@ + + + + + + + + + + + + +
    {L_EMOTICONS}
    + + + + + + + + + + + + + +
    {smilies_row.smilies_col.SMILEY_DESC}
    {L_MORE_SMILIES}
    +
    {L_CLOSE_WINDOW}
    \ No newline at end of file diff --git a/themes/Inferno/forums/posting_topic_review.tpl b/themes/Inferno/forums/posting_topic_review.tpl new file mode 100644 index 00000000..cf4bff75 --- /dev/null +++ b/themes/Inferno/forums/posting_topic_review.tpl @@ -0,0 +1,67 @@ + + + + + + + + + + + + +
    {L_TOPIC_REVIEW}
    +
    + + + + + + + + + + + + + + + + +
    {L_AUTHOR}{L_MESSAGE}
    {postrow.POSTER_NAME} + + + + + + + + + + + + +
    {postrow.L_MINI_POST_ALT}{L_POSTED}: {postrow.POST_DATE}   {L_POST_SUBJECT}: {postrow.POST_SUBJECT}

    {postrow.MESSAGE}{postrow.ATTACHMENTS}
    +
     
    + + + +
    +
    + + \ No newline at end of file diff --git a/themes/Inferno/forums/printer_header.tpl b/themes/Inferno/forums/printer_header.tpl new file mode 100644 index 00000000..120a5278 --- /dev/null +++ b/themes/Inferno/forums/printer_header.tpl @@ -0,0 +1,102 @@ + + + + + +{META} +{SITENAME} :: {PAGE_TITLE} + + + + + \ No newline at end of file diff --git a/themes/Inferno/forums/printertopic_body.tpl b/themes/Inferno/forums/printertopic_body.tpl new file mode 100644 index 00000000..4f78d604 --- /dev/null +++ b/themes/Inferno/forums/printertopic_body.tpl @@ -0,0 +1,37 @@ +{TOPIC_TITLE}
    +
    + + + + + +
    {L_SELECT_MESSAGES_FROM} + # {L_SELECT_THROUGH} + # + + + {L_FAQ}
    +[/[{L_PRINT}]\]
    +{PAGINATION}
    +{SITENAME} + -> {FORUM_NAME} + + + {POLL_DISPLAY} + + +

    +#{postrow.POST_NUMBER}: {postrow.POST_SUBJECT} {L_AUTHOR}: {postrow.POSTER_NAME}{postrow.POSTER_FROM} +{postrow.L_MINI_POST_ALT}{L_POSTED}: {postrow.POST_DATE}
    +     —
    + +{postrow.MESSAGE}{postrow.EDITED_MESSAGE}{postrow.ATTACHMENTS} + +



    +{SITENAME} + -> {FORUM_NAME} +


    output generated using printer-friendly topic mod. {S_TIMEZONE}

    {PAGINATION} +
    {PAGE_NUMBER}
    +
    + + \ No newline at end of file diff --git a/themes/Inferno/forums/privmsgs_body.tpl b/themes/Inferno/forums/privmsgs_body.tpl new file mode 100644 index 00000000..8b2daeca --- /dev/null +++ b/themes/Inferno/forums/privmsgs_body.tpl @@ -0,0 +1,159 @@ + +
    + + + + + +
    + +
    + + + + + +
    {POST_PM_IMG} {MASS_PM_IMG} {L_INDEXHOME} Private Messages {PAGE_NUMBER} + {L_DISPLAY_MESSAGES}: +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_INBOX}
    + + + + + + + +
    {BOX_SIZE_STATUS} {L_INBOX_PERCENTAGE}
    + +
    +
    + + + + + + + +
    {ATTACH_BOX_SIZE_STATUS}
    +
     
    {INBOX}({TOTAL_INBOX}){SENTBOX}({TOTAL_SENTBOX}){OUTBOX}({TOTAL_OUTBOX}){SAVEBOX}({TOTAL_SAVEBOX})
     
    + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_FLAG}{L_SUBJECT}{L_FROM_OR_TO}{L_DATE}{L_MARK}
    {listrow.L_PRIVMSG_FOLDER_ALT}{listrow.SUBJECT}{listrow.FROM}{listrow.DATE}
    {L_NO_MESSAGES}
    + {S_HIDDEN_FIELDS} + + + + Select All
    +
     
    + + + + + + + + +
    {POST_PM_IMG} {MASS_PM_IMG} {L_INDEXHOME} Private Messages {PAGE_NUMBER} + {L_MARK_ALL} :: {L_UNMARK_ALL} + +
    {PAGINATION} + +
    {S_TIMEZONE} +
    +
    + + + +
    +
    \ No newline at end of file diff --git a/themes/Inferno/forums/privmsgs_popup.tpl b/themes/Inferno/forums/privmsgs_popup.tpl new file mode 100644 index 00000000..95d661b6 --- /dev/null +++ b/themes/Inferno/forums/privmsgs_popup.tpl @@ -0,0 +1,21 @@ + + + + + + +
    + + + + +

    {L_MESSAGE}

    {L_CLOSE_WINDOW}

    +
    \ No newline at end of file diff --git a/themes/Inferno/forums/privmsgs_preview.tpl b/themes/Inferno/forums/privmsgs_preview.tpl new file mode 100644 index 00000000..21290e99 --- /dev/null +++ b/themes/Inferno/forums/privmsgs_preview.tpl @@ -0,0 +1,38 @@ +
    + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_PREVIEW}
    {L_FROM}{MESSAGE_FROM}
    {L_TO}{MESSAGE_TO}
    {L_POSTED}{POST_DATE}
    {L_SUBJECT}{POST_SUBJECT}
    {MESSAGE}{ATTACHMENTS}
     
    +
    +
    +
    diff --git a/themes/Inferno/forums/privmsgs_read_body.tpl b/themes/Inferno/forums/privmsgs_read_body.tpl new file mode 100644 index 00000000..cea6bed7 --- /dev/null +++ b/themes/Inferno/forums/privmsgs_read_body.tpl @@ -0,0 +1,86 @@ +
    + + + + + +
    + + + + + + + + +
    {REPLY_PM_IMG} {L_INDEX}
    + +
    + + + + + + + + + + + + + + + + +
    {BOX_NAME} :: {L_MESSAGE}
    {INBOX}{SENTBOX}{OUTBOX}{SAVEBOX}
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {ROPM_QUICKREPLY_OUTPUT} + +
    {L_FROM}{MESSAGE_FROM} {POSTER_FROM_ONLINE_STATUS}
    {L_TO}{MESSAGE_TO} {POSTER_TO_ONLINE_STATUS}
    {L_POSTED}{POST_DATE}
    {L_SUBJECT}{POST_SUBJECT}{QUOTE_PM_IMG} {EDIT_PM_IMG}
    {MESSAGE}{ATTACHMENTS}
    {PROFILE_IMG} {PM_IMG} {EMAIL_IMG} {WWW_IMG}
    {S_HIDDEN_FIELDS}  
    +
     
    + + + + + + + + +
    {REPLY_PM_IMG}{S_TIMEZONE}
    +
    + + + + + +
    {JUMPBOX}
    + +
    +
    diff --git a/themes/Inferno/forums/profile_add_body.tpl b/themes/Inferno/forums/profile_add_body.tpl new file mode 100644 index 00000000..0f00241e --- /dev/null +++ b/themes/Inferno/forums/profile_add_body.tpl @@ -0,0 +1,487 @@ +
    +{ERROR_BOX} + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_REGISTRATION_INFO}
    + {L_USERNAME} + +
    {L_NAME}
    + {L_EMAIL_ADDRESS} + +
    {L_GENDER} + {L_GENDER_NOT_SPECIFY}   + {L_GENDER_MALE}   + {L_GENDER_FEMALE} +
    + {L_BIRTHDAY} + + {BIRTHDAY_INTERFACE}
    + {L_CURRENT_PASSWORD} + + +
    + {L_NEW_PASSWORD} + + + + +
    + {L_CONFIRM_PASSWORD} + + +
     
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_PROFILE_INFO}
    {L_PROFILE_INFO_NOTICE}
    + {L_FACEBOOK} + +
    {L_WEBSITE}
    {L_LOCATION}
    {L_FLAG}{FLAG_SELECT} 
    {L_OCCUPATION}
    {L_INTERESTS}
    {L_EXTRA_INFO}
    {SIG_DESC}
    + {xdata.NAME} + +
    + {xdata.NAME} + +
    + {xdata.NAME} + +
    + {xdata.NAME} + +
    + {xdata.NAME} + + + +
    + {xdata.NAME} + + + + {xdata.switch_type_radio.options.OPTION}
    + +
     
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_PREFERENCES}
    {L_GLANCE_SHOW}{GLANCE_SHOW}
    {L_HIDE_IMAGES}{L_YES}  {L_NO}
    {L_PUBLIC_VIEW_EMAIL}{L_YES}  {L_NO}
    {L_HIDE_USER}{L_YES}  {L_NO}
    {L_BIRTHDAY_DISPLAY} + +
    {L_BDAY_SEND_GREETING}
    {L_BDAY_SEND_GREETING_EXPLAIN}
    + {L_NONE}   + + {L_EMAIL}   + + + {L_PM}   + + + {L_POPUP}   + +
    + {L_NOTIFY_ON_REPLY} + + {L_YES}  {L_NO}
    {L_NOTIFY_ON_PRIVMSG}{L_YES}  {L_NO}
    + {L_ENABLE_MASS_PM} + + + {L_YES}  {L_NO}  {L_NO_MASS_PM} +
    + {L_ENABLE_MASS_PM} + + {L_YES}  {L_NO}
    {L_ALWAYS_ADD_SIGNATURE}{L_YES}  {L_NO}
    {L_ALWAYS_ALLOW_BBCODE}{L_YES}  {L_NO}
    {L_ALWAYS_ALLOW_HTML}{L_YES}  {L_NO}
    {L_BIRTHDAY}{BIRTHDAY_INTERFACE}
    {L_ALWAYS_ALLOW_SMILIES}{L_YES}  {L_NO}
    {L_SHOW_AVATARS}{L_YES}  {L_NO}
    {L_SHOW_SIGNATURES}{L_YES}  {L_NO}
    {L_NEWSLETTER}{L_YES}  {L_NO}
    + {L_WORD_WRAP} + + {L_WORD_WRAP_EXTRA}
    {L_BOARD_LANGUAGE}{LANGUAGE_SELECT}
    {L_BOARD_STYLE}{STYLE_SELECT}
    + {L_TIME_MODE} + + + {L_TIME_MODE_AUTO}
    + {L_TIME_MODE_FULL_PC}  
    + {L_TIME_MODE_SERVER_PC}  
    + {L_TIME_MODE_FULL_SERVER}

    + {L_TIME_MODE_MANUAL}
    +   {L_TIME_MODE_DST}:{L_YES}{L_TIME_MODE_DST_ON} {L_NO}{L_TIME_MODE_DST_OFF} {L_TIME_MODE_DST_SERVER}
    +   {L_TIME_MODE_DST_TIME_LAG}: {L_TIME_MODE_DST_MN}
    +   {L_TIME_MODE_TIMEZONE}: {TIMEZONE_SELECT} +
    + {L_DATE_FORMAT} + +
     
    + +
    + + + + + + + + + + + + + + + + + + + + + +
    {L_QUICK_REPLY_PANEL}
    {L_SHOW_QUICK_REPLY}{QUICK_REPLY_SELECT}
    {L_QUICK_REPLY_MODE}{L_QUICK_REPLY_MODE_BASIC}  {L_QUICK_REPLY_MODE_ADVANCED}
    {L_OPEN_QUICK_REPLY}{L_YES}{L_NO}
     
    +
    + + + + + + + + + + + +
    {L_SCEDITOR_PANEL}
    {L_SCEDITOR_STATE}{SCEDITOR_SELECT}
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_AVATAR_PANEL}
    + + + + + +
    {L_AVATAR_EXPLAIN}{L_CURRENT_IMAGE}
    {AVATAR}
     {L_DELETE_AVATAR}
    +
    {L_UPLOAD_AVATAR_FILE}:
    + {L_UPLOAD_AVATAR_URL} + +
    + {L_LINK_REMOTE_AVATAR} + +
    {L_AVATAR_GALLERY}
    {S_HIDDEN_FIELDS}  
    + +
    \ No newline at end of file diff --git a/themes/Inferno/forums/profile_avatar_gallery.tpl b/themes/Inferno/forums/profile_avatar_gallery.tpl new file mode 100644 index 00000000..6470fe9d --- /dev/null +++ b/themes/Inferno/forums/profile_avatar_gallery.tpl @@ -0,0 +1,36 @@ +
    + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_AVATAR_GALLERY}
    {L_CATEGORY}: {S_CATEGORY_SELECT} 
    {avatar_row.avatar_column.AVATAR_NAME}
    {S_HIDDEN_FIELDS} + +    + +
    +
    \ No newline at end of file diff --git a/themes/Inferno/forums/profile_send_email.tpl b/themes/Inferno/forums/profile_send_email.tpl new file mode 100644 index 00000000..2a7b499c --- /dev/null +++ b/themes/Inferno/forums/profile_send_email.tpl @@ -0,0 +1,73 @@ + + +
    + +{ERROR_BOX} + + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_SEND_EMAIL_MSG}
    {L_RECIPIENT}{USERNAME}
    {L_SUBJECT}
    {L_MESSAGE_BODY}
    {L_MESSAGE_BODY_DESC}
    {L_OPTIONS} + + + + +
    {L_CC_EMAIL}
    + + + + + +
    {S_TIMEZONE}
    + + + + + +
    {JUMPBOX}
    \ No newline at end of file diff --git a/themes/Inferno/forums/profile_send_pass.tpl b/themes/Inferno/forums/profile_send_pass.tpl new file mode 100644 index 00000000..3a0237cf --- /dev/null +++ b/themes/Inferno/forums/profile_send_pass.tpl @@ -0,0 +1,34 @@ +
    + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + +
    {L_SEND_PASSWORD}
    {L_ITEMS_REQUIRED}
    {L_USERNAME}: * + +
    {L_EMAIL_ADDRESS}: * + +
    {S_HIDDEN_FIELDS} + +    + +
    +
    \ No newline at end of file diff --git a/themes/Inferno/forums/profile_signature.tpl b/themes/Inferno/forums/profile_signature.tpl new file mode 100644 index 00000000..3edac740 --- /dev/null +++ b/themes/Inferno/forums/profile_signature.tpl @@ -0,0 +1,118 @@ + + + + +
    {L_INDEX}
    + +
    + + + + + + + + + + +
    {SIG_PREVIEW}
    {CURRENT_PREVIEW}
    {PROFIL_IMG} {EMAIL_IMG} {PM_IMG} {WWW_IMG}
    + +
    + + + + + + + + + + + + + + +
    {SIG_EDIT}
    + + + + + + +
    {HTML_STATUS}{BBCODE_STATUS}{SMILIES_STATUS}
    +
    {BB_BOX}
    + + + + + +
    +
    + + + +
    + + + + + + + + + + +
    {SIG_PREVIEW}
    {REAL_PREVIEW}
    {PROFIL_IMG} {EMAIL_IMG} {PM_IMG} {WWW_IMG}
    + +
    + + + + + + + + + + + + + + +
    {SIG_EDIT}
    + + + + + + +
    {HTML_STATUS}{BBCODE_STATUS}{SMILIES_STATUS}
    +
    {BB_BOX}
    + + + + + +
    +
    + + + +
    + + + + + + + + + + +
    {SIG_SAVE}
    {SAVE_MESSAGE}
    + + + +
    +
    + \ No newline at end of file diff --git a/themes/Inferno/forums/profile_view_body.tpl b/themes/Inferno/forums/profile_view_body.tpl new file mode 100644 index 00000000..57c9fe2c --- /dev/null +++ b/themes/Inferno/forums/profile_view_body.tpl @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_VIEWING_PROFILE}
    Change my InfoChange HomeMessagesChange ThemeLogout
     
    {USER_RANK_01_IMG}{USER_RANK_01}{USER_RANK_02_IMG}{USER_RANK_02}{USER_RANK_03_IMG}{USER_RANK_03}{USER_RANK_04_IMG}{USER_RANK_04}{USER_RANK_05_IMG}{USER_RANK_05}
     
    + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_AVATAR}
    {AVATAR_IMG}
    {L_FORUM_INFO}
    {L_JOINED}{JOINED}
    {L_USER_LAST_VISIT}{USER_LAST_VISIT}
    {L_TOTAL_POSTS}{POSTS} ({POST_DAY_STATS} | {POST_PERCENT_STATS})
    {L_REPUTATION}{REPUTATION}
    {L_ONLINE_STATUS}{ONLINE_STATUS}
    {L_CONTACT_DETAILS}
    {L_WEBSITE}{WWW}
    {L_EMAIL_ADDRESS}{EMAIL}
    {L_PM}{PM}
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_ADDITIONAL_INFO}
    {L_ADMIN_NOTES}{ADMIN_NOTES}
    {L_LOCATION}{LOCATION}
    {L_GENDER}{GENDER}
    {xdata.NAME}{xdata.VALUE}
    {L_USERS_SIGNATURE}
    {USER_SIG}
    {L_EXTRA_INFO}
    {EXTRA_INFO}
    {L_USER_ADMIN_FOR}
    {EDIT_THIS_USER}
    {BAN_THIS_USER_IP}
    {SUSPEND_THIS_USER}
    {DELETE_THIS_USER}
    +
    +
    +
    \ No newline at end of file diff --git a/themes/Inferno/forums/ranks_body.tpl b/themes/Inferno/forums/ranks_body.tpl new file mode 100644 index 00000000..d9a68616 --- /dev/null +++ b/themes/Inferno/forums/ranks_body.tpl @@ -0,0 +1,82 @@ +
    + + + + + +
    + + + + + + +
    {L_INDEX} -> {L_RANKS}
    + + + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_RANKS}
    {L_RANKS}{L_MINI}{L_TOTAL_USERS}
    {ranks.RANK_TITLE}
    {ranks.RANK_IMAGE}
    {ranks.RANK_MINI}{ranks.RANK_TOTAL}
    {ranks.userlist.USERS_LIST}
    +
    + + + + + + + + + + + + + + + + + + + +
    {L_SPECIAL_RANKS}
     {L_SPECIAL_RANKS}  + +  {L_TOTAL_USERS}  + + +  {L_USERS_LIST}  + +
    {spe_ranks.RANK_TITLE}
    {spe_ranks.RANK_IMAGE}
    {spe_ranks.userlist.USERS_LIST}{spe_ranks.no_userlist.RANK_TOTAL}
    +
    + +
    +
    diff --git a/themes/Inferno/forums/recent_body.tpl b/themes/Inferno/forums/recent_body.tpl new file mode 100644 index 00000000..e5602ebb --- /dev/null +++ b/themes/Inferno/forums/recent_body.tpl @@ -0,0 +1,55 @@ +
    + + + + + + + +
    {L_SHOWING_POSTS} {STATUS}
    {L_SELECT_MODE} + [ {L_TODAY} ] + [ {L_YESTERDAY} ] + [ {L_LAST24} ] + [ {L_LASTWEEK} ] + [ {L_LAST} + + {L_DAYS} ]
    + + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + +
    {L_RECENT_TITLE}
    {recent.TOPIC_FOLDER_ALT}{recent.NEWEST_IMG}{recent.TOPIC_TYPE}{recent.TOPIC_TITLE} + {recent.GOTO_PAGE}
    {recent.FIRST_TIME}{recent.FIRST_AUTHOR}
     {recent.L_REPLIES}: {recent.REPLIES} +
     {recent.L_VIEWS}: {recent.VIEWS}
     {recent.FORUM_NAME} {recent.LAST_URL} {recent.LAST_TIME}   +
    {recent.LAST_AUTHOR}
      
    {L_NO_TOPICS}
     
    + + + + + + +
    {PAGE_NUMBER}{PAGINATION}
    \ No newline at end of file diff --git a/themes/Inferno/forums/report_comment.tpl b/themes/Inferno/forums/report_comment.tpl new file mode 100644 index 00000000..dcd8a1f0 --- /dev/null +++ b/themes/Inferno/forums/report_comment.tpl @@ -0,0 +1,39 @@ + + + + +
    {L_REPORT_COMMENT}: {TOPIC_TITLE}
    + + + + + +
    {L_INDEX}
    + +
    + + + + + + + + + + +
    {L_REPORT_COMMENT} +
    {L_COMMENTS}
    {L_LAST_ACTION_COMMENTS_EXPLAIN}
    +
    + + + + + + + + + + + +
    {L_PREVIOUS_COMMENTS} +
     {REPORT_COMMENTS}
    \ No newline at end of file diff --git a/themes/Inferno/forums/report_post.tpl b/themes/Inferno/forums/report_post.tpl new file mode 100644 index 00000000..d596ef64 --- /dev/null +++ b/themes/Inferno/forums/report_post.tpl @@ -0,0 +1,26 @@ + + + + +
    {L_REPORT_POST}: {TOPIC_TITLE}
    + + + + + +
    {L_INDEX}
    + +
    + + + + + + + + + + +
    {L_REPORT_POST} +
    {L_COMMENTS}
    {L_COMMENTS_EXPLAIN}
    +
    \ No newline at end of file diff --git a/themes/Inferno/forums/reports_view.tpl b/themes/Inferno/forums/reports_view.tpl new file mode 100644 index 00000000..8be23b96 --- /dev/null +++ b/themes/Inferno/forums/reports_view.tpl @@ -0,0 +1,57 @@ +
    + + + + + +
    {L_INDEX} +   +
    +
    + +
    + + + + + + + + + + + + + + + + + + +
    {L_ACTION}{L_POST}{L_COMMENTS}{L_STATUS}{L_LAST_ACTION_COMMENTS}
     {postrow.L_CLOSE_REPORT}{postrow.TOPIC_TITLE}
    {postrow.FORUM}
    {postrow.REPORTER} ({postrow.DATE})

    {postrow.COMMENTS}
    {postrow.LAST_ACTION}{postrow.LAST_ACTION_COMMENTS}
    + + + + + + +
    + +   + + + + {L_OPT_OUT} +
    +
    \ No newline at end of file diff --git a/themes/Inferno/forums/reputation.tpl b/themes/Inferno/forums/reputation.tpl new file mode 100644 index 00000000..545e7dfa --- /dev/null +++ b/themes/Inferno/forums/reputation.tpl @@ -0,0 +1,162 @@ + + +{rep_stats.L_REPUTATION} {rep_stats.USERNAME}
    +
    + + + + + + + + + + + + + + + + + + + + + + + +
    {rep_stats.L_TOTALRECEIVED}:{rep_stats.L_TOTALGIVEN}:
       {rep_stats.L_REPUTATION2}{rep_stats.STATREP_SUM}   {rep_stats.L_REPUTATION2}{rep_stats.STATREP_SUM_GIVEN}
       {rep_stats.L_POSITIVE} {rep_stats.L_VOTES}{rep_stats.STATREP_SUMPOS}   {rep_stats.L_POSITIVE} {rep_stats.L_VOTES}{rep_stats.STATREP_SUMPOS_GIVEN}
       {rep_stats.L_NEGATIVE} {rep_stats.L_VOTES}{rep_stats.STATREP_SUMNEG}   {rep_stats.L_NEGATIVE} {rep_stats.L_VOTES}{rep_stats.STATREP_SUMNEG_GIVEN}
    + + + + +
    {rep_stats.L_GLOBALSTATS}
    + + + + + + + + + + + + + + + + + + + + + +
    {rep_stats.L_WHO}{rep_stats.L_WHOM}{rep_stats.L_DIR}{rep_stats.L_HOWMUCH}{rep_stats.L_POST}{rep_stats.L_COMMENT}{rep_stats.L_DATE}
    {rep_stats.row.USERNAME2}{rep_stats.row.USERNAME}
    {rep_stats.row.REPNEG}
    {rep_stats.row.REPSUM}
    {rep_stats.row.POST}{rep_stats.row.REPCOMMENT}{rep_stats.row.REPTIME}
    + + + + + + + + + +
    {rep_stats.L_RECEIVEDREPUTATION}{rep_stats.L_GIVENREPUTATION}{PAGE_NUMBER}{rep_stats.PAGINATION}
    + + + +{rep_globalstats.L_GLOBALSTATS}

    + + + + + + + + + + + + + + + + + + + + + +
    {rep_globalstats.L_TOTAL_GIVEN_BY_USERS}{rep_globalstats.TOTAL_GIVEN_BY_USERS}
    {rep_globalstats.L_ACTIVE_USER}{rep_globalstats.ACTIVE_USER} ({rep_globalstats.TOTAL_GIVEN_BY_ACTIVE_USER})
    {rep_globalstats.L_BEST_REP_USER}{rep_globalstats.MAX_USERREP_USERNAME} ({rep_globalstats.L_REPUTATION}: {rep_globalstats.MAX_USERREP})
    {rep_globalstats.L_WORST_REP_USER}{rep_globalstats.MIN_USERREP_USERNAME} ({rep_globalstats.L_REPUTATION}: {rep_globalstats.MIN_USERREP})
    {rep_globalstats.L_MAX_GIVEN_SUM}{rep_globalstats.MAX_REPSUM} ({rep_globalstats.MAX_REPSUM_USERNAME})
    +
    + + + + + + + + + + + + + + + + + + + + + +
    {rep_globalstats.L_WHO}{rep_globalstats.L_WHOM}{rep_globalstats.L_DIR}{rep_globalstats.L_HOWMUCH}{rep_globalstats.L_POST}{rep_globalstats.L_COMMENT}{rep_globalstats.L_DATE}
    {rep_globalstats.row.USERNAME2}{rep_globalstats.row.USERNAME}
    {rep_globalstats.row.REPNEG}
    {rep_globalstats.row.REPSUM}
    {rep_globalstats.row.POST}{rep_globalstats.row.REPCOMMENT}{rep_globalstats.row.REPTIME}
    + + + + + +
    {PAGE_NUMBER}{rep_globalstats.PAGINATION}
    + + + +{rep_add.L_REPUTATIONGIVING} {rep_add.USERNAME}
    + +
    +{rep_add.L_YOUHAVEPOINTS}: {rep_add.REPSUM}
    + + + + + + + + + + + + + + + + + + + + + + + + +
    {rep_add.L_DESCR}{rep_add.L_FORM}
    {rep_add.L_ENTERREPSUM}
    + {rep_add.L_ENTERREPSUM_EXPLAIN}
    {rep_add.L_CHOOSEDIR}
    + {rep_add.L_CHOOSEDIR_EXPLAIN}
         
    {rep_add.L_ENTERCOMMENT}
    + {rep_add.L_ENTERCOMMENT_EXPLAIN}
      + + + + {SIMPLE_HIDDEN} +
    + +
    Powered by Users Reputations system v1.0.0 © 2006 Anton Granik
    \ No newline at end of file diff --git a/themes/Inferno/forums/ropm_quick_reply.tpl b/themes/Inferno/forums/ropm_quick_reply.tpl new file mode 100644 index 00000000..f33461ca --- /dev/null +++ b/themes/Inferno/forums/ropm_quick_reply.tpl @@ -0,0 +1,65 @@ + + + + +
    + + {L_QUICK_REPLY} + + + {L_SUBJECT} +
    + + + {ROPM_QUICK_REPLY.BB_BOX} + + + {L_OPTIONS} + +  {L_QUOTE_LAST_MESSAGE}
    + +  {L_DISABLE_HTML}
    + + +  {L_DISABLE_BBCODE}
    + + +  {L_DISABLE_SMILIES}
    + +  {L_ATTACH_SIGNATURE}
    + + + + + {ROPM_QUICK_REPLY.S_HIDDEN_FIELDS} + + + + +
    + \ No newline at end of file diff --git a/themes/Inferno/forums/rules_body.tpl b/themes/Inferno/forums/rules_body.tpl new file mode 100644 index 00000000..ca38089f --- /dev/null +++ b/themes/Inferno/forums/rules_body.tpl @@ -0,0 +1,62 @@ +
    + + + + + +
    + + + + + +
    {L_INDEX}
    + + + + + + + + + + + +
    {L_FAQ_TITLE}
    + + {faq_block_link.BLOCK_TITLE}
    + + {faq_block_link.faq_row_link.FAQ_LINK}
    + +
    + +
     
    + +
    + + + + + + + + + + + + + + +
    {faq_block.BLOCK_TITLE}
    {faq_block.faq_row.FAQ_QUESTION}
    {faq_block.faq_row.FAQ_ANSWER}
    {L_BACK_TO_TOP}
     
    + +
    + + + + + + +
    {JUMPBOX}
    (c) Rules Hack by Dwing
    + +
    +
    diff --git a/themes/Inferno/forums/scoreboard_body.tpl b/themes/Inferno/forums/scoreboard_body.tpl new file mode 100644 index 00000000..7713b7a2 --- /dev/null +++ b/themes/Inferno/forums/scoreboard_body.tpl @@ -0,0 +1,64 @@ +
    + + + + + +
    + + {L_INDEX} + {NAV_CAT_DESC} ->  + + {GAMENAME} +
    + + + + + + +
    + + {PAGINATION} + +
    + + + + + + + + + + + + + + + + +
     {L_POS}  {L_USER}  {L_SCORE}  {L_DATE} 
    {scorerow.POS} + + + + + +
    {scorerow.PLAYER}{scorerow.URL_STATS}
    +
    {scorerow.SCORE}{scorerow.DATE}
    + + + + + +
    [{URL_ARCADE}] - [{URL_BESTSCORES}]
    + + + + + + + + +
    {S_TIMEZONE}
    {PAGINATION}
    {PAGE_NUMBER}
    +
    \ No newline at end of file diff --git a/themes/Inferno/forums/search_body.tpl b/themes/Inferno/forums/search_body.tpl new file mode 100644 index 00000000..b9e0d10b --- /dev/null +++ b/themes/Inferno/forums/search_body.tpl @@ -0,0 +1,66 @@ +
    + + + + + +
    + +
    + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_SEARCH_QUERY}
    {L_SEARCH_KEYWORDS}:
    {L_SEARCH_KEYWORDS_EXPLAIN}

    {L_SEARCH_ANY_TERMS}
    {L_SEARCH_ALL_TERMS}
    {L_SEARCH_AUTHOR}:
    {L_SEARCH_AUTHOR_EXPLAIN}
    {L_SEARCH_OPTIONS}
    {L_FORUM}: {L_SEARCH_PREVIOUS}: 
    {L_SEARCH_MESSAGE_TITLE}
    {L_SEARCH_MESSAGE_ONLY}
    {L_CATEGORY}: {L_SORT_BY}: 
    {L_SORT_ASCENDING}
    {L_SORT_DESCENDING}
     
    {L_DISPLAY_RESULTS}: {L_POSTS}{L_TOPICS}{L_RETURN_FIRST} {L_CHARACTERS}
    {S_HIDDEN_FIELDS}
    + + + + + +
    {S_TIMEZONE}
    + + + + + +
    {JUMPBOX}
    +
    +
    \ No newline at end of file diff --git a/themes/Inferno/forums/search_results_posts.tpl b/themes/Inferno/forums/search_results_posts.tpl new file mode 100644 index 00000000..ce600a36 --- /dev/null +++ b/themes/Inferno/forums/search_results_posts.tpl @@ -0,0 +1,62 @@ +
    + + + + + +
    + + + + + +
    {L_SEARCH_MATCHES}
    + + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + +
    {L_AUTHOR}{L_MESSAGE}
     {L_TOPIC}: {searchresults.TOPIC_TITLE}
    + {searchresults.POSTER_NAME}

    + {L_REPLIES}: {searchresults.TOPIC_REPLIES}
    + {L_VIEWS}: {searchresults.TOPIC_VIEWS} +
    + {searchresults.L_MINI_POST_ALT}{L_FORUM}: {searchresults.FORUM_NAME} {L_POSTED}: {searchresults.POST_DATE} {L_SUBJECT}: {searchresults.POST_SUBJECT}
    {searchresults.MESSAGE}
     
    + + + + + + +
    {PAGE_NUMBER}{PAGINATION}
    {S_TIMEZONE}
    + + + + + +
    {JUMPBOX}
    + +
    +
    diff --git a/themes/Inferno/forums/search_results_topics.tpl b/themes/Inferno/forums/search_results_topics.tpl new file mode 100644 index 00000000..d82d6933 --- /dev/null +++ b/themes/Inferno/forums/search_results_topics.tpl @@ -0,0 +1,61 @@ +
    + + + + + +
    + + + + + +
    {L_SEARCH_MATCHES}
    + + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + + +
      {L_FORUM}  {L_TOPICS}  {L_AUTHOR}  {L_REPLIES}  {L_VIEWS}  {L_LASTPOST} 
    {searchresults.L_TOPIC_FOLDER_ALT}{searchresults.FORUM_NAME}{searchresults.NEWEST_POST_IMG}{searchresults.TOPIC_TYPE}{searchresults.TOPIC_TITLE}
    {searchresults.GOTO_PAGE}
    {searchresults.TOPIC_AUTHOR}{searchresults.REPLIES}{searchresults.VIEWS}{searchresults.LAST_POST_TIME}
    {searchresults.LAST_POST_AUTHOR} {searchresults.LAST_POST_IMG}
     
    + + + + + + +
    {PAGE_NUMBER}{PAGINATION}
    {S_TIMEZONE}
    + + + + + +
    {JUMPBOX}
    + +
    +
    diff --git a/themes/Inferno/forums/search_username.tpl b/themes/Inferno/forums/search_username.tpl new file mode 100644 index 00000000..74020c59 --- /dev/null +++ b/themes/Inferno/forums/search_username.tpl @@ -0,0 +1,49 @@ +
    + + + + + +
    + + + +
    + + + + +
    + + + + + + +
    {L_SEARCH_USERNAME}

     

    {L_SEARCH_EXPLAIN}
    + + {L_UPDATE_USERNAME}
     

    + +
    {L_CLOSE_WINDOW}
    +
    + +
    +
    diff --git a/themes/Inferno/forums/simple_footer.tpl b/themes/Inferno/forums/simple_footer.tpl new file mode 100644 index 00000000..9fa95504 --- /dev/null +++ b/themes/Inferno/forums/simple_footer.tpl @@ -0,0 +1,22 @@ + +

    {REPORT_LINK}

    {ADMIN_LINK}
    + +
    +Powered by phpBB Titanium v4.0.1 | Core © 2001, 2019 phpBB Group +
    +{TRANSLATION_INFO} + +
    + +Titanium Core Theme v2.0 Designed By: Ernest Buffington AKA TheGhost © 2022 The 86it Developers Network + +
    \ No newline at end of file diff --git a/themes/Inferno/forums/simple_header.tpl b/themes/Inferno/forums/simple_header.tpl new file mode 100644 index 00000000..b3caa5d2 --- /dev/null +++ b/themes/Inferno/forums/simple_header.tpl @@ -0,0 +1,37 @@ + + + + + + +{META} +{SITENAME} :: {PAGE_TITLE} + + + + + + \ No newline at end of file diff --git a/themes/Inferno/forums/staff_body.tpl b/themes/Inferno/forums/staff_body.tpl new file mode 100644 index 00000000..7ecfb95e --- /dev/null +++ b/themes/Inferno/forums/staff_body.tpl @@ -0,0 +1,43 @@ +
    + + + + + +
    + + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_USERNAME}{L_FORUMS}{L_POSTS}{L_JOINED}{L_EMAIL}{L_PM}{L_MESSENGER}{L_WWW}
    {staff.NAME}
    {staff.LEVEL}
    {staff.RANK}
    {staff.RANK_IMAGE}
    {staff.AVATAR}
    {staff.FORUMS} {staff.POSTS}  
    + {staff.POST_PERCENT}  
    {staff.POST_DAY}  +
    [{staff.LAST_POST}]
     
    {staff.JOINED}
    [{staff.PERIOD}]
    {staff.MAIL}{staff.PM}{staff.MSN} {staff.YIM}
    {staff.AIM} {staff.ICQ}
    {staff.WWW}
    + +
    +
    diff --git a/themes/Inferno/forums/statarcade_body.tpl b/themes/Inferno/forums/statarcade_body.tpl new file mode 100644 index 00000000..253826b0 --- /dev/null +++ b/themes/Inferno/forums/statarcade_body.tpl @@ -0,0 +1,60 @@ + + + + + +
    + + {L_INDEX} + +
    + + + + + + + + + + + + + + + + + + + +
     {L_STATS} 
    {USER_AVATAR}
    [{URL_ARCADE}] - [{URL_BESTSCORES}]
    + +
    + {blkligne.blkcolonne.blkgame.GAMENAME} + {blkligne.blkcolonne.blkgame.L_NBSET} + {blkligne.blkcolonne.blkgame.NBSET}
    + + {blkligne.blkcolonne.blkgame.L_TPSSET} + {blkligne.blkcolonne.blkgame.TPSSET}
    + + {blkligne.blkcolonne.blkgame.L_TPSMOY} + {blkligne.blkcolonne.blkgame.TPSMOY}
    + + {blkligne.blkcolonne.blkgame.L_POSGAME} + {blkligne.blkcolonne.blkgame.POSGAME}  {blkligne.blkcolonne.blkgame.IMGFIRST}
    + + {blkligne.blkcolonne.blkgame.L_HIGHSCR} + {blkligne.blkcolonne.blkgame.HIGHSCR}
    + + {blkligne.blkcolonne.blkgame.L_DATHIGHSCR} + {blkligne.blkcolonne.blkgame.DATHIGHSCR}
    +
    + +
    + + + + + + +
    {PAGE_NUMBER}{PAGINATION}
    \ No newline at end of file diff --git a/themes/Inferno/forums/statistics.tpl b/themes/Inferno/forums/statistics.tpl new file mode 100644 index 00000000..520a8484 --- /dev/null +++ b/themes/Inferno/forums/statistics.tpl @@ -0,0 +1,27 @@ +{L_INDEX} + + + +
    + +{modules.CURRENT_MODULE} + + + + + + + + +
    Last Update Time{modules.LAST_UPDATE_TIME}Next expected Update{modules.NEXT_GUESSED_UPDATE_TIME}
    + +//--> + + +
    +
    Statistics Mod Version 3 Demonstration (BETA3-2003-03-16) + +


    Statistics Mod - [time: {TIME} | sql time: {SQL_TIME} | queries: {QUERY} | Explain] + +
    \ No newline at end of file diff --git a/themes/Inferno/forums/stats_mod/content_bars.tpl b/themes/Inferno/forums/stats_mod/content_bars.tpl new file mode 100644 index 00000000..5e5767e6 --- /dev/null +++ b/themes/Inferno/forums/stats_mod/content_bars.tpl @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + {MODULE_NAME} +
    "thCornerL""thCornerR""thTop" align="center" width="10%">{column.VALUE}
    "row1""row2" align="{row.row_column.ALIGNMENT}" width="10%">{row.row_column.VALUE}"row1""row2" align="{row.row_column.ALIGNMENT}" width="50%"> + + + + +
    + + + + +
    + + + + +
    +
    "row1""row2" align="{row.row_column.ALIGNMENT}" width="10%"> + + {row.row_column.VALUE} + + {row.row_column.VALUE} + +
    \ No newline at end of file diff --git a/themes/Inferno/forums/stats_mod/content_statistical.tpl b/themes/Inferno/forums/stats_mod/content_statistical.tpl new file mode 100644 index 00000000..05ef449d --- /dev/null +++ b/themes/Inferno/forums/stats_mod/content_statistical.tpl @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + +
    + {MODULE_NAME} +
    "thCornerL""thCornerR""thTop" align="center" width="10%">{column.VALUE}
    "row1""row2" align="{row.row_column.ALIGNMENT}" width="10%">{row.row_column.VALUE}"row1""row2" align="{row.row_column.ALIGNMENT}" {row.row_column.WIDTH}> + + {row.row_column.VALUE} + + {row.row_column.VALUE} + +
    \ No newline at end of file diff --git a/themes/Inferno/forums/stats_mod/content_values.tpl b/themes/Inferno/forums/stats_mod/content_values.tpl new file mode 100644 index 00000000..9798decd --- /dev/null +++ b/themes/Inferno/forums/stats_mod/content_values.tpl @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + +
    + {MODULE_NAME} +
    "thCornerL""thCornerR""thTop" align="center" width="{column.WIDTH}%">{column.VALUE}
    "row2""row1" align="{row.row_column.ALIGN}" width="{row.row_column.WIDTH}%">{row.row_column.VALUE}
    \ No newline at end of file diff --git a/themes/Inferno/forums/stats_mod/index.html b/themes/Inferno/forums/stats_mod/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/Inferno/forums/stats_mod/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/Inferno/forums/theme_info.cfg b/themes/Inferno/forums/theme_info.cfg new file mode 100644 index 00000000..ce7fc9af --- /dev/null +++ b/themes/Inferno/forums/theme_info.cfg @@ -0,0 +1,49 @@ + \ No newline at end of file diff --git a/themes/Inferno/forums/toparcade_body.tpl b/themes/Inferno/forums/toparcade_body.tpl new file mode 100644 index 00000000..767d75f9 --- /dev/null +++ b/themes/Inferno/forums/toparcade_body.tpl @@ -0,0 +1,48 @@ + +{HALL_OF_FAME} + + + + +
    + + {L_INDEX} + +  -> {NAV_DESC} +  -> {L_TOPARCADE_FIVE} +
    + + + + + + + + + + + + + +
     {L_ARCADE} 
    + + + + + + + + + + + + +
    {blkligne.blkcolonne.blkgame.GAMENAME}
    {blkligne.blkcolonne.blkgame.blkscore.POS}{blkligne.blkcolonne.blkgame.blkscore.SCORE}{blkligne.blkcolonne.blkgame.blkscore.USERNAME}
    + +
    + + + + + +
    {PAGE_NUMBER}{PAGINATION}
    \ No newline at end of file diff --git a/themes/Inferno/forums/topics_list_box.tpl b/themes/Inferno/forums/topics_list_box.tpl new file mode 100644 index 00000000..57904661 --- /dev/null +++ b/themes/Inferno/forums/topics_list_box.tpl @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
     {topics_list_box.row.L_TITLE}  {topics_list_box.row.L_REPLIES}  {topics_list_box.row.L_AUTHOR}  {topics_list_box.row.L_VIEWS}  {topics_list_box.row.L_LASTPOST} 
      {topics_list_box.row.L_TITLE}
    {topics_list_box.row.L_TOPIC_FOLDER_ALT}{topics_list_box.row.ICON} + {topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.TOPIC_TYPE}{topics_list_box.row.TOPIC_TITLE}  {topics_list_box.row.TOPIC_ANNOUNCES_DATES}{topics_list_box.row.TOPIC_CALENDAR_DATES} + + {topics_list_box.row.GOTO_PAGE} + + {topics_list_box.row.TOPIC_NAV_TREE} + + + {topics_list_box.row.REPLIES}{topics_list_box.row.TOPIC_AUTHOR}{topics_list_box.row.VIEWS}{topics_list_box.row.LAST_POST_TIME}
    {topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.LAST_POST_IMG}
    {topics_list_box.row.L_NO_TOPICS}
    {topics_list_box.row.FOOTER}
    + + +
    + + + \ No newline at end of file diff --git a/themes/Inferno/forums/uacp_body.tpl b/themes/Inferno/forums/uacp_body.tpl new file mode 100644 index 00000000..413e5b03 --- /dev/null +++ b/themes/Inferno/forums/uacp_body.tpl @@ -0,0 +1,78 @@ +
    {L_UACP} :: {USERNAME}
    + + + +
    + + + + + +
    + + + + +
    +
    {L_SELECT_SORT_METHOD}: {S_MODE_SELECT}  {L_ORDER} {S_ORDER_SELECT}   + + +
    + + + + + + + + + + + + + + + + + + + + + + + + {attachrow.S_HIDDEN} + + + + + +
    #{L_FILENAME}{L_FILECOMMENT}{L_EXTENSION}{L_SIZE}{L_DOWNLOADS}{L_POST_TIME}{L_POSTED_IN_TOPIC}{L_DELETE}
    {attachrow.ROW_NUMBER}{attachrow.FILENAME}{attachrow.COMMENT}{attachrow.EXTENSION}{attachrow.SIZE}{attachrow.DOWNLOAD_COUNT}{attachrow.POST_TIME}{attachrow.POST_TITLE}{attachrow.S_DELETE_BOX}
    + +
    + + {S_USER_HIDDEN} + + + + + +
    {L_MARK_ALL} :: {L_UNMARK_ALL}
    + + + + + + +
    {PAGE_NUMBER}{PAGINATION}
    \ No newline at end of file diff --git a/themes/Inferno/forums/user_delete_body.tpl b/themes/Inferno/forums/user_delete_body.tpl new file mode 100644 index 00000000..62fb8bb1 --- /dev/null +++ b/themes/Inferno/forums/user_delete_body.tpl @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +{all_other_user_posts_in_other_topics.L_TOTAL}: {all_other_user_posts_in_other_topics.NUM_OF_OTHER_POSTS}

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_DELETION_TITLE}
    {resume_to_simple_deletion.RESUME_TO_SIMPLE_DELETION}
    {deleted_user_topics.L_TOPIC_TITLES}:{deleted_user_topics.TOPIC_TITLES}
    {num_of_deleted_user_topics.L_NUM_OF_DELETED_TOPICS}: {num_of_deleted_user_topics.NUM_OF_DELETED_TOPICS}
    {deleted_posts_in_user_topics.L_DELETED_POSTS_IN_U_TOPICS}:{deleted_posts_in_user_topics.DELETED_POSTS_IN_U_TOPICS}
    {num_deleted_posts_in_usertopics.L_NUM_DELETED_POSTS_IN_U_TOPICS}:{num_deleted_posts_in_usertopics.NUM_DELETED_POSTS_IN_U_TOPICS}
    {forums_with_new_last_posts1.L_FORUMS_WHERE_SET_NEW_LASTPOST}:{forums_with_new_last_posts1.LIST_FORUMS_WHERE_SET_NEW_LASTPOST}
    {forums_with_new_last_posts1.L_NUM_FORUMS_WHERE_SET_NEW_LASTPOST}: {forums_with_new_last_posts1.NUM_FORUMS_WHERE_SET_NEW_LASTPOST}
    {recynced_users_in_usertopics.L_RECYNCED_USERS_IN_U_TOPICS}:{recynced_users_in_usertopics.LIST_RECYNCED_USERS_IN_U_TOPICS}
    {recynced_users_in_usertopics.L_TOTAL_USERS_IN_U_TOPICS}:{recynced_users_in_usertopics.TOTAL_USERS_IN_U_TOPICS}
    {topics_where_only_this_user_posts.L_DELETED_TOPICS2}
    {topics_where_only_this_user_posts.L_DELETED_TOPICS2}:{topics_where_only_this_user_posts.LIST_DELETED_TOPICS2}
    {topics_where_only_this_user_posts.L_TOTAL}: {topics_where_only_this_user_posts.TOTAL_DELETED_TOPICS2}
    {topics_where_only_this_user_posts.L_DELETED_POSTS_IN_U_TOPICS2}:{topics_where_only_this_user_posts.LIST_DELETED_POSTS_IN_U_TOPICS2}
    {topics_where_only_this_user_posts.L_TOTAL}:{topics_where_only_this_user_posts.TOTAL_DELETED_POSTS_IN_U_TOPICS2}
    {forums_with_new_last_posts2.L_FORUMS_WHERE_SET_NEW_LASTPOST2}:{forums_with_new_last_posts2.LIST_FORUMS_WHERE_SET_NEW_LASTPOST2}
    {forums_with_new_last_posts2.L_NUM_FORUMS_WHERE_SET_NEW_LASTPOST2}:{forums_with_new_last_posts2.NUM_FORUMS_WHERE_SET_NEW_LASTPOST2}
    {all_other_user_posts_in_other_topics.L_OTHER_POSTS}
    {all_other_user_posts_in_other_topics.L_OTHER_POSTS}:{all_other_user_posts_in_other_topics.LIST_DELETED_OTHER_POSTS}
    {topics_to_recync_first_or_lastpost.L_TOPIC_TO_RECYNK_FIRST_LAST_POSTS}:{topics_to_recync_first_or_lastpost.LIST_TOPICS_TO_RECYNK_FIRST_LAST_POSTS}
    {topics_to_recync_first_or_lastpost.TOTAL}:{topics_to_recync_first_or_lastpost.NUM_TOPICS_TO_RECYNK_FIRST_LAST_POSTS}
    {forums_with_new_last_posts3.L_FORUMS_WHERE_SET_NEW_LASTPOST3}:{forums_with_new_last_posts3.LIST_FORUMS_WHERE_SET_NEW_LASTPOST3}
    {forums_with_new_last_posts3.L_NUM_FORUMS_WHERE_SET_NEW_LASTPOST3}:{forums_with_new_last_posts3.NUM_FORUMS_WHERE_SET_NEW_LASTPOST3}
    {no_other_uposts_in_other_topics.L_NO_OTHER_UPOSTS_IN_OTHERTOPICS}
    + +
    +
    {RETURN_TO_INDEX} +
    +
    +{RETURN_TO_MEMBERLIST} +
    +
    + +

    {JUMPBOX}

    \ No newline at end of file diff --git a/themes/Inferno/forums/viewforum_body.tpl b/themes/Inferno/forums/viewforum_body.tpl new file mode 100644 index 00000000..5a97bea1 --- /dev/null +++ b/themes/Inferno/forums/viewforum_body.tpl @@ -0,0 +1,209 @@ +
    + + + + + +
    + +{GLANCE_OUTPUT} +
    + + + + + + + + + + + + + + + + +
    {FORUM_NAME}
    {L_MODERATOR}: {MODERATORS}
    {LOGGED_IN_USER_LIST}
    {PAGINATION}
     
    {L_POST_NEW_TOPIC}   {L_INDEX} {PARENT_FORUM_NAME} {FORUM_NAME}{L_MARK_TOPICS_READ}
     
    + + + + + + + + + + + + + + + + + + +
     {catrow.CAT_DESC}  {L_TOPICS}  {L_POSTS}  {L_LASTPOST} 
    {catrow.forumrow.L_FORUM_FOLDER_ALT}   {L_INDEX} {PARENT_FORUM_NAME} {FORUM_NAME}
    {catrow.forumrow.FORUM_DESC}
    {catrow.forumrow.TOPICS}{catrow.forumrow.POSTS}{catrow.forumrow.LAST_POST}
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
     {L_TOPICS}  {L_REPLIES}  {L_VIEWS}  {L_LASTPOST} 
    {topicrow.divider.L_DIV_HEADERS}
    {topicrow.L_TOPIC_FOLDER_ALT}{topicrow.ICON} + {topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_ATTACHMENT_IMG}{topicrow.TOPIC_TYPE}{topicrow.TOPIC_TITLE}
    + +
    {topicrow.GOTO_PAGE}
    + +
    + {topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_ATTACHMENT_IMG}{topicrow.TOPIC_TYPE}{topicrow.TOPIC_TITLE}
    + + +
    {topicrow.GOTO_PAGE}
    +
    {topicrow.REPLIES}{topicrow.VIEWS}{topicrow.LAST_POST_IMG} {topicrow.LAST_POST_TIME}
    {topicrow.LAST_POST_AUTHOR}
    {L_NO_TOPICS}
    + + + + +
    + {L_DISPLAY_TOPICS}: {S_SELECT_TOPIC_DAYS}  {S_DISPLAY_ORDER} +
    +
    + + + + + + + + + + + + + + + + + + +
       
    {L_POST_NEW_TOPIC}   {L_INDEX} {PARENT_FORUM_NAME} {FORUM_NAME}{S_TIMEZONE}
    {PAGINATION}
    +
     
    {PAGE_NUMBER}
    +
    +
    + + + + +
    {JUMPBOX}
    +
    + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + {L_NEW_POSTS} +  {L_NEW_POSTS} +    + {L_NO_NEW_POSTS} +  {L_NO_NEW_POSTS} +   

    + {L_GLOBAL_ANNOUNCEMENT}

    +
      + {L_GLOBAL_ANNOUNCEMENT}
    + {L_NEW_POSTS_HOT} +  {L_NEW_POSTS_HOT} +    + {L_NO_NEW_POSTS_HOT} +  {L_NO_NEW_POSTS_HOT} +   

    + {L_ANNOUNCEMENT}

    +
      + {L_ANNOUNCEMENT}

    + {L_NEW_POSTS_LOCKED}

     {L_NEW_POSTS_LOCKED} +    + {L_NO_NEW_POSTS_LOCKED} {L_NO_NEW_POSTS_LOCKED}   + {L_STICKY}  + {L_STICKY}
    {S_AUTH_LIST}
    + + + + + + +
    {JUMPBOX}
    + +
    +
    diff --git a/themes/Inferno/forums/viewonline_body.tpl b/themes/Inferno/forums/viewonline_body.tpl new file mode 100644 index 00000000..9f796774 --- /dev/null +++ b/themes/Inferno/forums/viewonline_body.tpl @@ -0,0 +1,51 @@ + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
     {L_USERNAME}  {L_LAST_UPDATE}  {L_FORUM_LOCATION} 
    {TOTAL_REGISTERED_USERS_ONLINE}
    {reg_user_row.USERNAME}{reg_user_row.LASTUPDATE}{reg_user_row.FORUM_LOCATION}
    {TOTAL_GUEST_USERS_ONLINE}
    {guest_user_row.USERNAME}{guest_user_row.LASTUPDATE}{guest_user_row.FORUM_LOCATION}
    + + + + + + +
    {L_ONLINE_EXPLAIN}{S_TIMEZONE}
    + +
    + + + + + +
    {JUMPBOX}
    \ No newline at end of file diff --git a/themes/Inferno/forums/viewtopic_attach_body.tpl b/themes/Inferno/forums/viewtopic_attach_body.tpl new file mode 100644 index 00000000..ac0bd6ad --- /dev/null +++ b/themes/Inferno/forums/viewtopic_attach_body.tpl @@ -0,0 +1,147 @@ +
    + +

    + + +

    + + + + +
    {postrow.attach.denyrow.L_DENIED}
    +

    + + +

    + + + + + + + + + + + + + + + + + + + +
    {postrow.attach.cat_stream.DOWNLOAD_NAME}
    {L_DESCRIPTION}: + + + + +
    {postrow.attach.cat_stream.COMMENT}
    +
    {L_FILESIZE}:{postrow.attach.cat_stream.FILESIZE} {postrow.attach.cat_stream.SIZE_VAR}
    {postrow.attach.cat_stream.L_DOWNLOADED_VIEWED}:{postrow.attach.cat_stream.L_DOWNLOAD_COUNT}

    + + + + + + + + + + + +

    +
    +

    + + +

    + + + + + + + + + + + + + + + + + + + +
    {postrow.attach.cat_images.DOWNLOAD_NAME}
     {L_DESCRIPTION}: + + + + +
    {postrow.attach.cat_images.COMMENT}
    +
     {L_FILESIZE}: {postrow.attach.cat_images.FILESIZE} {postrow.attach.cat_images.SIZE_VAR}
     {postrow.attach.cat_images.L_DOWNLOADED_VIEWED}: {postrow.attach.cat_images.L_DOWNLOAD_COUNT}

    {postrow.attach.cat_images.DOWNLOAD_NAME}

    +

    + + +

    + + + + + + + + + + + + + + + + + + + +
    {postrow.attach.cat_thumb_images.DOWNLOAD_NAME}
     {L_DESCRIPTION}: + + + + +
    {postrow.attach.cat_thumb_images.COMMENT}
    +
     {L_FILESIZE}: {postrow.attach.cat_thumb_images.FILESIZE} {postrow.attach.cat_thumb_images.SIZE_VAR}
     {postrow.attach.cat_thumb_images.L_DOWNLOADED_VIEWED}: {postrow.attach.cat_thumb_images.L_DOWNLOAD_COUNT}
    +


    {postrow.attach.cat_thumb_images.DOWNLOAD_NAME}

    +

    + + + +

    + + + + + + + + + + + + + + + + + + + + + +
    {postrow.attach.attachrow.DOWNLOAD_NAME}
    {L_DESCRIPTION}:{postrow.attach.attachrow.COMMENT}{postrow.attach.attachrow.S_UPLOAD_IMAGE}
    {L_FILENAME}:{postrow.attach.attachrow.DOWNLOAD_NAME}
    {L_FILESIZE}:{postrow.attach.attachrow.FILESIZE} {postrow.attach.attachrow.SIZE_VAR}
    {postrow.attach.attachrow.L_DOWNLOADED_VIEWED}:{postrow.attach.attachrow.L_DOWNLOAD_COUNT}
    +

    + + + +
    \ No newline at end of file diff --git a/themes/Inferno/forums/viewtopic_body.tpl b/themes/Inferno/forums/viewtopic_body.tpl new file mode 100644 index 00000000..4f424e03 --- /dev/null +++ b/themes/Inferno/forums/viewtopic_body.tpl @@ -0,0 +1,285 @@ +
    + + + + + +
    + +{GLANCE_OUTPUT} + + + + + + + + + +
    {TOPIC_TITLE}

    {PAGINATION} + +
    + + + + + + + + + + + + + +
    + + {L_POST_NEW_TOPIC} + {L_POST_REPLY_TOPIC} + {L_PRINTER_TOPIC} + {L_WHOVIEW_ALT} + + {thanks_button.L_THANK_TOPIC} + + +  {L_INDEX} {PARENT_FORUM_NAME} {FORUM_NAME}
      +
    + + + + + + + + + + + + {POLL_DISPLAY} + + + + + + + + + + + + + + + + + + + +
    + {L_VIEW_PREVIOUS_TOPIC} + {L_VIEW_NEXT_TOPIC} +
    + + + + + +
    +{TOPIC_TITLE}  {L_POSTED}: {postrow.POST_DATE} {postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG} {postrow.REPORT_IMG}
    +
    {postrow.POSTER_FROM_FLAG}{postrow.POSTER_NAME}
    + + + + + + + +
    + {postrow.MESSAGE} + {postrow.ATTACHMENTS} + +
    + {postrow.SIGNATURE} + +


     {postrow.EDITED_MESSAGE}
    + +
    +
    +

    + {postrow.POSTER_AVATAR}

    +

    +
    + {postrow.USER_RANK_01_IMG} + {postrow.USER_RANK_02_IMG} + {postrow.USER_RANK_03_IMG} + {postrow.USER_RANK_04_IMG} + {postrow.USER_RANK_05_IMG} +
    + +

    +
    + {L_RANK_TITLE} + {postrow.USER_RANK_01} +
    + + +
    + {postrow.USER_RANK_02} +
    + + +
    + {postrow.USER_RANK_03} +
    + + +
    + {postrow.USER_RANK_04} +
    + + +
    + {postrow.USER_RANK_05} +
    + +
    + {L_POST_COUNT} + {postrow.POSTER_POSTS} +
    + +
    + {L_REPUTATION} + {postrow.REPUTATION} +
    + +
    + {L_JOINED} + {postrow.POSTER_JOINED} +
    + +
    + {L_STATUS} + {postrow.POSTER_ONLINE_STATUS} +
    + +
    + {L_GENDER} + {postrow.POSTER_GENDER} +
    + + + +
    + {postrow.xdata.NAME} + {postrow.xdata.VALUE} +
    + + +
    {postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.FACEBOOK_IMG} {postrow.SEARCH_IMG}
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {postrow.move_message.MOVE_MESSAGE}
    + + + + + + + +
    {postrow.thanks.THANKFUL}
    + {postrow.thanks.THANKS_TOTAL} {postrow.thanks.THANKED} + +
    +
    {postrow.INLINE_AD}
     
    + {postrow.INLINE_AD} +
    + + + + +
    +
    + {L_DISPLAY_POSTS}: {S_SELECT_POST_DAYS}{S_SELECT_POST_ORDER} +
    +
    +
    + + + + + +
    + + + + + + + +
    + + {L_POST_NEW_TOPIC} + {L_POST_REPLY_TOPIC} + + + {L_POST_SQR_TOPIC} + + {L_PRINTER_TOPIC} + + {L_WHOVIEW_ALT} + + + {thanks_button.L_THANK_TOPIC} + +  {L_INDEX} {PARENT_FORUM_NAME} {FORUM_NAME}{S_TIMEZONE}

    {PAGINATION}
    {PAGE_NUMBER}
    + +{QRBODY} + + + + + + + +

    {S_WATCH_TOPIC}
    {S_EMAIL_TOPIC}
     
    {S_TOPIC_ADMIN}
    {S_AUTH_LIST}
    + + +
    +
    \ No newline at end of file diff --git a/themes/Inferno/forums/viewtopic_poll_ballot.tpl b/themes/Inferno/forums/viewtopic_poll_ballot.tpl new file mode 100644 index 00000000..6197b82c --- /dev/null +++ b/themes/Inferno/forums/viewtopic_poll_ballot.tpl @@ -0,0 +1,30 @@ + +
    +
    + + + + + + + + + + + + + +
    {POLL_QUESTION}
    + + + + + + + +
     {poll_option.POLL_OPTION_CAPTION}
    +
    {L_VIEW_RESULTS}
    + {S_HIDDEN_FIELDS} +
    + + \ No newline at end of file diff --git a/themes/Inferno/forums/viewtopic_poll_result.tpl b/themes/Inferno/forums/viewtopic_poll_result.tpl new file mode 100644 index 00000000..e453c963 --- /dev/null +++ b/themes/Inferno/forums/viewtopic_poll_result.tpl @@ -0,0 +1,18 @@ + +
    + + + + + + + + + + + + +
    {POLL_QUESTION}
    [ {poll_option.POLL_OPTION_RESULT} ] [ {poll_option.POLL_OPTION_PERCENT_VALUE} ] {poll_option.POLL_OPTION_CAPTION}
    {poll_option.POLL_PROGRESS_BAR}
    {L_TOTAL_VOTES} : {TOTAL_VOTES}
    +
    + + \ No newline at end of file diff --git a/themes/Inferno/forums/viewtopic_quickreply.tpl b/themes/Inferno/forums/viewtopic_quickreply.tpl new file mode 100644 index 00000000..4546f444 --- /dev/null +++ b/themes/Inferno/forums/viewtopic_quickreply.tpl @@ -0,0 +1,97 @@ + +
    + + + \ No newline at end of file diff --git a/themes/Inferno/forums/viewtopic_related_body.tpl b/themes/Inferno/forums/viewtopic_related_body.tpl new file mode 100644 index 00000000..ca65195b --- /dev/null +++ b/themes/Inferno/forums/viewtopic_related_body.tpl @@ -0,0 +1,28 @@ + +
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_RELATED_TOPICS}
     {L_TOPICS}  {L_REPLIES}  {L_AUTHOR}  {L_VIEWS}  {L_LASTPOST} 
    {topicrow.L_TOPIC_FOLDER_ALT}{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}{topicrow.TOPIC_TITLE}{topicrow.REPLIES}{topicrow.TOPIC_AUTHOR}{topicrow.VIEWS}{topicrow.LAST_POST_TIME}
    {topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}
     
    diff --git a/themes/Inferno/forums/viewtopic_whoview.tpl b/themes/Inferno/forums/viewtopic_whoview.tpl new file mode 100644 index 00000000..2629115c --- /dev/null +++ b/themes/Inferno/forums/viewtopic_whoview.tpl @@ -0,0 +1,72 @@ + +
    + + + + + + + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + +
    {L_ACTUAL_TIME}{L_SELECT_SORT_METHOD}: {S_MODE_SELECT}  {L_ORDER} {S_ORDER_SELECT}  
    {L_LAST_VIEWED_TOPIC_LINK_PREFIX} {L_LAST_VIEWED_TOPIC_LINK}
     
    + +

    {L_LAST_VIEWED_TITLE}

    #{L_USERNAME}{L_FROM}{L_TOPIC_COUNT}{L_LAST_VIEWED}{L_ONLINE_STATUS}
    {memberrow.ROW_NUMBER} + {memberrow.CURRENT_AVATAR}{memberrow.USERNAME} + + {memberrow.FLAG}{memberrow.FROM}{memberrow.VIEW_COUNT}{memberrow.VIEW_TIME}{memberrow.ONLINE_STATUS}
    +
    +
    + + +
    + + +
    + diff --git a/themes/Inferno/forums/whoisplaying_body.tpl b/themes/Inferno/forums/whoisplaying_body.tpl new file mode 100644 index 00000000..959591ff --- /dev/null +++ b/themes/Inferno/forums/whoisplaying_body.tpl @@ -0,0 +1,17 @@ +
    + + + + + + + + + + +
    {L_WHOISPLAYING}
    + + {whoisplaying_row.GAME} : + {whoisplaying_row.PLAYER_LIST} + +
    \ No newline at end of file diff --git a/themes/Inferno/function_CloseTable.php b/themes/Inferno/function_CloseTable.php new file mode 100644 index 00000000..eb0f9fc9 --- /dev/null +++ b/themes/Inferno/function_CloseTable.php @@ -0,0 +1,84 @@ +'; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; + +echo '
    '; +echo '
    '; + +//echo ''; + +echo "\n\n\n\n"; +} +?> diff --git a/themes/Inferno/function_CloseTable2.php b/themes/Inferno/function_CloseTable2.php new file mode 100644 index 00000000..4aa288b9 --- /dev/null +++ b/themes/Inferno/function_CloseTable2.php @@ -0,0 +1,77 @@ +' + .'
    ' + .'
  • ' + + .'
    ' + .'
    ' + .'
    ' + .'
    ' + .'
    '; +} +?> diff --git a/themes/Inferno/function_CloseTable3.php b/themes/Inferno/function_CloseTable3.php new file mode 100644 index 00000000..f6270813 --- /dev/null +++ b/themes/Inferno/function_CloseTable3.php @@ -0,0 +1,86 @@ +'; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; + +echo ''; +echo ''; +echo ''; +echo ''; +echo '
    '; +echo ''; +} +?> diff --git a/themes/Inferno/function_CloseTable4.php b/themes/Inferno/function_CloseTable4.php new file mode 100644 index 00000000..2749563a --- /dev/null +++ b/themes/Inferno/function_CloseTable4.php @@ -0,0 +1,69 @@ + diff --git a/themes/Inferno/function_FormatStory.php b/themes/Inferno/function_FormatStory.php new file mode 100644 index 00000000..538ef28b --- /dev/null +++ b/themes/Inferno/function_FormatStory.php @@ -0,0 +1,98 @@ +
    '._NOTE.' '.$notes.'' : ''; +if ($aid == $informant) +{ + echo ''.$thetext.$notes.''; +} +else +{ + if (defined('WRITES')) + { + if (!empty($informant)) + { + if ( is_array($informant) ): + $boxstuff = ''.$informant[1].''; + else: + $boxstuff = ''.$informant.''; + endif; +} +else +{ + $boxstuff = $anonymous.' '; + } + $boxstuff .= _WRITES.' '.$thetext.''.$notes; +} +else +{ + $boxstuff .= $thetext . $notes; + } + echo '' . $boxstuff . ''; + } +} +?> diff --git a/themes/Inferno/function_OpenTable.php b/themes/Inferno/function_OpenTable.php new file mode 100644 index 00000000..9e73f6b4 --- /dev/null +++ b/themes/Inferno/function_OpenTable.php @@ -0,0 +1,85 @@ +\n"; + +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; + else: + $topic_img = ''; + endif; + + $notes = (!empty($notes)) ? '

    '._NOTE.' '.$notes : ''; + $content = ''; + + if ($aid == $informant): + $content = $thetext.$notes; + else: + + if ($writes): + + if (!empty($informant)) : + $content = (is_array($informant)) ? ''.$informant[1].' ' : ''.$informant.' '; + else: + $content = $anonymous.' '; + endif; + $content .= _WRITES.' '.$thetext.$notes; + + else: + $content .= $thetext.$notes; + endif; + + endif; + +$posted = sprintf($customlang['global']['posted_by'], get_author($aid), $time); +$datetime = substr($morelink, 0, strpos($morelink, '|')-strlen($morelink)); +$morelink = substr($morelink, strlen($datetime)+2); +$reads = '( '.$customlang['global']['reads'].': '.$counter.' )'; + +echo "\n\n\n"; + +echo '
    '; +echo '
    '; +echo '
    '; +echo '
    '; +} +?> + diff --git a/themes/Inferno/function_OpenTable2.php b/themes/Inferno/function_OpenTable2.php new file mode 100644 index 00000000..f84275f3 --- /dev/null +++ b/themes/Inferno/function_OpenTable2.php @@ -0,0 +1,71 @@ + diff --git a/themes/Inferno/function_OpenTable3.php b/themes/Inferno/function_OpenTable3.php new file mode 100644 index 00000000..a5281802 --- /dev/null +++ b/themes/Inferno/function_OpenTable3.php @@ -0,0 +1,86 @@ +'; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; + +echo ''; + } + else + $topic_img = ''; + + $notes = (!empty($notes)) ? '

    '._NOTE.' '.$notes : ''; + $content = ''; + + if ($aid == $informant) + $content = $thetext.$notes; + else + { + if ($writes) + { + if (!empty($informant)) + { + $content = (is_array($informant)) ? ''.$informant[1].' ' : ''.$informant.' '; + } + else + $content = $anonymous.' '; + + $content .= _WRITES.' '.$thetext.$notes; + } + else + $content .= $thetext.$notes; + } + +$posted = _POSTEDON.' '.$datetime.' '._BY.' '; +$posted .= get_author($aid); +$reads = '( Reads: '.$counter.' )'; + +echo '
    '; + +echo '
    '; +echo '
    '; +echo '
    '; +} +?> + diff --git a/themes/Inferno/function_OpenTable4.php b/themes/Inferno/function_OpenTable4.php new file mode 100644 index 00000000..60da22c6 --- /dev/null +++ b/themes/Inferno/function_OpenTable4.php @@ -0,0 +1,70 @@ + diff --git a/themes/Inferno/function_themearticle.php b/themes/Inferno/function_themearticle.php new file mode 100644 index 00000000..a7e192c9 --- /dev/null +++ b/themes/Inferno/function_themearticle.php @@ -0,0 +1,159 @@ +\n"; + +if (!empty($topicimage)) +{ + $t_image = (file_exists(theme_images_dir.'topics/'.$topicimage)) ? theme_images_dir.'topics/'.$topicimage : $tipath.$topicimage; + $topic_img = '
    '.$topictext.'
    '; +echo ''; + +echo ''; +echo ''; +echo ''; + +echo ''; +echo ''; + +echo ''; + +//this is where we add the class name for the innermost cell of the 2 tables - top glass and bottom flame repeat-x +echo ''; + +echo ''; + +echo ''; +echo ''; + +echo ''; + +echo ''; +echo ''; + +echo ''; +echo '
    '; +//title +echo '
    '.$title.'
    '; + +//content +echo '
    '; +echo '
    '.$content.'
    '; +print blog_signature($aid); +echo "\n\n\n"; +facebook_likes(); +facebook_comments(); +echo "\n\n\n"; + +echo '
    '.$posted.'
    '.$reads.'
    '; + +echo '
    '; + +echo '
    '; +echo '
    '; + +//invisible spacer for tables instead of
    +//echo ''; +//echo ''; +// space between article and comments table +//echo ''; +//echo ''; +//echo '
    '; + +echo "\n\n\n\n"; +} +?> diff --git a/themes/Inferno/function_themecenterbox.php b/themes/Inferno/function_themecenterbox.php new file mode 100644 index 00000000..66a450a6 --- /dev/null +++ b/themes/Inferno/function_themecenterbox.php @@ -0,0 +1,68 @@ +'.$title.''.$content; +CloseTable(); +} +?> diff --git a/themes/Inferno/function_themeindex.php b/themes/Inferno/function_themeindex.php new file mode 100644 index 00000000..aa8e6696 --- /dev/null +++ b/themes/Inferno/function_themeindex.php @@ -0,0 +1,147 @@ +'.$topictext.'
    '; +echo ''; + +echo ''; + +echo ''; + +echo ''; + +echo ''; +echo ''; +echo ''; + +//this is where we add the class name for the innermost cell of the 2 tables - top glass and bottom flame repeat-x +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo '
    '; +//title +echo '
    '.$title.'
    '; + +//content +echo '
    '; +echo '
    '.$content.'
    '; +print blog_signature($aid); +echo '
    '.$posted.'
    '.$datetime.' '.$topictext.' | '.$morelink.' '.$reads.'
    '; +echo '
    '; + +echo '
    '; +echo '
    '; +//invisible spacer for tables instead of
    +//echo ''; +//echo ''; +//echo ''; +//echo ''; +//echo '
    '; +echo "\n\n\n\n"; +} +?> diff --git a/themes/Inferno/function_themepreview.php b/themes/Inferno/function_themepreview.php new file mode 100644 index 00000000..7193c1a1 --- /dev/null +++ b/themes/Inferno/function_themepreview.php @@ -0,0 +1,68 @@ +'.$title.'

    '.$hometext; +echo (!empty($bodytext)) ? '

    '.$bodytext : ''; +echo (!empty($notes)) ? '

    '._NOTE.' '.$notes.'' : ''; +} +?> \ No newline at end of file diff --git a/themes/Inferno/function_themesidebox.php b/themes/Inferno/function_themesidebox.php new file mode 100644 index 00000000..0630e221 --- /dev/null +++ b/themes/Inferno/function_themesidebox.php @@ -0,0 +1,103 @@ +\n"; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; + +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo '
    '; + +echo '
    '.$title.'
    '; +echo '
    '; +echo ''.$content.'
    '; +echo '
    '; + +echo '
    '; +echo '
    '; + +//echo ''; +//echo ''; +//echo " \n"; +//echo ''; +//echo '
    \"\"
    '; + +echo "\n\n\n\n"; +} +?> + diff --git a/themes/Inferno/header.php b/themes/Inferno/header.php new file mode 100644 index 00000000..b138386e --- /dev/null +++ b/themes/Inferno/header.php @@ -0,0 +1,365 @@ +\n"; # set background here in themes/Inferno/css/maintable.php + +# Check if a Registered User is Logged-In +$username = is_user() ? $userinfo['username'] : _ANONYMOUS; + +# Setup the Welcome Information for the User +if ($username === _ANONYMOUS) +{ + $theuser = '
    Please Login or Register  
    '; + # start 4th line of header + $theuser .= '
    Monitor Resolution '.$screen_res.'
    '; + # end 4th line of header + $newmessages = 'Please Login or Register'; +} +else +{ + if(intval($userinfo['user_new_privmsg']) == 1 ) + { + $theuser .= '
    '; + $theuser .= sprintf(_YOUHAVE_1_MSGS,'('.has_new_or_unread_private_messages().')'); + $theuser .= '
    '; + $newmessages = sprintf(_YOUHAVE_1_MSGS,'('.has_new_or_unread_private_messages().')'); + } + else + if(intval($userinfo['user_new_privmsg']) > 1 ) + { + $theuser .= '
    '; + $theuser .= sprintf(_YOUHAVE_X_MSGS,'('.has_new_or_unread_private_messages().')'); + $theuser .= '
    '; + $newmessages = sprintf(_YOUHAVE_X_MSGS,'('.has_new_or_unread_private_messages().')'); + } + else + { + $theuser .= '
    '; + $theuser .= sprintf(_YOUHAVE_NO_MSGS,'('.has_new_or_unread_private_messages().')'); + //$theuser .= '
    '._EDIT_PROFILE.' | '; + //$theuser .= ''._LOGOUT.''; + # start 4th line of header + $theuser .= '
    Monitor Resolution '.$screen_res.'
    '; + $theuser .= '
    '; + $newmessages = sprintf(_YOUHAVE_NO_MSGS,'('.has_new_or_unread_private_messages().')'); + # end 4th line of header + } +} + +#-----------------# +# RD Scripts v1.0 # +#-----------------# +addJSToBody(theme_js_dir.'menu.min.js'); + +//echo "\"\""; + +echo '
    '; +echo ''; +echo '
    '; + +echo '
    '; +//echo '
    '; +echo '
    '; + +# space at the top of the page +echo '
    '; +echo '
    '; + + +echo ''; +echo ''; +echo ' + + + + + + + + + + + + + + + + + {attach_row.S_HIDDEN} + \ No newline at end of file diff --git a/themes/XtremeV3b/forums/posting_attach_body.tpl b/themes/XtremeV3b/forums/posting_attach_body.tpl new file mode 100644 index 00000000..dc14fc30 --- /dev/null +++ b/themes/XtremeV3b/forums/posting_attach_body.tpl @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + {S_HIDDEN} + + {hidden_row.S_HIDDEN} + + + {ADD_ATTACHMENT_BODY} + + {POSTED_ATTACHMENTS_BODY} \ No newline at end of file diff --git a/themes/XtremeV3b/forums/posting_attach_rules.tpl b/themes/XtremeV3b/forums/posting_attach_rules.tpl new file mode 100644 index 00000000..c721fba2 --- /dev/null +++ b/themes/XtremeV3b/forums/posting_attach_rules.tpl @@ -0,0 +1,30 @@ +
    '; + +echo ''; +echo ''; + +echo ''; + +echo ''; + +echo ''; + +echo ''; +echo ''; + +echo ''; + +# flames start +echo ''; + +# right side table 2 +echo ''; + +echo ''; +echo ''; + +# bottom left corner table 2 +echo ''; + +# bottom middle of table 2 +echo ''; + +# bottom right corner of table 2 +echo ''; + +echo '
    '; + +# ad banner for left side of header - 86it ads only! +echo ''; + +# programming logos start +?> +
    +'.network_ads(0).''; +# logo end + +global $eighty_six_it, $my_welcome_message; +echo '
    '.$my_welcome_message.'
    '; +echo '
    '.$eighty_six_it.'
    '; + +echo '
    '; +echo '
    '; +//echo '
    '; +//echo '
    '; +# MENU SYSTEM +####################################################################################################################################################### +echo '
    '; # +include(theme_dir.'menu.php'); # +echo '
    '; # +####################################################################################################################################################### +echo '
    '; +global $titanium_browser; + +#chrome canary 64bit 91.0.4446.3 +if($titanium_browser->getBrowser() == Browser::BROWSER_CHROME && $titanium_browser->getVersion() == '91.0.4446.3') // Chrome Canary (x64bit) version as of 3/16/2021 +$scrollmsg .= "\"Browser\" Thanks for using Chrome Canary (64-bit) We are glad you keep up with the times on a nightly basis!"; + +if($titanium_browser->getBrowser() == Browser::BROWSER_CHROME && $titanium_browser->getVersion() == '89.0.4389.90') // MicroSoft Edge (x64bit) version as of 3/5/2021 +$scrollmsg .= "\"Browser\" Thanks for using Microsoft Edge (64-bit), Looks like Microsoft finally pulled their head out of their ass!"; + +if($titanium_browser->getBrowser() == Browser::BROWSER_CHROME && $titanium_browser->getVersion() == '89.0.4389.82') // MicroSoft Edge (x64bit) version as of 3/5/2021 +$scrollmsg .= "\"Browser\" Thanks for using Microsoft Edge (64-bit), Looks like Microsoft finally pulled their head out of their ass!"; + +if($titanium_browser->getBrowser() == Browser::BROWSER_CHROME && $titanium_browser->getVersion() == '88.0.4324.182') // MicroSoft Edge (x64bit) version as of 3/5/2021 +$scrollmsg .= "\"Browser\" Thanks for using Microsoft Edge (64-bit), Looks like Microsoft finally pulled their head out of their ass!"; + +if($titanium_browser->getBrowser() == Browser::BROWSER_CHROME && $titanium_browser->getVersion() == '89.0.4389.114') // Chrome (x64bit) version as of 3/5/2021 +$scrollmsg .= "\"Browser\" Thanks for using Chrome, you have great taste... Chrome is the #1 browsing solution in the world! When you are using Chrome it doesnt get any better!"; + +if($titanium_browser->getBrowser() == Browser::BROWSER_CHROME && $titanium_browser->getVersion() == '89.0.4389.72') // Chrome (x64bit) version as of 3/5/2021 +$scrollmsg .= "\"Browser\" Thanks for using Chrome, you have great taste... Chrome is the #1 browsing solution in the world! When you are using Chrome it doesnt get any better!"; + +if($titanium_browser->getBrowser() == Browser::BROWSER_CHROME && $titanium_browser->getVersion() == '77.0.3865.75') // MicroSoft Edge (x64bit) Beta +$scrollmsg .= "\"Browser\" Thanks for using Microsoft Edge Beta (64-bit), Looks like Microsoft finally pulled their head out of their ass!"; + +if($titanium_browser->getBrowser() == Browser::BROWSER_CHROME && $titanium_browser->getVersion() == '70.0.3538.102') // MicroSoft Edge (x64bit) +$scrollmsg .= "\"\" Thanks for using Microsoft Edge (64-bit)"; + +if($titanium_browser->getBrowser() == Browser::BROWSER_CHROME && $titanium_browser->getVersion() == '79.0.3917.0') // Chrome Canary Nightly Build +$scrollmsg .= "\"Browser\" Thanks for using Chrome Canary (64-bit) We are glad you keep up with the times on a nightly basis!"; + +if($titanium_browser->getBrowser() == Browser::BROWSER_CHROME && $titanium_browser->getVersion() == '76.0.3809.132') // Chrome Official Release (x64bit) +$scrollmsg .= "\"Browser\" Thanks for using Chrome, you have great taste... Chrome is the #1 browsing solution in the world! When you are using Chrome it doesnt get any better!"; + + +if($titanium_browser->getBrowser() == Browser::BROWSER_FIREFOX && $titanium_browser->getVersion() == '69.0') // Official FireFox Quantum Release - CURRENTLY BROKEN BY THE DEVELOPERS as of 9/21/2017 +{ +$scrollmsg .= "\"Browser\" Thanks for using FireFox Quantum "; +$scrollmsg .= 'This version of FireFox does break websites so please use at your own RISK!'; // 0% +} + +if( $titanium_browser->getBrowser() == Browser::BROWSER_FIREFOX) // Other FireFox - CURRENTLY BROKEN BY THE DEVELOPERS as of 9/21/2017 +{ +$scrollmsg .= "\"Browser\" Thanks for using FireFox "; +$scrollmsg .= ' - This version of FireFox does break websites so please use at your own RISK!'; +} + +if($titanium_browser->getBrowser() == Browser::BROWSER_MOZILLA && $titanium_browser->getVersion() == 5) // Maxthon Cloud (x64bit) Now is Garbage +{ +$scrollmsg .= "\"Browser\" Thanks for using Maxthon "; +$scrollmsg .= 'This version of Maxthon does break websites so please use at your own RISK!'; // 0% +} + +if ($username === 'TheWolf') +$moreuser_info .= '::: Don\'t be such a Stranger! Thanks for killing Nicholas Oneil Ryder, that guy was truly a piece of shit!'; + +if ($username === 'EOL') +$moreuser_info .= '::: Don\'t be such a Stranger!'; + +if ($username === 'AlphaClient') +$moreuser_info .= '::: We have detected that you are using a cell phone, one moment please while I verify your identity! looking up your phone number now................................................................................Brandon, Florida 813-244-9921                                                                                                                                                                                                                                 We are sorry but this phone number does not appear to be registered to you DISCONNECTING NOW!                                                                                                                                                                                                                                 Just Kidding ROFLMAO!'; + + +global $connected; + +$moreuser_info .= '::: Software developers like to solve problems. This online community is the perfect place for us to help each other '; +$moreuser_info .= '::: We really appreciate it when you take the time to login and look around. We spent a lot of time building this network and nothing makes us more happy than when our +visitors truly enjoy their visit! '; + +# check to see if user is logged into facebook +if(isset($_COOKIE['fbsr_' . $appID])): +$marquee_one .= ' Thanks for taking the time to login to our facebook app now you will be able to use the like and comments sections of this web portal...'; +else: +$marquee_one .= ' login to our facebook app and you will be able to use the like and comments sections of this web portal...'; +endif; + +$date .= '::: Todays date '.date('m-d-Y').''; + +if ($username === _ANONYMOUS) +$moreuser_info .= '::: There is so much more here to see, it takes 30 seconds to register an account and we don\'t even verify with e-mail! Just register we promise you won\'t be sorry...'; + +if ($username === _ANONYMOUS) +$marquee_one = $moreuser_info.' ::: Your Monitor Resolution is '.$screen_res.' ::: '.$newmessages.''; +else +$marquee_one = $date.' '.$connected.' Welcome back '.$username.' It\'s quite awesome to see you my friend! We are so glad you could make it back over to visit... We know with your super tight busy schedule and all, it most certainly must have been quite a task! ::: '.$newmessages.' ::: Your current Monitor Resolution is '.$screen_res.' '.$moreuser_info.' ::: Your current browser version is '.$titanium_browser->getVersion().' ::: '.$scrollmsg.''; + +//$bullshit2 = 'Sept 28th 2019, Oct 4th 2019, Oct 5th 2019, Oct 11th 2019, Oct 13th 2019, Oct 14th 2019 Oct 20th 2019, Oct 22nd 2019, Oct 24th 2019'; +# right finger +$lfinger = 'Look at this!'; +$rfinger = 'Look at this!'; + + +$marquee_two = ' + IPHub is an IP lookup website featuring Proxy/VPN detection. + A free API is available, so you can perform fraud checks on online stores, + detect malicious players on online games and much more! '.$rfinger.' Click here '.$lfinger.' to sign up for FREE today at ipHub + ::: Country Music: The Soul Circus Cowboys + ::: Sponsor: Brandon Maintenance Management, LLC Phone: 813-846-2865 + ::: Sponsor: Big Country Radio - The EJ Morning Show :::'; + +echo "\n\n\n\n"; +echo '
    '.$marquee_one,'
    '."\n\n"; +echo '
    '.$marquee_two,'
    '."\n\n"; +echo "\n\n"; + +echo "\"\""; + + +echo "\n"; +echo "\n"; +echo "\n"; +echo "\n"; + // space between the left blocks and the left side of the center block + echo "\n"; + echo " \n"; + echo " \n"; + echo " + + + + + + + + + + + + + \ No newline at end of file diff --git a/themes/XtremeV3b/forums/agreement.tpl b/themes/XtremeV3b/forums/agreement.tpl new file mode 100644 index 00000000..f9f81628 --- /dev/null +++ b/themes/XtremeV3b/forums/agreement.tpl @@ -0,0 +1,18 @@ +
    \n"; + +if(blocks_visible('left')) +{ + blocks('left'); + echo "\"\"\n"; + +} +else +{ + echo "\"\"\n"; +} + +echo "\n\n\n\n"; +?> + diff --git a/themes/Inferno/header/blc.gif b/themes/Inferno/header/blc.gif new file mode 100644 index 00000000..81e86b38 Binary files /dev/null and b/themes/Inferno/header/blc.gif differ diff --git a/themes/Inferno/header/brc.gif b/themes/Inferno/header/brc.gif new file mode 100644 index 00000000..71ab9fd7 Binary files /dev/null and b/themes/Inferno/header/brc.gif differ diff --git a/themes/Inferno/header/invisible_pixel.gif b/themes/Inferno/header/invisible_pixel.gif new file mode 100644 index 00000000..1220c0c3 Binary files /dev/null and b/themes/Inferno/header/invisible_pixel.gif differ diff --git a/themes/Inferno/header/left_side.gif b/themes/Inferno/header/left_side.gif new file mode 100644 index 00000000..04dcf99e Binary files /dev/null and b/themes/Inferno/header/left_side.gif differ diff --git a/themes/Inferno/header/right_side.gif b/themes/Inferno/header/right_side.gif new file mode 100644 index 00000000..99c3e731 Binary files /dev/null and b/themes/Inferno/header/right_side.gif differ diff --git a/themes/Inferno/header/tbm.gif b/themes/Inferno/header/tbm.gif new file mode 100644 index 00000000..612a7690 Binary files /dev/null and b/themes/Inferno/header/tbm.gif differ diff --git a/themes/Inferno/header/tlc.gif b/themes/Inferno/header/tlc.gif new file mode 100644 index 00000000..2f3ff4e1 Binary files /dev/null and b/themes/Inferno/header/tlc.gif differ diff --git a/themes/Inferno/header/tm.gif b/themes/Inferno/header/tm.gif new file mode 100644 index 00000000..8cadfe2f Binary files /dev/null and b/themes/Inferno/header/tm.gif differ diff --git a/themes/Inferno/header/trc.gif b/themes/Inferno/header/trc.gif new file mode 100644 index 00000000..9723c789 Binary files /dev/null and b/themes/Inferno/header/trc.gif differ diff --git a/themes/Inferno/images/Blog_Archive/calender-icon.png b/themes/Inferno/images/Blog_Archive/calender-icon.png new file mode 100644 index 00000000..fe20c7a0 Binary files /dev/null and b/themes/Inferno/images/Blog_Archive/calender-icon.png differ diff --git a/themes/Inferno/images/Blog_Topics/AllTopics.png b/themes/Inferno/images/Blog_Topics/AllTopics.png new file mode 100644 index 00000000..88c161e3 Binary files /dev/null and b/themes/Inferno/images/Blog_Topics/AllTopics.png differ diff --git a/themes/Inferno/images/Blog_Topics/Ly9V4T3.png b/themes/Inferno/images/Blog_Topics/Ly9V4T3.png new file mode 100644 index 00000000..fc73324e Binary files /dev/null and b/themes/Inferno/images/Blog_Topics/Ly9V4T3.png differ diff --git a/themes/Inferno/images/Blog_Topics/black_template.png b/themes/Inferno/images/Blog_Topics/black_template.png new file mode 100644 index 00000000..7160c04e Binary files /dev/null and b/themes/Inferno/images/Blog_Topics/black_template.png differ diff --git a/themes/Inferno/images/Blog_Topics/fuckyou_dude.png b/themes/Inferno/images/Blog_Topics/fuckyou_dude.png new file mode 100644 index 00000000..428565cd Binary files /dev/null and b/themes/Inferno/images/Blog_Topics/fuckyou_dude.png differ diff --git a/themes/Inferno/images/Blog_Topics/index.html b/themes/Inferno/images/Blog_Topics/index.html new file mode 100644 index 00000000..9fa54158 --- /dev/null +++ b/themes/Inferno/images/Blog_Topics/index.html @@ -0,0 +1,54 @@ + + + Access Denied + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/Inferno/images/Blog_Topics/kingpin_121.png b/themes/Inferno/images/Blog_Topics/kingpin_121.png new file mode 100644 index 00000000..82eac689 Binary files /dev/null and b/themes/Inferno/images/Blog_Topics/kingpin_121.png differ diff --git a/themes/Inferno/images/Blog_Topics/lock.png b/themes/Inferno/images/Blog_Topics/lock.png new file mode 100644 index 00000000..7a81d809 Binary files /dev/null and b/themes/Inferno/images/Blog_Topics/lock.png differ diff --git a/themes/Inferno/images/Blog_Topics/lock_silver.png b/themes/Inferno/images/Blog_Topics/lock_silver.png new file mode 100644 index 00000000..bed81500 Binary files /dev/null and b/themes/Inferno/images/Blog_Topics/lock_silver.png differ diff --git a/themes/Inferno/images/Blog_Topics/music.png b/themes/Inferno/images/Blog_Topics/music.png new file mode 100644 index 00000000..3fb7bad3 Binary files /dev/null and b/themes/Inferno/images/Blog_Topics/music.png differ diff --git a/themes/Inferno/images/Blog_Topics/nuke.png b/themes/Inferno/images/Blog_Topics/nuke.png new file mode 100644 index 00000000..2fb02a94 Binary files /dev/null and b/themes/Inferno/images/Blog_Topics/nuke.png differ diff --git a/themes/Inferno/images/Blog_Topics/nuke_titanium.png b/themes/Inferno/images/Blog_Topics/nuke_titanium.png new file mode 100644 index 00000000..4d086726 Binary files /dev/null and b/themes/Inferno/images/Blog_Topics/nuke_titanium.png differ diff --git a/themes/Inferno/images/Blog_Topics/phuck_you.png b/themes/Inferno/images/Blog_Topics/phuck_you.png new file mode 100644 index 00000000..3c2f9c6e Binary files /dev/null and b/themes/Inferno/images/Blog_Topics/phuck_you.png differ diff --git a/themes/Inferno/images/Blog_Topics/programming.png b/themes/Inferno/images/Blog_Topics/programming.png new file mode 100644 index 00000000..25991d91 Binary files /dev/null and b/themes/Inferno/images/Blog_Topics/programming.png differ diff --git a/themes/Inferno/images/Blog_Topics/staff.png b/themes/Inferno/images/Blog_Topics/staff.png new file mode 100644 index 00000000..8ea93b4a Binary files /dev/null and b/themes/Inferno/images/Blog_Topics/staff.png differ diff --git a/themes/Inferno/images/Blog_Topics/suit_ghost.png b/themes/Inferno/images/Blog_Topics/suit_ghost.png new file mode 100644 index 00000000..b3b013c8 Binary files /dev/null and b/themes/Inferno/images/Blog_Topics/suit_ghost.png differ diff --git a/themes/Inferno/images/Blog_Topics/template.png b/themes/Inferno/images/Blog_Topics/template.png new file mode 100644 index 00000000..326687f1 Binary files /dev/null and b/themes/Inferno/images/Blog_Topics/template.png differ diff --git a/themes/Inferno/images/Blog_Topics/titanium_edition.png b/themes/Inferno/images/Blog_Topics/titanium_edition.png new file mode 100644 index 00000000..d2f08703 Binary files /dev/null and b/themes/Inferno/images/Blog_Topics/titanium_edition.png differ diff --git a/themes/Inferno/images/Blog_Topics/titanium_one.png b/themes/Inferno/images/Blog_Topics/titanium_one.png new file mode 100644 index 00000000..9c683cee Binary files /dev/null and b/themes/Inferno/images/Blog_Topics/titanium_one.png differ diff --git a/themes/Inferno/images/Blog_Topics/tool_icon.png b/themes/Inferno/images/Blog_Topics/tool_icon.png new file mode 100644 index 00000000..3983e9d8 Binary files /dev/null and b/themes/Inferno/images/Blog_Topics/tool_icon.png differ diff --git a/themes/Inferno/images/Blog_Topics/video_projects.png b/themes/Inferno/images/Blog_Topics/video_projects.png new file mode 100644 index 00000000..5f579da9 Binary files /dev/null and b/themes/Inferno/images/Blog_Topics/video_projects.png differ diff --git a/themes/Inferno/images/Blog_Topics/vs2019.png b/themes/Inferno/images/Blog_Topics/vs2019.png new file mode 100644 index 00000000..a84b3e70 Binary files /dev/null and b/themes/Inferno/images/Blog_Topics/vs2019.png differ diff --git a/themes/Inferno/images/Blog_Topics/youre_an_asshole.png b/themes/Inferno/images/Blog_Topics/youre_an_asshole.png new file mode 100644 index 00000000..fe68c5d6 Binary files /dev/null and b/themes/Inferno/images/Blog_Topics/youre_an_asshole.png differ diff --git a/themes/Inferno/images/Donations/paypal.png b/themes/Inferno/images/Donations/paypal.png new file mode 100644 index 00000000..f3a79161 Binary files /dev/null and b/themes/Inferno/images/Donations/paypal.png differ diff --git a/themes/Inferno/images/Donations/paypal2.png b/themes/Inferno/images/Donations/paypal2.png new file mode 100644 index 00000000..0c1ff8f5 Binary files /dev/null and b/themes/Inferno/images/Donations/paypal2.png differ diff --git a/themes/Inferno/images/Downloads/code_bg.png b/themes/Inferno/images/Downloads/code_bg.png new file mode 100644 index 00000000..12a35dc4 Binary files /dev/null and b/themes/Inferno/images/Downloads/code_bg.png differ diff --git a/themes/Inferno/images/Downloads/down-logo.png b/themes/Inferno/images/Downloads/down-logo.png new file mode 100644 index 00000000..20128e14 Binary files /dev/null and b/themes/Inferno/images/Downloads/down-logo.png differ diff --git a/themes/Inferno/images/Downloads/grey.png b/themes/Inferno/images/Downloads/grey.png new file mode 100644 index 00000000..71391aab Binary files /dev/null and b/themes/Inferno/images/Downloads/grey.png differ diff --git a/themes/Inferno/images/Downloads/icon-folder.png b/themes/Inferno/images/Downloads/icon-folder.png new file mode 100644 index 00000000..fe55d4d2 Binary files /dev/null and b/themes/Inferno/images/Downloads/icon-folder.png differ diff --git a/themes/Inferno/images/Downloads/index.html b/themes/Inferno/images/Downloads/index.html new file mode 100644 index 00000000..34d61b4d --- /dev/null +++ b/themes/Inferno/images/Downloads/index.html @@ -0,0 +1,32 @@ + + + + + Access Denied + + + + + + + +
    +

    + Access Denied +

    +
    +

    + This is a restricted area which you should not be trying to access!
    + Please return to the mainsite. +

    +
    + +
    +

    + Valid XHTML 1.0 Strict +

    + + \ No newline at end of file diff --git a/themes/Inferno/images/Downloads/link-logo.gif b/themes/Inferno/images/Downloads/link-logo.gif new file mode 100644 index 00000000..39bd1d92 Binary files /dev/null and b/themes/Inferno/images/Downloads/link-logo.gif differ diff --git a/themes/Inferno/images/Downloads/new.pspimage b/themes/Inferno/images/Downloads/new.pspimage new file mode 100644 index 00000000..3e661bb3 Binary files /dev/null and b/themes/Inferno/images/Downloads/new.pspimage differ diff --git a/themes/Inferno/images/Downloads/new_01.png b/themes/Inferno/images/Downloads/new_01.png new file mode 100644 index 00000000..72b010c8 Binary files /dev/null and b/themes/Inferno/images/Downloads/new_01.png differ diff --git a/themes/Inferno/images/Downloads/new_01_01.png b/themes/Inferno/images/Downloads/new_01_01.png new file mode 100644 index 00000000..3ea5fe20 Binary files /dev/null and b/themes/Inferno/images/Downloads/new_01_01.png differ diff --git a/themes/Inferno/images/Downloads/new_03.png b/themes/Inferno/images/Downloads/new_03.png new file mode 100644 index 00000000..431e898d Binary files /dev/null and b/themes/Inferno/images/Downloads/new_03.png differ diff --git a/themes/Inferno/images/Downloads/new_07.png b/themes/Inferno/images/Downloads/new_07.png new file mode 100644 index 00000000..4c7cb87c Binary files /dev/null and b/themes/Inferno/images/Downloads/new_07.png differ diff --git a/themes/Inferno/images/Downloads/new_14.png b/themes/Inferno/images/Downloads/new_14.png new file mode 100644 index 00000000..d3658c4e Binary files /dev/null and b/themes/Inferno/images/Downloads/new_14.png differ diff --git a/themes/Inferno/images/Downloads/popular.png b/themes/Inferno/images/Downloads/popular.png new file mode 100644 index 00000000..f8d753b3 Binary files /dev/null and b/themes/Inferno/images/Downloads/popular.png differ diff --git a/themes/Inferno/images/Downloads/restrcited.png b/themes/Inferno/images/Downloads/restrcited.png new file mode 100644 index 00000000..b8a2f93d Binary files /dev/null and b/themes/Inferno/images/Downloads/restrcited.png differ diff --git a/themes/Inferno/images/Downloads/thumb.png b/themes/Inferno/images/Downloads/thumb.png new file mode 100644 index 00000000..09189403 Binary files /dev/null and b/themes/Inferno/images/Downloads/thumb.png differ diff --git a/themes/Inferno/images/Sentinel/sentinel.png b/themes/Inferno/images/Sentinel/sentinel.png new file mode 100644 index 00000000..d02eaead Binary files /dev/null and b/themes/Inferno/images/Sentinel/sentinel.png differ diff --git a/themes/Inferno/images/Sentinel/sentinel2.png b/themes/Inferno/images/Sentinel/sentinel2.png new file mode 100644 index 00000000..6f159bdf Binary files /dev/null and b/themes/Inferno/images/Sentinel/sentinel2.png differ diff --git a/themes/Inferno/images/Sentinel/sentinel_gold.png b/themes/Inferno/images/Sentinel/sentinel_gold.png new file mode 100644 index 00000000..2d34b5fd Binary files /dev/null and b/themes/Inferno/images/Sentinel/sentinel_gold.png differ diff --git a/themes/Inferno/images/Spacer.gif b/themes/Inferno/images/Spacer.gif new file mode 100644 index 00000000..d7944344 Binary files /dev/null and b/themes/Inferno/images/Spacer.gif differ diff --git a/themes/Inferno/images/Web_Links/link-logo.png b/themes/Inferno/images/Web_Links/link-logo.png new file mode 100644 index 00000000..be03ddb4 Binary files /dev/null and b/themes/Inferno/images/Web_Links/link-logo.png differ diff --git a/themes/Inferno/images/Web_Links/ratingbar.png b/themes/Inferno/images/Web_Links/ratingbar.png new file mode 100644 index 00000000..8377e466 Binary files /dev/null and b/themes/Inferno/images/Web_Links/ratingbar.png differ diff --git a/themes/Inferno/images/articles/stars-1.png b/themes/Inferno/images/articles/stars-1.png new file mode 100644 index 00000000..e3980a17 Binary files /dev/null and b/themes/Inferno/images/articles/stars-1.png differ diff --git a/themes/Inferno/images/articles/stars-2.png b/themes/Inferno/images/articles/stars-2.png new file mode 100644 index 00000000..5515573c Binary files /dev/null and b/themes/Inferno/images/articles/stars-2.png differ diff --git a/themes/Inferno/images/articles/stars-3.png b/themes/Inferno/images/articles/stars-3.png new file mode 100644 index 00000000..b685c8b3 Binary files /dev/null and b/themes/Inferno/images/articles/stars-3.png differ diff --git a/themes/Inferno/images/articles/stars-4.png b/themes/Inferno/images/articles/stars-4.png new file mode 100644 index 00000000..cf30b51d Binary files /dev/null and b/themes/Inferno/images/articles/stars-4.png differ diff --git a/themes/Inferno/images/articles/stars-5.png b/themes/Inferno/images/articles/stars-5.png new file mode 100644 index 00000000..55fcc6fe Binary files /dev/null and b/themes/Inferno/images/articles/stars-5.png differ diff --git a/themes/Inferno/images/code_bg.jpg b/themes/Inferno/images/code_bg.jpg new file mode 100644 index 00000000..37b88987 Binary files /dev/null and b/themes/Inferno/images/code_bg.jpg differ diff --git a/themes/Inferno/images/code_bg.png b/themes/Inferno/images/code_bg.png new file mode 100644 index 00000000..12a35dc4 Binary files /dev/null and b/themes/Inferno/images/code_bg.png differ diff --git a/themes/Inferno/images/css.png b/themes/Inferno/images/css.png new file mode 100644 index 00000000..95d1b248 Binary files /dev/null and b/themes/Inferno/images/css.png differ diff --git a/themes/Inferno/images/delete.gif b/themes/Inferno/images/delete.gif new file mode 100644 index 00000000..1aa63602 Binary files /dev/null and b/themes/Inferno/images/delete.gif differ diff --git a/themes/Inferno/images/favicon.ico b/themes/Inferno/images/favicon.ico new file mode 100644 index 00000000..f6b28058 Binary files /dev/null and b/themes/Inferno/images/favicon.ico differ diff --git a/themes/Inferno/images/finger-pointing-left-icon.png b/themes/Inferno/images/finger-pointing-left-icon.png new file mode 100644 index 00000000..1fb59d72 Binary files /dev/null and b/themes/Inferno/images/finger-pointing-left-icon.png differ diff --git a/themes/Inferno/images/finger-pointing-right-icon.png b/themes/Inferno/images/finger-pointing-right-icon.png new file mode 100644 index 00000000..1f578ea5 Binary files /dev/null and b/themes/Inferno/images/finger-pointing-right-icon.png differ diff --git a/themes/Inferno/images/hdr/HDR_01.png b/themes/Inferno/images/hdr/HDR_01.png new file mode 100644 index 00000000..e9a8f7cd Binary files /dev/null and b/themes/Inferno/images/hdr/HDR_01.png differ diff --git a/themes/Inferno/images/hdr/HDR_03.png b/themes/Inferno/images/hdr/HDR_03.png new file mode 100644 index 00000000..dacba5b4 Binary files /dev/null and b/themes/Inferno/images/hdr/HDR_03.png differ diff --git a/themes/Inferno/images/hdr/HDR_BgRepeat.png b/themes/Inferno/images/hdr/HDR_BgRepeat.png new file mode 100644 index 00000000..76fca923 Binary files /dev/null and b/themes/Inferno/images/hdr/HDR_BgRepeat.png differ diff --git a/themes/Inferno/images/hdr/HDRbartop_01.png b/themes/Inferno/images/hdr/HDRbartop_01.png new file mode 100644 index 00000000..1a9569a9 Binary files /dev/null and b/themes/Inferno/images/hdr/HDRbartop_01.png differ diff --git a/themes/Inferno/images/hdr/HDRbartop_03.png b/themes/Inferno/images/hdr/HDRbartop_03.png new file mode 100644 index 00000000..8f8af484 Binary files /dev/null and b/themes/Inferno/images/hdr/HDRbartop_03.png differ diff --git a/themes/Inferno/images/hdr/HDRbartop_Bg_Stretch.png b/themes/Inferno/images/hdr/HDRbartop_Bg_Stretch.png new file mode 100644 index 00000000..7d0b6d9f Binary files /dev/null and b/themes/Inferno/images/hdr/HDRbartop_Bg_Stretch.png differ diff --git a/themes/Inferno/images/hdr/HDRnav_01.png b/themes/Inferno/images/hdr/HDRnav_01.png new file mode 100644 index 00000000..f0228da1 Binary files /dev/null and b/themes/Inferno/images/hdr/HDRnav_01.png differ diff --git a/themes/Inferno/images/hdr/HDRnav_03.png b/themes/Inferno/images/hdr/HDRnav_03.png new file mode 100644 index 00000000..c2e26c60 Binary files /dev/null and b/themes/Inferno/images/hdr/HDRnav_03.png differ diff --git a/themes/Inferno/images/hdr/HDRnav_Bg_Stretch.png b/themes/Inferno/images/hdr/HDRnav_Bg_Stretch.png new file mode 100644 index 00000000..170e37b6 Binary files /dev/null and b/themes/Inferno/images/hdr/HDRnav_Bg_Stretch.png differ diff --git a/themes/Inferno/images/hdr/Text-Logo.png b/themes/Inferno/images/hdr/Text-Logo.png new file mode 100644 index 00000000..ac4b29c8 Binary files /dev/null and b/themes/Inferno/images/hdr/Text-Logo.png differ diff --git a/themes/Inferno/images/hdr/Usernav_01.png b/themes/Inferno/images/hdr/Usernav_01.png new file mode 100644 index 00000000..c2740616 Binary files /dev/null and b/themes/Inferno/images/hdr/Usernav_01.png differ diff --git a/themes/Inferno/images/hdr/Usernav_03.png b/themes/Inferno/images/hdr/Usernav_03.png new file mode 100644 index 00000000..39f428f3 Binary files /dev/null and b/themes/Inferno/images/hdr/Usernav_03.png differ diff --git a/themes/Inferno/images/hdr/Usernav_Bg_Stretch.png b/themes/Inferno/images/hdr/Usernav_Bg_Stretch.png new file mode 100644 index 00000000..47267a71 Binary files /dev/null and b/themes/Inferno/images/hdr/Usernav_Bg_Stretch.png differ diff --git a/themes/Inferno/images/hdr/index.html b/themes/Inferno/images/hdr/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/Inferno/images/hdr/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/Inferno/images/index.html b/themes/Inferno/images/index.html new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/themes/Inferno/images/index.html @@ -0,0 +1 @@ + diff --git a/themes/Inferno/images/invisible_pixel.gif b/themes/Inferno/images/invisible_pixel.gif new file mode 100644 index 00000000..1220c0c3 Binary files /dev/null and b/themes/Inferno/images/invisible_pixel.gif differ diff --git a/themes/Inferno/images/leftbar.gif b/themes/Inferno/images/leftbar.gif new file mode 100644 index 00000000..e0d4e24d Binary files /dev/null and b/themes/Inferno/images/leftbar.gif differ diff --git a/themes/Inferno/images/leftbar.png b/themes/Inferno/images/leftbar.png new file mode 100644 index 00000000..4c9173f4 Binary files /dev/null and b/themes/Inferno/images/leftbar.png differ diff --git a/themes/Inferno/images/mainbar.gif b/themes/Inferno/images/mainbar.gif new file mode 100644 index 00000000..72d47473 Binary files /dev/null and b/themes/Inferno/images/mainbar.gif differ diff --git a/themes/Inferno/images/mainbar.png b/themes/Inferno/images/mainbar.png new file mode 100644 index 00000000..ddc36d7b Binary files /dev/null and b/themes/Inferno/images/mainbar.png differ diff --git a/themes/Inferno/images/rightbar.gif b/themes/Inferno/images/rightbar.gif new file mode 100644 index 00000000..4f6f79ce Binary files /dev/null and b/themes/Inferno/images/rightbar.gif differ diff --git a/themes/Inferno/images/rightbar.png b/themes/Inferno/images/rightbar.png new file mode 100644 index 00000000..ed329b60 Binary files /dev/null and b/themes/Inferno/images/rightbar.png differ diff --git a/themes/Inferno/images/spacer1.gif b/themes/Inferno/images/spacer1.gif new file mode 100644 index 00000000..d7944344 Binary files /dev/null and b/themes/Inferno/images/spacer1.gif differ diff --git a/themes/Inferno/images/thumb.png b/themes/Inferno/images/thumb.png new file mode 100644 index 00000000..1a917ca6 Binary files /dev/null and b/themes/Inferno/images/thumb.png differ diff --git a/themes/Inferno/includes/dynamic_titles.php b/themes/Inferno/includes/dynamic_titles.php new file mode 100644 index 00000000..6c518f13 --- /dev/null +++ b/themes/Inferno/includes/dynamic_titles.php @@ -0,0 +1,232 @@ +\n"; +$facebook_ogimage = "\n"; +$facebookimagetype = "\n"; +$facebook_ogimage_width = "\n"; +$facebook_ogimage_height = "\n"; + +//facebook link to current page +$facebook_ogurl = "\n"; +//facebook pagetitle +$facebook_ogtitle = "\n"; +//facebook description +$facebook_ogdescription = "\n"; + +if ($name == 'facebook_SandBox') +{ + include_once(NUKE_TITLES_DIR.'facebook_SandBox.php'); + $facebook_ogimage_normal = "\n"; + $facebook_ogimage = "\n"; + $facebookimagetype = "\n"; +} +else +if ($name == 'Private_Messages') +{ + include_once(NUKE_TITLES_DIR.'Private_Messages.php'); +} +else +if ($name == 'Network_Members') +{ + include_once(NUKE_TITLES_DIR.'Members_List.php'); +} +else +if ($name == 'Profile') +{ + include_once(NUKE_TITLES_DIR.'Profile.php'); +} +else +if ($name == 'Network_Groups') +{ + include_once(NUKE_TITLES_DIR.'Groups.php'); +} +else +if ($name == 'Your_Account') +{ + include_once(NUKE_TITLES_DIR.'Your_Account.php'); +} +else +if ($name == 'FAQ') +{ + include_once(NUKE_TITLES_DIR.'FAQ.php'); +} +else +if ($name == 'Site_Map') +{ + include_once(NUKE_TITLES_DIR.'Site_Map.php'); +} +else +if ($name == 'Diamond_Mine') +{ + include_once(NUKE_TITLES_DIR.'Diamond_Mine.php'); +} +else +if ($name == 'Forums') +{ + include_once(NUKE_TITLES_DIR.'Forums.php'); +} +else +if ($name == 'Blog') +{ + include_once(NUKE_TITLES_DIR.'Blog.php'); +} +else +if ($name == 'Blog_Topics') +{ + include_once(NUKE_TITLES_DIR.'Blog_Topics.php'); +} +else +if ($name == 'Blog_Top_100') +{ + include_once(NUKE_TITLES_DIR.'Blog_Top_100.php'); +} +else +if ($name == 'Blog_Search') +{ + include_once(NUKE_TITLES_DIR.'Blog_Search.php'); +} +else +if ($name == 'CHANGELOG') +{ + include_once(NUKE_TITLES_DIR.'CHANGELOG.php'); + $facebook_ogimage_normal = "\n"; + $facebook_ogimage = "\n"; + $facebookimagetype = "\n"; + $facebook_ogimage_width = "\n"; + $facebook_ogimage_height = "\n"; +} +else +if ($name == 'Music') +{ + include_once(NUKE_TITLES_DIR.'Music.php'); +} +else +if ($name == 'Music_Topics_Extended') +{ + include_once(NUKE_TITLES_DIR.'Music_Topics_Extended.php'); +} +else +if ($name == 'Music_Topics') +{ + include_once(NUKE_TITLES_DIR.'Music_Topics.php'); +} +else +if ($name == 'Music_Archive') +{ + include_once(NUKE_TITLES_DIR.'Music_Archive.php'); +} +else +if ($name == 'Music_Top') +{ + include_once(NUKE_TITLES_DIR.'Music_Top_100.php'); +} +else +if ($name == 'Web_Links') +{ + include_once(NUKE_TITLES_DIR.'Web_Links.php'); +} +else +if ($name == 'Downloads') +{ + include_once(NUKE_TITLES_DIR.'Downloads.php'); +} +else +if ($name == 'Reviews') +{ + include_once(NUKE_TITLES_DIR.'Reviews.php'); +} +else +if ($name == 'Blog_Archive') +{ + include_once(NUKE_TITLES_DIR.'Blog_Archive.php'); +} +else +{ + //catch all + include_once(NUKE_TITLES_DIR.'default.php'); +} + +if(defined('ADMIN_FILE')) +{ + include_once(NUKE_TITLES_DIR.'admin_file.php'); +} +else +if (defined('HOME_FILE')) +{ + include_once(NUKE_TITLES_DIR.'home_file.php'); +} +else +{ + $facebook_ogtitle = "\n"; +} + +echo $facebook_ogdescription; +echo $facebook_ogimage_normal; +echo $facebook_ogimage; +echo $facebookimagetype; +echo $facebook_ogimage_width; +echo $facebook_ogimage_height; +echo $facebook_ogurl; +echo $facebook_ogtitle; +echo "$newpagetitle\n"; +?> \ No newline at end of file diff --git a/themes/Inferno/includes/facebook/Blog/Blog.png b/themes/Inferno/includes/facebook/Blog/Blog.png new file mode 100644 index 00000000..4d086726 Binary files /dev/null and b/themes/Inferno/includes/facebook/Blog/Blog.png differ diff --git a/themes/Inferno/includes/facebook/Google-Site-Map/Google-Site-Map.png b/themes/Inferno/includes/facebook/Google-Site-Map/Google-Site-Map.png new file mode 100644 index 00000000..6d51491d Binary files /dev/null and b/themes/Inferno/includes/facebook/Google-Site-Map/Google-Site-Map.png differ diff --git a/themes/Inferno/includes/facebook/Google-Site-Map/Image4.pspimage b/themes/Inferno/includes/facebook/Google-Site-Map/Image4.pspimage new file mode 100644 index 00000000..293aa9f3 Binary files /dev/null and b/themes/Inferno/includes/facebook/Google-Site-Map/Image4.pspimage differ diff --git a/themes/Inferno/includes/facebook/Google-Site-Map/ad1.png b/themes/Inferno/includes/facebook/Google-Site-Map/ad1.png new file mode 100644 index 00000000..74d8c98e Binary files /dev/null and b/themes/Inferno/includes/facebook/Google-Site-Map/ad1.png differ diff --git a/themes/Inferno/includes/facebook/Index/Index.png b/themes/Inferno/includes/facebook/Index/Index.png new file mode 100644 index 00000000..4d086726 Binary files /dev/null and b/themes/Inferno/includes/facebook/Index/Index.png differ diff --git a/themes/Inferno/includes/facebook/Shout_Box/Shout_BoxFB.png b/themes/Inferno/includes/facebook/Shout_Box/Shout_BoxFB.png new file mode 100644 index 00000000..150cfab5 Binary files /dev/null and b/themes/Inferno/includes/facebook/Shout_Box/Shout_BoxFB.png differ diff --git a/themes/Inferno/includes/javascript.php b/themes/Inferno/includes/javascript.php new file mode 100644 index 00000000..8fb00f42 --- /dev/null +++ b/themes/Inferno/includes/javascript.php @@ -0,0 +1,157 @@ +\n"; */ +/* + + + + + +*/ + +global $domain; +?> + + + + + + + + + + + + + diff --git a/themes/Inferno/includes/mimetype.php b/themes/Inferno/includes/mimetype.php new file mode 100644 index 00000000..3d382c2c --- /dev/null +++ b/themes/Inferno/includes/mimetype.php @@ -0,0 +1,216 @@ +'."\n"; + +if (empty($doctype)) +$doctype = 'transitional'; + +switch ($doctype) +{ + case 'strict': + $output .= ''; + define('DOCTYPE', 'strict'); + break; + case 'transitional': + $output .= ''; + define('DOCTYPE', 'transitional'); + break; + case 'frameset': + $output .= ''; + define('DOCTYPE', 'frameset'); + break; + case 'math': + $output .= ''; + define('DOCTYPE', 'math'); + break; + case 'xhtml11': + $output .= ''; + define('DOCTYPE', 'xhtml11'); + break; + case 'default': + $output .= ''; + define('DOCTYPE', 'transitional'); + break; +} + +$output .= "\n".''."\n"; +$output .= "".''."\n"; + +$output .= "\n"; +$output .= "\n"; + +$output .= ''; +$output .= "\n".''."\n"; +$output .= ''."\n"; +$output .= ''."\n"; +$output .= ''."\n"; + + +/*# NOTE: To allow for q-values with one space (text/html; q=0.5), +# use the following regex: +# "/text\/html;[\ ]{0,1}q=([0-1]{0,1}\.\d{0,4})/i"*/ +if((isset($_SERVER['HTTP_ACCEPT'])) && (stristr($_SERVER['HTTP_ACCEPT'],'application/xhtml+xml'))) { + if(preg_match('/application\/xhtml\+xml;q=([0-1]{0,1}\.\d{0,4})/i',$_SERVER['HTTP_ACCEPT'],$matches)) { + $xhtml_q = $matches[1]; + if(preg_match('/text\/html;q=([0-1]{0,1}\.\d{0,4})/i',$_SERVER['HTTP_ACCEPT'],$matches)) { + $html_q = $matches[1]; + if((float)$xhtml_q >= (float)$html_q) { + $mime = $mime; + } + } + } +} else { + $mime = 'text/html'; +} + +//# Get the file stats and compute last-modified time. +$filestats = @stat($_SERVER["SCRIPT_FILENAME"]); +$lastmod = $filestats[9] - date('Z'); #Convert Local time -> GMT + +//# ETag is "inode-lastmodtime-filesize" - See PHP stat function for more detail +$etag = '"' . dechex($filestats[1]) . "-" . dechex($lastmod) . "-" . dechex($filestats[7]) . '"'; + +//# Check HTTP_IF_NONE_MATCH +//# and report a 304 Not Modified header if they match. +if (isset ($_SERVER['HTTP_IF_NONE_MATCH'])) { + if ($etag === stripslashes($_SERVER['HTTP_IF_NONE_MATCH'])) + $is304 = true; +} + +if ($is304) { + if (isset($_SERVER['SERVER_PROTOCOL']) && $_SERVER['SERVER_PROTOCOL'] == 'HTTP/1.1') { + header('HTTP/1.1 304 Not Modified'); + } else { + header('HTTP/1.0 304 Not Modified'); + } + header('ETag: ' . $etag); + header('Vary: Accept'); + header('Connection: close'); + exit; +} + +header('Content-Type: ' . $mime . ';charset=' . $charset); +//header("Cache-Control: max-age=86400, s-maxage=86400"); +header('Vary: Accept'); +/*# If for some reason we didn't get a valid file modification time +# from the stat function, or it errored out, DO NOT send the ETag +# header as it will not be valid. Valid in this since is defined +# as modified AFTER Dec 24, 1999. +//if ($lastmod > 946080000) { # 946080000 = Dec 24, 1999 4PM +// header("ETag: " . $etag); +//} +*/ +echo $output; +?> diff --git a/themes/Inferno/logo/86it-developers-network.png b/themes/Inferno/logo/86it-developers-network.png new file mode 100644 index 00000000..84a189a3 Binary files /dev/null and b/themes/Inferno/logo/86it-developers-network.png differ diff --git a/themes/Inferno/logo/gold_logo.pspimage b/themes/Inferno/logo/gold_logo.pspimage new file mode 100644 index 00000000..9de37b43 Binary files /dev/null and b/themes/Inferno/logo/gold_logo.pspimage differ diff --git a/themes/Inferno/logo/logo2.gif b/themes/Inferno/logo/logo2.gif new file mode 100644 index 00000000..cab31ae4 Binary files /dev/null and b/themes/Inferno/logo/logo2.gif differ diff --git a/themes/Inferno/menu.php b/themes/Inferno/menu.php new file mode 100644 index 00000000..16941042 --- /dev/null +++ b/themes/Inferno/menu.php @@ -0,0 +1,173 @@ +'; +echo ''; +echo ''; +?> diff --git a/themes/Inferno/modules/Blog/images/index.html b/themes/Inferno/modules/Blog/images/index.html new file mode 100644 index 00000000..9fa54158 --- /dev/null +++ b/themes/Inferno/modules/Blog/images/index.html @@ -0,0 +1,54 @@ + + + Access Denied + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/Inferno/modules/Blog/images/topics/AllTopics.png b/themes/Inferno/modules/Blog/images/topics/AllTopics.png new file mode 100644 index 00000000..88c161e3 Binary files /dev/null and b/themes/Inferno/modules/Blog/images/topics/AllTopics.png differ diff --git a/themes/Inferno/modules/Blog/images/topics/Ly9V4T3.png b/themes/Inferno/modules/Blog/images/topics/Ly9V4T3.png new file mode 100644 index 00000000..fc73324e Binary files /dev/null and b/themes/Inferno/modules/Blog/images/topics/Ly9V4T3.png differ diff --git a/themes/Inferno/modules/Blog/images/topics/black_template.png b/themes/Inferno/modules/Blog/images/topics/black_template.png new file mode 100644 index 00000000..7160c04e Binary files /dev/null and b/themes/Inferno/modules/Blog/images/topics/black_template.png differ diff --git a/themes/Inferno/modules/Blog/images/topics/blue_template.png b/themes/Inferno/modules/Blog/images/topics/blue_template.png new file mode 100644 index 00000000..71d9788e Binary files /dev/null and b/themes/Inferno/modules/Blog/images/topics/blue_template.png differ diff --git a/themes/Inferno/modules/Blog/images/topics/fuckyou_dude.png b/themes/Inferno/modules/Blog/images/topics/fuckyou_dude.png new file mode 100644 index 00000000..428565cd Binary files /dev/null and b/themes/Inferno/modules/Blog/images/topics/fuckyou_dude.png differ diff --git a/themes/Inferno/modules/Blog/images/topics/index.html b/themes/Inferno/modules/Blog/images/topics/index.html new file mode 100644 index 00000000..9fa54158 --- /dev/null +++ b/themes/Inferno/modules/Blog/images/topics/index.html @@ -0,0 +1,54 @@ + + + Access Denied + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/Inferno/modules/Blog/images/topics/kingpin_121.png b/themes/Inferno/modules/Blog/images/topics/kingpin_121.png new file mode 100644 index 00000000..82eac689 Binary files /dev/null and b/themes/Inferno/modules/Blog/images/topics/kingpin_121.png differ diff --git a/themes/Inferno/modules/Blog/images/topics/lock.png b/themes/Inferno/modules/Blog/images/topics/lock.png new file mode 100644 index 00000000..7a81d809 Binary files /dev/null and b/themes/Inferno/modules/Blog/images/topics/lock.png differ diff --git a/themes/Inferno/modules/Blog/images/topics/lock_silver.png b/themes/Inferno/modules/Blog/images/topics/lock_silver.png new file mode 100644 index 00000000..bed81500 Binary files /dev/null and b/themes/Inferno/modules/Blog/images/topics/lock_silver.png differ diff --git a/themes/Inferno/modules/Blog/images/topics/music.png b/themes/Inferno/modules/Blog/images/topics/music.png new file mode 100644 index 00000000..3fb7bad3 Binary files /dev/null and b/themes/Inferno/modules/Blog/images/topics/music.png differ diff --git a/themes/Inferno/modules/Blog/images/topics/nuke.png b/themes/Inferno/modules/Blog/images/topics/nuke.png new file mode 100644 index 00000000..2fb02a94 Binary files /dev/null and b/themes/Inferno/modules/Blog/images/topics/nuke.png differ diff --git a/themes/Inferno/modules/Blog/images/topics/nuke_titanium.png b/themes/Inferno/modules/Blog/images/topics/nuke_titanium.png new file mode 100644 index 00000000..4d086726 Binary files /dev/null and b/themes/Inferno/modules/Blog/images/topics/nuke_titanium.png differ diff --git a/themes/Inferno/modules/Blog/images/topics/phuck_you.png b/themes/Inferno/modules/Blog/images/topics/phuck_you.png new file mode 100644 index 00000000..3c2f9c6e Binary files /dev/null and b/themes/Inferno/modules/Blog/images/topics/phuck_you.png differ diff --git a/themes/Inferno/modules/Blog/images/topics/programming.png b/themes/Inferno/modules/Blog/images/topics/programming.png new file mode 100644 index 00000000..25991d91 Binary files /dev/null and b/themes/Inferno/modules/Blog/images/topics/programming.png differ diff --git a/themes/Inferno/modules/Blog/images/topics/staff.png b/themes/Inferno/modules/Blog/images/topics/staff.png new file mode 100644 index 00000000..8ea93b4a Binary files /dev/null and b/themes/Inferno/modules/Blog/images/topics/staff.png differ diff --git a/themes/Inferno/modules/Blog/images/topics/suit_ghost.png b/themes/Inferno/modules/Blog/images/topics/suit_ghost.png new file mode 100644 index 00000000..b3b013c8 Binary files /dev/null and b/themes/Inferno/modules/Blog/images/topics/suit_ghost.png differ diff --git a/themes/Inferno/modules/Blog/images/topics/template.png b/themes/Inferno/modules/Blog/images/topics/template.png new file mode 100644 index 00000000..326687f1 Binary files /dev/null and b/themes/Inferno/modules/Blog/images/topics/template.png differ diff --git a/themes/Inferno/modules/Blog/images/topics/titanium_edition.png b/themes/Inferno/modules/Blog/images/topics/titanium_edition.png new file mode 100644 index 00000000..d2f08703 Binary files /dev/null and b/themes/Inferno/modules/Blog/images/topics/titanium_edition.png differ diff --git a/themes/Inferno/modules/Blog/images/topics/titanium_one.png b/themes/Inferno/modules/Blog/images/topics/titanium_one.png new file mode 100644 index 00000000..9c683cee Binary files /dev/null and b/themes/Inferno/modules/Blog/images/topics/titanium_one.png differ diff --git a/themes/Inferno/modules/Blog/images/topics/tool_icon.png b/themes/Inferno/modules/Blog/images/topics/tool_icon.png new file mode 100644 index 00000000..3983e9d8 Binary files /dev/null and b/themes/Inferno/modules/Blog/images/topics/tool_icon.png differ diff --git a/themes/Inferno/modules/Blog/images/topics/video_projects.png b/themes/Inferno/modules/Blog/images/topics/video_projects.png new file mode 100644 index 00000000..5f579da9 Binary files /dev/null and b/themes/Inferno/modules/Blog/images/topics/video_projects.png differ diff --git a/themes/Inferno/modules/Blog/images/topics/vs2019.png b/themes/Inferno/modules/Blog/images/topics/vs2019.png new file mode 100644 index 00000000..a84b3e70 Binary files /dev/null and b/themes/Inferno/modules/Blog/images/topics/vs2019.png differ diff --git a/themes/Inferno/modules/Blog/images/topics/youre_an_asshole.png b/themes/Inferno/modules/Blog/images/topics/youre_an_asshole.png new file mode 100644 index 00000000..fe68c5d6 Binary files /dev/null and b/themes/Inferno/modules/Blog/images/topics/youre_an_asshole.png differ diff --git a/themes/Inferno/style/ECalendar/bcenter-style.css b/themes/Inferno/style/ECalendar/bcenter-style.css new file mode 100644 index 00000000..4e3b7f6e --- /dev/null +++ b/themes/Inferno/style/ECalendar/bcenter-style.css @@ -0,0 +1,136 @@ +#cwraper { + width: 100%; +} + +#cbody { + max-width: 800px; + min-width: 500px; + margin: 0 auto; + font-family: Arial, sans-serif; + text-align:center; +} + +.header{ + width: 100%; + height: 50px; + background-image: linear-gradient(#222, #444, #222); + background-color:#000; + color:#FFF; + font-weight:900; + text-align:center; + letter-spacing:1px; +} + +.calendar { + width: 100%; + border-collapse: collapse; + margin-top: 5px; + background-color:#000; +} + +.calendar caption { + margin-bottom: 10px; +} + +.cheader { + background-image: linear-gradient(#222, #C08933, #222); + color:#FFF; + letter-spacing:1px; + font-size:18px; + text-shadow: 1px 1px 2px #000, 0 0 25px #222, 0 0 5px #333; +} + +.today { + background-image: linear-gradient(#888, #333); + color: #fff; + font-size:18px; + font-weight:600; + border:1px solid #000; + text-align:left; + height: 65px; + min-width:64px; + padding-top: 5px; + padding-left:5px; +} + +.day { + text-align:left; + color:#000; + font-size:18px; + height: 65px; + min-width: 64px; + padding-top: 5px; + padding-left:5px; +} + +.calendar tr:nth-child(odd) { + background: #E0E0E0; +} + +.calendar tr:nth-child(even) { + background: #D0D0D0; +} + +.calendar th, +.calendar td { + border: 1px solid #000; +} + +.dayt { + height: 80%; + width: 100%; +} + +.event { + width:28px; + height:28px; + border-radius:15px;border:1px solid #000; + font-size:18px; + font-weight:600; + color:#000; + line-height:28px; + text-align:center; + background:#C08933; + -webkit-box-shadow:0 0 6px #000; + -moz-box-shadow: 0 0 6px #000; + box-shadow:0 0 6px #000; +} + +/* Start state */ +.animated-modal { + width: 500px; + border: 5px solid #000; + border-radius: 4px; + overflow: hidden; + color: #000; + background-color:#CCC; + display: none; + transform: translateY(-50px); + transition: all .7s; +} + +.animated-modal h2, +.animated-modal p { + transform: translateY(-50px); + opacity: 0; + color:#000; + transition-property: transform, opacity; + transition-duration: .4s; +} + +/* Final state */ +.fancybox-slide--current .animated-modal, +.fancybox-slide--current .animated-modal h2, +.fancybox-slide--current .animated-modal p { + transform: translateY(0); + opacity: 1; +} + +/* Reveal content with different delays */ +.fancybox-slide--current .animated-modal h2 { + transition-delay: .1s; +} + +.fancybox-slide--current .animated-modal p { + transition-delay: .3s; +} \ No newline at end of file diff --git a/themes/Inferno/style/ECalendar/bside-style.css b/themes/Inferno/style/ECalendar/bside-style.css new file mode 100644 index 00000000..8f22b7b2 --- /dev/null +++ b/themes/Inferno/style/ECalendar/bside-style.css @@ -0,0 +1,133 @@ +#cwraper { + width: 100%; +} + +#cbody { + font-family: Arial, sans-serif; + font-size:10px; + max-width: 200px; + min-width: 150px; + margin: 0 auto; +} + +.header{ + width: 100%; + height: 25px; + background-image: linear-gradient(#222, #444, #222); + background-color:#000; + color:#FFF; + font-weight:600; + font-size:13px; + letter-spacing:1px; + text-align:center; +} + +.calendar { + background-color:#000; + border-collapse: collapse; + width: 100%; +} + +.calendar caption { + margin-bottom: 5px; +} + +.cheader { + background-image: linear-gradient(#222, #C08933, #222); + background-color: #222; + color: #fff; + font-size:12px; + text-shadow: 1px 1px 2px #000, 0 0 25px #222, 0 0 5px #333; +} + +.today { + background-image: linear-gradient(#888, #333); + color: #fff; + font-weight:500; + border:1px solid #000; + text-align:center; + height: 20px; + width:14%; + line-height:18px; +} + +.day { + color:#000; + height: 20px; + width: 14%; + line-height:18px; + text-align:center; +} + +.calendar tr:nth-child(odd) { + background: #E0E0E0; +} + +.calendar tr:nth-child(even) { + background: #D0D0D0; +} + +.calendar th, +.calendar td { + border: 1px solid #000; +} + +.dayt { + height: 80%; + width: 100%; +} + +.event { + width:14px; + height:14px; + border-radius:10px; + border:1px solid #000; + font-weight:700; + color:#000; + line-height:14px; + text-align:center; + background:#C08933; + -webkit-box-shadow:0 0 6px #000; + -moz-box-shadow: 0 0 6px #000; + box-shadow:0 0 6px #000; + margin: 0 auto; +} + +/* Start state */ +.animated-modal { + width: 500px; + border: 5px solid #000; + border-radius: 4px; + overflow: hidden; + color: #000; + background-color:#CCC; + display: none; + transform: translateY(-50px); + transition: all .7s; +} + +.animated-modal h2, +.animated-modal p { + transform: translateY(-50px); + opacity: 0; + color:#000; + transition-property: transform, opacity; + transition-duration: .4s; +} + +/* Final state */ +.fancybox-slide--current .animated-modal, +.fancybox-slide--current .animated-modal h2, +.fancybox-slide--current .animated-modal p { + transform: translateY(0); + opacity: 1; +} + +/* Reveal content with different delays */ +.fancybox-slide--current .animated-modal h2 { + transition-delay: .1s; +} + +.fancybox-slide--current .animated-modal p { + transition-delay: .3s; +} \ No newline at end of file diff --git a/themes/Inferno/style/ECalendar/index.html b/themes/Inferno/style/ECalendar/index.html new file mode 100644 index 00000000..2128cbfc --- /dev/null +++ b/themes/Inferno/style/ECalendar/index.html @@ -0,0 +1,28 @@ + + + + + Access Denied + + + +
    +

    Access Denied

    +
    + + +
    + This is a restricted area which you should not be trying to access!
    + Please return to the mainsite. +

    + +
    + + \ No newline at end of file diff --git a/themes/Inferno/style/ECalendar/style.css b/themes/Inferno/style/ECalendar/style.css new file mode 100644 index 00000000..57340784 --- /dev/null +++ b/themes/Inferno/style/ECalendar/style.css @@ -0,0 +1,165 @@ +#cwraperm { + width: 100%; +} + +#cbodym { + max-width: 850px; + min-width: 600px; + margin: 0 auto; + font-family: Arial, sans-serif; + text-align:center; +} + +.headerm{ + width: 100%; + height: 50px; + background-image: linear-gradient(#222, #444, #222); + background-color:#000; + color:#FFF; + line-height:50px; + letter-spacing:1px; + font-weight:700; + font-size:18px; + text-align:center; +} + +.cheaderm { + background-image: linear-gradient(#222, #C08933, #222); + color:#FFF; + letter-spacing:1px; + font-size:12px; + text-shadow: 1px 1px 2px #000, 0 0 25px #222, 0 0 5px #333; +} + +.calendarm { + width: 100%; + border-collapse: collapse; + margin-top: 2px; + background-color:#000; +} + +.calendarm caption { + margin-bottom: 10px; +} + +.todaym { + background-image: linear-gradient(#777, #444); + color: #fff; + font-size:18px; + font-weight:600; + border:1px solid #000; + text-align:left; + height: 75px; + width:64px; + padding-top: 5px; + padding-left:5px; +} + +.daym { + text-align:left; + color:#000; + font-size:18px; + height: 75px; + min-width: 64px; + padding-top: 5px; + padding-left:5px; +} + +.calendarm tr:nth-child(odd) { + background: #E0E0E0; +} + +.calendarm tr:nth-child(even) { + background: #D0D0D0; +} + +.calendarm th, +.calendarm td { + border: 1px solid #000; +} + +.daytm { + height: 80%; + width: 100%; +} + +a.control:visited, a.control:link, a.control:active { + color:#FFF; +} + +a.control:hover { + color:#C08933; +} + +.eventm { + width:28px; + height:28px; + border-radius:14px; + border:1px solid #000; + font-size:18px; + font-weight:600; + color:#000; + line-height:28px; + text-align:center; + background:#C08933; + -webkit-box-shadow:0 0 6px #000; + -moz-box-shadow: 0 0 6px #000; + box-shadow:0 0 6px #000; +} + +#nmonthb { + float:left; + font-size:11px !important; + width: 140px; + height: 50px; + border: 0px; + line-height: 50px; +} + +#nmonthf { + float:right; + font-size:11px !important; + width: 140px; + height: 50px; + border: 0px; + line-height: 50px; +} + +/* Start state */ +.animated-modalm { + width: 550px; + border: 5px solid #000; + border-radius: 8px; + overflow: hidden; + color: #000; + background-color:#CCC; + display: none; + transform: translateY(-50px); + transition: all .7s; +} + +.animated-modalm h2, +.animated-modalm p { + transform: translateY(-50px); + opacity: 0; + color:#000; + transition-property: transform, opacity; + transition-duration: .4s; +} + +/* Final state */ +.fancybox-slide--current .animated-modalm, +.fancybox-slide--current .animated-modalm h2, +.fancybox-slide--current .animated-modalm p { + transform: translateY(0); + opacity: 1; +} + +/* Reveal content with different delays */ +.fancybox-slide--current .animated-modalm h2 { + transition-delay: .1s; +} + +.fancybox-slide--current .animated-modalm p { + transition-delay: .3s; +} \ No newline at end of file diff --git a/themes/Inferno/style/images/bg1.jpg b/themes/Inferno/style/images/bg1.jpg new file mode 100644 index 00000000..484db2ea Binary files /dev/null and b/themes/Inferno/style/images/bg1.jpg differ diff --git a/themes/Inferno/style/images/bg2.jpg b/themes/Inferno/style/images/bg2.jpg new file mode 100644 index 00000000..028b6cb3 Binary files /dev/null and b/themes/Inferno/style/images/bg2.jpg differ diff --git a/themes/Inferno/style/images/bg3.jpg b/themes/Inferno/style/images/bg3.jpg new file mode 100644 index 00000000..10085ff6 Binary files /dev/null and b/themes/Inferno/style/images/bg3.jpg differ diff --git a/themes/Inferno/style/images/black.png b/themes/Inferno/style/images/black.png new file mode 100644 index 00000000..f6f2358d Binary files /dev/null and b/themes/Inferno/style/images/black.png differ diff --git a/themes/Inferno/style/images/index.html b/themes/Inferno/style/images/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/Inferno/style/images/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/Inferno/style/index.html b/themes/Inferno/style/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/Inferno/style/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/Inferno/style/js/index.html b/themes/Inferno/style/js/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/Inferno/style/js/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/Inferno/style/js/jquery.marquee.js b/themes/Inferno/style/js/jquery.marquee.js new file mode 100644 index 00000000..3382e77e --- /dev/null +++ b/themes/Inferno/style/js/jquery.marquee.js @@ -0,0 +1,498 @@ +/** + * jQuery.marquee - scrolling text like old marquee element + * @author Aamir Afridi - aamirafridi(at)gmail(dot)com / http://aamirafridi.com/jquery/jquery-marquee-plugin + */ +;(function(factory) { + 'use strict'; + if (typeof define === 'function' && define.amd) { + define(['jquery'], factory); + } else if (typeof exports !== 'undefined') { + module.exports = factory(require('jquery')); + } else { + factory(jQuery); + } +})(function($) { + $.fn.marquee = function(options) { + return this.each(function() { + // Extend the options if any provided + var o = $.extend({}, $.fn.marquee.defaults, options), + $this = $(this), + $marqueeWrapper, containerWidth, animationCss, verticalDir, elWidth, + loopCount = 3, + playState = 'animation-play-state', + css3AnimationIsSupported = false, + + // Private methods + _prefixedEvent = function(element, type, callback) { + var pfx = ["webkit", "moz", "MS", "o", ""]; + for (var p = 0; p < pfx.length; p++) { + if (!pfx[p]) type = type.toLowerCase(); + element.addEventListener(pfx[p] + type, callback, false); + } + }, + + _objToString = function(obj) { + var tabjson = []; + for (var p in obj) { + if (obj.hasOwnProperty(p)) { + tabjson.push(p + ':' + obj[p]); + } + } + tabjson.push(); + return '{' + tabjson.join(',') + '}'; + }, + + _startAnimationWithDelay = function() { + $this.timer = setTimeout(animate, o.delayBeforeStart); + }, + + // Public methods + methods = { + pause: function() { + if (css3AnimationIsSupported && o.allowCss3Support) { + $marqueeWrapper.css(playState, 'paused'); + } else { + // pause using pause plugin + if ($.fn.pause) { + $marqueeWrapper.pause(); + } + } + // save the status + $this.data('runningStatus', 'paused'); + // fire event + $this.trigger('paused'); + }, + + resume: function() { + // resume using css3 + if (css3AnimationIsSupported && o.allowCss3Support) { + $marqueeWrapper.css(playState, 'running'); + } else { + // resume using pause plugin + if ($.fn.resume) { + $marqueeWrapper.resume(); + } + } + // save the status + $this.data('runningStatus', 'resumed'); + // fire event + $this.trigger('resumed'); + }, + + toggle: function() { + methods[$this.data('runningStatus') === 'resumed' ? 'pause' : 'resume'](); + }, + + destroy: function() { + // Clear timer + clearTimeout($this.timer); + // Unbind all events + $this.find("*").addBack().off(); + // Just unwrap the elements that has been added using this plugin + $this.html($this.find('.js-marquee:first').html()); + } + }; + + // Check for methods + if (typeof options === 'string') { + if ($.isFunction(methods[options])) { + // Following two IF statements to support public methods + if (!$marqueeWrapper) { + $marqueeWrapper = $this.find('.js-marquee-wrapper'); + } + if ($this.data('css3AnimationIsSupported') === true) { + css3AnimationIsSupported = true; + } + methods[options](); + } + return; + } + + /* Check if element has data attributes. They have top priority + For details https://twitter.com/aamirafridi/status/403848044069679104 - Can't find a better solution :/ + jQuery 1.3.2 doesn't support $.data().KEY hence writting the following */ + var dataAttributes = {}, + attr; + $.each(o, function(key) { + // Check if element has this data attribute + attr = $this.attr('data-' + key); + if (typeof attr !== 'undefined') { + // Now check if value is boolean or not + switch (attr) { + case 'true': + attr = true; + break; + case 'false': + attr = false; + break; + } + o[key] = attr; + } + }); + + // Reintroduce speed as an option. It calculates duration as a factor of the container width + // measured in pixels per second. + if (o.speed) { + o.duration = parseInt($this.width(), 10) / o.speed * 1000; + } + + // Shortcut to see if direction is upward or downward + verticalDir = o.direction === 'up' || o.direction === 'down'; + + // no gap if not duplicated + o.gap = o.duplicated ? parseInt(o.gap) : 0; + + // wrap inner content into a div + $this.wrapInner('
    '); + + // Make copy of the element + var $el = $this.find('.js-marquee').css({ + 'margin-right': o.gap, + 'float': 'left' + }); + + if (o.duplicated) { + $el.clone(true).appendTo($this); + } + + // wrap both inner elements into one div + $this.wrapInner('
    '); + + // Save the reference of the wrapper + $marqueeWrapper = $this.find('.js-marquee-wrapper'); + + // If direction is up or down, get the height of main element + if (verticalDir) { + var containerHeight = $this.height(); + $marqueeWrapper.removeAttr('style'); + $this.height(containerHeight); + + // Change the CSS for js-marquee element + $this.find('.js-marquee').css({ + 'float': 'none', + 'margin-bottom': o.gap, + 'margin-right': 0 + }); + + // Remove bottom margin from 2nd element if duplicated + if (o.duplicated) { + $this.find('.js-marquee:last').css({ + 'margin-bottom': 0 + }); + } + + var elHeight = $this.find('.js-marquee:first').height() + o.gap; + + // adjust the animation duration according to the text length + if (o.startVisible && !o.duplicated) { + // Compute the complete animation duration and save it for later reference + // formula is to: (Height of the text node + height of the main container / Height of the main container) * duration; + o._completeDuration = ((parseInt(elHeight, 10) + parseInt(containerHeight, 10)) / parseInt(containerHeight, 10)) * o.duration; + + // formula is to: (Height of the text node / height of the main container) * duration + o.duration = (parseInt(elHeight, 10) / parseInt(containerHeight, 10)) * o.duration; + } else { + // formula is to: (Height of the text node + height of the main container / Height of the main container) * duration; + o.duration = ((parseInt(elHeight, 10) + parseInt(containerHeight, 10)) / parseInt(containerHeight, 10)) * o.duration; + } + + } else { + // Save the width of the each element so we can use it in animation + elWidth = $this.find('.js-marquee:first').width() + o.gap; + + // container width + containerWidth = $this.width(); + + // adjust the animation duration according to the text length + if (o.startVisible && !o.duplicated) { + // Compute the complete animation duration and save it for later reference + // formula is to: (Width of the text node + width of the main container / Width of the main container) * duration; + o._completeDuration = ((parseInt(elWidth, 10) + parseInt(containerWidth, 10)) / parseInt(containerWidth, 10)) * o.duration; + + // (Width of the text node / width of the main container) * duration + o.duration = (parseInt(elWidth, 10) / parseInt(containerWidth, 10)) * o.duration; + } else { + // formula is to: (Width of the text node + width of the main container / Width of the main container) * duration; + o.duration = ((parseInt(elWidth, 10) + parseInt(containerWidth, 10)) / parseInt(containerWidth, 10)) * o.duration; + } + } + + // if duplicated then reduce the duration + if (o.duplicated) { + o.duration = o.duration / 2; + } + + if (o.allowCss3Support) { + var elm = document.body || document.createElement('div'), + animationName = 'marqueeAnimation-' + Math.floor(Math.random() * 10000000), + domPrefixes = 'Webkit Moz O ms Khtml'.split(' '), + animationString = 'animation', + animationCss3Str = '', + keyframeString = ''; + + // Check css3 support + if (elm.style.animation !== undefined) { + keyframeString = '@keyframes ' + animationName + ' '; + css3AnimationIsSupported = true; + } + + if (css3AnimationIsSupported === false) { + for (var i = 0; i < domPrefixes.length; i++) { + if (elm.style[domPrefixes[i] + 'AnimationName'] !== undefined) { + var prefix = '-' + domPrefixes[i].toLowerCase() + '-'; + animationString = prefix + animationString; + playState = prefix + playState; + keyframeString = '@' + prefix + 'keyframes ' + animationName + ' '; + css3AnimationIsSupported = true; + break; + } + } + } + + if (css3AnimationIsSupported) { + animationCss3Str = animationName + ' ' + o.duration / 1000 + 's ' + o.delayBeforeStart / 1000 + 's infinite ' + o.css3easing; + $this.data('css3AnimationIsSupported', true); + } + } + + var _rePositionVertically = function() { + $marqueeWrapper.css('transform', 'translateY(' + (o.direction === 'up' ? containerHeight + 'px' : '-' + elHeight + 'px') + ')'); + }, + _rePositionHorizontally = function() { + $marqueeWrapper.css('transform', 'translateX(' + (o.direction === 'left' ? containerWidth + 'px' : '-' + elWidth + 'px') + ')'); + }; + + // if duplicated option is set to true than position the wrapper + if (o.duplicated) { + if (verticalDir) { + if (o.startVisible) { + $marqueeWrapper.css('transform', 'translateY(0)'); + } else { + $marqueeWrapper.css('transform', 'translateY(' + (o.direction === 'up' ? containerHeight + 'px' : '-' + ((elHeight * 2) - o.gap) + 'px') + ')'); + } + } else { + if (o.startVisible) { + $marqueeWrapper.css('transform', 'translateX(0)'); + } else { + $marqueeWrapper.css('transform', 'translateX(' + (o.direction === 'left' ? containerWidth + 'px' : '-' + ((elWidth * 2) - o.gap) + 'px') + ')'); + } + } + + // If the text starts out visible we can skip the two initial loops + if (!o.startVisible) { + loopCount = 1; + } + } else if (o.startVisible) { + // We only have two different loops if marquee is duplicated and starts visible + loopCount = 2; + } else { + if (verticalDir) { + _rePositionVertically(); + } else { + _rePositionHorizontally(); + } + } + + // Animate recursive method + var animate = function() { + if (o.duplicated) { + // When duplicated, the first loop will be scroll longer so double the duration + if (loopCount === 1) { + o._originalDuration = o.duration; + if (verticalDir) { + o.duration = o.direction === 'up' ? o.duration + (containerHeight / ((elHeight) / o.duration)) : o.duration * 2; + } else { + o.duration = o.direction === 'left' ? o.duration + (containerWidth / ((elWidth) / o.duration)) : o.duration * 2; + } + // Adjust the css3 animation as well + if (animationCss3Str) { + animationCss3Str = animationName + ' ' + o.duration / 1000 + 's ' + o.delayBeforeStart / 1000 + 's ' + o.css3easing; + } + loopCount++; + } + // On 2nd loop things back to normal, normal duration for the rest of animations + else if (loopCount === 2) { + o.duration = o._originalDuration; + // Adjust the css3 animation as well + if (animationCss3Str) { + animationName = animationName + '0'; + keyframeString = $.trim(keyframeString) + '0 '; + animationCss3Str = animationName + ' ' + o.duration / 1000 + 's 0s infinite ' + o.css3easing; + } + loopCount++; + } + } + + if (verticalDir) { + if (o.duplicated) { + + // Adjust the starting point of animation only when first loops finishes + if (loopCount > 2) { + $marqueeWrapper.css('transform', 'translateY(' + (o.direction === 'up' ? 0 : '-' + elHeight + 'px') + ')'); + } + + animationCss = { + 'transform': 'translateY(' + (o.direction === 'up' ? '-' + elHeight + 'px' : 0) + ')' + }; + } else if (o.startVisible) { + // This loop moves the marquee out of the container + if (loopCount === 2) { + // Adjust the css3 animation as well + if (animationCss3Str) { + animationCss3Str = animationName + ' ' + o.duration / 1000 + 's ' + o.delayBeforeStart / 1000 + 's ' + o.css3easing; + } + animationCss = { + 'transform': 'translateY(' + (o.direction === 'up' ? '-' + elHeight + 'px' : containerHeight + 'px') + ')' + }; + loopCount++; + } else if (loopCount === 3) { + // Set the duration for the animation that will run forever + o.duration = o._completeDuration; + // Adjust the css3 animation as well + if (animationCss3Str) { + animationName = animationName + '0'; + keyframeString = $.trim(keyframeString) + '0 '; + animationCss3Str = animationName + ' ' + o.duration / 1000 + 's 0s infinite ' + o.css3easing; + } + _rePositionVertically(); + } + } else { + _rePositionVertically(); + animationCss = { + 'transform': 'translateY(' + (o.direction === 'up' ? '-' + ($marqueeWrapper.height()) + 'px' : containerHeight + 'px') + ')' + }; + } + } else { + if (o.duplicated) { + + // Adjust the starting point of animation only when first loops finishes + if (loopCount > 2) { + $marqueeWrapper.css('transform', 'translateX(' + (o.direction === 'left' ? 0 : '-' + elWidth + 'px') + ')'); + } + + animationCss = { + 'transform': 'translateX(' + (o.direction === 'left' ? '-' + elWidth + 'px' : 0) + ')' + }; + + } else if (o.startVisible) { + // This loop moves the marquee out of the container + if (loopCount === 2) { + // Adjust the css3 animation as well + if (animationCss3Str) { + animationCss3Str = animationName + ' ' + o.duration / 1000 + 's ' + o.delayBeforeStart / 1000 + 's ' + o.css3easing; + } + animationCss = { + 'transform': 'translateX(' + (o.direction === 'left' ? '-' + elWidth + 'px' : containerWidth + 'px') + ')' + }; + loopCount++; + } else if (loopCount === 3) { + // Set the duration for the animation that will run forever + o.duration = o._completeDuration; + // Adjust the css3 animation as well + if (animationCss3Str) { + animationName = animationName + '0'; + keyframeString = $.trim(keyframeString) + '0 '; + animationCss3Str = animationName + ' ' + o.duration / 1000 + 's 0s infinite ' + o.css3easing; + } + _rePositionHorizontally(); + } + } else { + _rePositionHorizontally(); + animationCss = { + 'transform': 'translateX(' + (o.direction === 'left' ? '-' + elWidth + 'px' : containerWidth + 'px') + ')' + }; + } + } + + // fire event + $this.trigger('beforeStarting'); + + // If css3 support is available than do it with css3, otherwise use jQuery as fallback + if (css3AnimationIsSupported) { + // Add css3 animation to the element + $marqueeWrapper.css(animationString, animationCss3Str); + var keyframeCss = keyframeString + ' { 100% ' + _objToString(animationCss) + '}', + $styles = $marqueeWrapper.find('style'); + + // Now add the keyframe animation to the marquee element + if ($styles.length !== 0) { + // Bug fixed for jQuery 1.3.x - Instead of using .last(), use following + $styles.filter(":last").html(keyframeCss); + } else { + $('head').append(''); + } + + // Animation iteration event + _prefixedEvent($marqueeWrapper[0], "AnimationIteration", function() { + $this.trigger('finished'); + }); + // Animation stopped + _prefixedEvent($marqueeWrapper[0], "AnimationEnd", function() { + animate(); + $this.trigger('finished'); + }); + + } else { + // Start animating + $marqueeWrapper.animate(animationCss, o.duration, o.easing, function() { + // fire event + $this.trigger('finished'); + // animate again + if (o.pauseOnCycle) { + _startAnimationWithDelay(); + } else { + animate(); + } + }); + } + // save the status + $this.data('runningStatus', 'resumed'); + }; + + // bind pause and resume events + $this.on('pause', methods.pause); + $this.on('resume', methods.resume); + + if (o.pauseOnHover) { + $this.on('mouseenter', methods.pause); + $this.on('mouseleave', methods.resume); + } + + // If css3 animation is supported than call animate method at once + if (css3AnimationIsSupported && o.allowCss3Support) { + animate(); + } else { + // Starts the recursive method + _startAnimationWithDelay(); + } + + }); + }; // End of Plugin + // Public: plugin defaults options + $.fn.marquee.defaults = { + // If you wish to always animate using jQuery + allowCss3Support: true, + // works when allowCss3Support is set to true - for full list see http://www.w3.org/TR/2013/WD-css3-transitions-20131119/#transition-timing-function + css3easing: 'linear', + // requires jQuery easing plugin. Default is 'linear' + easing: 'linear', + // pause time before the next animation turn in milliseconds + delayBeforeStart: 1000, + // 'left', 'right', 'up' or 'down' + direction: 'left', + // true or false - should the marquee be duplicated to show an effect of continues flow + duplicated: false, + // duration in milliseconds of the marquee in milliseconds + duration: 5000, + // Speed allows you to set a relatively constant marquee speed regardless of the width of the containing element. Speed is measured in pixels per second. + speed: 0, + // gap in pixels between the tickers + gap: 20, + // on cycle pause the marquee + pauseOnCycle: false, + // on hover pause the marquee - using jQuery plugin https://github.com/tobia/Pause + pauseOnHover: false, + // the marquee is visible initially positioned next to the border towards it will be moving + startVisible: false + }; +}); diff --git a/themes/Inferno/style/js/jquery.marquee.min.js b/themes/Inferno/style/js/jquery.marquee.min.js new file mode 100644 index 00000000..c852bb64 --- /dev/null +++ b/themes/Inferno/style/js/jquery.marquee.min.js @@ -0,0 +1 @@ +(function(factory){"use strict";if(typeof define==="function"&&define.amd){define(["jquery"],factory)}else if(typeof exports!=="undefined"){module.exports=factory(require("jquery"))}else{factory(jQuery)}})(function($){$.fn.marquee=function(options){return this.each(function(){var o=$.extend({},$.fn.marquee.defaults,options),$this=$(this),$marqueeWrapper,containerWidth,animationCss,verticalDir,elWidth,loopCount=3,playState="animation-play-state",css3AnimationIsSupported=false,_prefixedEvent=function(element,type,callback){var pfx=["webkit","moz","MS","o",""];for(var p=0;p');var $el=$this.find(".js-marquee").css({"margin-right":o.gap,float:"left"});if(o.duplicated){$el.clone(true).appendTo($this)}$this.wrapInner('
    ');$marqueeWrapper=$this.find(".js-marquee-wrapper");if(verticalDir){var containerHeight=$this.height();$marqueeWrapper.removeAttr("style");$this.height(containerHeight);$this.find(".js-marquee").css({float:"none","margin-bottom":o.gap,"margin-right":0});if(o.duplicated){$this.find(".js-marquee:last").css({"margin-bottom":0})}var elHeight=$this.find(".js-marquee:first").height()+o.gap;if(o.startVisible&&!o.duplicated){o._completeDuration=(parseInt(elHeight,10)+parseInt(containerHeight,10))/parseInt(containerHeight,10)*o.duration;o.duration=parseInt(elHeight,10)/parseInt(containerHeight,10)*o.duration}else{o.duration=(parseInt(elHeight,10)+parseInt(containerHeight,10))/parseInt(containerHeight,10)*o.duration}}else{elWidth=$this.find(".js-marquee:first").width()+o.gap;containerWidth=$this.width();if(o.startVisible&&!o.duplicated){o._completeDuration=(parseInt(elWidth,10)+parseInt(containerWidth,10))/parseInt(containerWidth,10)*o.duration;o.duration=parseInt(elWidth,10)/parseInt(containerWidth,10)*o.duration}else{o.duration=(parseInt(elWidth,10)+parseInt(containerWidth,10))/parseInt(containerWidth,10)*o.duration}}if(o.duplicated){o.duration=o.duration/2}if(o.allowCss3Support){var elm=document.body||document.createElement("div"),animationName="marqueeAnimation-"+Math.floor(Math.random()*1e7),domPrefixes="Webkit Moz O ms Khtml".split(" "),animationString="animation",animationCss3Str="",keyframeString="";if(elm.style.animation!==undefined){keyframeString="@keyframes "+animationName+" ";css3AnimationIsSupported=true}if(css3AnimationIsSupported===false){for(var i=0;i2){$marqueeWrapper.css("transform","translateY("+(o.direction==="up"?0:"-"+elHeight+"px")+")")}animationCss={transform:"translateY("+(o.direction==="up"?"-"+elHeight+"px":0)+")"}}else if(o.startVisible){if(loopCount===2){if(animationCss3Str){animationCss3Str=animationName+" "+o.duration/1e3+"s "+o.delayBeforeStart/1e3+"s "+o.css3easing}animationCss={transform:"translateY("+(o.direction==="up"?"-"+elHeight+"px":containerHeight+"px")+")"};loopCount++}else if(loopCount===3){o.duration=o._completeDuration;if(animationCss3Str){animationName=animationName+"0";keyframeString=$.trim(keyframeString)+"0 ";animationCss3Str=animationName+" "+o.duration/1e3+"s 0s infinite "+o.css3easing}_rePositionVertically()}}else{_rePositionVertically();animationCss={transform:"translateY("+(o.direction==="up"?"-"+$marqueeWrapper.height()+"px":containerHeight+"px")+")"}}}else{if(o.duplicated){if(loopCount>2){$marqueeWrapper.css("transform","translateX("+(o.direction==="left"?0:"-"+elWidth+"px")+")")}animationCss={transform:"translateX("+(o.direction==="left"?"-"+elWidth+"px":0)+")"}}else if(o.startVisible){if(loopCount===2){if(animationCss3Str){animationCss3Str=animationName+" "+o.duration/1e3+"s "+o.delayBeforeStart/1e3+"s "+o.css3easing}animationCss={transform:"translateX("+(o.direction==="left"?"-"+elWidth+"px":containerWidth+"px")+")"};loopCount++}else if(loopCount===3){o.duration=o._completeDuration;if(animationCss3Str){animationName=animationName+"0";keyframeString=$.trim(keyframeString)+"0 ";animationCss3Str=animationName+" "+o.duration/1e3+"s 0s infinite "+o.css3easing}_rePositionHorizontally()}}else{_rePositionHorizontally();animationCss={transform:"translateX("+(o.direction==="left"?"-"+elWidth+"px":containerWidth+"px")+")"}}}$this.trigger("beforeStarting");if(css3AnimationIsSupported){$marqueeWrapper.css(animationString,animationCss3Str);var keyframeCss=keyframeString+" { 100% "+_objToString(animationCss)+"}",$styles=$marqueeWrapper.find("style");if($styles.length!==0){$styles.filter(":last").html(keyframeCss)}else{$("head").append("")}_prefixedEvent($marqueeWrapper[0],"AnimationIteration",function(){$this.trigger("finished")});_prefixedEvent($marqueeWrapper[0],"AnimationEnd",function(){animate();$this.trigger("finished")})}else{$marqueeWrapper.animate(animationCss,o.duration,o.easing,function(){$this.trigger("finished");if(o.pauseOnCycle){_startAnimationWithDelay()}else{animate()}})}$this.data("runningStatus","resumed")};$this.on("pause",methods.pause);$this.on("resume",methods.resume);if(o.pauseOnHover){$this.on("mouseenter",methods.pause);$this.on("mouseleave",methods.resume)}if(css3AnimationIsSupported&&o.allowCss3Support){animate()}else{_startAnimationWithDelay()}})};$.fn.marquee.defaults={allowCss3Support:true,css3easing:"linear",easing:"linear",delayBeforeStart:1e3,direction:"left",duplicated:false,duration:5e3,speed:0,gap:20,pauseOnCycle:false,pauseOnHover:false,startVisible:false}}); \ No newline at end of file diff --git a/themes/Inferno/style/js/menu.min.js b/themes/Inferno/style/js/menu.min.js new file mode 100644 index 00000000..b6245862 --- /dev/null +++ b/themes/Inferno/style/js/menu.min.js @@ -0,0 +1 @@ +!function(e){e.fn.menuv3=function(n){var s=e(this),t=e.extend({title:"Menu",format:"dropdown",breakpoint:768,sticky:!1},n);return this.each(function(){if(s.find("li ul").parent().addClass("has-sub"),"select"!=t.format)s.prepend('"),e(this).find("#menu-button").on("click",function(){e(this).toggleClass("menu-opened");var n=e(this).next("ul");n.hasClass("open")?n.hide().removeClass("open"):(n.show().addClass("open"),"dropdown"===t.format&&n.find("ul").show())}),multiTg=function(){s.find(".has-sub").prepend(''),s.find(".submenu-button").on("click",function(){e(this).toggleClass("submenu-opened"),e(this).siblings("ul").hasClass("open")?e(this).siblings("ul").removeClass("open").hide():e(this).siblings("ul").addClass("open").show()})},"multitoggle"===t.format?multiTg():s.addClass("dropdown");else if("select"===t.format){s.append('"; + echo ""._SITECACHED . " " . _UPDATECACHE . ""; + echo ""; + echo ""; +} +echo ''; +# END updated 09/12/2019 Ernest Allen Buffington +echo ''; + +echo ''; + +echo '
    '; +echo ''; +echo '
    '; +echo '
    '; +echo '
    '; + +echo '
    '; +echo '
    '; +echo '
    '; + +echo ''; + +echo ''; + +if(is_admin()): +update_modules(); +endif; + +if(isset($appID)): +echo "\n\n"; +echo ''."\n"; +echo "\n\n"; +endif; +?> + diff --git a/themes/XtremeV3b/HDRnavi.php b/themes/XtremeV3b/HDRnavi.php new file mode 100644 index 00000000..1f85b894 --- /dev/null +++ b/themes/XtremeV3b/HDRnavi.php @@ -0,0 +1,146 @@ +'; +echo ''; +echo ''; +?> diff --git a/themes/XtremeV3b/HDRxtremev3.php b/themes/XtremeV3b/HDRxtremev3.php new file mode 100644 index 00000000..2b6a1bc1 --- /dev/null +++ b/themes/XtremeV3b/HDRxtremev3.php @@ -0,0 +1,92 @@ +\n"; + +# Check if a Registered User is Logged-In +$username = is_user() ? $userinfo['username'] : _ANONYMOUS; + +# Setup the Welcome Information for the User +if ($username === _ANONYMOUS): + $theuser = '
    You are not Logged-In as a User!

    '; + $theuser .= '
    Please Login or Register  
    '; +else: + $theuser = sprintf(_YOUHAVE_X_MSGS,'('.has_new_or_unread_private_messages().')'); + $theuser .= '
    '._EDIT_PROFILE.' | '; + $theuser .= ''._LOGOUT.''; +endif; + +/*-----------------*/ +/* RD Scripts v1.0 */ +/*-----------------*/ +addJSToBody(xtremev3b_js_dir.'menu.min.js'); + +$network_ads = network_ads(0); +$ads = ads(0); +//$logo = center_logo(); + +global $theme_name; +print '
    '."\n"; +print '
    '."\n"; + +print '
    '."\n"; +print '
    '."\n"; + +print '
    '."\n"; + +print '
    '.$ads.'
    '."\n"; + +print '
    '.$network_ads.'
    '."\n"; + +print '
    '."\n"; + +print '
    '."\n"; + +print '
    '."\n"; +print '
    '."\n"; +print '
    '."\n"; +print '
    '."\n"; +print '
    '."\n"; + +print '
    '."\n"; +print '
    '."\n"; +print '
    '."\n"; +include(xtremev3b_theme_dir.'HDRnavi.php'); +print '
    '."\n"; +print '
    '."\n"; +print '
    '."\n"; + +print '
    '."\n"; +print '
    '.$username.'
    '."\n"; +print '
    '."\n"; +print '
    Best Viewed w/Minimum Screen Resolution of 1368px or Higher!
    '."\n"; +print '
    '."\n"; +print '
    '."\n"; +print '
    '.$theuser.'
    '."\n"; +print '
    '."\n"; +print '
    '."\n"; + +print '
    '."\n"; + +print '
    '."\n"; +print '
    '."\n"; + +if(blocks_visible('left')): + print '
    '."\n"; + blocks('left'); + print '
    ' + .'
    ' + .'
    '."\n"; +else: + print '
    ' + .'
    '."\n"; +endif; +print "\n\n\n\n"; +?> diff --git a/themes/XtremeV3b/backgrounds/modal_theme_copyright_pop_bg.png b/themes/XtremeV3b/backgrounds/modal_theme_copyright_pop_bg.png new file mode 100644 index 00000000..9b9cdb12 Binary files /dev/null and b/themes/XtremeV3b/backgrounds/modal_theme_copyright_pop_bg.png differ diff --git a/themes/XtremeV3b/center/2056x2056.png b/themes/XtremeV3b/center/2056x2056.png new file mode 100644 index 00000000..ce31ac85 Binary files /dev/null and b/themes/XtremeV3b/center/2056x2056.png differ diff --git a/themes/XtremeV3b/center/2056x2056.pspimage b/themes/XtremeV3b/center/2056x2056.pspimage new file mode 100644 index 00000000..89a0b4e3 Binary files /dev/null and b/themes/XtremeV3b/center/2056x2056.pspimage differ diff --git a/themes/XtremeV3b/center/blc.gif b/themes/XtremeV3b/center/blc.gif new file mode 100644 index 00000000..81e86b38 Binary files /dev/null and b/themes/XtremeV3b/center/blc.gif differ diff --git a/themes/XtremeV3b/center/bottom_left_corner.png b/themes/XtremeV3b/center/bottom_left_corner.png new file mode 100644 index 00000000..d65d9034 Binary files /dev/null and b/themes/XtremeV3b/center/bottom_left_corner.png differ diff --git a/themes/XtremeV3b/center/bottom_middle.png b/themes/XtremeV3b/center/bottom_middle.png new file mode 100644 index 00000000..cd4d5ab4 Binary files /dev/null and b/themes/XtremeV3b/center/bottom_middle.png differ diff --git a/themes/XtremeV3b/center/bottom_right_corner.png b/themes/XtremeV3b/center/bottom_right_corner.png new file mode 100644 index 00000000..1d8acaea Binary files /dev/null and b/themes/XtremeV3b/center/bottom_right_corner.png differ diff --git a/themes/XtremeV3b/center/brc.gif b/themes/XtremeV3b/center/brc.gif new file mode 100644 index 00000000..71ab9fd7 Binary files /dev/null and b/themes/XtremeV3b/center/brc.gif differ diff --git a/themes/XtremeV3b/center/glasstop.png b/themes/XtremeV3b/center/glasstop.png new file mode 100644 index 00000000..d67176e7 Binary files /dev/null and b/themes/XtremeV3b/center/glasstop.png differ diff --git a/themes/XtremeV3b/center/invisible_pixel.gif b/themes/XtremeV3b/center/invisible_pixel.gif new file mode 100644 index 00000000..1220c0c3 Binary files /dev/null and b/themes/XtremeV3b/center/invisible_pixel.gif differ diff --git a/themes/XtremeV3b/center/left_side.gif b/themes/XtremeV3b/center/left_side.gif new file mode 100644 index 00000000..04dcf99e Binary files /dev/null and b/themes/XtremeV3b/center/left_side.gif differ diff --git a/themes/XtremeV3b/center/left_side.png b/themes/XtremeV3b/center/left_side.png new file mode 100644 index 00000000..5a27137e Binary files /dev/null and b/themes/XtremeV3b/center/left_side.png differ diff --git a/themes/XtremeV3b/center/right_side.gif b/themes/XtremeV3b/center/right_side.gif new file mode 100644 index 00000000..99c3e731 Binary files /dev/null and b/themes/XtremeV3b/center/right_side.gif differ diff --git a/themes/XtremeV3b/center/right_side.png b/themes/XtremeV3b/center/right_side.png new file mode 100644 index 00000000..43baa86c Binary files /dev/null and b/themes/XtremeV3b/center/right_side.png differ diff --git a/themes/XtremeV3b/center/sidebox_bottom.png b/themes/XtremeV3b/center/sidebox_bottom.png new file mode 100644 index 00000000..745b8965 Binary files /dev/null and b/themes/XtremeV3b/center/sidebox_bottom.png differ diff --git a/themes/XtremeV3b/center/spacer.png b/themes/XtremeV3b/center/spacer.png new file mode 100644 index 00000000..86bce579 Binary files /dev/null and b/themes/XtremeV3b/center/spacer.png differ diff --git a/themes/XtremeV3b/center/tbm.gif b/themes/XtremeV3b/center/tbm.gif new file mode 100644 index 00000000..612a7690 Binary files /dev/null and b/themes/XtremeV3b/center/tbm.gif differ diff --git a/themes/XtremeV3b/center/tlc.gif b/themes/XtremeV3b/center/tlc.gif new file mode 100644 index 00000000..2f3ff4e1 Binary files /dev/null and b/themes/XtremeV3b/center/tlc.gif differ diff --git a/themes/XtremeV3b/center/tm.gif b/themes/XtremeV3b/center/tm.gif new file mode 100644 index 00000000..8cadfe2f Binary files /dev/null and b/themes/XtremeV3b/center/tm.gif differ diff --git a/themes/XtremeV3b/center/top_left_corner.png b/themes/XtremeV3b/center/top_left_corner.png new file mode 100644 index 00000000..5bf41736 Binary files /dev/null and b/themes/XtremeV3b/center/top_left_corner.png differ diff --git a/themes/XtremeV3b/center/top_middle.png b/themes/XtremeV3b/center/top_middle.png new file mode 100644 index 00000000..c808adc9 Binary files /dev/null and b/themes/XtremeV3b/center/top_middle.png differ diff --git a/themes/XtremeV3b/center/top_right_corner.png b/themes/XtremeV3b/center/top_right_corner.png new file mode 100644 index 00000000..c4adaa8c Binary files /dev/null and b/themes/XtremeV3b/center/top_right_corner.png differ diff --git a/themes/XtremeV3b/center/trc.gif b/themes/XtremeV3b/center/trc.gif new file mode 100644 index 00000000..9723c789 Binary files /dev/null and b/themes/XtremeV3b/center/trc.gif differ diff --git a/themes/XtremeV3b/classes/class.swfheader.php b/themes/XtremeV3b/classes/class.swfheader.php new file mode 100644 index 00000000..a7ee663d --- /dev/null +++ b/themes/XtremeV3b/classes/class.swfheader.php @@ -0,0 +1,276 @@ +debug = $debug ; + $this->init() ; + } + + //--------------------------------------------------------------------------- + // init() : initialize the data fields to "empty" values + //--------------------------------------------------------------------------- + function init() { + $this->valid = false ; + $this->fname = ""; + $this->magic = ""; + $this->compressed = false; + $this->version = 0; + $this->width = 0; + $this->height = 0; + $this->size = 0; + $this->frames = 0; + $this->fps[] = Array() ; + + if ($this->debug) echo "DEBUG: Data values initialized
    " ; + } + + //--------------------------------------------------------------------------- + // loadswf($filename) : loads $filename and stores data from it's header + //--------------------------------------------------------------------------- + function loadswf($filename) { + $this->fname = $filename ; + $fp = @fopen($filename,"rb") ; + if ($fp) { + if ($this->debug) echo "DEBUG: Opened " . $this->fname . "
    " ; + // Read MAGIC FIELD + $this->magic = fread($fp,3) ; + if ($this->magic!="FWS" && $this->magic!="CWS") { + if ($this->debug) echo "DEBUG: " . $this->fname . " is not a valid/supported SWF file
    " ; + $this->valid = 0 ; + } else { + // Compression + if (substr($this->magic,0,1)=="C") $this->compressed = true ; + else $this->compressed = false ; + if ($this->debug) echo "DEBUG: Read MAGIC signature: " . $this->magic . "
    " ; + // Version + $this->version = ord(fread($fp,1)) ; + if ($this->debug) echo "DEBUG: Read VERSION: " . $this->version . "
    " ; + // Size + $lg = 0 ; + // 4 LSB-MSB + for ($i=0;$i<4;$i++) { + $t = ord(fread($fp,1)) ; + if ($this->debug) echo "DEBUG: Partial SIZE read: " . ($t<<(8*$i)) . "
    " ; + $lg += ($t<<(8*$i)) ; + } + $this->size = $lg ; + if ($this->debug) echo "DEBUG: Total SIZE: " . $this->size . "
    " ; + // RECT... we will "simulate" a stream from now on... read remaining file + $buffer = fread($fp,$this->size) ; + if ($this->compressed) { + // First decompress GZ stream + $buffer = gzuncompress($buffer,$this->size) ; + } + $b = ord(substr($buffer,0,1)) ; + $buffer = substr($buffer,1) ; + $cbyte = $b ; + $bits = $b>>3 ; + if ($this->debug) echo "DEBUG: RECT field size: " . $bits . " bits
    " ; + $cval = "" ; + // Current byte + $cbyte &= 7 ; + $cbyte<<= 5 ; + // Current bit (first byte starts off already shifted) + $cbit = 2 ; + // Must get all 4 values in the RECT + for ($vals=0;$vals<4;$vals++) { + $bitcount = 0 ; + while ($bitcount<$bits) { + if ($cbyte&128) { + $cval .= "1" ; + } else { + $cval.="0" ; + } + $cbyte<<=1 ; + $cbyte &= 255 ; + $cbit-- ; + $bitcount++ ; + // We will be needing a new byte if we run out of bits + if ($cbit<0) { + $cbyte = ord(substr($buffer,0,1)) ; + $buffer = substr($buffer,1) ; + $cbit = 7 ; + } + } + // O.k. full value stored... calculate + $c = 1 ; + $val = 0 ; + // Reverse string to allow for SUM(2^n*$atom) + if ($this->debug) echo "DEBUG: RECT binary value: " . $cval ; + $tval = strrev($cval) ; + for ($n=0;$ndebug) echo " (" . $val . ")
    " ; + switch ($vals) { + case 0: + // tmp value + $this->width = $val ; + break ; + case 1: + $this->width = $val - $this->width ; + break ; + case 2: + // tmp value + $this->height = $val ; + break ; + case 3: + $this->height = $val - $this->height ; + break ; + } + $cval = "" ; + } + // Frame rate + $this->fps = Array() ; + for ($i=0;$i<2;$i++) { + $t = ord(substr($buffer,0,1)) ; + $buffer = substr($buffer,1) ; + $this->fps[] = $t ; + } + if ($this->debug) echo "DEBUG: Frame rate: " . $this->fps[1] . "." . $this->fps[0] . "
    " ; + // Frames + $this->frames = 0 ; + for ($i=0;$i<2;$i++) { + $t = ord(substr($buffer,0,1)) ; + $buffer = substr($buffer,1) ; + $this->frames += ($t<<(8*$i)) ; + } + if ($this->debug) echo "DEBUG: Frames: " . $this->frames . "
    " ; + fclose($fp) ; + if ($this->debug) echo "DEBUG: Finished processing " . $this->fname . "
    " ; + $this->valid = 1 ; + } + } else { + $this->valid = 0 ; + if ($this->debug) echo "DEBUG: Failed to open " . $this->fname . "
    " ; + } + return $this->valid ; + } + + //--------------------------------------------------------------------------- + // show() : report to screen all the header info + //--------------------------------------------------------------------------- + function show() { + if ($this->valid) { + // FNAME + echo "FILE: " . $this->fname . "
    " ; + // Magic + echo "MAGIC: " . $this->magic ; + if ($this->compressed) echo " (COMPRESSED)" ; + echo "
    " ; + // Version + echo "VERSION: " . $this->version . "
    " ; + // Size + echo "SIZE: " . $this->size . " bytes
    " ; + // FRAMESIZE + echo "WIDHT: " . $this->width . "
    "; + echo "HEIGHT: " . $this->height . "
    " ; + // FPS + echo "FPS: " . $this->fps[1] . "." . $this->fps[0] . " Frames/s
    " ; + // FRAMES + echo "FRAMES: " . $this->frames . " FRAME
    " ; + } else { + if (file_exists($this->fname)) + echo $this->fname . "is not a valid SWF file
    " ; + else + if ($this->fname=="") + echo "SWFHEADER->SHOW : No file loaded
    " ; + else + echo "SWFHEDAR->SHOW : " . $this->fname . "was not found
    " ; + } + } + + + + //--------------------------------------------------------------------------- + // display($trans) : just echo / tags for the parsed file, if + // trans is set, WMODE is set to transparent + //--------------------------------------------------------------------------- + function display($trans = true, $qlty = "best", $bgcolor = "#cecece", $name = "") + { + $endl = chr(13) ; + if ($this->valid) + { + if ($name=="") $name = substr($this->fname,0,strrpos($this->fname,".")) ; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + + echo ""; + echo ""; + echo "\"Get"; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + } + else + { + if ($this->debug) { + if ($this->fname=="") { + echo "SWFHEADER->DISPLAY : No loaded file in the object
    " ; + } else { + if (file_exists($this->fname)) { + echo "SWFHEADER->DISPLAY : " . $this->fname . " is not a valid SWF file
    " ; + } else { + echo "SWFHEADER->DISPLAY : " . $this->fname . " was not found
    " ; + } + } + } + } + } +} +?> + diff --git a/themes/XtremeV3b/copyrights.php b/themes/XtremeV3b/copyrights.php new file mode 100644 index 00000000..9e829a98 --- /dev/null +++ b/themes/XtremeV3b/copyrights.php @@ -0,0 +1,99 @@ + + + + +Copyright Information + + + + + + + + +
    Copyright © Information
    + + + + +
    +
      +
    • THEME NAMEXtremeV3b
    • +
    • THEME VERSIONv3.0b
    • +
    • THEME DESCRIPTIONA Very Nice Clean GREY Styled Design
    • +
    • THEME COPYRIGHTCopyright © 2019 RealmDesignz.com All Rights Reserved
    • +
    • LICENSEPublic
    • +
    • AUTHOR\'S NAMEThe Mortal
    • +
    • CONTRIBUTER(S)Ernest Buffington aka TheGhost
    • +
    • AUTHOR\'S WEB SITERealmDesignz.com
    • +
    +
    + + + + +
    + +
    '; + +echo '
    + + + +
    + +
    '; +?> diff --git a/themes/XtremeV3b/css/CKeditor.php b/themes/XtremeV3b/css/CKeditor.php new file mode 100644 index 00000000..eb263dd1 --- /dev/null +++ b/themes/XtremeV3b/css/CKeditor.php @@ -0,0 +1,75 @@ + +/* PRESETS +Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ + +/* "Source" button label */ +.cke_button__source_label, +.cke_button__sourcedialog_label +{ + display: inline; +} + +/* "Font Size" combo width */ +.cke_combo__fontsize .cke_combo_text +{ + width: 30px; +} + +/* "Font Size" panel size */ +.cke_combopanel__fontsize +{ + width: 120px; +} + +/* Editable regions */ +textarea.cke_source +{ + font-family: 'Courier New', Monospace; + font-size: small; + background-color: #000000; + white-space: pre-wrap; + border: none; + padding: 0; + margin: 0; + display: block; +} + +.cke_wysiwyg_frame, .cke_wysiwyg_div +{ + background-color: #fff; +} + */ +?> +/*---------------------------------------------------------------*/ +/* Banner Ads CSS */ +/* */ +/* Designed and Coded By: Ernest Buffington aka TheGhost */ +/* Coded On: 16th October, 2022 */ +/* Copyright © 2022 Brandon Maintenance Management */ +/* */ +/* PLEASE STEAL AND/OR USE THIS CSS CODE */ +/* NO NEED FOR WRITTEN PERMISSION */ +/* I did not trade a goat for this code! */ +/*---------------------------------------------------------------*/ + +/*---------------------------------------------------------------*/ +/* Banner Ads CSS */ +/*---------------------------------------------------------------*/ + +.banner_box { + z-index: 780; + color: rgb(104, 182, 4); + opacity: 9.0; +} + +.banner_left { +position: absolute; +margin: 92px 95px 15px 95px; +left: 0; +display:inline; +z-index: 9999; +} + +.banner_right { +position: absolute; +margin: 15px 95px 15px 10px; +right: 0; +display:inline; +z-index: 9999; +} + +/* + * 4. Page Header + *-------------------------------------------------- +*/ +fieldset { + display: block; + margin-left: 2px; + margin-right: 2px; + padding-top: 0.15em; + padding-bottom: 0.625em; + padding-left: 0.75em; + padding-right: 0.75em; + border: 2px groove (internal value); + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + border-radius: 8px; +} + +/* Modules Link START */ +a.modules,input.modules +{ + display:inline-block; + box-sizing: border-box; + text-decoration:none; + font-family:'Roboto',sans-serif; + font-weight:bold; + + /* Start Link Color - Regular Appearance */ + color: #ccc; + + text-align:center; + transition: all 0.2s; +} +a.modules:hover,input.modules:hover +{ + /* Main Font Color */ + color: #D29A2B; + /* Highlight Color On Hover */ +} + +@media all and (max-width:30em) +{ + a.modules, input.modules + { + display:block; + } +} +/* Modules Link END */ + +.visitors:hover +{ +/* filter: grayscale(0%); */ + filter: saturate(5px); + transform: rotate(360deg); + transition: transform .8s ease-in-out; + cursor: pointer; +} +.visitors +{ +/* filter: grayscale(100%); */ + transition: all .2s ease-in-out; + max-width: 100vmin; + max-height: 70vmin; + box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.2); + border-radius: 100%; +} + +body { + position: relative; + min-height: 100%; + min-height: 100vh; +} + + +.wrapLogo { + background-image: url('../images/hdr/Text-Logo.png'); + float: left; + height: 110px; + padding: 0; + text-indent: -9999px; + width: 400px; + margin: 20px 15px 0 0; +} + +#hdr-banner-ads { + width: 474px; + height: 60px; + float: left; + clear: left; + margin: 20px 15px 0 0; +} + +#hdr-banner-network-ads { + width: 474px; + height: 60px; + float: right; + clear: right; + margin: 20px 15px 0 0; +} + +img.rounded-corners { + border-radius: 20px; +} + +img.rounded-corners-last-vistors { + border-radius: 9px; +} + +img.rounded-corners-user-info { + border-radius: 20px; +} + +blink{ +animation: blinker 0.6s linear infinite; +color: #1c87c9; +} + +@keyframes blinker { +50% { opacity: 0; } +} + +.blink-one { +animation: blinker-one 1s linear infinite; +} + +@keyframes blinker-one { +0% { opacity: 0; } +} + +.blink-two { +animation: blinker-two 1.4s linear infinite; +} + +@keyframes blinker-two { +100% { opacity: 0; } +} + +/*---------------------------------------------------------------*/ +/* CSS DROP-DOWN MENU NAVIGATION v3 */ +/* */ +/* Designed and Coded By: TheMortal */ +/* Coded On: 14th January, 2019 */ +/* Copyright © 2019 TheMortal All Rights Reserved */ +/* */ +/* DO NOT STEAL AND/OR USE THIS NAVIGATIONS CSS CODE */ +/* WITHOUT WRITTEN PERMISSION FROM The Mortal */ +/* He traded a goat for it and it's his! */ +/*---------------------------------------------------------------*/ + +@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700); + +#cssmenu, +#cssmenu ul, +#cssmenu ul li, +#cssmenu ul li a, +#cssmenu #menu-button { + margin: 0; + padding: 0; + border: 0; + list-style: none; + line-height: 1; + display: block; + position: relative; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +#cssmenu:after, +#cssmenu > ul:after { + content: "."; + display: block; + clear: both; + visibility: hidden; + line-height: 0; + height: 0; +} + +#cssmenu #menu-button { + display: none; +} + +#cssmenu > ul { + box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05); +} + +#cssmenu.align-right > ul > li { + float: right; +} + +#cssmenu > ul > li { + float: left; + display: inline-block; +} + +#cssmenu.align-center > ul { + float: none; + text-align: center; + font-size: 0; +} + +#cssmenu.align-center > ul > li { + float: none; +} + +#cssmenu.align-center ul ul { + text-align: left; +} + +#cssmenu > ul > li > a { + padding: 8px 25px 21px 25px; /* Changes Top Padding Alignment *//* Top/Right/Bottom/Left */ + border-right: 0px solid rgba(80, 80, 80, 0.42); /* Changes Divider Lines */ + height: 29px; /* Changes Button & Dividers Height */ + text-decoration: none; + font-size: 13px; + font-weight: 500; + color: #F1F1F1; /* Changes Button Text Color */ + text-transform: uppercase; + letter-spacing: 1px; +} + +#cssmenu > ul > li:hover > a, +#cssmenu > ul > li > a:hover { + color: #D29A2B; + background: #0a4b86; + background: rgba(0, 0, 0, 0.4); /* Changes Hover Background Transparency */ + -webkit-transition: color 0.6s linear, background 0.6s linear; + -moz-transition: color 0.6s linear, background 0.6s linear; + -o-transition: color 0.6s linear, background 0.6s linear; + transition: color 0.6s linear, background 0.6s linear; +} + +#cssmenu > ul > li.has-sub > a { + padding-right: 45px; +} + +#cssmenu > ul > li.has-sub > a::after { + content: ""; + position: absolute; + width: 0; + height: 0; + border: 6px solid transparent; + border-top-color: green; /* Changes Arrow Color */ + right: 17px; /* Changes Arrow Spacing Right */ + top: 18px; /* Changes Arrow Height Alignment */ +} + +#cssmenu > ul > li.has-sub.active > a::after, +#cssmenu > ul > li.has-sub:hover > a { + border-top-color: #D29A2B; +} + +#cssmenu ul ul { + position: absolute; + left: -9999px; + top: 60px; + z-index: 9999; + padding-top: 6px; + font-size: 13px; + opacity: 0; + -webkit-transition: top 0.2s ease, opacity 0.2s ease-in; + -moz-transition: top 0.2s ease, opacity 0.2s ease-in; + -ms-transition: top 0.2s ease, opacity 0.2s ease-in; + -o-transition: top 0.2s ease, opacity 0.2s ease-in; + transition: top 0.2s ease, opacity 0.2s ease-in; + border-left: 1px solid rgba(80, 80, 80, 0.42); /* Changes Divider Lines */ + border-right: 1px solid rgba(80, 80, 80, 0.42); /* Changes Divider Lines */ +} + +#cssmenu.align-right ul ul { + text-align: right; +} + +#cssmenu > ul > li > ul::after { + content: ""; + position: absolute; + width: 0; + height: 0; + border: 5px solid transparent; + border-bottom-color: #D29A2B; /* Change Sub-Menu Arrow Up */ + top: -4px; + left: 20px; +} + +#cssmenu.align-right > ul > li > ul::after { + left: auto; + right: 20px; +} + +#cssmenu ul ul ul::after { + content: ""; + position: absolute; + width: 0; + height: 0; + border: 5px solid transparent; + border-right-color: #131313; + top: 11px; + left: -4px; +} + +#cssmenu.align-right ul ul ul::after { + border-right-color: transparent; + border-left-color: #131313; + left: auto; + right: -4px; +} + +#cssmenu > ul > li > ul { + top: 120px; +} + +#cssmenu > ul > li:hover > ul { + top: 29px; /* Changes Submenu Spacing 52px Default */ + left: 0; + opacity: 1; +} + +#cssmenu.align-right > ul > li:hover > ul { + left: auto; + right: 0; +} + +#cssmenu ul ul ul { + padding-top: 0; + padding-left: 6px; +} + +#cssmenu.align-right ul ul ul { + padding-right: 6px; +} + +#cssmenu ul ul > li:hover > ul { + left: 190px; + top: 0; + opacity: 1; +} + +#cssmenu.align-right ul ul > li:hover > ul { + left: auto; + right: 100%; + opacity: 1; +} + +#cssmenu ul ul li a { + text-decoration: none; + font-weight: 400; + padding: 11px 25px; + width: 190px; /* Changes Width of Sub Menu */ + color: #868686; + background: #181818; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1); +} + +#cssmenu ul ul li:hover > a, +#cssmenu ul ul li.active > a { + color: #ffc600; +} + +#cssmenu ul ul li:first-child > a { + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} + +#cssmenu ul ul li:last-child > a { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; +} + +#cssmenu > ul > li > ul::after { + position: absolute; + display: block; +} + +#cssmenu ul ul li.has-sub > a::after { + content: ""; + position: absolute; + width: 0; + height: 0; + border: 4px solid transparent; + border-left-color: #868686; + right: 17px; + top: 14px; +} + +#cssmenu.align-right ul ul li.has-sub > a::after { + border-left-color: transparent; + border-right-color: #868686; + right: auto; + left: 17px; +} + +#cssmenu ul ul li.has-sub.active > a::after, +#cssmenu ul ul li.has-sub:hover > a::after { + border-left-color: #f1f1f1; +} + +#cssmenu.align-right ul ul li.has-sub.active > a::after, +#cssmenu.align-right ul ul li.has-sub:hover > a::after { + border-right-color: #f1f1f1; + border-left-color: transparent; +} + +@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) { + + #cssmenu { + background: #0b5394; + } + + #cssmenu > ul { + display: none; + } + + #cssmenu > ul.open { + display: block; + border-top: 1px solid rgba(0, 0, 0, 0.1); + } + + #cssmenu.align-right > ul { + float: none; + } + + #cssmenu.align-center > ul { + text-align: left; + } + + #cssmenu > ul > li, + #cssmenu.align-right > ul > li { + float: none; + display: block; + } + + #cssmenu > ul > li > a { + padding: 18px 25px 18px 25px; + border-right: 0; + } + + #cssmenu > ul > li:hover > a, + #cssmenu > ul > li.active > a { + background: rgba(0, 0, 0, 0.1); + } + + #cssmenu #menu-button { + display: block; + text-decoration: none; + font-size: 13px; + font-weight: 700; + color: RED; + padding: 18px 25px 18px 25px; /* Top/Right/Bottom/Left */ + text-transform: uppercase; + letter-spacing: 1px; + cursor: pointer; + } + + #cssmenu ul ul, + #cssmenu ul li:hover > ul, + #cssmenu > ul > li > ul, + #cssmenu ul ul ul, + #cssmenu ul ul li:hover > ul, + #cssmenu.align-right ul ul, + #cssmenu.align-right ul li:hover > ul, + #cssmenu.align-right > ul > li > ul, + #cssmenu.align-right ul ul ul, + #cssmenu.align-right ul ul li:hover > ul { + left: 0; + right: auto; + top: auto; + opacity: 1; + width: 100%; + padding: 0; + position: relative; + text-align: left; + } + + #cssmenu ul ul li { + width: 100%; + } + + #cssmenu ul ul li a { + width: 100%; + box-shadow: none; + padding-left: 35px; + } + + #cssmenu ul ul ul li a { + padding-left: 45px; + } + + #cssmenu ul ul li:first-child > a, + #cssmenu ul ul li:last-child > a { + border-radius: 0; + } + + #cssmenu #menu-button::after { + display: block; + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; + content: ''; + position: absolute; + height: 3px; + width: 22px; + border-top: 2px solid #f1f1f1; + border-bottom: 2px solid #f1f1f1; + right: 25px; + top: 18px; + } + + #cssmenu #menu-button::before { + display: block; + content: ''; + position: absolute; + height: 3px; + width: 22px; + border-top: 2px solid #f1f1f1; + right: 25px; + top: 28px; + } + + #cssmenu > ul > li.has-sub > a::after, + #cssmenu ul ul li.has-sub > a::after { + display: none; + } +} + +/*---------------------------------------------------------------*/ +/* Floating Admin Style Sheet */ +/* */ +/* Designed and Coded By: Ernest Buffington aka TheGhost */ +/* Coded On: 16th October, 2022 */ +/* Copyright © 2022 Brandon Maintenance Management */ +/* */ +/* PLEASE STEAL AND/OR USE THIS CSS CODE */ +/* NO NEED FOR WRITTEN PERMISSION */ +/* I did not trade a goat for this code! */ +/*---------------------------------------------------------------*/ + +/*---------------------------------------------------------------*/ +/* Floating Admin Style Sheet */ +/*---------------------------------------------------------------*/ + +/** + * Very simple jQuery plugin to keep all important admin link in a nice floating menu. + * + * @package Floating admnistration links + * @author Author + * @copyright 2016 - 2019 by lonestar-modules.com + * @version 2.0 + */ + +.toggle-menu +{ +position: fixed; +padding: 15px 20px 15px 15px; +margin-top: 120px; +/*color: white;*/ +cursor: pointer; +background-color: rgba(17,17,17,0.9); +z-index: 1000; font-size: 2em; +} + +.toggle-menu > .fa-menu-icon +{ +transition: transform .3s; color: #d8d8d8; +} + +.toggle-menu:hover > .fa-menu-icon +{ +transition: transform .3s; +transform: rotate(-180deg) scale(1); +} + +.sidebar-menu +{ +position: fixed; +width: 250px; +z-index: 999999999; +top: 0; +left: 0; +bottom: 0; +background-color: ; +color: ; +height: 100vh; +max-height: 100%; +} + +.sidebar-menu ul +{ +list-style: none; +color: ; +} + +.fa-times-extend +{ +color: ; +right: 10px; +top: 8px; +cursor: pointer; +position: absolute; +transition: all 0.2s ease-in-out; +font-size: 20px; + +} + +.fa-times-extend:hover +{ +opacity: 1; +color: red; +} + +.navigation-section +{ +padding: 0; +margin: 35px 0; +display: block; +color: ; +} + +.navigation-item +{ +font-weight: 200; +box-sizing: border-box; +font-size: 14px; +transition: all 0.3s; +cursor: pointer; +color: ; +} + +.navigation-item-divider +{ +display: block; +margin: 10px 20px; +border-top: 1px solid #0a0a0a; +-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.04); +box-shadow: inset 0 1px 0 rgba(255,255,255,.04); +height: 8px; +color: ; +} + +.navigation-item a +{ +user-select: none; +position: relative; +display: block; +padding: 5px 20px; +font-family: inherit; +font-weight: 200; +font-size: 14px; +color: ; +} +.navigation-item a:before +{ +content: ''; +display: block; +position: absolute; +width: 0; +height: 100%; +left: 0; +top: 0; +-webkit-transition: width .3s; +transition: width .3s; +color: ; +} + +.navigation-item a:focus:before, +.navigation-item a:hover:before +{ +width: 4px; +color: ; +} + +.navigation-item a .fas +{ +color: ; +vertical-align: sub; +text-align: left; +font-size: 22px; +width: 1.2857142857142858em; +} + +.navigation-section > li:hover > a, +.navigation-section > li > a:hover +{ +background-color: rgba(0,0,0,.2); +transition: width 3s +color: ; +} + +.hide-menu +{ +margin-left: -252px; +color: ; +} + +.opacity-one +{ +opacity: 1; +transition: all 0.2s; +color: ; +} diff --git a/themes/XtremeV3b/css/modal.php b/themes/XtremeV3b/css/modal.php new file mode 100644 index 00000000..4af300f0 --- /dev/null +++ b/themes/XtremeV3b/css/modal.php @@ -0,0 +1,93 @@ + +/*---------------------------------------------------------------*/ +/* Modal Style Sheet */ +/* */ +/* Designed and Coded By: Ernest Buffington aka TheGhost */ +/* Coded On: 16th October, 2022 */ +/* Copyright © 2022 Brandon Maintenance Management */ +/* */ +/* PLEASE STEAL AND/OR USE THIS CSS CODE */ +/* NO NEED FOR WRITTEN PERMISSION */ +/* I did not trade a goat for this code! */ +/*---------------------------------------------------------------*/ + +/*---------------------------------------------------------------*/ +/* Modal Style Sheet */ +/*---------------------------------------------------------------*/ + +.modal-body { +# background-image: url(themes//backgrounds/1920x1080.png); +} + +.modal-backdrop { +} + +.modal .modal-popout-bg { + background-image: url(themes//backgrounds/modal_theme_copyright_pop_bg.png); +} + +.modal { + + /* Take the box out of the flow, so that it could look like a modal box */ + # position: absolute; + + /* Avoid the awkwardly stretchy box on bigger screens */ + # max-width: 550px; + + /* Aligning it to the absolute center of the page */ + #top: 50%; + #left: 50%; + # transform: translate(-50%, -50%); + + /* Some cosmetics */ + # border-radius: 4px; + # background-color: rgba(0, 0, 0, .1); + +} + +.modal-hidden { + display: none; +} + +/* Make the media inside the box adapt the width of the parent */ +.modal img, +.modal iframe, +.modal video +{ + max-width: 100%; +} + +/* Make the inner element relatively-positioned to contain the close button */ +.modal-inner { + position: relative; + padding: 10px; +} + +/* Close button */ +.modal-close { + font-size: 10px; + + /* Take it out of the flow, and align to the top-left corner */ + position: absolute; + top: -10px; + right: -10px; + + /* Size it up */ + width: 24px; + height: 24px; + + /* Text-alignment */ + text-align: center; + + /* Cosmetics */ + color: #eee; + border-width: 0; + border-radius: 100%; + background-color: black; +} + +/*---------------------------------------------------------------*/ +/* Scroll Bar CSS */ +/* */ +/* Designed and Coded By: Ernest Buffington aka TheGhost */ +/* Coded On: 16th October, 2022 */ +/* Copyright © 2022 Brandon Maintenance Management */ +/* */ +/* PLEASE STEAL AND/OR USE THIS CSS CODE */ +/* NO NEED FOR WRITTEN PERMISSION */ +/* I did not trade a goat for this code! */ +/*---------------------------------------------------------------*/ + +/*---------------------------------------------------------------*/ +/* Scroll Bar CSS */ +/*---------------------------------------------------------------*/ + +::-webkit-scrollbar { + width: 10px; +} + +/* Track */ +::-webkit-scrollbar-track { + background: ; +} + +/* Handle */ +::-webkit-scrollbar-thumb { + background: ; +} + +/* Handle on hover */ +::-webkit-scrollbar-thumb:hover { + background: ; +} + +

    {L_ADD_ATTACH_TITLE}

    + {L_ADD_ATTACH_EXPLAIN} +
    + {RULES} +
    {L_FILE_NAME}
    {L_FILE_COMMENT} + +
    + +
    + + + +
    {L_INDEX}
    + + + + + + + + +
    {SITENAME} - {REGISTRATION}
    + + + +

    {AGREEMENT}



    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/arcade_body.tpl b/themes/XtremeV3b/forums/arcade_body.tpl new file mode 100644 index 00000000..26491fd1 --- /dev/null +++ b/themes/XtremeV3b/forums/arcade_body.tpl @@ -0,0 +1,160 @@ + + +{HEADINGARCADE} + + + + + +
    + + {L_INDEX} + +  -> {NAV_DESC} -> {CATTITLE} +
    +{WHOISPLAYING} +
    + + + + + +
    {arcade_search.L_SEARCH_MATCHES}
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + +{gamerow.ADD_FAV} + + +
     {L_ARCADE} 
    {CATTITLE}
    {L_GAME}{L_HIGHSCORE}{L_YOURSCORE}{L_DESC}
    {FAV}
    {favrow.fav_row.GAMEPICF} + {favrow.fav_row.GAMELINKF}
    + {favrow.fav_row.GAMEPOPUPLINKF}
    + {favrow.fav_row.GAMESETF} +
    + {favrow.fav_row.NORECORDF} + + {favrow.fav_row.HIGHSCOREF} {favrow.fav_row.HIGHUSERF}
    {favrow.fav_row.DATEHIGHF} + +
    +
    + {favrow.fav_row.NOSCOREF} + + {favrow.fav_row.YOURHIGHSCOREF}{favrow.fav_row.IMGFIRSTF}
    {favrow.fav_row.YOURDATEHIGHF} + + + {favrow.fav_row.CLICKPLAY} + +
    +
    + + + + + +
    + {favrow.fav_row.GAMEDESCF} + {favrow.fav_row.URL_SCOREBOARDF}
    +
    + {favrow.fav_row.DELFAVORI} +
    {L_GAME}
    {gamerow.GAMEPIC} + {gamerow.GAMELINK}
    + {gamerow.GAMEPOPUPLINK}
    + {gamerow.GAMESET} +
    + + {gamerow.NORECORD} + + {gamerow.HIGHSCORE}  {gamerow.HIGHUSER}
    {gamerow.DATEHIGH} + +
    + +
    + + {gamerow.NOSCORE} + + {gamerow.YOURHIGHSCORE}{gamerow.IMGFIRST}
    {gamerow.YOURDATEHIGH} + + + {gamerow.CLICKPLAY} + + +
    +
    + + + + + +
    + {gamerow.GAMEDESC} + {gamerow.URL_SCOREBOARD}
    +
    + + + + + +
    {PAGE_NUMBER}{PAGINATION}
    + + + + +
    [ {URL_ARCADE}] - [ {URL_BESTSCORES}] - [ {MANAGE_COMMENTS}]
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/arcade_cat_body.tpl b/themes/XtremeV3b/forums/arcade_cat_body.tpl new file mode 100644 index 00000000..394c98e5 --- /dev/null +++ b/themes/XtremeV3b/forums/arcade_cat_body.tpl @@ -0,0 +1,155 @@ + + +{HEADINGARCADE} + + + + +
    + + {L_INDEX} + +  -> {L_ARCADE} +
    +{WHOISPLAYING} +
    + + + + +
    + + + + + + + + + + + + + + + + + + + + + + +
    {FAV}
    {favrow.fav_row.GAMEPICF} + {favrow.fav_row.GAMELINKF}
    + {favrow.fav_row.GAMEPOPUPLINKF}
    + {favrow.fav_row.GAMESETF} +
    + {favrow.fav_row.NORECORDF} + + {favrow.fav_row.HIGHSCOREF} {favrow.fav_row.HIGHUSERF}
    {favrow.fav_row.DATEHIGHF} + +
    +
    + {favrow.fav_row.NOSCOREF} + + {favrow.fav_row.YOURHIGHSCOREF}{favrow.fav_row.IMGFIRSTF}
    {favrow.fav_row.YOURDATEHIGHF} + + + {favrow.fav_row.CLICKPLAY} + +
    +
    + + + + + +
    + {favrow.fav_row.GAMEDESCF} + {favrow.fav_row.URL_SCOREBOARDF}
    +
    + {favrow.fav_row.DELFAVORI} +
    +
    + + + + + + + +
    + + + + + + + + + + + + + + + + + + + {cat_row.game_row.ADD_FAV} + + + + + +
    {cat_row.CATTITLE}
    {L_GAME}{L_HIGHSCORE}{L_YOURSCORE}{L_DESC}
    {cat_row.game_row.GAMEPIC} + {cat_row.game_row.GAMELINK}
    + {cat_row.game_row.GAMEPOPUPLINK}
    + {cat_row.game_row.GAMESET} +
    + + {cat_row.game_row.NORECORD} + + {cat_row.game_row.HIGHSCORE}  {cat_row.game_row.HIGHUSER}
    {cat_row.game_row.DATEHIGH} + +
    + +
    + + {cat_row.game_row.NOSCORE} + + {cat_row.game_row.YOURHIGHSCORE}{cat_row.game_row.IMGFIRST}
    {cat_row.game_row.YOURDATEHIGH} + + + {cat_row.game_row.CLICKPLAY} + + +
    +
    + + + + + +
    + {cat_row.game_row.GAMEDESC} + {cat_row.game_row.URL_SCOREBOARD}
    +
    {cat_row.L_ARCADE}
    +
    + + + + +
    [ {URL_ARCADE}] - [ {URL_BESTSCORES}] - [ {MANAGE_COMMENTS}]
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/auc_listing_body.tpl b/themes/XtremeV3b/forums/auc_listing_body.tpl new file mode 100644 index 00000000..8a77feb0 --- /dev/null +++ b/themes/XtremeV3b/forums/auc_listing_body.tpl @@ -0,0 +1,21 @@ + + + + +
    {L_INDEX}
    +
    + + + + + + + + + + + + + + +
    {T_C_2}
    {T_L} {T_R}
    {colors.USER}{colors.INFO_LINE}
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/bbcode.tpl b/themes/XtremeV3b/forums/bbcode.tpl new file mode 100644 index 00000000..a724ba70 --- /dev/null +++ b/themes/XtremeV3b/forums/bbcode.tpl @@ -0,0 +1,102 @@ + + +Protected Message: - Thank you for replying... +
    +{HTEXTE} +
    + + + + + +Protected Message: +
    +--- If you are a *registered user* : you need to post in this topic to see the message --- +
    + + + +
      +
    + +
      +
    + +
  • + +
    — {USERNAME}
    + +
    + +
    — {USERNAME} {L_WROTE}
    + +
    — {L_QUOTE}
    + +
    + +

    Code: [ Select all ]

    
    +
    +
    + +

    PHP:  [ Select all ]

    
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + +
    + +{DESCRIPTION} + +{EMAIL1} [at] {EMAIL2} [dot] {EMAIL3} + +
    + +
    {L_BBCODEBOX_HIDDEN}:  +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + + + + + + + + +

    {WATCH_YOUTUBE} + +

    {WATCH_YOUTUBE} \ No newline at end of file diff --git a/themes/XtremeV3b/forums/birthday_interface.tpl b/themes/XtremeV3b/forums/birthday_interface.tpl new file mode 100644 index 00000000..03fadb4c --- /dev/null +++ b/themes/XtremeV3b/forums/birthday_interface.tpl @@ -0,0 +1,3 @@ + {BIRTHMONTH_SELECT} + +{L_OPTIONAL} \ No newline at end of file diff --git a/themes/XtremeV3b/forums/comments_body.tpl b/themes/XtremeV3b/forums/comments_body.tpl new file mode 100644 index 00000000..34550e29 --- /dev/null +++ b/themes/XtremeV3b/forums/comments_body.tpl @@ -0,0 +1,78 @@ + + + + +
    {L_INDEX} + -> {NAV_DESC} + -> Arcade Comments +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_ADD_EDIT_COMMENTS}

    + + + + + + + + + + + + + + + + +
    {L_EMOTICONS}
    {smilies_row.smilies_col.SMILEY_DESC}
    {L_MORE_SMILIES}
    +
    {L_GAME_NAME}:{GAME_NAME}
    {L_ENTER_COMMENT}:
    {L_QUICK_STATS}
    {USER_AVATAR}
    + {USERNAME}
    + {L_QUICK_STATS_MESSAGE} +
    +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/comments_list_body.tpl b/themes/XtremeV3b/forums/comments_list_body.tpl new file mode 100644 index 00000000..d3aeae84 --- /dev/null +++ b/themes/XtremeV3b/forums/comments_list_body.tpl @@ -0,0 +1,37 @@ + + +
    {L_INDEX} + -> {NAV_DESC} + -> {L_ARCADE_COMMENTS} +
    + + + + + + + + + + + + + + + + + + + + +
    {L_ARCADE_COMMENTS_FULL}
    {L_GAME}{L_COMMENTS}{L_ARCADE_USER}{L_SCORE}
    {commentrow.GAME_NAME}{commentrow.COMMENTS_VALUE}{commentrow.USERNAME}{commentrow.HIGHSCORE}
    +
    + + + + +
    [ {MANAGE_COMMENTS}]
    + + + +
    {PAGE_NUMBER}{PAGINATION}
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/comments_new_body.tpl b/themes/XtremeV3b/forums/comments_new_body.tpl new file mode 100644 index 00000000..c118662a --- /dev/null +++ b/themes/XtremeV3b/forums/comments_new_body.tpl @@ -0,0 +1,74 @@ + + + +
    {L_INDEX} + -> {NAV_DESC} + -> {L_ARCADE_COMMENTS} +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_CONGRATS}
    {L_COMMENTS_CHAMPION}

    + + + + + + + + + + + + + + + + +
    {L_EMOTICONS}
    {smilies_row.smilies_col.SMILEY_DESC}
    {L_MORE_SMILIES}
    +
    {L_NO_COMMENT}
    {L_QUICK_STATS}
    {USER_AVATAR}
    + {USERNAME}
    + {L_QUICK_STATS_MESSAGE}
    +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/comments_select_body.tpl b/themes/XtremeV3b/forums/comments_select_body.tpl new file mode 100644 index 00000000..ba75fe81 --- /dev/null +++ b/themes/XtremeV3b/forums/comments_select_body.tpl @@ -0,0 +1,42 @@ + + +
    {L_INDEX} + -> {NAV_DESC} + -> Arcade Comments +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Select a Game
    You currently hold {comment_select.HIGHSCORE_COUNT} highscores.
    Select a game to enter or edit a comment:{comment_select.HIGHSCORE_SELECT}
    User Settings
    Enable Arcade PM
    +If enabled, you will receive a private message when you lose a highscore. +
    + +{comment_settings.L_YES} + +{comment_settings.L_NO} +
    +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/commentspopup_new_body.tpl b/themes/XtremeV3b/forums/commentspopup_new_body.tpl new file mode 100644 index 00000000..6fc12052 --- /dev/null +++ b/themes/XtremeV3b/forums/commentspopup_new_body.tpl @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_CONGRATS}
    {L_COMMENTS_CHAMPION}

    + + + + + + + + + + + + + + + + +
    {L_EMOTICONS}
    {smilies_row.smilies_col.SMILEY_DESC}
    {L_MORE_SMILIES}
    +
    {L_NO_COMMENT}
    +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/confirm_body.tpl b/themes/XtremeV3b/forums/confirm_body.tpl new file mode 100644 index 00000000..63bff8b5 --- /dev/null +++ b/themes/XtremeV3b/forums/confirm_body.tpl @@ -0,0 +1,28 @@ +
    + + + + + +
    + + + + + + +
    + + + + + + + + +
    {MESSAGE_TITLE}

    {MESSAGE_TEXT}

    {S_HIDDEN_FIELDS}  
    + +
    + +
    +
    diff --git a/themes/XtremeV3b/forums/email_topic_body.tpl b/themes/XtremeV3b/forums/email_topic_body.tpl new file mode 100644 index 00000000..64b092f1 --- /dev/null +++ b/themes/XtremeV3b/forums/email_topic_body.tpl @@ -0,0 +1,43 @@ +
    + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + +
    {L_TITLE}
    {L_SUBJECT}{TOPIC_TITLE}
    {L_FRIEND_NAME}
    {L_FRIEND_EMAIL}
    {L_MESSAGE}
    {L_MESSAGE_EXPLAIN}
    {S_HIDDEN_FIELDS}
    +
    + + + + + +
    {S_TIMEZONE}
    + + + + + +
    {JUMPBOX}
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/error_body.tpl b/themes/XtremeV3b/forums/error_body.tpl new file mode 100644 index 00000000..d912a0d7 --- /dev/null +++ b/themes/XtremeV3b/forums/error_body.tpl @@ -0,0 +1,27 @@ +
    + + + + + +
    + + + + + +
    + + + + + + + + + +
     
    {ERROR_MESSAGE}
     
    + +
    +
    +
    diff --git a/themes/XtremeV3b/forums/faq_body.tpl b/themes/XtremeV3b/forums/faq_body.tpl new file mode 100644 index 00000000..5fb5e47f --- /dev/null +++ b/themes/XtremeV3b/forums/faq_body.tpl @@ -0,0 +1,62 @@ +
    + + + + + +
    + + + + + +
    + + + + + + + + + + + +
    {L_FAQ_TITLE}
    + + {faq_block_link.BLOCK_TITLE}
    + + {faq_block_link.faq_row_link.FAQ_LINK}
    + +
    + +
     
    + +
    + + + + + + + + + + + + + + +
    {faq_block.BLOCK_TITLE}
    {faq_block.faq_row.FAQ_QUESTION}
    {faq_block.faq_row.FAQ_ANSWER}
    {L_BACK_TO_TOP}
    + +
    + + + + + + +
    {S_TIMEZONE}

    {JUMPBOX}
    + +
    +
    diff --git a/themes/XtremeV3b/forums/formIE.css b/themes/XtremeV3b/forums/formIE.css new file mode 100644 index 00000000..6d29a682 --- /dev/null +++ b/themes/XtremeV3b/forums/formIE.css @@ -0,0 +1,15 @@ +/* Fancy form styles for IE */ + +input, textarea, select { + border-width: 1px; +} + +/* Start replacement - Advanced time management MOD */ +/* input { text-indent : 2px; } +/* End replacement - Advanced time management MOD */ + +input.button { + border-width: 1px; +} + +.postbody { line-height: 18px } \ No newline at end of file diff --git a/themes/XtremeV3b/forums/forums.cfg b/themes/XtremeV3b/forums/forums.cfg new file mode 100644 index 00000000..7f198d9f --- /dev/null +++ b/themes/XtremeV3b/forums/forums.cfg @@ -0,0 +1,155 @@ + \ No newline at end of file diff --git a/themes/XtremeV3b/forums/games_body.tpl b/themes/XtremeV3b/forums/games_body.tpl new file mode 100644 index 00000000..b73108c0 --- /dev/null +++ b/themes/XtremeV3b/forums/games_body.tpl @@ -0,0 +1,133 @@ + + + + + + +
    + + {L_INDEX} -> {NAV_DESC} -> {CAT_TITLE} > + + {L_GAME} +
    + + + + + + + + +
    {L_GAME}
    + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_ACTUAL_WINNER}
    {FIRST_AVATAR}
    {BEST_USER_NAME}
    {GAMES_PLAYED}
    {BEST_TIME}
    {BEST_USER_DATE}
    {COMMENTS}
    +
    + + + + + +
    Hi-Score
    {HIGHSCORE}
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_ACTUAL_WINNER}
    {FIRST_AVATAR}
    {BEST_USER_NAME}
    +
    + + + + + + + + + + + + + +
    {L_TOP}
    {scorerow.POS} + + + + + +
    {scorerow.USERNAME}{scorerow.URL_STATS}
    +
    {scorerow.SCORE}
    +
    +
    +{WHOISPLAYING} + + + + +
    [{URL_ARCADE}] - [{URL_BESTSCORES}] - [{URL_SCOREBOARD}] - [ {MANAGE_COMMENTS}]
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/gamespopup_body.tpl b/themes/XtremeV3b/forums/gamespopup_body.tpl new file mode 100644 index 00000000..4d1648c2 --- /dev/null +++ b/themes/XtremeV3b/forums/gamespopup_body.tpl @@ -0,0 +1,27 @@ + + + +{L_GAME}{HIGHUSER}{HIGHSCORE} + + + + + + + + + + + + + + + + + + + + +
    + + \ No newline at end of file diff --git a/themes/XtremeV3b/forums/gamespopup_finish.tpl b/themes/XtremeV3b/forums/gamespopup_finish.tpl new file mode 100644 index 00000000..20b535fc --- /dev/null +++ b/themes/XtremeV3b/forums/gamespopup_finish.tpl @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + +
    {GAMENAME}
    RankUserScoreDate
    {scorerow.POS} + + + + + +
    {scorerow.USERNAME}{scorerow.URL_STATS}
    +
    {scorerow.SCORE}{scorerow.DATEHIGH}
    + + + + + +
    Play Again] - [ Close This Window]
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/glance_body.tpl b/themes/XtremeV3b/forums/glance_body.tpl new file mode 100644 index 00000000..b67bcee0 --- /dev/null +++ b/themes/XtremeV3b/forums/glance_body.tpl @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + +
    {NEWS_HEADING}{switch_glance_news.PREV_URL}  {switch_glance_news.NEXT_URL}  
    +
    {L_FORUM}{L_REPLIES}{L_LASTPOST}
    +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/groupcp_info_body.tpl b/themes/XtremeV3b/forums/groupcp_info_body.tpl new file mode 100644 index 00000000..3d28f48f --- /dev/null +++ b/themes/XtremeV3b/forums/groupcp_info_body.tpl @@ -0,0 +1,138 @@ +
    + +{GROUPS_LIST_INFO} + + + + + +
    {GROUPS_LINK}{GROUPS_LIST_INFO_LINK}
    + + + + + + + + + + + + + + + + + + + + + + + +
    {L_GROUP_INFORMATION}
    {L_GROUP_NAME}:{GROUP_NAME}
    {L_GROUP_DESC}:{GROUP_DESC}
    {L_GROUP_MEMBERSHIP}:{GROUP_DETAILS} + + + + + + +
    {L_GROUP_TYPE}: {L_GROUP_OPEN}  {L_GROUP_CLOSED}  {L_GROUP_HIDDEN} 
    +{S_HIDDEN_FIELDS} +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_PM}{L_USERNAME}{L_POSTS}{L_FROM}{L_EMAIL}{L_ONLINE_STATUS}{L_WEBSITE}{L_SELECT}
    {L_GROUP_MODERATOR}
    {MOD_PM_IMG} {MOD_CURRENT_AVATAR}{MOD_USERNAME}{MOD_POSTS}{MOD_FLAG}{MOD_FROM} + + {MOD_EMAIL_IMG}{MOD_ONLINE_STATUS}{MOD_WWW_IMG} 
    {L_GROUP_MEMBERS}
    {member_row.PM_IMG} {member_row.CURRENT_AVATAR} {member_row.USERNAME}{member_row.POSTS}{member_row.FLAG}{member_row.FROM}{member_row.EMAIL_IMG}{member_row.ONLINE_STATUS}{member_row.WWW_IMG} + + + +
    {L_NO_MEMBERS}
    {L_HIDDEN_MEMBERS}
    + +
    + + + + + + +
    + +
     

    + + {PAGE_NUMBER}
    {PAGINATION}
    + +{PENDING_USER_BOX} + +{S_HIDDEN_FIELDS}
    + + + + + +
    {JUMPBOX}
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/groupcp_pending_info.tpl b/themes/XtremeV3b/forums/groupcp_pending_info.tpl new file mode 100644 index 00000000..a329d177 --- /dev/null +++ b/themes/XtremeV3b/forums/groupcp_pending_info.tpl @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_PM}{L_USERNAME}{L_POSTS}{L_FROM}{L_EMAIL}{L_ONLINE_STATUS}{L_WEBSITE}{L_SELECT}
    {L_PENDING_MEMBERS}
    {pending_members_row.PM_IMG} + {pending_members_row.CURRENT_AVATAR} {pending_members_row.USERNAME}{pending_members_row.POSTS} + + + + +
    {pending_members_row.FROM}
    +
    {pending_members_row.EMAIL_IMG}{pending_members_row.ONLINE_STATUS}{pending_members_row.WWW_IMG}
    + +   + +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/groupcp_user_body.tpl b/themes/XtremeV3b/forums/groupcp_user_body.tpl new file mode 100644 index 00000000..53a511c0 --- /dev/null +++ b/themes/XtremeV3b/forums/groupcp_user_body.tpl @@ -0,0 +1,86 @@ + +{GROUPS_TITLE} + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_GROUP_MEMBERSHIP_DETAILS}
    {L_YOU_BELONG_GROUPS} +
    + + + + +
    {GROUP_MEMBER_SELECT} + + {S_HIDDEN_FIELDS} +
    +
    +
    {L_PENDING_GROUPS} +
    + + + + + +
    {GROUP_PENDING_SELECT} + + {S_HIDDEN_FIELDS} +
    +
    +
    {L_JOIN_A_GROUP}
    {L_SELECT_A_GROUP} +
    + + + + + +
    {GROUP_LIST_SELECT} + + {S_HIDDEN_FIELDS} +
    +
    +
    + + + + + +
    {S_TIMEZONE}
    + +
    + + + + + +
    {JUMPBOX}
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/hall_of_fame.tpl b/themes/XtremeV3b/forums/hall_of_fame.tpl new file mode 100644 index 00000000..4490a120 --- /dev/null +++ b/themes/XtremeV3b/forums/hall_of_fame.tpl @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + +
    {L_LONGEST_SCORE}
    {L_RANK}{L_GAME}{L_ARCADE_USER}{L_SCORE}{L_HELD_TIME}{L_DATE}
    {record_row.COUNT}{record_row.GAME_NAME}{record_row.USERNAME}{record_row.HIGHSCORE}{record_row.HELD_TIME}{record_row.HIGHSCORE_DATE}
    +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/headingarcade_body.tpl b/themes/XtremeV3b/forums/headingarcade_body.tpl new file mode 100644 index 00000000..71d3e063 --- /dev/null +++ b/themes/XtremeV3b/forums/headingarcade_body.tpl @@ -0,0 +1,132 @@ + + + + + + + +
    + + + + + + + + + + + + + + + + + + + + + +

    {ARCADE_ANNOUNCEMENT}

    {L_TOP}

    {L_RECENT}

    {L_USER_INFO}

    + + + + + + + + + + + + + + +

    #

    {L_ARCADE_USER}

    {L_WINS}

    {player_row.CLASSEMENT}

    {player_row.USERNAME}

    {player_row.VICTOIRES}

    + +
    + + + + +
    + + + + + + + +

    {L_LAST_FIVE}

    + + + + + + + + +
    + + + + + + + + + +

     {arcaderow2.bestscore2.L_HEADING_CHAMP}

    {arcaderow2.bestscore2.LAST_SCOREDATE}

    +
    +
    +
    +

    + {USERNAME}
    {POSTER_RANK}
    {RANK_IMG}
    {AVATAR_IMG}
    + {ARCADE_VICTOIRES}
    + {L_ARCADE_TOTAL_PLAYS}
    + {ARCADE_TOTAL_PLAYS}
    + {L_ARCADE_TOTAL_TIME}
    + {ARCADE_TOTAL_TIME}

    +
    + + + + + + + + + + + + +

    {L_LAST_RECORDED}

    + + + + + + + + +

    {arcaderow3.score3.L_LAST_SCORE}

    +
    + +
    +
    + + + + + + +
    {L_SEARCH_ARCADE}:   
    +[ {L_NO_PLAY} ]  [ {L_GAMES_NEWEST} ]
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/images/board/folder.png b/themes/XtremeV3b/forums/images/board/folder.png new file mode 100644 index 00000000..6b0074ca Binary files /dev/null and b/themes/XtremeV3b/forums/images/board/folder.png differ diff --git a/themes/XtremeV3b/forums/images/board/folder_announce.png b/themes/XtremeV3b/forums/images/board/folder_announce.png new file mode 100644 index 00000000..b23e45dc Binary files /dev/null and b/themes/XtremeV3b/forums/images/board/folder_announce.png differ diff --git a/themes/XtremeV3b/forums/images/board/folder_announce_new.png b/themes/XtremeV3b/forums/images/board/folder_announce_new.png new file mode 100644 index 00000000..1c3a62ae Binary files /dev/null and b/themes/XtremeV3b/forums/images/board/folder_announce_new.png differ diff --git a/themes/XtremeV3b/forums/images/board/folder_big.png b/themes/XtremeV3b/forums/images/board/folder_big.png new file mode 100644 index 00000000..e8a00260 Binary files /dev/null and b/themes/XtremeV3b/forums/images/board/folder_big.png differ diff --git a/themes/XtremeV3b/forums/images/board/folder_big_megaphone.png b/themes/XtremeV3b/forums/images/board/folder_big_megaphone.png new file mode 100644 index 00000000..3337a3e0 Binary files /dev/null and b/themes/XtremeV3b/forums/images/board/folder_big_megaphone.png differ diff --git a/themes/XtremeV3b/forums/images/board/folder_global_announce.png b/themes/XtremeV3b/forums/images/board/folder_global_announce.png new file mode 100644 index 00000000..76e99ef4 Binary files /dev/null and b/themes/XtremeV3b/forums/images/board/folder_global_announce.png differ diff --git a/themes/XtremeV3b/forums/images/board/folder_global_announce_new.png b/themes/XtremeV3b/forums/images/board/folder_global_announce_new.png new file mode 100644 index 00000000..eb9e1aea Binary files /dev/null and b/themes/XtremeV3b/forums/images/board/folder_global_announce_new.png differ diff --git a/themes/XtremeV3b/forums/images/board/folder_hot.png b/themes/XtremeV3b/forums/images/board/folder_hot.png new file mode 100644 index 00000000..cb62f89b Binary files /dev/null and b/themes/XtremeV3b/forums/images/board/folder_hot.png differ diff --git a/themes/XtremeV3b/forums/images/board/folder_lock.png b/themes/XtremeV3b/forums/images/board/folder_lock.png new file mode 100644 index 00000000..b1ba2d2a Binary files /dev/null and b/themes/XtremeV3b/forums/images/board/folder_lock.png differ diff --git a/themes/XtremeV3b/forums/images/board/folder_lock_new.png b/themes/XtremeV3b/forums/images/board/folder_lock_new.png new file mode 100644 index 00000000..f8c9d31a Binary files /dev/null and b/themes/XtremeV3b/forums/images/board/folder_lock_new.png differ diff --git a/themes/XtremeV3b/forums/images/board/folder_locked_big.png b/themes/XtremeV3b/forums/images/board/folder_locked_big.png new file mode 100644 index 00000000..229aafff Binary files /dev/null and b/themes/XtremeV3b/forums/images/board/folder_locked_big.png differ diff --git a/themes/XtremeV3b/forums/images/board/folder_new.png b/themes/XtremeV3b/forums/images/board/folder_new.png new file mode 100644 index 00000000..88ee7b3c Binary files /dev/null and b/themes/XtremeV3b/forums/images/board/folder_new.png differ diff --git a/themes/XtremeV3b/forums/images/board/folder_new_big.png b/themes/XtremeV3b/forums/images/board/folder_new_big.png new file mode 100644 index 00000000..31e36480 Binary files /dev/null and b/themes/XtremeV3b/forums/images/board/folder_new_big.png differ diff --git a/themes/XtremeV3b/forums/images/board/folder_new_hot.png b/themes/XtremeV3b/forums/images/board/folder_new_hot.png new file mode 100644 index 00000000..60a3fbdd Binary files /dev/null and b/themes/XtremeV3b/forums/images/board/folder_new_hot.png differ diff --git a/themes/XtremeV3b/forums/images/board/folder_sticky.png b/themes/XtremeV3b/forums/images/board/folder_sticky.png new file mode 100644 index 00000000..b77ab394 Binary files /dev/null and b/themes/XtremeV3b/forums/images/board/folder_sticky.png differ diff --git a/themes/XtremeV3b/forums/images/board/folder_sticky_new.png b/themes/XtremeV3b/forums/images/board/folder_sticky_new.png new file mode 100644 index 00000000..28300eac Binary files /dev/null and b/themes/XtremeV3b/forums/images/board/folder_sticky_new.png differ diff --git a/themes/XtremeV3b/forums/images/board/folders_big.png b/themes/XtremeV3b/forums/images/board/folders_big.png new file mode 100644 index 00000000..87e2ea1a Binary files /dev/null and b/themes/XtremeV3b/forums/images/board/folders_big.png differ diff --git a/themes/XtremeV3b/forums/images/board/icon_miniforum.png b/themes/XtremeV3b/forums/images/board/icon_miniforum.png new file mode 100644 index 00000000..4ddba145 Binary files /dev/null and b/themes/XtremeV3b/forums/images/board/icon_miniforum.png differ diff --git a/themes/XtremeV3b/forums/images/board/icon_miniforum_new.png b/themes/XtremeV3b/forums/images/board/icon_miniforum_new.png new file mode 100644 index 00000000..e0aa9f71 Binary files /dev/null and b/themes/XtremeV3b/forums/images/board/icon_miniforum_new.png differ diff --git a/themes/XtremeV3b/forums/images/board/index.html b/themes/XtremeV3b/forums/images/board/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/XtremeV3b/forums/images/board/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/XtremeV3b/forums/images/forum_icons/86it80x80.png b/themes/XtremeV3b/forums/images/forum_icons/86it80x80.png new file mode 100644 index 00000000..6e04e371 Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/86it80x80.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/bbcode80x80.png b/themes/XtremeV3b/forums/images/forum_icons/bbcode80x80.png new file mode 100644 index 00000000..6bd30fe5 Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/bbcode80x80.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/blocks80x80.png b/themes/XtremeV3b/forums/images/forum_icons/blocks80x80.png new file mode 100644 index 00000000..59cf3bb3 Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/blocks80x80.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/bullhorn80x80.png b/themes/XtremeV3b/forums/images/forum_icons/bullhorn80x80.png new file mode 100644 index 00000000..b5bdceb3 Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/bullhorn80x80.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/c280x80.png b/themes/XtremeV3b/forums/images/forum_icons/c280x80.png new file mode 100644 index 00000000..0b71431b Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/c280x80.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/c80x80.png b/themes/XtremeV3b/forums/images/forum_icons/c80x80.png new file mode 100644 index 00000000..52a4bcb7 Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/c80x80.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/cplusplus80x80.png b/themes/XtremeV3b/forums/images/forum_icons/cplusplus80x80.png new file mode 100644 index 00000000..c0ef7a62 Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/cplusplus80x80.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/csharp80x80.png b/themes/XtremeV3b/forums/images/forum_icons/csharp80x80.png new file mode 100644 index 00000000..341ba057 Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/csharp80x80.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/css380x80.png b/themes/XtremeV3b/forums/images/forum_icons/css380x80.png new file mode 100644 index 00000000..fa75ba85 Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/css380x80.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/folder_big_20help.png b/themes/XtremeV3b/forums/images/forum_icons/folder_big_20help.png new file mode 100644 index 00000000..ded53e91 Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/folder_big_20help.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/folder_big_30help.png b/themes/XtremeV3b/forums/images/forum_icons/folder_big_30help.png new file mode 100644 index 00000000..623ffd1c Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/folder_big_30help.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/folder_big_86it.png b/themes/XtremeV3b/forums/images/forum_icons/folder_big_86it.png new file mode 100644 index 00000000..fedec298 Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/folder_big_86it.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/folder_big_86ita.png b/themes/XtremeV3b/forums/images/forum_icons/folder_big_86ita.png new file mode 100644 index 00000000..4f2e171a Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/folder_big_86ita.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/folder_big_bbcode.png b/themes/XtremeV3b/forums/images/forum_icons/folder_big_bbcode.png new file mode 100644 index 00000000..12d4193d Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/folder_big_bbcode.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/folder_big_blocks.png b/themes/XtremeV3b/forums/images/forum_icons/folder_big_blocks.png new file mode 100644 index 00000000..cd418ade Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/folder_big_blocks.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/folder_big_help.png b/themes/XtremeV3b/forums/images/forum_icons/folder_big_help.png new file mode 100644 index 00000000..1bfa3e5c Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/folder_big_help.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/folder_big_help_alone.png b/themes/XtremeV3b/forums/images/forum_icons/folder_big_help_alone.png new file mode 100644 index 00000000..9e1ae8c2 Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/folder_big_help_alone.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/folder_big_link.png b/themes/XtremeV3b/forums/images/forum_icons/folder_big_link.png new file mode 100644 index 00000000..bec81d17 Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/folder_big_link.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/folder_big_megaphone.png b/themes/XtremeV3b/forums/images/forum_icons/folder_big_megaphone.png new file mode 100644 index 00000000..3337a3e0 Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/folder_big_megaphone.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/folder_big_megaphone2.png b/themes/XtremeV3b/forums/images/forum_icons/folder_big_megaphone2.png new file mode 100644 index 00000000..8a8792aa Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/folder_big_megaphone2.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/folder_big_megaphone3.png b/themes/XtremeV3b/forums/images/forum_icons/folder_big_megaphone3.png new file mode 100644 index 00000000..8bad3b5f Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/folder_big_megaphone3.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/folder_big_megaphone4.png b/themes/XtremeV3b/forums/images/forum_icons/folder_big_megaphone4.png new file mode 100644 index 00000000..9fd5d325 Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/folder_big_megaphone4.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/folder_big_megaphone5.png b/themes/XtremeV3b/forums/images/forum_icons/folder_big_megaphone5.png new file mode 100644 index 00000000..abb26e7c Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/folder_big_megaphone5.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/folder_big_module.png b/themes/XtremeV3b/forums/images/forum_icons/folder_big_module.png new file mode 100644 index 00000000..e9098c4a Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/folder_big_module.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/folder_big_support.png b/themes/XtremeV3b/forums/images/forum_icons/folder_big_support.png new file mode 100644 index 00000000..4660b661 Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/folder_big_support.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/general.png b/themes/XtremeV3b/forums/images/forum_icons/general.png new file mode 100644 index 00000000..e208219f Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/general.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/help80x80.png b/themes/XtremeV3b/forums/images/forum_icons/help80x80.png new file mode 100644 index 00000000..fb9087e2 Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/help80x80.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/html580x80.png b/themes/XtremeV3b/forums/images/forum_icons/html580x80.png new file mode 100644 index 00000000..3a662d08 Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/html580x80.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/index.html b/themes/XtremeV3b/forums/images/forum_icons/index.html new file mode 100644 index 00000000..34d61b4d --- /dev/null +++ b/themes/XtremeV3b/forums/images/forum_icons/index.html @@ -0,0 +1,32 @@ + + + + + Access Denied + + + + + + + +
    +

    + Access Denied +

    +
    +

    + This is a restricted area which you should not be trying to access!
    + Please return to the mainsite. +

    +
    + +
    +

    + Valid XHTML 1.0 Strict +

    + + \ No newline at end of file diff --git a/themes/XtremeV3b/forums/images/forum_icons/java80x80.png b/themes/XtremeV3b/forums/images/forum_icons/java80x80.png new file mode 100644 index 00000000..a801adcd Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/java80x80.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/javascript80x80.png b/themes/XtremeV3b/forums/images/forum_icons/javascript80x80.png new file mode 100644 index 00000000..337f2162 Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/javascript80x80.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/mariadb80x80.png b/themes/XtremeV3b/forums/images/forum_icons/mariadb80x80.png new file mode 100644 index 00000000..1e11e80d Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/mariadb80x80.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/mysql80x80.png b/themes/XtremeV3b/forums/images/forum_icons/mysql80x80.png new file mode 100644 index 00000000..2baeecde Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/mysql80x80.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/php80x80.png b/themes/XtremeV3b/forums/images/forum_icons/php80x80.png new file mode 100644 index 00000000..d586618e Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/php80x80.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/plugins80x80.png b/themes/XtremeV3b/forums/images/forum_icons/plugins80x80.png new file mode 100644 index 00000000..d841b28a Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/plugins80x80.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/python80x80.png b/themes/XtremeV3b/forums/images/forum_icons/python80x80.png new file mode 100644 index 00000000..5ca678df Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/python80x80.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/r80x80.png b/themes/XtremeV3b/forums/images/forum_icons/r80x80.png new file mode 100644 index 00000000..708575a7 Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/r80x80.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/sass.png b/themes/XtremeV3b/forums/images/forum_icons/sass.png new file mode 100644 index 00000000..01a0335a Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/sass.png differ diff --git a/themes/XtremeV3b/forums/images/forum_icons/sass80x80.png b/themes/XtremeV3b/forums/images/forum_icons/sass80x80.png new file mode 100644 index 00000000..bbd75aec Binary files /dev/null and b/themes/XtremeV3b/forums/images/forum_icons/sass80x80.png differ diff --git a/themes/XtremeV3b/forums/images/green_online_icon.gif b/themes/XtremeV3b/forums/images/green_online_icon.gif new file mode 100644 index 00000000..013249c9 Binary files /dev/null and b/themes/XtremeV3b/forums/images/green_online_icon.gif differ diff --git a/themes/XtremeV3b/forums/images/icon_clip.gif b/themes/XtremeV3b/forums/images/icon_clip.gif new file mode 100644 index 00000000..7aa6c658 Binary files /dev/null and b/themes/XtremeV3b/forums/images/icon_clip.gif differ diff --git a/themes/XtremeV3b/forums/images/icon_latest_reply.gif b/themes/XtremeV3b/forums/images/icon_latest_reply.gif new file mode 100644 index 00000000..17c2316b Binary files /dev/null and b/themes/XtremeV3b/forums/images/icon_latest_reply.gif differ diff --git a/themes/XtremeV3b/forums/images/icon_minipost.gif b/themes/XtremeV3b/forums/images/icon_minipost.gif new file mode 100644 index 00000000..d172abb0 Binary files /dev/null and b/themes/XtremeV3b/forums/images/icon_minipost.gif differ diff --git a/themes/XtremeV3b/forums/images/icon_minipost_new.gif b/themes/XtremeV3b/forums/images/icon_minipost_new.gif new file mode 100644 index 00000000..8ec44a17 Binary files /dev/null and b/themes/XtremeV3b/forums/images/icon_minipost_new.gif differ diff --git a/themes/XtremeV3b/forums/images/icon_newest_reply.gif b/themes/XtremeV3b/forums/images/icon_newest_reply.gif new file mode 100644 index 00000000..d4dd42d9 Binary files /dev/null and b/themes/XtremeV3b/forums/images/icon_newest_reply.gif differ diff --git a/themes/XtremeV3b/forums/images/icon_red_user_logged_the_fuck_out.gif b/themes/XtremeV3b/forums/images/icon_red_user_logged_the_fuck_out.gif new file mode 100644 index 00000000..e84e8243 Binary files /dev/null and b/themes/XtremeV3b/forums/images/icon_red_user_logged_the_fuck_out.gif differ diff --git a/themes/XtremeV3b/forums/images/index.html b/themes/XtremeV3b/forums/images/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/XtremeV3b/forums/images/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/XtremeV3b/forums/images/lang_english/icon_delete.png b/themes/XtremeV3b/forums/images/lang_english/icon_delete.png new file mode 100644 index 00000000..1a9973a3 Binary files /dev/null and b/themes/XtremeV3b/forums/images/lang_english/icon_delete.png differ diff --git a/themes/XtremeV3b/forums/images/lang_english/icon_edit.png b/themes/XtremeV3b/forums/images/lang_english/icon_edit.png new file mode 100644 index 00000000..bae9362f Binary files /dev/null and b/themes/XtremeV3b/forums/images/lang_english/icon_edit.png differ diff --git a/themes/XtremeV3b/forums/images/lang_english/icon_email.png b/themes/XtremeV3b/forums/images/lang_english/icon_email.png new file mode 100644 index 00000000..978e2cfc Binary files /dev/null and b/themes/XtremeV3b/forums/images/lang_english/icon_email.png differ diff --git a/themes/XtremeV3b/forums/images/lang_english/icon_facebook.png b/themes/XtremeV3b/forums/images/lang_english/icon_facebook.png new file mode 100644 index 00000000..b597d8ff Binary files /dev/null and b/themes/XtremeV3b/forums/images/lang_english/icon_facebook.png differ diff --git a/themes/XtremeV3b/forums/images/lang_english/icon_ip.png b/themes/XtremeV3b/forums/images/lang_english/icon_ip.png new file mode 100644 index 00000000..8007a48d Binary files /dev/null and b/themes/XtremeV3b/forums/images/lang_english/icon_ip.png differ diff --git a/themes/XtremeV3b/forums/images/lang_english/icon_pm.png b/themes/XtremeV3b/forums/images/lang_english/icon_pm.png new file mode 100644 index 00000000..1fc6c7cf Binary files /dev/null and b/themes/XtremeV3b/forums/images/lang_english/icon_pm.png differ diff --git a/themes/XtremeV3b/forums/images/lang_english/icon_printer.png b/themes/XtremeV3b/forums/images/lang_english/icon_printer.png new file mode 100644 index 00000000..3b435407 Binary files /dev/null and b/themes/XtremeV3b/forums/images/lang_english/icon_printer.png differ diff --git a/themes/XtremeV3b/forums/images/lang_english/icon_profile.png b/themes/XtremeV3b/forums/images/lang_english/icon_profile.png new file mode 100644 index 00000000..2bc49e2e Binary files /dev/null and b/themes/XtremeV3b/forums/images/lang_english/icon_profile.png differ diff --git a/themes/XtremeV3b/forums/images/lang_english/icon_quote.png b/themes/XtremeV3b/forums/images/lang_english/icon_quote.png new file mode 100644 index 00000000..a080e21f Binary files /dev/null and b/themes/XtremeV3b/forums/images/lang_english/icon_quote.png differ diff --git a/themes/XtremeV3b/forums/images/lang_english/icon_report.png b/themes/XtremeV3b/forums/images/lang_english/icon_report.png new file mode 100644 index 00000000..b948ad89 Binary files /dev/null and b/themes/XtremeV3b/forums/images/lang_english/icon_report.png differ diff --git a/themes/XtremeV3b/forums/images/lang_english/icon_search.png b/themes/XtremeV3b/forums/images/lang_english/icon_search.png new file mode 100644 index 00000000..e24de10f Binary files /dev/null and b/themes/XtremeV3b/forums/images/lang_english/icon_search.png differ diff --git a/themes/XtremeV3b/forums/images/lang_english/icon_viewed.png b/themes/XtremeV3b/forums/images/lang_english/icon_viewed.png new file mode 100644 index 00000000..f54a5de2 Binary files /dev/null and b/themes/XtremeV3b/forums/images/lang_english/icon_viewed.png differ diff --git a/themes/XtremeV3b/forums/images/lang_english/icon_www.png b/themes/XtremeV3b/forums/images/lang_english/icon_www.png new file mode 100644 index 00000000..749f9b3f Binary files /dev/null and b/themes/XtremeV3b/forums/images/lang_english/icon_www.png differ diff --git a/themes/XtremeV3b/forums/images/lang_english/index.html b/themes/XtremeV3b/forums/images/lang_english/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/XtremeV3b/forums/images/lang_english/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/XtremeV3b/forums/images/lang_english/mass_pm.png b/themes/XtremeV3b/forums/images/lang_english/mass_pm.png new file mode 100644 index 00000000..cfc61ae5 Binary files /dev/null and b/themes/XtremeV3b/forums/images/lang_english/mass_pm.png differ diff --git a/themes/XtremeV3b/forums/images/lang_english/msg_newpost.png b/themes/XtremeV3b/forums/images/lang_english/msg_newpost.png new file mode 100644 index 00000000..667c8776 Binary files /dev/null and b/themes/XtremeV3b/forums/images/lang_english/msg_newpost.png differ diff --git a/themes/XtremeV3b/forums/images/lang_english/post.png b/themes/XtremeV3b/forums/images/lang_english/post.png new file mode 100644 index 00000000..6f1e28f0 Binary files /dev/null and b/themes/XtremeV3b/forums/images/lang_english/post.png differ diff --git a/themes/XtremeV3b/forums/images/lang_english/quickreply.png b/themes/XtremeV3b/forums/images/lang_english/quickreply.png new file mode 100644 index 00000000..74b27d66 Binary files /dev/null and b/themes/XtremeV3b/forums/images/lang_english/quickreply.png differ diff --git a/themes/XtremeV3b/forums/images/lang_english/reply-locked.png b/themes/XtremeV3b/forums/images/lang_english/reply-locked.png new file mode 100644 index 00000000..e978b689 Binary files /dev/null and b/themes/XtremeV3b/forums/images/lang_english/reply-locked.png differ diff --git a/themes/XtremeV3b/forums/images/lang_english/reply.png b/themes/XtremeV3b/forums/images/lang_english/reply.png new file mode 100644 index 00000000..259a6699 Binary files /dev/null and b/themes/XtremeV3b/forums/images/lang_english/reply.png differ diff --git a/themes/XtremeV3b/forums/images/lang_english/thanks.png b/themes/XtremeV3b/forums/images/lang_english/thanks.png new file mode 100644 index 00000000..8d986f7e Binary files /dev/null and b/themes/XtremeV3b/forums/images/lang_english/thanks.png differ diff --git a/themes/XtremeV3b/forums/images/lang_english/topic_delete.png b/themes/XtremeV3b/forums/images/lang_english/topic_delete.png new file mode 100644 index 00000000..47a91806 Binary files /dev/null and b/themes/XtremeV3b/forums/images/lang_english/topic_delete.png differ diff --git a/themes/XtremeV3b/forums/images/lang_english/topic_lock.png b/themes/XtremeV3b/forums/images/lang_english/topic_lock.png new file mode 100644 index 00000000..636a15b4 Binary files /dev/null and b/themes/XtremeV3b/forums/images/lang_english/topic_lock.png differ diff --git a/themes/XtremeV3b/forums/images/lang_english/topic_merge.png b/themes/XtremeV3b/forums/images/lang_english/topic_merge.png new file mode 100644 index 00000000..c89da1f0 Binary files /dev/null and b/themes/XtremeV3b/forums/images/lang_english/topic_merge.png differ diff --git a/themes/XtremeV3b/forums/images/lang_english/topic_move.png b/themes/XtremeV3b/forums/images/lang_english/topic_move.png new file mode 100644 index 00000000..d9370700 Binary files /dev/null and b/themes/XtremeV3b/forums/images/lang_english/topic_move.png differ diff --git a/themes/XtremeV3b/forums/images/lang_english/topic_split.png b/themes/XtremeV3b/forums/images/lang_english/topic_split.png new file mode 100644 index 00000000..6b815b72 Binary files /dev/null and b/themes/XtremeV3b/forums/images/lang_english/topic_split.png differ diff --git a/themes/XtremeV3b/forums/images/lang_english/topic_unlock.png b/themes/XtremeV3b/forums/images/lang_english/topic_unlock.png new file mode 100644 index 00000000..01b4aedd Binary files /dev/null and b/themes/XtremeV3b/forums/images/lang_english/topic_unlock.png differ diff --git a/themes/XtremeV3b/forums/images/links/icon_mini_faq.png b/themes/XtremeV3b/forums/images/links/icon_mini_faq.png new file mode 100644 index 00000000..c0482bc0 Binary files /dev/null and b/themes/XtremeV3b/forums/images/links/icon_mini_faq.png differ diff --git a/themes/XtremeV3b/forums/images/links/icon_mini_groups.png b/themes/XtremeV3b/forums/images/links/icon_mini_groups.png new file mode 100644 index 00000000..757a2538 Binary files /dev/null and b/themes/XtremeV3b/forums/images/links/icon_mini_groups.png differ diff --git a/themes/XtremeV3b/forums/images/links/icon_mini_login.png b/themes/XtremeV3b/forums/images/links/icon_mini_login.png new file mode 100644 index 00000000..b6fcff19 Binary files /dev/null and b/themes/XtremeV3b/forums/images/links/icon_mini_login.png differ diff --git a/themes/XtremeV3b/forums/images/links/icon_mini_main.png b/themes/XtremeV3b/forums/images/links/icon_mini_main.png new file mode 100644 index 00000000..29107658 Binary files /dev/null and b/themes/XtremeV3b/forums/images/links/icon_mini_main.png differ diff --git a/themes/XtremeV3b/forums/images/links/icon_mini_members.png b/themes/XtremeV3b/forums/images/links/icon_mini_members.png new file mode 100644 index 00000000..9688c554 Binary files /dev/null and b/themes/XtremeV3b/forums/images/links/icon_mini_members.png differ diff --git a/themes/XtremeV3b/forums/images/links/icon_mini_message.png b/themes/XtremeV3b/forums/images/links/icon_mini_message.png new file mode 100644 index 00000000..c8486d71 Binary files /dev/null and b/themes/XtremeV3b/forums/images/links/icon_mini_message.png differ diff --git a/themes/XtremeV3b/forums/images/links/icon_mini_profile.png b/themes/XtremeV3b/forums/images/links/icon_mini_profile.png new file mode 100644 index 00000000..13e19e10 Binary files /dev/null and b/themes/XtremeV3b/forums/images/links/icon_mini_profile.png differ diff --git a/themes/XtremeV3b/forums/images/links/icon_mini_ranks.png b/themes/XtremeV3b/forums/images/links/icon_mini_ranks.png new file mode 100644 index 00000000..424e7999 Binary files /dev/null and b/themes/XtremeV3b/forums/images/links/icon_mini_ranks.png differ diff --git a/themes/XtremeV3b/forums/images/links/icon_mini_rules.png b/themes/XtremeV3b/forums/images/links/icon_mini_rules.png new file mode 100644 index 00000000..50f39cce Binary files /dev/null and b/themes/XtremeV3b/forums/images/links/icon_mini_rules.png differ diff --git a/themes/XtremeV3b/forums/images/links/icon_mini_search.png b/themes/XtremeV3b/forums/images/links/icon_mini_search.png new file mode 100644 index 00000000..a555de84 Binary files /dev/null and b/themes/XtremeV3b/forums/images/links/icon_mini_search.png differ diff --git a/themes/XtremeV3b/forums/images/links/icon_mini_staff.png b/themes/XtremeV3b/forums/images/links/icon_mini_staff.png new file mode 100644 index 00000000..49911a07 Binary files /dev/null and b/themes/XtremeV3b/forums/images/links/icon_mini_staff.png differ diff --git a/themes/XtremeV3b/forums/images/links/icon_mini_stats.png b/themes/XtremeV3b/forums/images/links/icon_mini_stats.png new file mode 100644 index 00000000..917dfa48 Binary files /dev/null and b/themes/XtremeV3b/forums/images/links/icon_mini_stats.png differ diff --git a/themes/XtremeV3b/forums/images/links/index.html b/themes/XtremeV3b/forums/images/links/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/XtremeV3b/forums/images/links/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/XtremeV3b/forums/images/logo_phpBB.gif b/themes/XtremeV3b/forums/images/logo_phpBB.gif new file mode 100644 index 00000000..37aa0fd4 Binary files /dev/null and b/themes/XtremeV3b/forums/images/logo_phpBB.gif differ diff --git a/themes/XtremeV3b/forums/images/logo_phpBB_med.gif b/themes/XtremeV3b/forums/images/logo_phpBB_med.gif new file mode 100644 index 00000000..3d84f940 Binary files /dev/null and b/themes/XtremeV3b/forums/images/logo_phpBB_med.gif differ diff --git a/themes/XtremeV3b/forums/images/spacer.gif b/themes/XtremeV3b/forums/images/spacer.gif new file mode 100644 index 00000000..5bfd67a2 Binary files /dev/null and b/themes/XtremeV3b/forums/images/spacer.gif differ diff --git a/themes/XtremeV3b/forums/images/status/dick.png b/themes/XtremeV3b/forums/images/status/dick.png new file mode 100644 index 00000000..ed999acc Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/dick.png differ diff --git a/themes/XtremeV3b/forums/images/status/gender_bender.png b/themes/XtremeV3b/forums/images/status/gender_bender.png new file mode 100644 index 00000000..e19989a5 Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/gender_bender.png differ diff --git a/themes/XtremeV3b/forums/images/status/green-ski-mask-80.png b/themes/XtremeV3b/forums/images/status/green-ski-mask-80.png new file mode 100644 index 00000000..43db8a24 Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/green-ski-mask-80.png differ diff --git a/themes/XtremeV3b/forums/images/status/heshe.png b/themes/XtremeV3b/forums/images/status/heshe.png new file mode 100644 index 00000000..280219ca Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/heshe.png differ diff --git a/themes/XtremeV3b/forums/images/status/icons8-blue-ski-mask-80.png b/themes/XtremeV3b/forums/images/status/icons8-blue-ski-mask-80.png new file mode 100644 index 00000000..548bc732 Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/icons8-blue-ski-mask-80.png differ diff --git a/themes/XtremeV3b/forums/images/status/icons8-facebook-80.png b/themes/XtremeV3b/forums/images/status/icons8-facebook-80.png new file mode 100644 index 00000000..c96bd111 Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/icons8-facebook-80.png differ diff --git a/themes/XtremeV3b/forums/images/status/icons8-invisible-512.png b/themes/XtremeV3b/forums/images/status/icons8-invisible-512.png new file mode 100644 index 00000000..8cc9c56d Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/icons8-invisible-512.png differ diff --git a/themes/XtremeV3b/forums/images/status/icons8-person-female-80.png b/themes/XtremeV3b/forums/images/status/icons8-person-female-80.png new file mode 100644 index 00000000..fa8d23ed Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/icons8-person-female-80.png differ diff --git a/themes/XtremeV3b/forums/images/status/icons8-person-male-skin-type-5-80.png b/themes/XtremeV3b/forums/images/status/icons8-person-male-skin-type-5-80.png new file mode 100644 index 00000000..b92ef006 Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/icons8-person-male-skin-type-5-80.png differ diff --git a/themes/XtremeV3b/forums/images/status/icons8-rainbow-flag-96.png b/themes/XtremeV3b/forums/images/status/icons8-rainbow-flag-96.png new file mode 100644 index 00000000..c3a31b5b Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/icons8-rainbow-flag-96.png differ diff --git a/themes/XtremeV3b/forums/images/status/icons8-send-80.png b/themes/XtremeV3b/forums/images/status/icons8-send-80.png new file mode 100644 index 00000000..1d47d4fd Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/icons8-send-80.png differ diff --git a/themes/XtremeV3b/forums/images/status/icons8-unisex-48.png b/themes/XtremeV3b/forums/images/status/icons8-unisex-48.png new file mode 100644 index 00000000..2f8498f7 Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/icons8-unisex-48.png differ diff --git a/themes/XtremeV3b/forums/images/status/icons8-unisex-64.png b/themes/XtremeV3b/forums/images/status/icons8-unisex-64.png new file mode 100644 index 00000000..b62a14ad Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/icons8-unisex-64.png differ diff --git a/themes/XtremeV3b/forums/images/status/icons8-website-512.png b/themes/XtremeV3b/forums/images/status/icons8-website-512.png new file mode 100644 index 00000000..436bf644 Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/icons8-website-512.png differ diff --git a/themes/XtremeV3b/forums/images/status/offline.gif b/themes/XtremeV3b/forums/images/status/offline.gif new file mode 100644 index 00000000..e84e8243 Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/offline.gif differ diff --git a/themes/XtremeV3b/forums/images/status/offline_bgcolor_one.gif b/themes/XtremeV3b/forums/images/status/offline_bgcolor_one.gif new file mode 100644 index 00000000..0aafedde Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/offline_bgcolor_one.gif differ diff --git a/themes/XtremeV3b/forums/images/status/offline_one.pspimage b/themes/XtremeV3b/forums/images/status/offline_one.pspimage new file mode 100644 index 00000000..b4ca5be6 Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/offline_one.pspimage differ diff --git a/themes/XtremeV3b/forums/images/status/offline_one_bgcolor_one.pspimage b/themes/XtremeV3b/forums/images/status/offline_one_bgcolor_one.pspimage new file mode 100644 index 00000000..c5e7c9be Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/offline_one_bgcolor_one.pspimage differ diff --git a/themes/XtremeV3b/forums/images/status/offline_one_white.png b/themes/XtremeV3b/forums/images/status/offline_one_white.png new file mode 100644 index 00000000..6ea7ab56 Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/offline_one_white.png differ diff --git a/themes/XtremeV3b/forums/images/status/offline_two.pspimage b/themes/XtremeV3b/forums/images/status/offline_two.pspimage new file mode 100644 index 00000000..e94276b1 Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/offline_two.pspimage differ diff --git a/themes/XtremeV3b/forums/images/status/offline_two_bgcolor_one.pspimage b/themes/XtremeV3b/forums/images/status/offline_two_bgcolor_one.pspimage new file mode 100644 index 00000000..26362a90 Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/offline_two_bgcolor_one.pspimage differ diff --git a/themes/XtremeV3b/forums/images/status/offline_two_white.png b/themes/XtremeV3b/forums/images/status/offline_two_white.png new file mode 100644 index 00000000..65e14169 Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/offline_two_white.png differ diff --git a/themes/XtremeV3b/forums/images/status/offline_white.gif b/themes/XtremeV3b/forums/images/status/offline_white.gif new file mode 100644 index 00000000..1f46cdae Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/offline_white.gif differ diff --git a/themes/XtremeV3b/forums/images/status/online.gif b/themes/XtremeV3b/forums/images/status/online.gif new file mode 100644 index 00000000..973bd72b Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/online.gif differ diff --git a/themes/XtremeV3b/forums/images/status/online.pspimage b/themes/XtremeV3b/forums/images/status/online.pspimage new file mode 100644 index 00000000..9d1fa9c1 Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/online.pspimage differ diff --git a/themes/XtremeV3b/forums/images/status/online_bgcolor_one.gif b/themes/XtremeV3b/forums/images/status/online_bgcolor_one.gif new file mode 100644 index 00000000..88013025 Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/online_bgcolor_one.gif differ diff --git a/themes/XtremeV3b/forums/images/status/online_one_tan.pspimage b/themes/XtremeV3b/forums/images/status/online_one_tan.pspimage new file mode 100644 index 00000000..827136d3 Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/online_one_tan.pspimage differ diff --git a/themes/XtremeV3b/forums/images/status/online_one_white.png b/themes/XtremeV3b/forums/images/status/online_one_white.png new file mode 100644 index 00000000..e3101501 Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/online_one_white.png differ diff --git a/themes/XtremeV3b/forums/images/status/online_two_tan.pspimage b/themes/XtremeV3b/forums/images/status/online_two_tan.pspimage new file mode 100644 index 00000000..102d62a7 Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/online_two_tan.pspimage differ diff --git a/themes/XtremeV3b/forums/images/status/online_two_white.png b/themes/XtremeV3b/forums/images/status/online_two_white.png new file mode 100644 index 00000000..bd571adc Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/online_two_white.png differ diff --git a/themes/XtremeV3b/forums/images/status/online_white.gif b/themes/XtremeV3b/forums/images/status/online_white.gif new file mode 100644 index 00000000..8ca5fd10 Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/online_white.gif differ diff --git a/themes/XtremeV3b/forums/images/status/pink-ski-mask-80.png b/themes/XtremeV3b/forums/images/status/pink-ski-mask-80.png new file mode 100644 index 00000000..3ffdcd74 Binary files /dev/null and b/themes/XtremeV3b/forums/images/status/pink-ski-mask-80.png differ diff --git a/themes/XtremeV3b/forums/index.html b/themes/XtremeV3b/forums/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/XtremeV3b/forums/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/XtremeV3b/forums/index_body.tpl b/themes/XtremeV3b/forums/index_body.tpl new file mode 100644 index 00000000..45b0b75f --- /dev/null +++ b/themes/XtremeV3b/forums/index_body.tpl @@ -0,0 +1,125 @@ +
    + + + + + +
    + +{GLANCE_OUTPUT} + + + + + + + + +
    {GLOBAL_TITLE}
    +
    {GLOBAL_ANNOUNCEMENT}
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {catrow.CAT_DESC}
    {catrow.forumrow.L_FORUM_FOLDER_ALT}{catrow.forumrow.FORUM_ICON_IMG} colspan="2"> + target="_blank">{catrow.forumrow.FORUM_NAME}
    + {catrow.forumrow.FORUM_DESC} + +
    {catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}
    + +
    + + + + + + {L_SUBFORUMS}: + + + {catrow.forumrow.sub.LAST_POST_SUB} class="topic-new" {catrow.forumrow.sub.FORUM_COLOR} title="{catrow.forumrow.sub.FORUM_DESC_HTML}">{catrow.forumrow.sub.FORUM_NAME}  + +
    {catrow.forumrow.TOTAL_TOPICS} Topics
    {catrow.forumrow.TOTAL_POSTS} Posts
    colspan="2" style="width: 250px;" nowrap="nowrap">{catrow.forumrow.LAST_POST}{catrow.forumrow.LAST_POSTTIME}
    {catrow.forumrow.LAST_POST_USERNAME}
    {catrow.forumrow.FORUM_LINK_COUNT}
    + +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + +
    {L_WHO_IS_ONLINE}
    {TOTAL_POSTS}
    {TOTAL_USERS}
    {NEWEST_USER}
    {TOTAL_USERS_ONLINE}
    {L_ONLINE_EXPLAIN}

    {RECORD_USERS}

    {L_LEGEND}: {colors.GROUPS}

    {LOGGED_IN_USER_LIST}
    {USERS_OF_THE_DAY_LIST}
    {L_TODAYS_BIRTHDAYS}
    + + + + +
    {BIRTHDAYS}
    {UPCOMING}
    +
    + +
    + + + + + + + + + + + + +
    {L_NO_NEW_POSTS}  {L_NO_NEW_POSTS}  {L_NEW_POSTS}  {L_NEW_POSTS}  {L_FORUM_LOCKED}  {L_FORUM_LOCKED}
    +
    +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/install.tpl b/themes/XtremeV3b/forums/install.tpl new file mode 100644 index 00000000..3426157f --- /dev/null +++ b/themes/XtremeV3b/forums/install.tpl @@ -0,0 +1,183 @@ + + + + + +{L_INSTALLATION} + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + + + + +
    Forum Home{L_INSTALLATION}


    + + + +
    {L_INSTRUCTION_TEXT}


    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_INITIAL_CONFIGURATION}
    {L_LANGUAGE}: {S_LANG_SELECT}
    {L_DBMS}: {S_DBMS_SELECT}
    {L_UPGRADE}:{S_UPGRADE_SELECT}
    {L_DATABASE_CONFIGURATION}
    {L_DB_HOST}:
    {L_DB_NAME}:
    {L_DB_USER}:
    {L_DB_PASSWORD}:
    {L_DB_PREFIX}:
    {L_ADMIN_CONFIGURATION}
    {L_ADMIN_EMAIL}:
    {L_SERVER_NAME}:
    {L_SERVER_PORT}:
    {L_SCRIPT_PATH}:
    {L_ADMIN_USERNAME}:
    {L_ADMIN_PASSWORD}:
    {L_ADMIN_CONFIRM_PASSWORD}:
    {L_ERROR_TITLE}
    {L_ERROR}
    {L_FTP_INFO}
    {L_FTP_PATH}
    {L_FTP_USER}
    {L_FTP_PASS}
    {L_CHOOSE_FTP}
    {L_ATTEMPT_FTP}
    {L_SEND_FILE}
    {S_HIDDEN_FIELDS}
    {L_UPGRADE_INST}
    + + + \ No newline at end of file diff --git a/themes/XtremeV3b/forums/jumpbox.tpl b/themes/XtremeV3b/forums/jumpbox.tpl new file mode 100644 index 00000000..3772bedc --- /dev/null +++ b/themes/XtremeV3b/forums/jumpbox.tpl @@ -0,0 +1,9 @@ + + + + +
    +
    + {L_JUMP_TO}: {S_JUMPBOX_SELECT}  +
    +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/login_body.tpl b/themes/XtremeV3b/forums/login_body.tpl new file mode 100644 index 00000000..6771eac1 --- /dev/null +++ b/themes/XtremeV3b/forums/login_body.tpl @@ -0,0 +1,45 @@ +
    + + + + + +
    + + + + + + + + +
    {L_ENTER_PASSWORD}
    + + + + + + + + + + + + + + + + + + + + + + +
     
    {L_USERNAME}: + +
    {L_PASSWORD}: + +
    {L_AUTO_LOGIN}:
    {S_HIDDEN_FIELDS}
    {L_SEND_PASSWORD}
    + +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/memberlist_body.tpl b/themes/XtremeV3b/forums/memberlist_body.tpl new file mode 100644 index 00000000..4f007936 --- /dev/null +++ b/themes/XtremeV3b/forums/memberlist_body.tpl @@ -0,0 +1,97 @@ +
    + + + + + + +
    + +
    + + + + + + + + + + + + + +
    + + + + + + + +
    {L_SELECT_SORT_METHOD} {S_MODE_SELECT} {S_ORDER_SELECT} 

    {L_PAGE_TITLE}

    + +  
    +
    + + + + + + +
    {alphanumsearch.SEARCH_TERM}
    +
    + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    #{L_USERNAME}{L_FROM}{L_AGE}{L_POSTS}{L_JOINED}{L_LAST_VISIT}{L_ONLINE_STATUS}
    {no_username.NO_USER_ID_SPECIFIED}
    {memberrow.ROW_NUMBER} + {memberrow.CURRENT_AVATAR} + {memberrow.USERNAME} + +   + {memberrow.GENDER}{memberrow.FLAG}{memberrow.FROM}{memberrow.AGE}{memberrow.POSTS}{memberrow.JOINED}{memberrow.LAST_ACTIVE}{memberrow.STATUS}
    +
    +
    + + + + {pagination.PAGINATION} + +
    +
    + +
    + +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/merge_body.tpl b/themes/XtremeV3b/forums/merge_body.tpl new file mode 100644 index 00000000..fe0d0a73 --- /dev/null +++ b/themes/XtremeV3b/forums/merge_body.tpl @@ -0,0 +1,50 @@ +
    + + + + +
    {L_INDEX}{NAV_CAT_DESC}
    + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_TITLE}
    {L_TOPIC_TITLE}
    {L_TOPIC_TITLE_EXPLAIN}
    + + + +
    {L_FROM_TOPIC}
    {L_FROM_TOPIC_EXPLAIN}
    + + + + +
    {L_TO_TOPIC}
    {L_TO_TOPIC_EXPLAIN}
    + + + + +
    {L_SHADOW}
    + + + {S_HIDDEN_FIELDS} +
    +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/merge_select_body.tpl b/themes/XtremeV3b/forums/merge_select_body.tpl new file mode 100644 index 00000000..2418131c --- /dev/null +++ b/themes/XtremeV3b/forums/merge_select_body.tpl @@ -0,0 +1,11 @@ +
    + + + + + +
    {L_INDEX}{NAV_CAT_DESC} + {S_LIST_FORUMS} 
    + {PAGINATION} +
    +{MERGE_BOX}{S_HIDDEN_FIELDS}
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/message_body.tpl b/themes/XtremeV3b/forums/message_body.tpl new file mode 100644 index 00000000..ae4712db --- /dev/null +++ b/themes/XtremeV3b/forums/message_body.tpl @@ -0,0 +1,26 @@ + + + + +
    {L_INDEX}
    + + + + + + + + +
    {MESSAGE_TITLE}
    + + + + + + + + + + +
     
    {MESSAGE_TEXT}
     
    +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/modcp_body.tpl b/themes/XtremeV3b/forums/modcp_body.tpl new file mode 100644 index 00000000..92a2223c --- /dev/null +++ b/themes/XtremeV3b/forums/modcp_body.tpl @@ -0,0 +1,62 @@ +
    + + + + +
    {L_INDEX} -> {PARENT_FORUM_NAME} -> {FORUM_NAME}
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_MOD_CP} +
    {L_MOD_CP_EXPLAIN}
      {L_TOPICS}  {L_REPLIES}  {L_LASTPOST}  {L_SELECT}  {L_PRIORITY} 
    {topicrow.L_TOPIC_FOLDER_ALT} {topicrow.TOPIC_ATTACHMENT_IMG}{topicrow.TOPIC_TYPE}{topicrow.TOPIC_TITLE}{topicrow.REPLIES}{topicrow.LAST_POST_TIME} + + + +
    {S_HIDDEN_FIELDS} + +   + +   + +   + + +
    + + + + + +
    {PAGE_NUMBER}{S_TIMEZONE}
    {PAGINATION}
    +
    + + + + +
    {JUMPBOX}
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/modcp_move.tpl b/themes/XtremeV3b/forums/modcp_move.tpl new file mode 100644 index 00000000..43986e5a --- /dev/null +++ b/themes/XtremeV3b/forums/modcp_move.tpl @@ -0,0 +1,36 @@ +
    + + + + +
    + + + + + + + +
    {MESSAGE_TITLE}
    + + + + + + + + + + +
     
    {L_MOVE_TO_FORUM}   {S_FORUM_SELECT}

    + {L_LEAVESHADOW}
    +
    + {MESSAGE_TEXT}

    +
    + {S_HIDDEN_FIELDS} + +    + +
     
    +
    +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/modcp_split.tpl b/themes/XtremeV3b/forums/modcp_split.tpl new file mode 100644 index 00000000..a1bf3e99 --- /dev/null +++ b/themes/XtremeV3b/forums/modcp_split.tpl @@ -0,0 +1,55 @@ +
    + + + + +
    {L_INDEX} -> {PARENT_FORUM_NAME} -> {FORUM_NAME}
    + + + + + + + + + + + + + + + + +
    {L_SPLIT_TOPIC}
    {L_SPLIT_TOPIC_EXPLAIN}
    {L_SPLIT_SUBJECT}
    {L_SPLIT_FORUM}{S_FORUM_SELECT}
    + + + + + + + + + + + + + + + + + + + + +
    {L_AUTHOR}{L_MESSAGE}{L_SELECT}
    {postrow.POSTER_NAME} + + + + + + + +
    {L_POST}{L_POSTED}: {postrow.POST_DATE}  {L_POST_SUBJECT}: {postrow.POST_SUBJECT}

    {postrow.MESSAGE}
    +
    {postrow.S_SPLIT_CHECKBOX}
    .
     
    +{S_HIDDEN_FIELDS} +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/modcp_viewip.tpl b/themes/XtremeV3b/forums/modcp_viewip.tpl new file mode 100644 index 00000000..96adcfc8 --- /dev/null +++ b/themes/XtremeV3b/forums/modcp_viewip.tpl @@ -0,0 +1,57 @@ + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_IP_INFO}
    {L_THIS_POST_IP}
    + + + + + +
     {IP} [ {POSTS} ][ {L_LOOKUP_IP} + ] 
    +
    {L_OTHER_USERS}
    + + + + + +
     {userrow.USERNAME} [ {userrow.POSTS} ]{L_SEARCH} +  
    +
    {L_OTHER_IPS}
    + + + + +
     {iprow.IP} [ {iprow.POSTS} ][ {L_LOOKUP_IP} + ] 
    + +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/overall_footer.tpl b/themes/XtremeV3b/forums/overall_footer.tpl new file mode 100644 index 00000000..0fd01e17 --- /dev/null +++ b/themes/XtremeV3b/forums/overall_footer.tpl @@ -0,0 +1,19 @@ +
    + +
    {REPORT_LINK} + + +
    {ADMIN_LINK} + + +
    +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/overall_header.tpl b/themes/XtremeV3b/forums/overall_header.tpl new file mode 100644 index 00000000..23cdfdad --- /dev/null +++ b/themes/XtremeV3b/forums/overall_header.tpl @@ -0,0 +1,74 @@ +{META} + + + + + + + + +
    {L_BOARD_CURRENTLY_DISABLED}

    + + + +
    + diff --git a/themes/XtremeV3b/forums/password_body.tpl b/themes/XtremeV3b/forums/password_body.tpl new file mode 100644 index 00000000..df7ee701 --- /dev/null +++ b/themes/XtremeV3b/forums/password_body.tpl @@ -0,0 +1,25 @@ + +
    + + + + + +
    + + + + + + + + + + + + +
    {L_ENTER_PASSWORD}
    {L_PASSWORD}: + +
    {S_HIDDEN_FIELDS}  
    + +
    diff --git a/themes/XtremeV3b/forums/post_review.tpl b/themes/XtremeV3b/forums/post_review.tpl new file mode 100644 index 00000000..7fd51d25 --- /dev/null +++ b/themes/XtremeV3b/forums/post_review.tpl @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_VIEW_PREVIOUS_POST} :: {L_VIEW_NEXT_POST}  
    {L_AUTHOR}
    + + + +
    {postrow.POSTER_NAME}
    {postrow.POSTER_RANK}
    {postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}

    {postrow.POSTER_JOINED}
    {postrow.POSTER_POSTS}
    {postrow.POSTER_FROM}
    {postrow.POSTER_ONLINE_STATUS}
    {L_MESSAGE}
    + + + + + + + + + + +
    {postrow.L_MINI_POST_ALT}{L_POSTED}: {postrow.POST_DATE}    {L_POST_SUBJECT}: {postrow.POST_SUBJECT}{postrow.QUOTE_IMG} {postrow.REPORT_IMG}

    {postrow.MESSAGE}{postrow.SIGNATURE}{postrow.ATTACHMENTS}{postrow.EDITED_MESSAGE}
    + + + +
    {postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/posted_attachments_body.tpl b/themes/XtremeV3b/forums/posted_attachments_body.tpl new file mode 100644 index 00000000..9147ff24 --- /dev/null +++ b/themes/XtremeV3b/forums/posted_attachments_body.tpl @@ -0,0 +1,30 @@ +
  • {L_POSTED_ATTACHMENTS}
    {L_FILE_NAME} {attach_row.FILE_NAME} +
    {L_FILE_COMMENT} +
    {L_OPTIONS} + + +   + +   + +   + +

    {L_ATTACH_POSTING_CP}

    {L_ATTACH_POSTING_CP_EXPLAIN}
    {L_OPTIONS} + + +   + + +
    + + + + + + + + + + + + + +
    {L_RULES_TITLE}
    {L_EMPTY_GROUP_PERMS}
    + + + + + + + +
    {group_row.GROUP_RULE_HEADER}
    + +{group_row.extension_row.EXTENSION}  + +
    +
    + +{L_CLOSE_WINDOW} \ No newline at end of file diff --git a/themes/XtremeV3b/forums/posting_body.tpl b/themes/XtremeV3b/forums/posting_body.tpl new file mode 100644 index 00000000..b07a07d6 --- /dev/null +++ b/themes/XtremeV3b/forums/posting_body.tpl @@ -0,0 +1,179 @@ +
    + + + + + +
    + + + + + + + +
    + + + + + + + + + + + +
    {INBOX_IMG}{INBOX_LINK}{SENTBOX_IMG}{SENTBOX_LINK}{OUTBOX_IMG}{OUTBOX_LINK}{SAVEBOX_IMG}{SAVEBOX_LINK}
    +
    +
    + +
    +{POST_PREVIEW_BOX} +{ERROR_BOX} + + + + + +
    {L_INDEX} + + -> {PARENT_FORUM_NAME} + -> {FORUM_NAME} + + + -> {TOPIC_SUBJECT} + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {ATTACHBOX} + {POLLBOX} + + + +
    {L_POST_A} +
    {L_USERNAME}
    {L_USERNAME} 
    {L_USERNAME}{USERNAME}
    {L_SUBJECT}
    {L_ICON_TITLE} + + + + + + +
    + +  {switch_icon_checkbox.row.cell.ICON_IMG}   + +
    +
    + + + + +
    {BB_BOX}
    +
    {L_OPTIONS} + + {L_DISABLE_HTML} + + + | {L_DISABLE_BBCODE} + + + | {L_DISABLE_SMILIES} + + +
    {L_ATTACH_SIGNATURE} {L_ATTACH_SIGNATURE_HELP} + + +
    {L_NOTIFY_ON_REPLY} + + +
    {L_DELETE_POST} + + +
    {L_TOPIC_GLANCE_PRIORITY} {L_TOPIC_GLANCE_PRIORITY_HELP} + + +
    {L_LOCK_TOPIC} + + +
    {L_UNLOCK_TOPIC} + + +
    {L_WELCOME_PM} + +
    {L_TYPE_TOGGLE} + {S_TYPE_TOGGLE}
    +
    + {S_HIDDEN_FORM_FIELDS} + + +
    + + + + + +
    {S_TIMEZONE}
    +
    + + + + + +
    {JUMPBOX}
    + +{TOPIC_REVIEW_BOX} +
    +
    diff --git a/themes/XtremeV3b/forums/posting_poll_body.tpl b/themes/XtremeV3b/forums/posting_poll_body.tpl new file mode 100644 index 00000000..62bab9f8 --- /dev/null +++ b/themes/XtremeV3b/forums/posting_poll_body.tpl @@ -0,0 +1,34 @@ + + {L_ADD_A_POLL} + + + {L_ADD_POLL_EXPLAIN} + + + {L_POLL_QUESTION} + + + + + {L_POLL_OPTION} +   + + + + {L_POLL_OPTION} +   + + + {L_POLL_LENGTH} +  {L_DAYS} {L_POLL_LENGTH_EXPLAIN} + + + {L_POLL_TOGGLE} +  {L_POLL_TOGGLE_EXPLAIN} + + + + {L_POLL_DELETE} + + + \ No newline at end of file diff --git a/themes/XtremeV3b/forums/posting_preview.tpl b/themes/XtremeV3b/forums/posting_preview.tpl new file mode 100644 index 00000000..19777219 --- /dev/null +++ b/themes/XtremeV3b/forums/posting_preview.tpl @@ -0,0 +1,21 @@ + + + + + + + + + + + + +
    {L_PREVIEW} +
    {L_POST}{L_POSTED}: {POST_DATE}     {L_POST_SUBJECT}: {POST_SUBJECT}
    + + + + +
    {MESSAGE}{ATTACHMENTS}
    +
    +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/posting_smilies.tpl b/themes/XtremeV3b/forums/posting_smilies.tpl new file mode 100644 index 00000000..9e011c39 --- /dev/null +++ b/themes/XtremeV3b/forums/posting_smilies.tpl @@ -0,0 +1,46 @@ + + + + + + + + + + + + +
    {L_EMOTICONS}
    + + + + + + + + + + + + + +
    {smilies_row.smilies_col.SMILEY_DESC}
    {L_MORE_SMILIES}
    +
    {L_CLOSE_WINDOW}
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/posting_topic_review.tpl b/themes/XtremeV3b/forums/posting_topic_review.tpl new file mode 100644 index 00000000..cf4bff75 --- /dev/null +++ b/themes/XtremeV3b/forums/posting_topic_review.tpl @@ -0,0 +1,67 @@ + + + + + + + + + + + + +
    {L_TOPIC_REVIEW}
    +
    + + + + + + + + + + + + + + + + +
    {L_AUTHOR}{L_MESSAGE}
    {postrow.POSTER_NAME} + + + + + + + + + + + + +
    {postrow.L_MINI_POST_ALT}{L_POSTED}: {postrow.POST_DATE}   {L_POST_SUBJECT}: {postrow.POST_SUBJECT}

    {postrow.MESSAGE}{postrow.ATTACHMENTS}
    +
     
    + + + +
    +
    + + \ No newline at end of file diff --git a/themes/XtremeV3b/forums/printer_header.tpl b/themes/XtremeV3b/forums/printer_header.tpl new file mode 100644 index 00000000..120a5278 --- /dev/null +++ b/themes/XtremeV3b/forums/printer_header.tpl @@ -0,0 +1,102 @@ + + + + + +{META} +{SITENAME} :: {PAGE_TITLE} + + + + + \ No newline at end of file diff --git a/themes/XtremeV3b/forums/printertopic_body.tpl b/themes/XtremeV3b/forums/printertopic_body.tpl new file mode 100644 index 00000000..4f78d604 --- /dev/null +++ b/themes/XtremeV3b/forums/printertopic_body.tpl @@ -0,0 +1,37 @@ +{TOPIC_TITLE}
    +
    + + + + + +
    {L_SELECT_MESSAGES_FROM} + # {L_SELECT_THROUGH} + # + + + {L_FAQ}
    +[/[{L_PRINT}]\]
    +{PAGINATION}
    +{SITENAME} + -> {FORUM_NAME} + + + {POLL_DISPLAY} + + +

    +#{postrow.POST_NUMBER}: {postrow.POST_SUBJECT} {L_AUTHOR}: {postrow.POSTER_NAME}{postrow.POSTER_FROM} +{postrow.L_MINI_POST_ALT}{L_POSTED}: {postrow.POST_DATE}
    +     —
    + +{postrow.MESSAGE}{postrow.EDITED_MESSAGE}{postrow.ATTACHMENTS} + +



    +{SITENAME} + -> {FORUM_NAME} +


    output generated using printer-friendly topic mod. {S_TIMEZONE}

    {PAGINATION} +
    {PAGE_NUMBER}
    +
    + + \ No newline at end of file diff --git a/themes/XtremeV3b/forums/privmsgs_body.tpl b/themes/XtremeV3b/forums/privmsgs_body.tpl new file mode 100644 index 00000000..4cd8a605 --- /dev/null +++ b/themes/XtremeV3b/forums/privmsgs_body.tpl @@ -0,0 +1,159 @@ + +
    + + + + + +
    + +
    + + + + + +
    {POST_PM_IMG} {MASS_PM_IMG} {L_INDEXHOME} Private Messages {PAGE_NUMBER} + {L_DISPLAY_MESSAGES}: +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_INBOX}
    + + + + + + + +
    {BOX_SIZE_STATUS} {L_INBOX_PERCENTAGE}
    + +
    +
    + + + + + + + +
    {ATTACH_BOX_SIZE_STATUS}
    +
     
    {INBOX}({TOTAL_INBOX}){SENTBOX}({TOTAL_SENTBOX}){OUTBOX}({TOTAL_OUTBOX}){SAVEBOX}({TOTAL_SAVEBOX})
     
    + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_FLAG}{L_SUBJECT}{L_FROM_OR_TO}{L_DATE}{L_MARK}
    {listrow.L_PRIVMSG_FOLDER_ALT}{listrow.SUBJECT}{listrow.FROM}{listrow.DATE}
    {L_NO_MESSAGES}
    + {S_HIDDEN_FIELDS} + + + + Select All
    +
     
    + + + + + + + + +
    {POST_PM_IMG} {MASS_PM_IMG} {L_INDEXHOME} Private Messages {PAGE_NUMBER} + {L_MARK_ALL} :: {L_UNMARK_ALL} + +
    {PAGINATION} + +
    {S_TIMEZONE} +
    +
    + + + +
    +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/privmsgs_popup.tpl b/themes/XtremeV3b/forums/privmsgs_popup.tpl new file mode 100644 index 00000000..95d661b6 --- /dev/null +++ b/themes/XtremeV3b/forums/privmsgs_popup.tpl @@ -0,0 +1,21 @@ + + + + + + +
    + + + + +

    {L_MESSAGE}

    {L_CLOSE_WINDOW}

    +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/privmsgs_preview.tpl b/themes/XtremeV3b/forums/privmsgs_preview.tpl new file mode 100644 index 00000000..21290e99 --- /dev/null +++ b/themes/XtremeV3b/forums/privmsgs_preview.tpl @@ -0,0 +1,38 @@ +
    + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_PREVIEW}
    {L_FROM}{MESSAGE_FROM}
    {L_TO}{MESSAGE_TO}
    {L_POSTED}{POST_DATE}
    {L_SUBJECT}{POST_SUBJECT}
    {MESSAGE}{ATTACHMENTS}
     
    +
    +
    +
    diff --git a/themes/XtremeV3b/forums/privmsgs_read_body.tpl b/themes/XtremeV3b/forums/privmsgs_read_body.tpl new file mode 100644 index 00000000..09e60dbc --- /dev/null +++ b/themes/XtremeV3b/forums/privmsgs_read_body.tpl @@ -0,0 +1,86 @@ +
    + + + + + +
    + + + + + + + + +
    {REPLY_PM_IMG} {L_INDEX}
    + +
    + + + + + + + + + + + + + + + + +
    {BOX_NAME} :: {L_MESSAGE}
    {INBOX}{SENTBOX}{OUTBOX}{SAVEBOX}
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {ROPM_QUICKREPLY_OUTPUT} + +
    {L_FROM}{MESSAGE_FROM} {POSTER_FROM_ONLINE_STATUS}
    {L_TO}{MESSAGE_TO} {POSTER_TO_ONLINE_STATUS}
    {L_POSTED}{POST_DATE}
    {L_SUBJECT}{POST_SUBJECT}{QUOTE_PM_IMG} {EDIT_PM_IMG}
    {MESSAGE}{ATTACHMENTS}
    {PROFILE_IMG} {PM_IMG} {EMAIL_IMG} {WWW_IMG}
    {S_HIDDEN_FIELDS}  
    +
     
    + + + + + + + + +
    {REPLY_PM_IMG}{S_TIMEZONE}
    +
    + + + + + +
    {JUMPBOX}
    + +
    +
    diff --git a/themes/XtremeV3b/forums/profile_add_body.tpl b/themes/XtremeV3b/forums/profile_add_body.tpl new file mode 100644 index 00000000..f6142b94 --- /dev/null +++ b/themes/XtremeV3b/forums/profile_add_body.tpl @@ -0,0 +1,487 @@ +
    +{ERROR_BOX} + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_REGISTRATION_INFO}
    + {L_USERNAME} + +
    {L_NAME}
    + {L_EMAIL_ADDRESS} + +
    {L_GENDER} + {L_GENDER_NOT_SPECIFY}   + {L_GENDER_MALE}   + {L_GENDER_FEMALE} +
    + {L_BIRTHDAY} + + {BIRTHDAY_INTERFACE}
    + {L_CURRENT_PASSWORD} + + +
    + {L_NEW_PASSWORD} + + + + +
    + {L_CONFIRM_PASSWORD} + + +
     
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_PROFILE_INFO}
    {L_PROFILE_INFO_NOTICE}
    + {L_FACEBOOK} + +
    {L_WEBSITE}
    {L_LOCATION}
    {L_FLAG}{FLAG_SELECT} 
    {L_OCCUPATION}
    {L_INTERESTS}
    {L_EXTRA_INFO}
    {SIG_DESC}
    + {xdata.NAME} + +
    + {xdata.NAME} + +
    + {xdata.NAME} + +
    + {xdata.NAME} + +
    + {xdata.NAME} + + + +
    + {xdata.NAME} + + + + {xdata.switch_type_radio.options.OPTION}
    + +
     
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_PREFERENCES}
    {L_GLANCE_SHOW}{GLANCE_SHOW}
    {L_HIDE_IMAGES}{L_YES}  {L_NO}
    {L_PUBLIC_VIEW_EMAIL}{L_YES}  {L_NO}
    {L_HIDE_USER}{L_YES}  {L_NO}
    {L_BIRTHDAY_DISPLAY} + +
    {L_BDAY_SEND_GREETING}
    {L_BDAY_SEND_GREETING_EXPLAIN}
    + {L_NONE}   + + {L_EMAIL}   + + + {L_PM}   + + + {L_POPUP}   + +
    + {L_NOTIFY_ON_REPLY} + + {L_YES}  {L_NO}
    {L_NOTIFY_ON_PRIVMSG}{L_YES}  {L_NO}
    + {L_ENABLE_MASS_PM} + + + {L_YES}  {L_NO}  {L_NO_MASS_PM} +
    + {L_ENABLE_MASS_PM} + + {L_YES}  {L_NO}
    {L_ALWAYS_ADD_SIGNATURE}{L_YES}  {L_NO}
    {L_ALWAYS_ALLOW_BBCODE}{L_YES}  {L_NO}
    {L_ALWAYS_ALLOW_HTML}{L_YES}  {L_NO}
    {L_BIRTHDAY}{BIRTHDAY_INTERFACE}
    {L_ALWAYS_ALLOW_SMILIES}{L_YES}  {L_NO}
    {L_SHOW_AVATARS}{L_YES}  {L_NO}
    {L_SHOW_SIGNATURES}{L_YES}  {L_NO}
    {L_NEWSLETTER}{L_YES}  {L_NO}
    + {L_WORD_WRAP} + + {L_WORD_WRAP_EXTRA}
    {L_BOARD_LANGUAGE}{LANGUAGE_SELECT}
    {L_BOARD_STYLE}{STYLE_SELECT}
    + {L_TIME_MODE} + + + {L_TIME_MODE_AUTO}
    + {L_TIME_MODE_FULL_PC}  
    + {L_TIME_MODE_SERVER_PC}  
    + {L_TIME_MODE_FULL_SERVER}

    + {L_TIME_MODE_MANUAL}
    +   {L_TIME_MODE_DST}:{L_YES}{L_TIME_MODE_DST_ON} {L_NO}{L_TIME_MODE_DST_OFF} {L_TIME_MODE_DST_SERVER}
    +   {L_TIME_MODE_DST_TIME_LAG}: {L_TIME_MODE_DST_MN}
    +   {L_TIME_MODE_TIMEZONE}: {TIMEZONE_SELECT} +
    + {L_DATE_FORMAT} + +
     
    + +
    + + + + + + + + + + + + + + + + + + + + + +
    {L_QUICK_REPLY_PANEL}
    {L_SHOW_QUICK_REPLY}{QUICK_REPLY_SELECT}
    {L_QUICK_REPLY_MODE}{L_QUICK_REPLY_MODE_BASIC}  {L_QUICK_REPLY_MODE_ADVANCED}
    {L_OPEN_QUICK_REPLY}{L_YES}{L_NO}
     
    +
    + + + + + + + + + + + +
    {L_SCEDITOR_PANEL}
    {L_SCEDITOR_STATE}{SCEDITOR_SELECT}
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_AVATAR_PANEL}
    + + + + + +
    {L_AVATAR_EXPLAIN}{L_CURRENT_IMAGE}
    {AVATAR}
     {L_DELETE_AVATAR}
    +
    {L_UPLOAD_AVATAR_FILE}:
    + {L_UPLOAD_AVATAR_URL} + +
    + {L_LINK_REMOTE_AVATAR} + +
    {L_AVATAR_GALLERY}
    {S_HIDDEN_FIELDS}  
    + +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/profile_avatar_gallery.tpl b/themes/XtremeV3b/forums/profile_avatar_gallery.tpl new file mode 100644 index 00000000..305ccbd5 --- /dev/null +++ b/themes/XtremeV3b/forums/profile_avatar_gallery.tpl @@ -0,0 +1,36 @@ +
    + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_AVATAR_GALLERY}
    {L_CATEGORY}: {S_CATEGORY_SELECT} 
    {avatar_row.avatar_column.AVATAR_NAME}
    {S_HIDDEN_FIELDS} + +    + +
    +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/profile_send_email.tpl b/themes/XtremeV3b/forums/profile_send_email.tpl new file mode 100644 index 00000000..2a7b499c --- /dev/null +++ b/themes/XtremeV3b/forums/profile_send_email.tpl @@ -0,0 +1,73 @@ + + +
    + +{ERROR_BOX} + + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_SEND_EMAIL_MSG}
    {L_RECIPIENT}{USERNAME}
    {L_SUBJECT}
    {L_MESSAGE_BODY}
    {L_MESSAGE_BODY_DESC}
    {L_OPTIONS} + + + + +
    {L_CC_EMAIL}
    + + + + + +
    {S_TIMEZONE}
    + + + + + +
    {JUMPBOX}
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/profile_send_pass.tpl b/themes/XtremeV3b/forums/profile_send_pass.tpl new file mode 100644 index 00000000..e2e81723 --- /dev/null +++ b/themes/XtremeV3b/forums/profile_send_pass.tpl @@ -0,0 +1,34 @@ +
    + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + +
    {L_SEND_PASSWORD}
    {L_ITEMS_REQUIRED}
    {L_USERNAME}: * + +
    {L_EMAIL_ADDRESS}: * + +
    {S_HIDDEN_FIELDS} + +    + +
    +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/profile_signature.tpl b/themes/XtremeV3b/forums/profile_signature.tpl new file mode 100644 index 00000000..3edac740 --- /dev/null +++ b/themes/XtremeV3b/forums/profile_signature.tpl @@ -0,0 +1,118 @@ + + + + +
    {L_INDEX}
    + +
    + + + + + + + + + + +
    {SIG_PREVIEW}
    {CURRENT_PREVIEW}
    {PROFIL_IMG} {EMAIL_IMG} {PM_IMG} {WWW_IMG}
    + +
    + + + + + + + + + + + + + + +
    {SIG_EDIT}
    + + + + + + +
    {HTML_STATUS}{BBCODE_STATUS}{SMILIES_STATUS}
    +
    {BB_BOX}
    + + + + + +
    +
    + + + +
    + + + + + + + + + + +
    {SIG_PREVIEW}
    {REAL_PREVIEW}
    {PROFIL_IMG} {EMAIL_IMG} {PM_IMG} {WWW_IMG}
    + +
    + + + + + + + + + + + + + + +
    {SIG_EDIT}
    + + + + + + +
    {HTML_STATUS}{BBCODE_STATUS}{SMILIES_STATUS}
    +
    {BB_BOX}
    + + + + + +
    +
    + + + +
    + + + + + + + + + + +
    {SIG_SAVE}
    {SAVE_MESSAGE}
    + + + +
    +
    + \ No newline at end of file diff --git a/themes/XtremeV3b/forums/profile_view_body.tpl b/themes/XtremeV3b/forums/profile_view_body.tpl new file mode 100644 index 00000000..57c9fe2c --- /dev/null +++ b/themes/XtremeV3b/forums/profile_view_body.tpl @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_VIEWING_PROFILE}
    Change my InfoChange HomeMessagesChange ThemeLogout
     
    {USER_RANK_01_IMG}{USER_RANK_01}{USER_RANK_02_IMG}{USER_RANK_02}{USER_RANK_03_IMG}{USER_RANK_03}{USER_RANK_04_IMG}{USER_RANK_04}{USER_RANK_05_IMG}{USER_RANK_05}
     
    + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_AVATAR}
    {AVATAR_IMG}
    {L_FORUM_INFO}
    {L_JOINED}{JOINED}
    {L_USER_LAST_VISIT}{USER_LAST_VISIT}
    {L_TOTAL_POSTS}{POSTS} ({POST_DAY_STATS} | {POST_PERCENT_STATS})
    {L_REPUTATION}{REPUTATION}
    {L_ONLINE_STATUS}{ONLINE_STATUS}
    {L_CONTACT_DETAILS}
    {L_WEBSITE}{WWW}
    {L_EMAIL_ADDRESS}{EMAIL}
    {L_PM}{PM}
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_ADDITIONAL_INFO}
    {L_ADMIN_NOTES}{ADMIN_NOTES}
    {L_LOCATION}{LOCATION}
    {L_GENDER}{GENDER}
    {xdata.NAME}{xdata.VALUE}
    {L_USERS_SIGNATURE}
    {USER_SIG}
    {L_EXTRA_INFO}
    {EXTRA_INFO}
    {L_USER_ADMIN_FOR}
    {EDIT_THIS_USER}
    {BAN_THIS_USER_IP}
    {SUSPEND_THIS_USER}
    {DELETE_THIS_USER}
    +
    +
    +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/ranks_body.tpl b/themes/XtremeV3b/forums/ranks_body.tpl new file mode 100644 index 00000000..d9a68616 --- /dev/null +++ b/themes/XtremeV3b/forums/ranks_body.tpl @@ -0,0 +1,82 @@ +
    + + + + + +
    + + + + + + +
    {L_INDEX} -> {L_RANKS}
    + + + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_RANKS}
    {L_RANKS}{L_MINI}{L_TOTAL_USERS}
    {ranks.RANK_TITLE}
    {ranks.RANK_IMAGE}
    {ranks.RANK_MINI}{ranks.RANK_TOTAL}
    {ranks.userlist.USERS_LIST}
    +
    + + + + + + + + + + + + + + + + + + + +
    {L_SPECIAL_RANKS}
     {L_SPECIAL_RANKS}  + +  {L_TOTAL_USERS}  + + +  {L_USERS_LIST}  + +
    {spe_ranks.RANK_TITLE}
    {spe_ranks.RANK_IMAGE}
    {spe_ranks.userlist.USERS_LIST}{spe_ranks.no_userlist.RANK_TOTAL}
    +
    + +
    +
    diff --git a/themes/XtremeV3b/forums/recent_body.tpl b/themes/XtremeV3b/forums/recent_body.tpl new file mode 100644 index 00000000..e5602ebb --- /dev/null +++ b/themes/XtremeV3b/forums/recent_body.tpl @@ -0,0 +1,55 @@ +
    + + + + + + + +
    {L_SHOWING_POSTS} {STATUS}
    {L_SELECT_MODE} + [ {L_TODAY} ] + [ {L_YESTERDAY} ] + [ {L_LAST24} ] + [ {L_LASTWEEK} ] + [ {L_LAST} + + {L_DAYS} ]
    + + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + +
    {L_RECENT_TITLE}
    {recent.TOPIC_FOLDER_ALT}{recent.NEWEST_IMG}{recent.TOPIC_TYPE}{recent.TOPIC_TITLE} + {recent.GOTO_PAGE}
    {recent.FIRST_TIME}{recent.FIRST_AUTHOR}
     {recent.L_REPLIES}: {recent.REPLIES} +
     {recent.L_VIEWS}: {recent.VIEWS}
     {recent.FORUM_NAME} {recent.LAST_URL} {recent.LAST_TIME}   +
    {recent.LAST_AUTHOR}
      
    {L_NO_TOPICS}
     
    + + + + + + +
    {PAGE_NUMBER}{PAGINATION}
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/report_comment.tpl b/themes/XtremeV3b/forums/report_comment.tpl new file mode 100644 index 00000000..dcd8a1f0 --- /dev/null +++ b/themes/XtremeV3b/forums/report_comment.tpl @@ -0,0 +1,39 @@ + + + + +
    {L_REPORT_COMMENT}: {TOPIC_TITLE}
    + + + + + +
    {L_INDEX}
    + +
    + + + + + + + + + + +
    {L_REPORT_COMMENT} +
    {L_COMMENTS}
    {L_LAST_ACTION_COMMENTS_EXPLAIN}
    +
    + + + + + + + + + + + +
    {L_PREVIOUS_COMMENTS} +
     {REPORT_COMMENTS}
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/report_post.tpl b/themes/XtremeV3b/forums/report_post.tpl new file mode 100644 index 00000000..d596ef64 --- /dev/null +++ b/themes/XtremeV3b/forums/report_post.tpl @@ -0,0 +1,26 @@ + + + + +
    {L_REPORT_POST}: {TOPIC_TITLE}
    + + + + + +
    {L_INDEX}
    + +
    + + + + + + + + + + +
    {L_REPORT_POST} +
    {L_COMMENTS}
    {L_COMMENTS_EXPLAIN}
    +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/reports_view.tpl b/themes/XtremeV3b/forums/reports_view.tpl new file mode 100644 index 00000000..39bfea5e --- /dev/null +++ b/themes/XtremeV3b/forums/reports_view.tpl @@ -0,0 +1,57 @@ +
    + + + + + +
    {L_INDEX} +   +
    +
    + +
    + + + + + + + + + + + + + + + + + + +
    {L_ACTION}{L_POST}{L_COMMENTS}{L_STATUS}{L_LAST_ACTION_COMMENTS}
     {postrow.L_CLOSE_REPORT}{postrow.TOPIC_TITLE}
    {postrow.FORUM}
    {postrow.REPORTER} ({postrow.DATE})

    {postrow.COMMENTS}
    {postrow.LAST_ACTION}{postrow.LAST_ACTION_COMMENTS}
    + + + + + + +
    + +   + + + + {L_OPT_OUT} +
    +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/reputation.tpl b/themes/XtremeV3b/forums/reputation.tpl new file mode 100644 index 00000000..545e7dfa --- /dev/null +++ b/themes/XtremeV3b/forums/reputation.tpl @@ -0,0 +1,162 @@ +
    {L_CLOSEWINDOW}
    + +{rep_stats.L_REPUTATION} {rep_stats.USERNAME}
    +
    + + + + + + + + + + + + + + + + + + + + + + + +
    {rep_stats.L_TOTALRECEIVED}:{rep_stats.L_TOTALGIVEN}:
       {rep_stats.L_REPUTATION2}{rep_stats.STATREP_SUM}   {rep_stats.L_REPUTATION2}{rep_stats.STATREP_SUM_GIVEN}
       {rep_stats.L_POSITIVE} {rep_stats.L_VOTES}{rep_stats.STATREP_SUMPOS}   {rep_stats.L_POSITIVE} {rep_stats.L_VOTES}{rep_stats.STATREP_SUMPOS_GIVEN}
       {rep_stats.L_NEGATIVE} {rep_stats.L_VOTES}{rep_stats.STATREP_SUMNEG}   {rep_stats.L_NEGATIVE} {rep_stats.L_VOTES}{rep_stats.STATREP_SUMNEG_GIVEN}
    + + + + +
    {rep_stats.L_GLOBALSTATS}
    + + + + + + + + + + + + + + + + + + + + + +
    {rep_stats.L_WHO}{rep_stats.L_WHOM}{rep_stats.L_DIR}{rep_stats.L_HOWMUCH}{rep_stats.L_POST}{rep_stats.L_COMMENT}{rep_stats.L_DATE}
    {rep_stats.row.USERNAME2}{rep_stats.row.USERNAME}
    {rep_stats.row.REPNEG}
    {rep_stats.row.REPSUM}
    {rep_stats.row.POST}{rep_stats.row.REPCOMMENT}{rep_stats.row.REPTIME}
    + + + + + + + + + +
    {rep_stats.L_RECEIVEDREPUTATION}{rep_stats.L_GIVENREPUTATION}{PAGE_NUMBER}{rep_stats.PAGINATION}
    + + + +{rep_globalstats.L_GLOBALSTATS}

    + + + + + + + + + + + + + + + + + + + + + +
    {rep_globalstats.L_TOTAL_GIVEN_BY_USERS}{rep_globalstats.TOTAL_GIVEN_BY_USERS}
    {rep_globalstats.L_ACTIVE_USER}{rep_globalstats.ACTIVE_USER} ({rep_globalstats.TOTAL_GIVEN_BY_ACTIVE_USER})
    {rep_globalstats.L_BEST_REP_USER}{rep_globalstats.MAX_USERREP_USERNAME} ({rep_globalstats.L_REPUTATION}: {rep_globalstats.MAX_USERREP})
    {rep_globalstats.L_WORST_REP_USER}{rep_globalstats.MIN_USERREP_USERNAME} ({rep_globalstats.L_REPUTATION}: {rep_globalstats.MIN_USERREP})
    {rep_globalstats.L_MAX_GIVEN_SUM}{rep_globalstats.MAX_REPSUM} ({rep_globalstats.MAX_REPSUM_USERNAME})
    +
    + + + + + + + + + + + + + + + + + + + + + +
    {rep_globalstats.L_WHO}{rep_globalstats.L_WHOM}{rep_globalstats.L_DIR}{rep_globalstats.L_HOWMUCH}{rep_globalstats.L_POST}{rep_globalstats.L_COMMENT}{rep_globalstats.L_DATE}
    {rep_globalstats.row.USERNAME2}{rep_globalstats.row.USERNAME}
    {rep_globalstats.row.REPNEG}
    {rep_globalstats.row.REPSUM}
    {rep_globalstats.row.POST}{rep_globalstats.row.REPCOMMENT}{rep_globalstats.row.REPTIME}
    + + + + + +
    {PAGE_NUMBER}{rep_globalstats.PAGINATION}
    + + + +{rep_add.L_REPUTATIONGIVING} {rep_add.USERNAME}
    + +
    +{rep_add.L_YOUHAVEPOINTS}: {rep_add.REPSUM}
    + + + + + + + + + + + + + + + + + + + + + + + + +
    {rep_add.L_DESCR}{rep_add.L_FORM}
    {rep_add.L_ENTERREPSUM}
    + {rep_add.L_ENTERREPSUM_EXPLAIN}
    {rep_add.L_CHOOSEDIR}
    + {rep_add.L_CHOOSEDIR_EXPLAIN}
         
    {rep_add.L_ENTERCOMMENT}
    + {rep_add.L_ENTERCOMMENT_EXPLAIN}
      + + + + {SIMPLE_HIDDEN} +
    + +
    Powered by Users Reputations system v1.0.0 © 2006 Anton Granik
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/ropm_quick_reply.tpl b/themes/XtremeV3b/forums/ropm_quick_reply.tpl new file mode 100644 index 00000000..f33461ca --- /dev/null +++ b/themes/XtremeV3b/forums/ropm_quick_reply.tpl @@ -0,0 +1,65 @@ + + + + +
    + + {L_QUICK_REPLY} + + + {L_SUBJECT} +
    + + + {ROPM_QUICK_REPLY.BB_BOX} + + + {L_OPTIONS} + +  {L_QUOTE_LAST_MESSAGE}
    + +  {L_DISABLE_HTML}
    + + +  {L_DISABLE_BBCODE}
    + + +  {L_DISABLE_SMILIES}
    + +  {L_ATTACH_SIGNATURE}
    + + + + + {ROPM_QUICK_REPLY.S_HIDDEN_FIELDS} + + + + +
    + \ No newline at end of file diff --git a/themes/XtremeV3b/forums/rules_body.tpl b/themes/XtremeV3b/forums/rules_body.tpl new file mode 100644 index 00000000..ca38089f --- /dev/null +++ b/themes/XtremeV3b/forums/rules_body.tpl @@ -0,0 +1,62 @@ +
    + + + + + +
    + + + + + +
    {L_INDEX}
    + + + + + + + + + + + +
    {L_FAQ_TITLE}
    + + {faq_block_link.BLOCK_TITLE}
    + + {faq_block_link.faq_row_link.FAQ_LINK}
    + +
    + +
     
    + +
    + + + + + + + + + + + + + + +
    {faq_block.BLOCK_TITLE}
    {faq_block.faq_row.FAQ_QUESTION}
    {faq_block.faq_row.FAQ_ANSWER}
    {L_BACK_TO_TOP}
     
    + +
    + + + + + + +
    {JUMPBOX}
    (c) Rules Hack by Dwing
    + +
    +
    diff --git a/themes/XtremeV3b/forums/scoreboard_body.tpl b/themes/XtremeV3b/forums/scoreboard_body.tpl new file mode 100644 index 00000000..7713b7a2 --- /dev/null +++ b/themes/XtremeV3b/forums/scoreboard_body.tpl @@ -0,0 +1,64 @@ +
    + + + + + +
    + + {L_INDEX} + {NAV_CAT_DESC} ->  + + {GAMENAME} +
    + + + + + + +
    + + {PAGINATION} + +
    + + + + + + + + + + + + + + + + +
     {L_POS}  {L_USER}  {L_SCORE}  {L_DATE} 
    {scorerow.POS} + + + + + +
    {scorerow.PLAYER}{scorerow.URL_STATS}
    +
    {scorerow.SCORE}{scorerow.DATE}
    + + + + + +
    [{URL_ARCADE}] - [{URL_BESTSCORES}]
    + + + + + + + + +
    {S_TIMEZONE}
    {PAGINATION}
    {PAGE_NUMBER}
    +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/search_body.tpl b/themes/XtremeV3b/forums/search_body.tpl new file mode 100644 index 00000000..6e198e61 --- /dev/null +++ b/themes/XtremeV3b/forums/search_body.tpl @@ -0,0 +1,66 @@ +
    + + + + + +
    + +
    + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_SEARCH_QUERY}
    {L_SEARCH_KEYWORDS}:
    {L_SEARCH_KEYWORDS_EXPLAIN}

    {L_SEARCH_ANY_TERMS}
    {L_SEARCH_ALL_TERMS}
    {L_SEARCH_AUTHOR}:
    {L_SEARCH_AUTHOR_EXPLAIN}
    {L_SEARCH_OPTIONS}
    {L_FORUM}: {L_SEARCH_PREVIOUS}: 
    {L_SEARCH_MESSAGE_TITLE}
    {L_SEARCH_MESSAGE_ONLY}
    {L_CATEGORY}: {L_SORT_BY}: 
    {L_SORT_ASCENDING}
    {L_SORT_DESCENDING}
     
    {L_DISPLAY_RESULTS}: {L_POSTS}{L_TOPICS}{L_RETURN_FIRST} {L_CHARACTERS}
    {S_HIDDEN_FIELDS}
    + + + + + +
    {S_TIMEZONE}
    + + + + + +
    {JUMPBOX}
    +
    +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/search_results_posts.tpl b/themes/XtremeV3b/forums/search_results_posts.tpl new file mode 100644 index 00000000..ce600a36 --- /dev/null +++ b/themes/XtremeV3b/forums/search_results_posts.tpl @@ -0,0 +1,62 @@ +
    + + + + + +
    + + + + + +
    {L_SEARCH_MATCHES}
    + + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + +
    {L_AUTHOR}{L_MESSAGE}
     {L_TOPIC}: {searchresults.TOPIC_TITLE}
    + {searchresults.POSTER_NAME}

    + {L_REPLIES}: {searchresults.TOPIC_REPLIES}
    + {L_VIEWS}: {searchresults.TOPIC_VIEWS} +
    + {searchresults.L_MINI_POST_ALT}{L_FORUM}: {searchresults.FORUM_NAME} {L_POSTED}: {searchresults.POST_DATE} {L_SUBJECT}: {searchresults.POST_SUBJECT}
    {searchresults.MESSAGE}
     
    + + + + + + +
    {PAGE_NUMBER}{PAGINATION}
    {S_TIMEZONE}
    + + + + + +
    {JUMPBOX}
    + +
    +
    diff --git a/themes/XtremeV3b/forums/search_results_topics.tpl b/themes/XtremeV3b/forums/search_results_topics.tpl new file mode 100644 index 00000000..d82d6933 --- /dev/null +++ b/themes/XtremeV3b/forums/search_results_topics.tpl @@ -0,0 +1,61 @@ +
    + + + + + +
    + + + + + +
    {L_SEARCH_MATCHES}
    + + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + + +
      {L_FORUM}  {L_TOPICS}  {L_AUTHOR}  {L_REPLIES}  {L_VIEWS}  {L_LASTPOST} 
    {searchresults.L_TOPIC_FOLDER_ALT}{searchresults.FORUM_NAME}{searchresults.NEWEST_POST_IMG}{searchresults.TOPIC_TYPE}{searchresults.TOPIC_TITLE}
    {searchresults.GOTO_PAGE}
    {searchresults.TOPIC_AUTHOR}{searchresults.REPLIES}{searchresults.VIEWS}{searchresults.LAST_POST_TIME}
    {searchresults.LAST_POST_AUTHOR} {searchresults.LAST_POST_IMG}
     
    + + + + + + +
    {PAGE_NUMBER}{PAGINATION}
    {S_TIMEZONE}
    + + + + + +
    {JUMPBOX}
    + +
    +
    diff --git a/themes/XtremeV3b/forums/search_username.tpl b/themes/XtremeV3b/forums/search_username.tpl new file mode 100644 index 00000000..2d361146 --- /dev/null +++ b/themes/XtremeV3b/forums/search_username.tpl @@ -0,0 +1,49 @@ +
    + + + + + +
    + + + +
    + + + + +
    + + + + + + +
    {L_SEARCH_USERNAME}

     

    {L_SEARCH_EXPLAIN}
    + + {L_UPDATE_USERNAME}
     

    + +
    {L_CLOSE_WINDOW}
    +
    + +
    +
    diff --git a/themes/XtremeV3b/forums/simple_footer.tpl b/themes/XtremeV3b/forums/simple_footer.tpl new file mode 100644 index 00000000..9fa95504 --- /dev/null +++ b/themes/XtremeV3b/forums/simple_footer.tpl @@ -0,0 +1,22 @@ + +

    {REPORT_LINK}

    {ADMIN_LINK}
    + +
    +Powered by phpBB Titanium v4.0.1 | Core © 2001, 2019 phpBB Group +
    +{TRANSLATION_INFO} + +
    + +Titanium Core Theme v2.0 Designed By: Ernest Buffington AKA TheGhost © 2022 The 86it Developers Network + +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/simple_header.tpl b/themes/XtremeV3b/forums/simple_header.tpl new file mode 100644 index 00000000..b3caa5d2 --- /dev/null +++ b/themes/XtremeV3b/forums/simple_header.tpl @@ -0,0 +1,37 @@ + + + + + + +{META} +{SITENAME} :: {PAGE_TITLE} + + + + + + \ No newline at end of file diff --git a/themes/XtremeV3b/forums/staff_body.tpl b/themes/XtremeV3b/forums/staff_body.tpl new file mode 100644 index 00000000..7ecfb95e --- /dev/null +++ b/themes/XtremeV3b/forums/staff_body.tpl @@ -0,0 +1,43 @@ +
    + + + + + +
    + + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_USERNAME}{L_FORUMS}{L_POSTS}{L_JOINED}{L_EMAIL}{L_PM}{L_MESSENGER}{L_WWW}
    {staff.NAME}
    {staff.LEVEL}
    {staff.RANK}
    {staff.RANK_IMAGE}
    {staff.AVATAR}
    {staff.FORUMS} {staff.POSTS}  
    + {staff.POST_PERCENT}  
    {staff.POST_DAY}  +
    [{staff.LAST_POST}]
     
    {staff.JOINED}
    [{staff.PERIOD}]
    {staff.MAIL}{staff.PM}{staff.MSN} {staff.YIM}
    {staff.AIM} {staff.ICQ}
    {staff.WWW}
    + +
    +
    diff --git a/themes/XtremeV3b/forums/statarcade_body.tpl b/themes/XtremeV3b/forums/statarcade_body.tpl new file mode 100644 index 00000000..253826b0 --- /dev/null +++ b/themes/XtremeV3b/forums/statarcade_body.tpl @@ -0,0 +1,60 @@ + + + + + +
    + + {L_INDEX} + +
    + + + + + + + + + + + + + + + + + + + +
     {L_STATS} 
    {USER_AVATAR}
    [{URL_ARCADE}] - [{URL_BESTSCORES}]
    + +
    + {blkligne.blkcolonne.blkgame.GAMENAME} + {blkligne.blkcolonne.blkgame.L_NBSET} + {blkligne.blkcolonne.blkgame.NBSET}
    + + {blkligne.blkcolonne.blkgame.L_TPSSET} + {blkligne.blkcolonne.blkgame.TPSSET}
    + + {blkligne.blkcolonne.blkgame.L_TPSMOY} + {blkligne.blkcolonne.blkgame.TPSMOY}
    + + {blkligne.blkcolonne.blkgame.L_POSGAME} + {blkligne.blkcolonne.blkgame.POSGAME}  {blkligne.blkcolonne.blkgame.IMGFIRST}
    + + {blkligne.blkcolonne.blkgame.L_HIGHSCR} + {blkligne.blkcolonne.blkgame.HIGHSCR}
    + + {blkligne.blkcolonne.blkgame.L_DATHIGHSCR} + {blkligne.blkcolonne.blkgame.DATHIGHSCR}
    +
    + +
    + + + + + + +
    {PAGE_NUMBER}{PAGINATION}
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/statistics.tpl b/themes/XtremeV3b/forums/statistics.tpl new file mode 100644 index 00000000..520a8484 --- /dev/null +++ b/themes/XtremeV3b/forums/statistics.tpl @@ -0,0 +1,27 @@ +{L_INDEX} + + + +
    + +{modules.CURRENT_MODULE} + + + + + + + + +
    Last Update Time{modules.LAST_UPDATE_TIME}Next expected Update{modules.NEXT_GUESSED_UPDATE_TIME}
    + +//--> + + +
    +
    Statistics Mod Version 3 Demonstration (BETA3-2003-03-16) + +


    Statistics Mod - [time: {TIME} | sql time: {SQL_TIME} | queries: {QUERY} | Explain] + +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/stats_mod/content_bars.tpl b/themes/XtremeV3b/forums/stats_mod/content_bars.tpl new file mode 100644 index 00000000..5e5767e6 --- /dev/null +++ b/themes/XtremeV3b/forums/stats_mod/content_bars.tpl @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + {MODULE_NAME} +
    "thCornerL""thCornerR""thTop" align="center" width="10%">{column.VALUE}
    "row1""row2" align="{row.row_column.ALIGNMENT}" width="10%">{row.row_column.VALUE}"row1""row2" align="{row.row_column.ALIGNMENT}" width="50%"> + + + + +
    + + + + +
    + + + + +
    +
    "row1""row2" align="{row.row_column.ALIGNMENT}" width="10%"> + + {row.row_column.VALUE} + + {row.row_column.VALUE} + +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/stats_mod/content_statistical.tpl b/themes/XtremeV3b/forums/stats_mod/content_statistical.tpl new file mode 100644 index 00000000..05ef449d --- /dev/null +++ b/themes/XtremeV3b/forums/stats_mod/content_statistical.tpl @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + +
    + {MODULE_NAME} +
    "thCornerL""thCornerR""thTop" align="center" width="10%">{column.VALUE}
    "row1""row2" align="{row.row_column.ALIGNMENT}" width="10%">{row.row_column.VALUE}"row1""row2" align="{row.row_column.ALIGNMENT}" {row.row_column.WIDTH}> + + {row.row_column.VALUE} + + {row.row_column.VALUE} + +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/stats_mod/content_values.tpl b/themes/XtremeV3b/forums/stats_mod/content_values.tpl new file mode 100644 index 00000000..9798decd --- /dev/null +++ b/themes/XtremeV3b/forums/stats_mod/content_values.tpl @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + +
    + {MODULE_NAME} +
    "thCornerL""thCornerR""thTop" align="center" width="{column.WIDTH}%">{column.VALUE}
    "row2""row1" align="{row.row_column.ALIGN}" width="{row.row_column.WIDTH}%">{row.row_column.VALUE}
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/stats_mod/index.html b/themes/XtremeV3b/forums/stats_mod/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/XtremeV3b/forums/stats_mod/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/XtremeV3b/forums/theme_info.cfg b/themes/XtremeV3b/forums/theme_info.cfg new file mode 100644 index 00000000..ce7fc9af --- /dev/null +++ b/themes/XtremeV3b/forums/theme_info.cfg @@ -0,0 +1,49 @@ + \ No newline at end of file diff --git a/themes/XtremeV3b/forums/toparcade_body.tpl b/themes/XtremeV3b/forums/toparcade_body.tpl new file mode 100644 index 00000000..767d75f9 --- /dev/null +++ b/themes/XtremeV3b/forums/toparcade_body.tpl @@ -0,0 +1,48 @@ + +{HALL_OF_FAME} + + + + +
    + + {L_INDEX} + +  -> {NAV_DESC} +  -> {L_TOPARCADE_FIVE} +
    + + + + + + + + + + + + + +
     {L_ARCADE} 
    + + + + + + + + + + + + +
    {blkligne.blkcolonne.blkgame.GAMENAME}
    {blkligne.blkcolonne.blkgame.blkscore.POS}{blkligne.blkcolonne.blkgame.blkscore.SCORE}{blkligne.blkcolonne.blkgame.blkscore.USERNAME}
    + +
    + + + + + +
    {PAGE_NUMBER}{PAGINATION}
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/topics_list_box.tpl b/themes/XtremeV3b/forums/topics_list_box.tpl new file mode 100644 index 00000000..57904661 --- /dev/null +++ b/themes/XtremeV3b/forums/topics_list_box.tpl @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
     {topics_list_box.row.L_TITLE}  {topics_list_box.row.L_REPLIES}  {topics_list_box.row.L_AUTHOR}  {topics_list_box.row.L_VIEWS}  {topics_list_box.row.L_LASTPOST} 
      {topics_list_box.row.L_TITLE}
    {topics_list_box.row.L_TOPIC_FOLDER_ALT}{topics_list_box.row.ICON} + {topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.TOPIC_TYPE}{topics_list_box.row.TOPIC_TITLE}  {topics_list_box.row.TOPIC_ANNOUNCES_DATES}{topics_list_box.row.TOPIC_CALENDAR_DATES} + + {topics_list_box.row.GOTO_PAGE} + + {topics_list_box.row.TOPIC_NAV_TREE} + + + {topics_list_box.row.REPLIES}{topics_list_box.row.TOPIC_AUTHOR}{topics_list_box.row.VIEWS}{topics_list_box.row.LAST_POST_TIME}
    {topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.LAST_POST_IMG}
    {topics_list_box.row.L_NO_TOPICS}
    {topics_list_box.row.FOOTER}
    + + +
    + + + \ No newline at end of file diff --git a/themes/XtremeV3b/forums/uacp_body.tpl b/themes/XtremeV3b/forums/uacp_body.tpl new file mode 100644 index 00000000..13e9b75d --- /dev/null +++ b/themes/XtremeV3b/forums/uacp_body.tpl @@ -0,0 +1,78 @@ +
    {L_UACP} :: {USERNAME}
    + + + +
    + + + + + +
    + + + + +
    +
    {L_SELECT_SORT_METHOD}: {S_MODE_SELECT}  {L_ORDER} {S_ORDER_SELECT}   + + +
    + + + + + + + + + + + + + + + + + + + + + + + + {attachrow.S_HIDDEN} + + + + + +
    #{L_FILENAME}{L_FILECOMMENT}{L_EXTENSION}{L_SIZE}{L_DOWNLOADS}{L_POST_TIME}{L_POSTED_IN_TOPIC}{L_DELETE}
    {attachrow.ROW_NUMBER}{attachrow.FILENAME}{attachrow.COMMENT}{attachrow.EXTENSION}{attachrow.SIZE}{attachrow.DOWNLOAD_COUNT}{attachrow.POST_TIME}{attachrow.POST_TITLE}{attachrow.S_DELETE_BOX}
    + +
    + + {S_USER_HIDDEN} + + + + + +
    {L_MARK_ALL} :: {L_UNMARK_ALL}
    + + + + + + +
    {PAGE_NUMBER}{PAGINATION}
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/user_delete_body.tpl b/themes/XtremeV3b/forums/user_delete_body.tpl new file mode 100644 index 00000000..62fb8bb1 --- /dev/null +++ b/themes/XtremeV3b/forums/user_delete_body.tpl @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +{all_other_user_posts_in_other_topics.L_TOTAL}: {all_other_user_posts_in_other_topics.NUM_OF_OTHER_POSTS}

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_DELETION_TITLE}
    {resume_to_simple_deletion.RESUME_TO_SIMPLE_DELETION}
    {deleted_user_topics.L_TOPIC_TITLES}:{deleted_user_topics.TOPIC_TITLES}
    {num_of_deleted_user_topics.L_NUM_OF_DELETED_TOPICS}: {num_of_deleted_user_topics.NUM_OF_DELETED_TOPICS}
    {deleted_posts_in_user_topics.L_DELETED_POSTS_IN_U_TOPICS}:{deleted_posts_in_user_topics.DELETED_POSTS_IN_U_TOPICS}
    {num_deleted_posts_in_usertopics.L_NUM_DELETED_POSTS_IN_U_TOPICS}:{num_deleted_posts_in_usertopics.NUM_DELETED_POSTS_IN_U_TOPICS}
    {forums_with_new_last_posts1.L_FORUMS_WHERE_SET_NEW_LASTPOST}:{forums_with_new_last_posts1.LIST_FORUMS_WHERE_SET_NEW_LASTPOST}
    {forums_with_new_last_posts1.L_NUM_FORUMS_WHERE_SET_NEW_LASTPOST}: {forums_with_new_last_posts1.NUM_FORUMS_WHERE_SET_NEW_LASTPOST}
    {recynced_users_in_usertopics.L_RECYNCED_USERS_IN_U_TOPICS}:{recynced_users_in_usertopics.LIST_RECYNCED_USERS_IN_U_TOPICS}
    {recynced_users_in_usertopics.L_TOTAL_USERS_IN_U_TOPICS}:{recynced_users_in_usertopics.TOTAL_USERS_IN_U_TOPICS}
    {topics_where_only_this_user_posts.L_DELETED_TOPICS2}
    {topics_where_only_this_user_posts.L_DELETED_TOPICS2}:{topics_where_only_this_user_posts.LIST_DELETED_TOPICS2}
    {topics_where_only_this_user_posts.L_TOTAL}: {topics_where_only_this_user_posts.TOTAL_DELETED_TOPICS2}
    {topics_where_only_this_user_posts.L_DELETED_POSTS_IN_U_TOPICS2}:{topics_where_only_this_user_posts.LIST_DELETED_POSTS_IN_U_TOPICS2}
    {topics_where_only_this_user_posts.L_TOTAL}:{topics_where_only_this_user_posts.TOTAL_DELETED_POSTS_IN_U_TOPICS2}
    {forums_with_new_last_posts2.L_FORUMS_WHERE_SET_NEW_LASTPOST2}:{forums_with_new_last_posts2.LIST_FORUMS_WHERE_SET_NEW_LASTPOST2}
    {forums_with_new_last_posts2.L_NUM_FORUMS_WHERE_SET_NEW_LASTPOST2}:{forums_with_new_last_posts2.NUM_FORUMS_WHERE_SET_NEW_LASTPOST2}
    {all_other_user_posts_in_other_topics.L_OTHER_POSTS}
    {all_other_user_posts_in_other_topics.L_OTHER_POSTS}:{all_other_user_posts_in_other_topics.LIST_DELETED_OTHER_POSTS}
    {topics_to_recync_first_or_lastpost.L_TOPIC_TO_RECYNK_FIRST_LAST_POSTS}:{topics_to_recync_first_or_lastpost.LIST_TOPICS_TO_RECYNK_FIRST_LAST_POSTS}
    {topics_to_recync_first_or_lastpost.TOTAL}:{topics_to_recync_first_or_lastpost.NUM_TOPICS_TO_RECYNK_FIRST_LAST_POSTS}
    {forums_with_new_last_posts3.L_FORUMS_WHERE_SET_NEW_LASTPOST3}:{forums_with_new_last_posts3.LIST_FORUMS_WHERE_SET_NEW_LASTPOST3}
    {forums_with_new_last_posts3.L_NUM_FORUMS_WHERE_SET_NEW_LASTPOST3}:{forums_with_new_last_posts3.NUM_FORUMS_WHERE_SET_NEW_LASTPOST3}
    {no_other_uposts_in_other_topics.L_NO_OTHER_UPOSTS_IN_OTHERTOPICS}
    + +
    +
    {RETURN_TO_INDEX} +
    +
    +{RETURN_TO_MEMBERLIST} +
    +
    + +

    {JUMPBOX}

    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/viewforum_body.tpl b/themes/XtremeV3b/forums/viewforum_body.tpl new file mode 100644 index 00000000..5ef55c5e --- /dev/null +++ b/themes/XtremeV3b/forums/viewforum_body.tpl @@ -0,0 +1,209 @@ +
    + + + + + +
    + +{GLANCE_OUTPUT} +
    + + + + + + + + + + + + + + + + +
    {FORUM_NAME}
    {L_MODERATOR}: {MODERATORS}
    {LOGGED_IN_USER_LIST}
    {PAGINATION}
     
    {L_POST_NEW_TOPIC}   {L_INDEX} {PARENT_FORUM_NAME} {FORUM_NAME}{L_MARK_TOPICS_READ}
     
    + + + + + + + + + + + + + + + + + + +
     {catrow.CAT_DESC}  {L_TOPICS}  {L_POSTS}  {L_LASTPOST} 
    {catrow.forumrow.L_FORUM_FOLDER_ALT}   {L_INDEX} {PARENT_FORUM_NAME} {FORUM_NAME}
    {catrow.forumrow.FORUM_DESC}
    {catrow.forumrow.TOPICS}{catrow.forumrow.POSTS}{catrow.forumrow.LAST_POST}
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
     {L_TOPICS}  {L_REPLIES}  {L_VIEWS}  {L_LASTPOST} 
    {topicrow.divider.L_DIV_HEADERS}
    {topicrow.L_TOPIC_FOLDER_ALT}{topicrow.ICON} + {topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_ATTACHMENT_IMG}{topicrow.TOPIC_TYPE}{topicrow.TOPIC_TITLE}
    + +
    {topicrow.GOTO_PAGE}
    + +
    + {topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_ATTACHMENT_IMG}{topicrow.TOPIC_TYPE}{topicrow.TOPIC_TITLE}
    + + +
    {topicrow.GOTO_PAGE}
    +
    {topicrow.REPLIES}{topicrow.VIEWS}{topicrow.LAST_POST_IMG} {topicrow.LAST_POST_TIME}
    {topicrow.LAST_POST_AUTHOR}
    {L_NO_TOPICS}
    + + + + +
    + {L_DISPLAY_TOPICS}: {S_SELECT_TOPIC_DAYS}  {S_DISPLAY_ORDER} +
    +
    + + + + + + + + + + + + + + + + + + +
       
    {L_POST_NEW_TOPIC}   {L_INDEX} {PARENT_FORUM_NAME} {FORUM_NAME}{S_TIMEZONE}
    {PAGINATION}
    +
     
    {PAGE_NUMBER}
    +
    +
    + + + + +
    {JUMPBOX}
    +
    + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + {L_NEW_POSTS} +  {L_NEW_POSTS} +    + {L_NO_NEW_POSTS} +  {L_NO_NEW_POSTS} +   

    + {L_GLOBAL_ANNOUNCEMENT}

    +
      + {L_GLOBAL_ANNOUNCEMENT}
    + {L_NEW_POSTS_HOT} +  {L_NEW_POSTS_HOT} +    + {L_NO_NEW_POSTS_HOT} +  {L_NO_NEW_POSTS_HOT} +   

    + {L_ANNOUNCEMENT}

    +
      + {L_ANNOUNCEMENT}

    + {L_NEW_POSTS_LOCKED}

     {L_NEW_POSTS_LOCKED} +    + {L_NO_NEW_POSTS_LOCKED} {L_NO_NEW_POSTS_LOCKED}   + {L_STICKY}  + {L_STICKY}
    {S_AUTH_LIST}
    + + + + + + +
    {JUMPBOX}
    + +
    +
    diff --git a/themes/XtremeV3b/forums/viewonline_body.tpl b/themes/XtremeV3b/forums/viewonline_body.tpl new file mode 100644 index 00000000..9f796774 --- /dev/null +++ b/themes/XtremeV3b/forums/viewonline_body.tpl @@ -0,0 +1,51 @@ + + + + +
    {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
     {L_USERNAME}  {L_LAST_UPDATE}  {L_FORUM_LOCATION} 
    {TOTAL_REGISTERED_USERS_ONLINE}
    {reg_user_row.USERNAME}{reg_user_row.LASTUPDATE}{reg_user_row.FORUM_LOCATION}
    {TOTAL_GUEST_USERS_ONLINE}
    {guest_user_row.USERNAME}{guest_user_row.LASTUPDATE}{guest_user_row.FORUM_LOCATION}
    + + + + + + +
    {L_ONLINE_EXPLAIN}{S_TIMEZONE}
    + +
    + + + + + +
    {JUMPBOX}
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/viewtopic_attach_body.tpl b/themes/XtremeV3b/forums/viewtopic_attach_body.tpl new file mode 100644 index 00000000..ac0bd6ad --- /dev/null +++ b/themes/XtremeV3b/forums/viewtopic_attach_body.tpl @@ -0,0 +1,147 @@ +
    + +

    + + +

    + + + + +
    {postrow.attach.denyrow.L_DENIED}
    +

    + + +

    + + + + + + + + + + + + + + + + + + + +
    {postrow.attach.cat_stream.DOWNLOAD_NAME}
    {L_DESCRIPTION}: + + + + +
    {postrow.attach.cat_stream.COMMENT}
    +
    {L_FILESIZE}:{postrow.attach.cat_stream.FILESIZE} {postrow.attach.cat_stream.SIZE_VAR}
    {postrow.attach.cat_stream.L_DOWNLOADED_VIEWED}:{postrow.attach.cat_stream.L_DOWNLOAD_COUNT}

    + + + + + + + + + + + +

    +
    +

    + + +

    + + + + + + + + + + + + + + + + + + + +
    {postrow.attach.cat_images.DOWNLOAD_NAME}
     {L_DESCRIPTION}: + + + + +
    {postrow.attach.cat_images.COMMENT}
    +
     {L_FILESIZE}: {postrow.attach.cat_images.FILESIZE} {postrow.attach.cat_images.SIZE_VAR}
     {postrow.attach.cat_images.L_DOWNLOADED_VIEWED}: {postrow.attach.cat_images.L_DOWNLOAD_COUNT}

    {postrow.attach.cat_images.DOWNLOAD_NAME}

    +

    + + +

    + + + + + + + + + + + + + + + + + + + +
    {postrow.attach.cat_thumb_images.DOWNLOAD_NAME}
     {L_DESCRIPTION}: + + + + +
    {postrow.attach.cat_thumb_images.COMMENT}
    +
     {L_FILESIZE}: {postrow.attach.cat_thumb_images.FILESIZE} {postrow.attach.cat_thumb_images.SIZE_VAR}
     {postrow.attach.cat_thumb_images.L_DOWNLOADED_VIEWED}: {postrow.attach.cat_thumb_images.L_DOWNLOAD_COUNT}
    +


    {postrow.attach.cat_thumb_images.DOWNLOAD_NAME}

    +

    + + + +

    + + + + + + + + + + + + + + + + + + + + + +
    {postrow.attach.attachrow.DOWNLOAD_NAME}
    {L_DESCRIPTION}:{postrow.attach.attachrow.COMMENT}{postrow.attach.attachrow.S_UPLOAD_IMAGE}
    {L_FILENAME}:{postrow.attach.attachrow.DOWNLOAD_NAME}
    {L_FILESIZE}:{postrow.attach.attachrow.FILESIZE} {postrow.attach.attachrow.SIZE_VAR}
    {postrow.attach.attachrow.L_DOWNLOADED_VIEWED}:{postrow.attach.attachrow.L_DOWNLOAD_COUNT}
    +

    + + + +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/viewtopic_body.tpl b/themes/XtremeV3b/forums/viewtopic_body.tpl new file mode 100644 index 00000000..1609da7f --- /dev/null +++ b/themes/XtremeV3b/forums/viewtopic_body.tpl @@ -0,0 +1,285 @@ +
    + + + + + +
    + +{GLANCE_OUTPUT} + + + + + + + + + +
    {TOPIC_TITLE}

    {PAGINATION} + +
    + + + + + + + + + + + + + +
    + + {L_POST_NEW_TOPIC} + {L_POST_REPLY_TOPIC} + {L_PRINTER_TOPIC} + {L_WHOVIEW_ALT} + + {thanks_button.L_THANK_TOPIC} + + +  {L_INDEX} {PARENT_FORUM_NAME} {FORUM_NAME}
      +
    + + + + + + + + + + + + {POLL_DISPLAY} + + + + + + + + + + + + + + + + + + + +
    + {L_VIEW_PREVIOUS_TOPIC} + {L_VIEW_NEXT_TOPIC} +
    + + + + + +
    +{TOPIC_TITLE}  {L_POSTED}: {postrow.POST_DATE} {postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG} {postrow.REPORT_IMG}
    +
    {postrow.POSTER_FROM_FLAG}{postrow.POSTER_NAME}
    + + + + + + + +
    + {postrow.MESSAGE} + {postrow.ATTACHMENTS} + +
    + {postrow.SIGNATURE} + +


     {postrow.EDITED_MESSAGE}
    + +
    +
    +

    + {postrow.POSTER_AVATAR}

    +

    +
    + {postrow.USER_RANK_01_IMG} + {postrow.USER_RANK_02_IMG} + {postrow.USER_RANK_03_IMG} + {postrow.USER_RANK_04_IMG} + {postrow.USER_RANK_05_IMG} +
    + +

    +
    + {L_RANK_TITLE} + {postrow.USER_RANK_01} +
    + + +
    + {postrow.USER_RANK_02} +
    + + +
    + {postrow.USER_RANK_03} +
    + + +
    + {postrow.USER_RANK_04} +
    + + +
    + {postrow.USER_RANK_05} +
    + +
    + {L_POST_COUNT} + {postrow.POSTER_POSTS} +
    + +
    + {L_REPUTATION} + {postrow.REPUTATION} +
    + +
    + {L_JOINED} + {postrow.POSTER_JOINED} +
    + +
    + {L_STATUS} + {postrow.POSTER_ONLINE_STATUS} +
    + +
    + {L_GENDER} + {postrow.POSTER_GENDER} +
    + + + +
    + {postrow.xdata.NAME} + {postrow.xdata.VALUE} +
    + + +
    {postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.FACEBOOK_IMG} {postrow.SEARCH_IMG}
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {postrow.move_message.MOVE_MESSAGE}
    + + + + + + + +
    {postrow.thanks.THANKFUL}
    + {postrow.thanks.THANKS_TOTAL} {postrow.thanks.THANKED} + +
    +
    {postrow.INLINE_AD}
     
    + {postrow.INLINE_AD} +
    + + + + +
    +
    + {L_DISPLAY_POSTS}: {S_SELECT_POST_DAYS}{S_SELECT_POST_ORDER} +
    +
    +
    + + + + + +
    + + + + + + + +
    + + {L_POST_NEW_TOPIC} + {L_POST_REPLY_TOPIC} + + + {L_POST_SQR_TOPIC} + + {L_PRINTER_TOPIC} + + {L_WHOVIEW_ALT} + + + {thanks_button.L_THANK_TOPIC} + +  {L_INDEX} {PARENT_FORUM_NAME} {FORUM_NAME}{S_TIMEZONE}

    {PAGINATION}
    {PAGE_NUMBER}
    + +{QRBODY} + + + + + + + +

    {S_WATCH_TOPIC}
    {S_EMAIL_TOPIC}
     
    {S_TOPIC_ADMIN}
    {S_AUTH_LIST}
    + + +
    +
    \ No newline at end of file diff --git a/themes/XtremeV3b/forums/viewtopic_poll_ballot.tpl b/themes/XtremeV3b/forums/viewtopic_poll_ballot.tpl new file mode 100644 index 00000000..c1568878 --- /dev/null +++ b/themes/XtremeV3b/forums/viewtopic_poll_ballot.tpl @@ -0,0 +1,30 @@ + +
    +
    + + + + + + + + + + + + + +
    {POLL_QUESTION}
    + + + + + + + +
     {poll_option.POLL_OPTION_CAPTION}
    +
    {L_VIEW_RESULTS}
    + {S_HIDDEN_FIELDS} +
    + + \ No newline at end of file diff --git a/themes/XtremeV3b/forums/viewtopic_poll_result.tpl b/themes/XtremeV3b/forums/viewtopic_poll_result.tpl new file mode 100644 index 00000000..e453c963 --- /dev/null +++ b/themes/XtremeV3b/forums/viewtopic_poll_result.tpl @@ -0,0 +1,18 @@ + +
    + + + + + + + + + + + + +
    {POLL_QUESTION}
    [ {poll_option.POLL_OPTION_RESULT} ] [ {poll_option.POLL_OPTION_PERCENT_VALUE} ] {poll_option.POLL_OPTION_CAPTION}
    {poll_option.POLL_PROGRESS_BAR}
    {L_TOTAL_VOTES} : {TOTAL_VOTES}
    +
    + + \ No newline at end of file diff --git a/themes/XtremeV3b/forums/viewtopic_quickreply.tpl b/themes/XtremeV3b/forums/viewtopic_quickreply.tpl new file mode 100644 index 00000000..4546f444 --- /dev/null +++ b/themes/XtremeV3b/forums/viewtopic_quickreply.tpl @@ -0,0 +1,97 @@ + +
    + + + \ No newline at end of file diff --git a/themes/XtremeV3b/forums/viewtopic_related_body.tpl b/themes/XtremeV3b/forums/viewtopic_related_body.tpl new file mode 100644 index 00000000..ca65195b --- /dev/null +++ b/themes/XtremeV3b/forums/viewtopic_related_body.tpl @@ -0,0 +1,28 @@ + +
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_RELATED_TOPICS}
     {L_TOPICS}  {L_REPLIES}  {L_AUTHOR}  {L_VIEWS}  {L_LASTPOST} 
    {topicrow.L_TOPIC_FOLDER_ALT}{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}{topicrow.TOPIC_TITLE}{topicrow.REPLIES}{topicrow.TOPIC_AUTHOR}{topicrow.VIEWS}{topicrow.LAST_POST_TIME}
    {topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}
     
    diff --git a/themes/XtremeV3b/forums/viewtopic_whoview.tpl b/themes/XtremeV3b/forums/viewtopic_whoview.tpl new file mode 100644 index 00000000..9c4b80a0 --- /dev/null +++ b/themes/XtremeV3b/forums/viewtopic_whoview.tpl @@ -0,0 +1,72 @@ + +
    + + + + + + + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + +
    {L_ACTUAL_TIME}{L_SELECT_SORT_METHOD}: {S_MODE_SELECT}  {L_ORDER} {S_ORDER_SELECT}  
    {L_LAST_VIEWED_TOPIC_LINK_PREFIX} {L_LAST_VIEWED_TOPIC_LINK}
     
    + +

    {L_LAST_VIEWED_TITLE}

    #{L_USERNAME}{L_FROM}{L_TOPIC_COUNT}{L_LAST_VIEWED}{L_ONLINE_STATUS}
    {memberrow.ROW_NUMBER} + {memberrow.CURRENT_AVATAR}{memberrow.USERNAME} + + {memberrow.FLAG}{memberrow.FROM}{memberrow.VIEW_COUNT}{memberrow.VIEW_TIME}{memberrow.ONLINE_STATUS}
    +
    +
    + + +
    + + +
    + diff --git a/themes/XtremeV3b/forums/whoisplaying_body.tpl b/themes/XtremeV3b/forums/whoisplaying_body.tpl new file mode 100644 index 00000000..959591ff --- /dev/null +++ b/themes/XtremeV3b/forums/whoisplaying_body.tpl @@ -0,0 +1,17 @@ +
    + + + + + + + + + + +
    {L_WHOISPLAYING}
    + + {whoisplaying_row.GAME} : + {whoisplaying_row.PLAYER_LIST} + +
    \ No newline at end of file diff --git a/themes/XtremeV3b/function_CloseTable.php b/themes/XtremeV3b/function_CloseTable.php new file mode 100644 index 00000000..80af76ac --- /dev/null +++ b/themes/XtremeV3b/function_CloseTable.php @@ -0,0 +1,56 @@ + + + + + + + + + + + +
    '."\n"; +} +?> diff --git a/themes/XtremeV3b/function_CloseTable2.php b/themes/XtremeV3b/function_CloseTable2.php new file mode 100644 index 00000000..9bcb3a64 --- /dev/null +++ b/themes/XtremeV3b/function_CloseTable2.php @@ -0,0 +1,60 @@ +'; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; + +echo ''; +echo ''; +echo ''; +echo ''; +echo '
    '; +echo ''; +} +?> diff --git a/themes/XtremeV3b/function_CloseTable3.php b/themes/XtremeV3b/function_CloseTable3.php new file mode 100644 index 00000000..e022a6b6 --- /dev/null +++ b/themes/XtremeV3b/function_CloseTable3.php @@ -0,0 +1,59 @@ +'; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; + +echo ''; +echo ''; +echo ''; +echo ''; +echo '
    '; +echo ''; +} +?> diff --git a/themes/XtremeV3b/function_CloseTable4.php b/themes/XtremeV3b/function_CloseTable4.php new file mode 100644 index 00000000..8aa569dd --- /dev/null +++ b/themes/XtremeV3b/function_CloseTable4.php @@ -0,0 +1,41 @@ + diff --git a/themes/XtremeV3b/function_FormatStory.php b/themes/XtremeV3b/function_FormatStory.php new file mode 100644 index 00000000..e422f625 --- /dev/null +++ b/themes/XtremeV3b/function_FormatStory.php @@ -0,0 +1,71 @@ +
    '._NOTE.' '.$notes.'' : ''; +if ($aid == $informant) +{ + echo ''.$thetext.$notes.''; +} +else +{ + if (defined('WRITES')) + { + if (!empty($informant)) + { + if ( is_array($informant) ): + $boxstuff = ''.$informant[1].''; + else: + $boxstuff = ''.$informant.''; + endif; +} +else +{ + $boxstuff = $anonymous.' '; + } + $boxstuff .= _WRITES.' '.$thetext.''.$notes; +} +else +{ + $boxstuff .= $thetext . $notes; + } + echo '' . $boxstuff . ''; + } +} +?> diff --git a/themes/XtremeV3b/function_OpenTable.php b/themes/XtremeV3b/function_OpenTable.php new file mode 100644 index 00000000..2d420790 --- /dev/null +++ b/themes/XtremeV3b/function_OpenTable.php @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + +
    + + +
    +
    + +
    + + + \ No newline at end of file diff --git a/themes/XtremeV3b/function_OpenTable2.php b/themes/XtremeV3b/function_OpenTable2.php new file mode 100644 index 00000000..65b2a75f --- /dev/null +++ b/themes/XtremeV3b/function_OpenTable2.php @@ -0,0 +1,59 @@ +'; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; + +echo ''; + else: + $topic_img = ''; + endif; + + $notes = (!empty($notes)) ? '

    '._NOTE.' '.$notes : ''; + $content = ''; + + if ($aid == $informant): + $content = $thetext.$notes; + else: + + if ($writes): + + if (!empty($informant)) : + $content = (is_array($informant)) ? '' + .$informant[1].' ' : ''.$informant.' '; + else: + $content = $anonymous.' '; + endif; + $content .= _WRITES.' '.$thetext.$notes; + else: + $content .= $thetext.$notes; + endif; + endif; + + $posted = sprintf($customlang['global']['posted_by'], get_author($aid), $time); + $datetime = substr($morelink, 0, strpos($morelink, '|')-strlen($morelink)); + $morelink = substr($morelink, strlen($datetime)+2); + $reads = '( '.$customlang['global']['reads'].': '.$counter.' )'; + + print '
    '; + +echo '
    '; +echo '
    '; +echo '
    '; +} +?> diff --git a/themes/XtremeV3b/function_OpenTable3.php b/themes/XtremeV3b/function_OpenTable3.php new file mode 100644 index 00000000..621dcb08 --- /dev/null +++ b/themes/XtremeV3b/function_OpenTable3.php @@ -0,0 +1,58 @@ +'; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; + +echo ''; + else: + $topic_img = ''; + endif; + $notes = (!empty($notes)) ? '

    '._NOTE.' '.$notes : ''; + $content = ''; + if ($aid == $informant): + $content = $thetext.$notes; + else: + if ($writes): + if (!empty($informant)): + $content = (is_array($informant)) ? ''.$informant[1].' ' : ''.$informant.' '; + else: + $content = $anonymous.''; + endif; + $content .= _WRITES.' '.$thetext.$notes; + else: + $content .= $thetext.$notes; + endif; + endif; + $posted = _POSTEDON.' '.$datetime.' '._BY.' '; + $posted .= get_author($aid); + $reads = '( Reads: '.$counter.' )'; + print '
    '; + +echo '
    '; +echo '
    '; +echo '
    '; +} +?> + diff --git a/themes/XtremeV3b/function_OpenTable4.php b/themes/XtremeV3b/function_OpenTable4.php new file mode 100644 index 00000000..4e6ec230 --- /dev/null +++ b/themes/XtremeV3b/function_OpenTable4.php @@ -0,0 +1,42 @@ + diff --git a/themes/XtremeV3b/function_themearticle.php b/themes/XtremeV3b/function_themearticle.php new file mode 100644 index 00000000..66604794 --- /dev/null +++ b/themes/XtremeV3b/function_themearticle.php @@ -0,0 +1,73 @@ +'; + $topic_img .= ''.$topictext.'
    '; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print '
    '; + print ''; + print '
    '.$title.'
    '; + print '
    '; + print '
    '; + print '
    '.''.$title.'

    '; + print '

    '; + print ''.$posted.''; + print '
    '.$content.'
    '; + print blog_signature($aid); + print "\n\n".''."\n"; + facebook_likes(); + facebook_comments(); + print ''."\n\n\n"; + print '

    '.$reads.'
    '; + print '
    '; + print '
    '."\n"; +} diff --git a/themes/XtremeV3b/function_themecenterbox.php b/themes/XtremeV3b/function_themecenterbox.php new file mode 100644 index 00000000..4d84fac4 --- /dev/null +++ b/themes/XtremeV3b/function_themecenterbox.php @@ -0,0 +1,88 @@ +\n"; + echo"" + . "" + . "" + . "" + . "" + . "" + . "" + . "" + . "" + . "" + . "" + . "" + . "" + . "" + . "
    " + . "" + . "
    ".$title."
    " + . "
    " + . "" + . "" + . "" + . "" + . "" + . "" + . "
    " + . "" + . "" + . "" + . "" + . "" + . "
    " + . "$content
    " + . "
    " + . "
    " + . "
    " + . " " + . "
    "; + + //global $ThemeSel; + //echo "
    \n"; + echo '
    '; + echo '
    '; + + echo "\n\n\n\n"; +} diff --git a/themes/XtremeV3b/function_themeindex.php b/themes/XtremeV3b/function_themeindex.php new file mode 100644 index 00000000..c042e145 --- /dev/null +++ b/themes/XtremeV3b/function_themeindex.php @@ -0,0 +1,66 @@ +'; + $topic_img .= ''.$topictext.'
    '; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print '
    '; + print ''; + print '
    '.$topictext.' » '.$title.'
    '; + print '
    '; + print '
    '; + echo '
    '.''.$title.'

    '; + print '

    '; + print ''.$posted.''; + print '
    '.$content.'
    '; + print blog_signature($aid); + print '

    ' + .$datetime.' '.$topictext.' | '.$morelink.' '.$reads.'
    '; + CloseTable(); +} diff --git a/themes/XtremeV3b/function_themepreview.php b/themes/XtremeV3b/function_themepreview.php new file mode 100644 index 00000000..e6559c3f --- /dev/null +++ b/themes/XtremeV3b/function_themepreview.php @@ -0,0 +1,44 @@ +'.$title.'

    '.$hometext; +echo (!empty($bodytext)) ? '

    '.$bodytext : ''; +echo (!empty($notes)) ? '

    '._NOTE.' '.$notes.'' : ''; +} +?> \ No newline at end of file diff --git a/themes/XtremeV3b/function_themesidebox.php b/themes/XtremeV3b/function_themesidebox.php new file mode 100644 index 00000000..0d9a6bd6 --- /dev/null +++ b/themes/XtremeV3b/function_themesidebox.php @@ -0,0 +1,90 @@ +\n"; + echo"" + . "" + . "" + . "" + . "" + . "" + . "" + . "" + . "" + . "" + . "" + . "" + . "" + . "" + . "
    " + . "" + . "
    ".$title."
    " + . "
    " + . "" + . "" + . "" + . "" + . "" + . "" + . "
    " + . "" + . "" + . "" + . "" + . "" + . "
    " + . "$content
    " + . "
    " + . "
    " + . "
    " + . " " + . "
    "; + + //global $ThemeSel; + //echo "
    \n"; + echo '
    '; + echo '
    '; + + echo "\n\n\n\n"; + +} +?> diff --git a/themes/XtremeV3b/header/header.png b/themes/XtremeV3b/header/header.png new file mode 100644 index 00000000..863464ef Binary files /dev/null and b/themes/XtremeV3b/header/header.png differ diff --git a/themes/XtremeV3b/header/header_r1_c1.png b/themes/XtremeV3b/header/header_r1_c1.png new file mode 100644 index 00000000..2a0f4424 Binary files /dev/null and b/themes/XtremeV3b/header/header_r1_c1.png differ diff --git a/themes/XtremeV3b/header/header_r1_c2.png b/themes/XtremeV3b/header/header_r1_c2.png new file mode 100644 index 00000000..7b38106a Binary files /dev/null and b/themes/XtremeV3b/header/header_r1_c2.png differ diff --git a/themes/XtremeV3b/header/header_r1_c3.png b/themes/XtremeV3b/header/header_r1_c3.png new file mode 100644 index 00000000..3c67c4dc Binary files /dev/null and b/themes/XtremeV3b/header/header_r1_c3.png differ diff --git a/themes/XtremeV3b/header/spacer.gif b/themes/XtremeV3b/header/spacer.gif new file mode 100644 index 00000000..fc256098 Binary files /dev/null and b/themes/XtremeV3b/header/spacer.gif differ diff --git a/themes/XtremeV3b/images/Donations/paypal.png b/themes/XtremeV3b/images/Donations/paypal.png new file mode 100644 index 00000000..f3a79161 Binary files /dev/null and b/themes/XtremeV3b/images/Donations/paypal.png differ diff --git a/themes/XtremeV3b/images/Donations/paypal2.png b/themes/XtremeV3b/images/Donations/paypal2.png new file mode 100644 index 00000000..0c1ff8f5 Binary files /dev/null and b/themes/XtremeV3b/images/Donations/paypal2.png differ diff --git a/themes/XtremeV3b/images/Downloads/code_bg.png b/themes/XtremeV3b/images/Downloads/code_bg.png new file mode 100644 index 00000000..12a35dc4 Binary files /dev/null and b/themes/XtremeV3b/images/Downloads/code_bg.png differ diff --git a/themes/XtremeV3b/images/Downloads/down-logo.png b/themes/XtremeV3b/images/Downloads/down-logo.png new file mode 100644 index 00000000..20128e14 Binary files /dev/null and b/themes/XtremeV3b/images/Downloads/down-logo.png differ diff --git a/themes/XtremeV3b/images/Downloads/grey.png b/themes/XtremeV3b/images/Downloads/grey.png new file mode 100644 index 00000000..71391aab Binary files /dev/null and b/themes/XtremeV3b/images/Downloads/grey.png differ diff --git a/themes/XtremeV3b/images/Downloads/icon-folder.png b/themes/XtremeV3b/images/Downloads/icon-folder.png new file mode 100644 index 00000000..fe55d4d2 Binary files /dev/null and b/themes/XtremeV3b/images/Downloads/icon-folder.png differ diff --git a/themes/XtremeV3b/images/Downloads/index.html b/themes/XtremeV3b/images/Downloads/index.html new file mode 100644 index 00000000..34d61b4d --- /dev/null +++ b/themes/XtremeV3b/images/Downloads/index.html @@ -0,0 +1,32 @@ + + + + + Access Denied + + + + + + + +
    +

    + Access Denied +

    +
    +

    + This is a restricted area which you should not be trying to access!
    + Please return to the mainsite. +

    +
    + +
    +

    + Valid XHTML 1.0 Strict +

    + + \ No newline at end of file diff --git a/themes/XtremeV3b/images/Downloads/link-logo.gif b/themes/XtremeV3b/images/Downloads/link-logo.gif new file mode 100644 index 00000000..39bd1d92 Binary files /dev/null and b/themes/XtremeV3b/images/Downloads/link-logo.gif differ diff --git a/themes/XtremeV3b/images/Downloads/new.pspimage b/themes/XtremeV3b/images/Downloads/new.pspimage new file mode 100644 index 00000000..3e661bb3 Binary files /dev/null and b/themes/XtremeV3b/images/Downloads/new.pspimage differ diff --git a/themes/XtremeV3b/images/Downloads/new_01.png b/themes/XtremeV3b/images/Downloads/new_01.png new file mode 100644 index 00000000..72b010c8 Binary files /dev/null and b/themes/XtremeV3b/images/Downloads/new_01.png differ diff --git a/themes/XtremeV3b/images/Downloads/new_01_01.png b/themes/XtremeV3b/images/Downloads/new_01_01.png new file mode 100644 index 00000000..3ea5fe20 Binary files /dev/null and b/themes/XtremeV3b/images/Downloads/new_01_01.png differ diff --git a/themes/XtremeV3b/images/Downloads/new_03.png b/themes/XtremeV3b/images/Downloads/new_03.png new file mode 100644 index 00000000..431e898d Binary files /dev/null and b/themes/XtremeV3b/images/Downloads/new_03.png differ diff --git a/themes/XtremeV3b/images/Downloads/new_07.png b/themes/XtremeV3b/images/Downloads/new_07.png new file mode 100644 index 00000000..4c7cb87c Binary files /dev/null and b/themes/XtremeV3b/images/Downloads/new_07.png differ diff --git a/themes/XtremeV3b/images/Downloads/new_14.png b/themes/XtremeV3b/images/Downloads/new_14.png new file mode 100644 index 00000000..d3658c4e Binary files /dev/null and b/themes/XtremeV3b/images/Downloads/new_14.png differ diff --git a/themes/XtremeV3b/images/Downloads/popular.png b/themes/XtremeV3b/images/Downloads/popular.png new file mode 100644 index 00000000..f8d753b3 Binary files /dev/null and b/themes/XtremeV3b/images/Downloads/popular.png differ diff --git a/themes/XtremeV3b/images/Downloads/restrcited.png b/themes/XtremeV3b/images/Downloads/restrcited.png new file mode 100644 index 00000000..b8a2f93d Binary files /dev/null and b/themes/XtremeV3b/images/Downloads/restrcited.png differ diff --git a/themes/XtremeV3b/images/Downloads/thumb.png b/themes/XtremeV3b/images/Downloads/thumb.png new file mode 100644 index 00000000..09189403 Binary files /dev/null and b/themes/XtremeV3b/images/Downloads/thumb.png differ diff --git a/themes/XtremeV3b/images/Sentinel/sentinel.png b/themes/XtremeV3b/images/Sentinel/sentinel.png new file mode 100644 index 00000000..d02eaead Binary files /dev/null and b/themes/XtremeV3b/images/Sentinel/sentinel.png differ diff --git a/themes/XtremeV3b/images/Sentinel/sentinel2.png b/themes/XtremeV3b/images/Sentinel/sentinel2.png new file mode 100644 index 00000000..6f159bdf Binary files /dev/null and b/themes/XtremeV3b/images/Sentinel/sentinel2.png differ diff --git a/themes/XtremeV3b/images/Web_Links/link-logo.png b/themes/XtremeV3b/images/Web_Links/link-logo.png new file mode 100644 index 00000000..be03ddb4 Binary files /dev/null and b/themes/XtremeV3b/images/Web_Links/link-logo.png differ diff --git a/themes/XtremeV3b/images/Web_Links/ratingbar.png b/themes/XtremeV3b/images/Web_Links/ratingbar.png new file mode 100644 index 00000000..8377e466 Binary files /dev/null and b/themes/XtremeV3b/images/Web_Links/ratingbar.png differ diff --git a/themes/XtremeV3b/images/articles/stars-1.png b/themes/XtremeV3b/images/articles/stars-1.png new file mode 100644 index 00000000..e3980a17 Binary files /dev/null and b/themes/XtremeV3b/images/articles/stars-1.png differ diff --git a/themes/XtremeV3b/images/articles/stars-2.png b/themes/XtremeV3b/images/articles/stars-2.png new file mode 100644 index 00000000..5515573c Binary files /dev/null and b/themes/XtremeV3b/images/articles/stars-2.png differ diff --git a/themes/XtremeV3b/images/articles/stars-3.png b/themes/XtremeV3b/images/articles/stars-3.png new file mode 100644 index 00000000..b685c8b3 Binary files /dev/null and b/themes/XtremeV3b/images/articles/stars-3.png differ diff --git a/themes/XtremeV3b/images/articles/stars-4.png b/themes/XtremeV3b/images/articles/stars-4.png new file mode 100644 index 00000000..cf30b51d Binary files /dev/null and b/themes/XtremeV3b/images/articles/stars-4.png differ diff --git a/themes/XtremeV3b/images/articles/stars-5.png b/themes/XtremeV3b/images/articles/stars-5.png new file mode 100644 index 00000000..55fcc6fe Binary files /dev/null and b/themes/XtremeV3b/images/articles/stars-5.png differ diff --git a/themes/XtremeV3b/images/backgrounds/modal_theme_copyright_pop_bg.png b/themes/XtremeV3b/images/backgrounds/modal_theme_copyright_pop_bg.png new file mode 100644 index 00000000..9b9cdb12 Binary files /dev/null and b/themes/XtremeV3b/images/backgrounds/modal_theme_copyright_pop_bg.png differ diff --git a/themes/XtremeV3b/images/blocks/Blocks_01.png b/themes/XtremeV3b/images/blocks/Blocks_01.png new file mode 100644 index 00000000..b3016c43 Binary files /dev/null and b/themes/XtremeV3b/images/blocks/Blocks_01.png differ diff --git a/themes/XtremeV3b/images/blocks/Blocks_02.png b/themes/XtremeV3b/images/blocks/Blocks_02.png new file mode 100644 index 00000000..b325b4a2 Binary files /dev/null and b/themes/XtremeV3b/images/blocks/Blocks_02.png differ diff --git a/themes/XtremeV3b/images/blocks/Blocks_03.png b/themes/XtremeV3b/images/blocks/Blocks_03.png new file mode 100644 index 00000000..436033d5 Binary files /dev/null and b/themes/XtremeV3b/images/blocks/Blocks_03.png differ diff --git a/themes/XtremeV3b/images/blocks/index.html b/themes/XtremeV3b/images/blocks/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/XtremeV3b/images/blocks/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/XtremeV3b/images/css.png b/themes/XtremeV3b/images/css.png new file mode 100644 index 00000000..95d1b248 Binary files /dev/null and b/themes/XtremeV3b/images/css.png differ diff --git a/themes/XtremeV3b/images/forum_icons/86it80x80.png b/themes/XtremeV3b/images/forum_icons/86it80x80.png new file mode 100644 index 00000000..6e04e371 Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/86it80x80.png differ diff --git a/themes/XtremeV3b/images/forum_icons/Kabuki-Samurai-Devil-Mask-2.png b/themes/XtremeV3b/images/forum_icons/Kabuki-Samurai-Devil-Mask-2.png new file mode 100644 index 00000000..f558484d Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/Kabuki-Samurai-Devil-Mask-2.png differ diff --git a/themes/XtremeV3b/images/forum_icons/bbcode80x80.png b/themes/XtremeV3b/images/forum_icons/bbcode80x80.png new file mode 100644 index 00000000..6bd30fe5 Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/bbcode80x80.png differ diff --git a/themes/XtremeV3b/images/forum_icons/blocks80x80.png b/themes/XtremeV3b/images/forum_icons/blocks80x80.png new file mode 100644 index 00000000..cb750a9a Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/blocks80x80.png differ diff --git a/themes/XtremeV3b/images/forum_icons/bullhorn80x80.png b/themes/XtremeV3b/images/forum_icons/bullhorn80x80.png new file mode 100644 index 00000000..b32690af Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/bullhorn80x80.png differ diff --git a/themes/XtremeV3b/images/forum_icons/c280x80.png b/themes/XtremeV3b/images/forum_icons/c280x80.png new file mode 100644 index 00000000..0b71431b Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/c280x80.png differ diff --git a/themes/XtremeV3b/images/forum_icons/c80x80.png b/themes/XtremeV3b/images/forum_icons/c80x80.png new file mode 100644 index 00000000..52a4bcb7 Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/c80x80.png differ diff --git a/themes/XtremeV3b/images/forum_icons/cplusplus80x80.png b/themes/XtremeV3b/images/forum_icons/cplusplus80x80.png new file mode 100644 index 00000000..c0ef7a62 Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/cplusplus80x80.png differ diff --git a/themes/XtremeV3b/images/forum_icons/csharp80x80.png b/themes/XtremeV3b/images/forum_icons/csharp80x80.png new file mode 100644 index 00000000..341ba057 Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/csharp80x80.png differ diff --git a/themes/XtremeV3b/images/forum_icons/css380x80.png b/themes/XtremeV3b/images/forum_icons/css380x80.png new file mode 100644 index 00000000..5b2e5306 Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/css380x80.png differ diff --git a/themes/XtremeV3b/images/forum_icons/css3_template.pspimage b/themes/XtremeV3b/images/forum_icons/css3_template.pspimage new file mode 100644 index 00000000..b02df698 Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/css3_template.pspimage differ diff --git a/themes/XtremeV3b/images/forum_icons/folder_big_20help.png b/themes/XtremeV3b/images/forum_icons/folder_big_20help.png new file mode 100644 index 00000000..ded53e91 Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/folder_big_20help.png differ diff --git a/themes/XtremeV3b/images/forum_icons/folder_big_30help.png b/themes/XtremeV3b/images/forum_icons/folder_big_30help.png new file mode 100644 index 00000000..623ffd1c Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/folder_big_30help.png differ diff --git a/themes/XtremeV3b/images/forum_icons/folder_big_86it.png b/themes/XtremeV3b/images/forum_icons/folder_big_86it.png new file mode 100644 index 00000000..fedec298 Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/folder_big_86it.png differ diff --git a/themes/XtremeV3b/images/forum_icons/folder_big_86ita.png b/themes/XtremeV3b/images/forum_icons/folder_big_86ita.png new file mode 100644 index 00000000..4f2e171a Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/folder_big_86ita.png differ diff --git a/themes/XtremeV3b/images/forum_icons/folder_big_bbcode.png b/themes/XtremeV3b/images/forum_icons/folder_big_bbcode.png new file mode 100644 index 00000000..12d4193d Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/folder_big_bbcode.png differ diff --git a/themes/XtremeV3b/images/forum_icons/folder_big_blocks.png b/themes/XtremeV3b/images/forum_icons/folder_big_blocks.png new file mode 100644 index 00000000..cd418ade Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/folder_big_blocks.png differ diff --git a/themes/XtremeV3b/images/forum_icons/folder_big_help.png b/themes/XtremeV3b/images/forum_icons/folder_big_help.png new file mode 100644 index 00000000..1bfa3e5c Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/folder_big_help.png differ diff --git a/themes/XtremeV3b/images/forum_icons/folder_big_help_alone.png b/themes/XtremeV3b/images/forum_icons/folder_big_help_alone.png new file mode 100644 index 00000000..9e1ae8c2 Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/folder_big_help_alone.png differ diff --git a/themes/XtremeV3b/images/forum_icons/folder_big_link.png b/themes/XtremeV3b/images/forum_icons/folder_big_link.png new file mode 100644 index 00000000..bec81d17 Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/folder_big_link.png differ diff --git a/themes/XtremeV3b/images/forum_icons/folder_big_megaphone.png b/themes/XtremeV3b/images/forum_icons/folder_big_megaphone.png new file mode 100644 index 00000000..3337a3e0 Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/folder_big_megaphone.png differ diff --git a/themes/XtremeV3b/images/forum_icons/folder_big_megaphone2.png b/themes/XtremeV3b/images/forum_icons/folder_big_megaphone2.png new file mode 100644 index 00000000..8a8792aa Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/folder_big_megaphone2.png differ diff --git a/themes/XtremeV3b/images/forum_icons/folder_big_megaphone3.png b/themes/XtremeV3b/images/forum_icons/folder_big_megaphone3.png new file mode 100644 index 00000000..8bad3b5f Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/folder_big_megaphone3.png differ diff --git a/themes/XtremeV3b/images/forum_icons/folder_big_megaphone4.png b/themes/XtremeV3b/images/forum_icons/folder_big_megaphone4.png new file mode 100644 index 00000000..9fd5d325 Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/folder_big_megaphone4.png differ diff --git a/themes/XtremeV3b/images/forum_icons/folder_big_megaphone5.png b/themes/XtremeV3b/images/forum_icons/folder_big_megaphone5.png new file mode 100644 index 00000000..abb26e7c Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/folder_big_megaphone5.png differ diff --git a/themes/XtremeV3b/images/forum_icons/folder_big_module.png b/themes/XtremeV3b/images/forum_icons/folder_big_module.png new file mode 100644 index 00000000..c1902c6e Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/folder_big_module.png differ diff --git a/themes/XtremeV3b/images/forum_icons/folder_big_support.png b/themes/XtremeV3b/images/forum_icons/folder_big_support.png new file mode 100644 index 00000000..4660b661 Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/folder_big_support.png differ diff --git a/themes/XtremeV3b/images/forum_icons/general.png b/themes/XtremeV3b/images/forum_icons/general.png new file mode 100644 index 00000000..e208219f Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/general.png differ diff --git a/themes/XtremeV3b/images/forum_icons/help80x80.png b/themes/XtremeV3b/images/forum_icons/help80x80.png new file mode 100644 index 00000000..b0b305a9 Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/help80x80.png differ diff --git a/themes/XtremeV3b/images/forum_icons/html580x80.png b/themes/XtremeV3b/images/forum_icons/html580x80.png new file mode 100644 index 00000000..f3887a56 Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/html580x80.png differ diff --git a/themes/XtremeV3b/images/forum_icons/html_5_template.pspimage b/themes/XtremeV3b/images/forum_icons/html_5_template.pspimage new file mode 100644 index 00000000..7157fe8c Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/html_5_template.pspimage differ diff --git a/themes/XtremeV3b/images/forum_icons/index.html b/themes/XtremeV3b/images/forum_icons/index.html new file mode 100644 index 00000000..34d61b4d --- /dev/null +++ b/themes/XtremeV3b/images/forum_icons/index.html @@ -0,0 +1,32 @@ + + + + + Access Denied + + + + + + + +
    +

    + Access Denied +

    +
    +

    + This is a restricted area which you should not be trying to access!
    + Please return to the mainsite. +

    +
    + +
    +

    + Valid XHTML 1.0 Strict +

    + + \ No newline at end of file diff --git a/themes/XtremeV3b/images/forum_icons/java80x80.png b/themes/XtremeV3b/images/forum_icons/java80x80.png new file mode 100644 index 00000000..480f1c6b Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/java80x80.png differ diff --git a/themes/XtremeV3b/images/forum_icons/javascript80x80.png b/themes/XtremeV3b/images/forum_icons/javascript80x80.png new file mode 100644 index 00000000..09ed147c Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/javascript80x80.png differ diff --git a/themes/XtremeV3b/images/forum_icons/mariadb80x80.png b/themes/XtremeV3b/images/forum_icons/mariadb80x80.png new file mode 100644 index 00000000..a1c5cc35 Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/mariadb80x80.png differ diff --git a/themes/XtremeV3b/images/forum_icons/mysql-computer-icons-php-database-others.jpg b/themes/XtremeV3b/images/forum_icons/mysql-computer-icons-php-database-others.jpg new file mode 100644 index 00000000..f2adb747 Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/mysql-computer-icons-php-database-others.jpg differ diff --git a/themes/XtremeV3b/images/forum_icons/mysql80x80.png b/themes/XtremeV3b/images/forum_icons/mysql80x80.png new file mode 100644 index 00000000..2197292c Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/mysql80x80.png differ diff --git a/themes/XtremeV3b/images/forum_icons/php80x80.png b/themes/XtremeV3b/images/forum_icons/php80x80.png new file mode 100644 index 00000000..b65a933c Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/php80x80.png differ diff --git a/themes/XtremeV3b/images/forum_icons/plugins80x80.png b/themes/XtremeV3b/images/forum_icons/plugins80x80.png new file mode 100644 index 00000000..1026a54b Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/plugins80x80.png differ diff --git a/themes/XtremeV3b/images/forum_icons/python80x80.png b/themes/XtremeV3b/images/forum_icons/python80x80.png new file mode 100644 index 00000000..5ca678df Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/python80x80.png differ diff --git a/themes/XtremeV3b/images/forum_icons/r80x80.png b/themes/XtremeV3b/images/forum_icons/r80x80.png new file mode 100644 index 00000000..708575a7 Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/r80x80.png differ diff --git a/themes/XtremeV3b/images/forum_icons/sass.png b/themes/XtremeV3b/images/forum_icons/sass.png new file mode 100644 index 00000000..01a0335a Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/sass.png differ diff --git a/themes/XtremeV3b/images/forum_icons/sass80x80.png b/themes/XtremeV3b/images/forum_icons/sass80x80.png new file mode 100644 index 00000000..bbd75aec Binary files /dev/null and b/themes/XtremeV3b/images/forum_icons/sass80x80.png differ diff --git a/themes/XtremeV3b/images/ftr/FTR_01.png b/themes/XtremeV3b/images/ftr/FTR_01.png new file mode 100644 index 00000000..ee40d495 Binary files /dev/null and b/themes/XtremeV3b/images/ftr/FTR_01.png differ diff --git a/themes/XtremeV3b/images/ftr/FTR_04.png b/themes/XtremeV3b/images/ftr/FTR_04.png new file mode 100644 index 00000000..d52de28b Binary files /dev/null and b/themes/XtremeV3b/images/ftr/FTR_04.png differ diff --git a/themes/XtremeV3b/images/ftr/FTR_Bg_Stretch.png b/themes/XtremeV3b/images/ftr/FTR_Bg_Stretch.png new file mode 100644 index 00000000..9f015f3b Binary files /dev/null and b/themes/XtremeV3b/images/ftr/FTR_Bg_Stretch.png differ diff --git a/themes/XtremeV3b/images/ftr/FTR_Copyright.png b/themes/XtremeV3b/images/ftr/FTR_Copyright.png new file mode 100644 index 00000000..602031b3 Binary files /dev/null and b/themes/XtremeV3b/images/ftr/FTR_Copyright.png differ diff --git a/themes/XtremeV3b/images/ftr/FTRbarbtm_01.png b/themes/XtremeV3b/images/ftr/FTRbarbtm_01.png new file mode 100644 index 00000000..48c35dfc Binary files /dev/null and b/themes/XtremeV3b/images/ftr/FTRbarbtm_01.png differ diff --git a/themes/XtremeV3b/images/ftr/FTRbarbtm_03.png b/themes/XtremeV3b/images/ftr/FTRbarbtm_03.png new file mode 100644 index 00000000..8dfd2230 Binary files /dev/null and b/themes/XtremeV3b/images/ftr/FTRbarbtm_03.png differ diff --git a/themes/XtremeV3b/images/ftr/FTRbarbtm_Bg_Stretch.png b/themes/XtremeV3b/images/ftr/FTRbarbtm_Bg_Stretch.png new file mode 100644 index 00000000..fbddb602 Binary files /dev/null and b/themes/XtremeV3b/images/ftr/FTRbarbtm_Bg_Stretch.png differ diff --git a/themes/XtremeV3b/images/ftr/FTRbartop_01.png b/themes/XtremeV3b/images/ftr/FTRbartop_01.png new file mode 100644 index 00000000..4567d9d0 Binary files /dev/null and b/themes/XtremeV3b/images/ftr/FTRbartop_01.png differ diff --git a/themes/XtremeV3b/images/ftr/FTRbartop_03.png b/themes/XtremeV3b/images/ftr/FTRbartop_03.png new file mode 100644 index 00000000..cc5f4102 Binary files /dev/null and b/themes/XtremeV3b/images/ftr/FTRbartop_03.png differ diff --git a/themes/XtremeV3b/images/ftr/FTRbartop_Bg_Stretch.png b/themes/XtremeV3b/images/ftr/FTRbartop_Bg_Stretch.png new file mode 100644 index 00000000..77d1f18b Binary files /dev/null and b/themes/XtremeV3b/images/ftr/FTRbartop_Bg_Stretch.png differ diff --git a/themes/XtremeV3b/images/ftr/index.html b/themes/XtremeV3b/images/ftr/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/XtremeV3b/images/ftr/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/XtremeV3b/images/hdr/HDR_01.png b/themes/XtremeV3b/images/hdr/HDR_01.png new file mode 100644 index 00000000..e9a8f7cd Binary files /dev/null and b/themes/XtremeV3b/images/hdr/HDR_01.png differ diff --git a/themes/XtremeV3b/images/hdr/HDR_03.png b/themes/XtremeV3b/images/hdr/HDR_03.png new file mode 100644 index 00000000..dacba5b4 Binary files /dev/null and b/themes/XtremeV3b/images/hdr/HDR_03.png differ diff --git a/themes/XtremeV3b/images/hdr/HDR_BgRepeat.png b/themes/XtremeV3b/images/hdr/HDR_BgRepeat.png new file mode 100644 index 00000000..76fca923 Binary files /dev/null and b/themes/XtremeV3b/images/hdr/HDR_BgRepeat.png differ diff --git a/themes/XtremeV3b/images/hdr/HDRbartop_01.png b/themes/XtremeV3b/images/hdr/HDRbartop_01.png new file mode 100644 index 00000000..1a9569a9 Binary files /dev/null and b/themes/XtremeV3b/images/hdr/HDRbartop_01.png differ diff --git a/themes/XtremeV3b/images/hdr/HDRbartop_03.png b/themes/XtremeV3b/images/hdr/HDRbartop_03.png new file mode 100644 index 00000000..8f8af484 Binary files /dev/null and b/themes/XtremeV3b/images/hdr/HDRbartop_03.png differ diff --git a/themes/XtremeV3b/images/hdr/HDRbartop_Bg_Stretch.png b/themes/XtremeV3b/images/hdr/HDRbartop_Bg_Stretch.png new file mode 100644 index 00000000..7d0b6d9f Binary files /dev/null and b/themes/XtremeV3b/images/hdr/HDRbartop_Bg_Stretch.png differ diff --git a/themes/XtremeV3b/images/hdr/HDRnav_01.png b/themes/XtremeV3b/images/hdr/HDRnav_01.png new file mode 100644 index 00000000..f0228da1 Binary files /dev/null and b/themes/XtremeV3b/images/hdr/HDRnav_01.png differ diff --git a/themes/XtremeV3b/images/hdr/HDRnav_03.png b/themes/XtremeV3b/images/hdr/HDRnav_03.png new file mode 100644 index 00000000..c2e26c60 Binary files /dev/null and b/themes/XtremeV3b/images/hdr/HDRnav_03.png differ diff --git a/themes/XtremeV3b/images/hdr/HDRnav_Bg_Stretch.png b/themes/XtremeV3b/images/hdr/HDRnav_Bg_Stretch.png new file mode 100644 index 00000000..170e37b6 Binary files /dev/null and b/themes/XtremeV3b/images/hdr/HDRnav_Bg_Stretch.png differ diff --git a/themes/XtremeV3b/images/hdr/Text-Logo.png b/themes/XtremeV3b/images/hdr/Text-Logo.png new file mode 100644 index 00000000..ac4b29c8 Binary files /dev/null and b/themes/XtremeV3b/images/hdr/Text-Logo.png differ diff --git a/themes/XtremeV3b/images/hdr/Usernav_01.png b/themes/XtremeV3b/images/hdr/Usernav_01.png new file mode 100644 index 00000000..c2740616 Binary files /dev/null and b/themes/XtremeV3b/images/hdr/Usernav_01.png differ diff --git a/themes/XtremeV3b/images/hdr/Usernav_03.png b/themes/XtremeV3b/images/hdr/Usernav_03.png new file mode 100644 index 00000000..39f428f3 Binary files /dev/null and b/themes/XtremeV3b/images/hdr/Usernav_03.png differ diff --git a/themes/XtremeV3b/images/hdr/Usernav_Bg_Stretch.png b/themes/XtremeV3b/images/hdr/Usernav_Bg_Stretch.png new file mode 100644 index 00000000..47267a71 Binary files /dev/null and b/themes/XtremeV3b/images/hdr/Usernav_Bg_Stretch.png differ diff --git a/themes/XtremeV3b/images/hdr/index.html b/themes/XtremeV3b/images/hdr/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/XtremeV3b/images/hdr/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/XtremeV3b/images/index.html b/themes/XtremeV3b/images/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/XtremeV3b/images/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/XtremeV3b/images/invisible_pixel.gif b/themes/XtremeV3b/images/invisible_pixel.gif new file mode 100644 index 00000000..1220c0c3 Binary files /dev/null and b/themes/XtremeV3b/images/invisible_pixel.gif differ diff --git a/themes/XtremeV3b/images/leftbar.gif b/themes/XtremeV3b/images/leftbar.gif new file mode 100644 index 00000000..e0d4e24d Binary files /dev/null and b/themes/XtremeV3b/images/leftbar.gif differ diff --git a/themes/XtremeV3b/images/mainbar.gif b/themes/XtremeV3b/images/mainbar.gif new file mode 100644 index 00000000..72d47473 Binary files /dev/null and b/themes/XtremeV3b/images/mainbar.gif differ diff --git a/themes/XtremeV3b/images/minus.gif b/themes/XtremeV3b/images/minus.gif new file mode 100644 index 00000000..e5c4f3fd Binary files /dev/null and b/themes/XtremeV3b/images/minus.gif differ diff --git a/themes/XtremeV3b/images/news/News_01.png b/themes/XtremeV3b/images/news/News_01.png new file mode 100644 index 00000000..a4f0cd33 Binary files /dev/null and b/themes/XtremeV3b/images/news/News_01.png differ diff --git a/themes/XtremeV3b/images/news/News_02.png b/themes/XtremeV3b/images/news/News_02.png new file mode 100644 index 00000000..203e25cf Binary files /dev/null and b/themes/XtremeV3b/images/news/News_02.png differ diff --git a/themes/XtremeV3b/images/news/News_03.png b/themes/XtremeV3b/images/news/News_03.png new file mode 100644 index 00000000..2807777c Binary files /dev/null and b/themes/XtremeV3b/images/news/News_03.png differ diff --git a/themes/XtremeV3b/images/news/News_04.png b/themes/XtremeV3b/images/news/News_04.png new file mode 100644 index 00000000..118268a5 Binary files /dev/null and b/themes/XtremeV3b/images/news/News_04.png differ diff --git a/themes/XtremeV3b/images/news/News_06.png b/themes/XtremeV3b/images/news/News_06.png new file mode 100644 index 00000000..88d6241f Binary files /dev/null and b/themes/XtremeV3b/images/news/News_06.png differ diff --git a/themes/XtremeV3b/images/news/News_07.png b/themes/XtremeV3b/images/news/News_07.png new file mode 100644 index 00000000..0fc2ab4e Binary files /dev/null and b/themes/XtremeV3b/images/news/News_07.png differ diff --git a/themes/XtremeV3b/images/news/News_08.png b/themes/XtremeV3b/images/news/News_08.png new file mode 100644 index 00000000..ef16d495 Binary files /dev/null and b/themes/XtremeV3b/images/news/News_08.png differ diff --git a/themes/XtremeV3b/images/news/News_09.png b/themes/XtremeV3b/images/news/News_09.png new file mode 100644 index 00000000..6eda6027 Binary files /dev/null and b/themes/XtremeV3b/images/news/News_09.png differ diff --git a/themes/XtremeV3b/images/news/index.html b/themes/XtremeV3b/images/news/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/XtremeV3b/images/news/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/XtremeV3b/images/plus.gif b/themes/XtremeV3b/images/plus.gif new file mode 100644 index 00000000..85a3c51f Binary files /dev/null and b/themes/XtremeV3b/images/plus.gif differ diff --git a/themes/XtremeV3b/images/rightbar.gif b/themes/XtremeV3b/images/rightbar.gif new file mode 100644 index 00000000..4f6f79ce Binary files /dev/null and b/themes/XtremeV3b/images/rightbar.gif differ diff --git a/themes/XtremeV3b/images/sideleft.png b/themes/XtremeV3b/images/sideleft.png new file mode 100644 index 00000000..9a1f9532 Binary files /dev/null and b/themes/XtremeV3b/images/sideleft.png differ diff --git a/themes/XtremeV3b/images/sideright.png b/themes/XtremeV3b/images/sideright.png new file mode 100644 index 00000000..b57a69a3 Binary files /dev/null and b/themes/XtremeV3b/images/sideright.png differ diff --git a/themes/XtremeV3b/images/sigline.gif b/themes/XtremeV3b/images/sigline.gif new file mode 100644 index 00000000..8500fbaa Binary files /dev/null and b/themes/XtremeV3b/images/sigline.gif differ diff --git a/themes/XtremeV3b/images/spacer.gif b/themes/XtremeV3b/images/spacer.gif new file mode 100644 index 00000000..d7944344 Binary files /dev/null and b/themes/XtremeV3b/images/spacer.gif differ diff --git a/themes/XtremeV3b/images/stripe.png b/themes/XtremeV3b/images/stripe.png new file mode 100644 index 00000000..708daa0a Binary files /dev/null and b/themes/XtremeV3b/images/stripe.png differ diff --git a/themes/XtremeV3b/images/tables/Tables_01.png b/themes/XtremeV3b/images/tables/Tables_01.png new file mode 100644 index 00000000..b6b05e3e Binary files /dev/null and b/themes/XtremeV3b/images/tables/Tables_01.png differ diff --git a/themes/XtremeV3b/images/tables/Tables_02.png b/themes/XtremeV3b/images/tables/Tables_02.png new file mode 100644 index 00000000..5c7a04ce Binary files /dev/null and b/themes/XtremeV3b/images/tables/Tables_02.png differ diff --git a/themes/XtremeV3b/images/tables/Tables_03.png b/themes/XtremeV3b/images/tables/Tables_03.png new file mode 100644 index 00000000..f210a80d Binary files /dev/null and b/themes/XtremeV3b/images/tables/Tables_03.png differ diff --git a/themes/XtremeV3b/images/tables/Tables_04.png b/themes/XtremeV3b/images/tables/Tables_04.png new file mode 100644 index 00000000..f629fe37 Binary files /dev/null and b/themes/XtremeV3b/images/tables/Tables_04.png differ diff --git a/themes/XtremeV3b/images/tables/Tables_06.png b/themes/XtremeV3b/images/tables/Tables_06.png new file mode 100644 index 00000000..13947c76 Binary files /dev/null and b/themes/XtremeV3b/images/tables/Tables_06.png differ diff --git a/themes/XtremeV3b/images/tables/Tables_07.png b/themes/XtremeV3b/images/tables/Tables_07.png new file mode 100644 index 00000000..9a064ab8 Binary files /dev/null and b/themes/XtremeV3b/images/tables/Tables_07.png differ diff --git a/themes/XtremeV3b/images/tables/Tables_08.png b/themes/XtremeV3b/images/tables/Tables_08.png new file mode 100644 index 00000000..d3e366f8 Binary files /dev/null and b/themes/XtremeV3b/images/tables/Tables_08.png differ diff --git a/themes/XtremeV3b/images/tables/Tables_09.png b/themes/XtremeV3b/images/tables/Tables_09.png new file mode 100644 index 00000000..2d8323f2 Binary files /dev/null and b/themes/XtremeV3b/images/tables/Tables_09.png differ diff --git a/themes/XtremeV3b/images/tables/index.html b/themes/XtremeV3b/images/tables/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/XtremeV3b/images/tables/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/XtremeV3b/images/thumb.png b/themes/XtremeV3b/images/thumb.png new file mode 100644 index 00000000..a2d78c27 Binary files /dev/null and b/themes/XtremeV3b/images/thumb.png differ diff --git a/themes/XtremeV3b/images/topics/AllTopics.png b/themes/XtremeV3b/images/topics/AllTopics.png new file mode 100644 index 00000000..88c161e3 Binary files /dev/null and b/themes/XtremeV3b/images/topics/AllTopics.png differ diff --git a/themes/XtremeV3b/images/topics/Blog_Topics.png b/themes/XtremeV3b/images/topics/Blog_Topics.png new file mode 100644 index 00000000..c0c50209 Binary files /dev/null and b/themes/XtremeV3b/images/topics/Blog_Topics.png differ diff --git a/themes/XtremeV3b/images/topics/Ly9V4T3.png b/themes/XtremeV3b/images/topics/Ly9V4T3.png new file mode 100644 index 00000000..fc73324e Binary files /dev/null and b/themes/XtremeV3b/images/topics/Ly9V4T3.png differ diff --git a/themes/XtremeV3b/images/topics/black_template.png b/themes/XtremeV3b/images/topics/black_template.png new file mode 100644 index 00000000..7160c04e Binary files /dev/null and b/themes/XtremeV3b/images/topics/black_template.png differ diff --git a/themes/XtremeV3b/images/topics/blue_template.png b/themes/XtremeV3b/images/topics/blue_template.png new file mode 100644 index 00000000..71d9788e Binary files /dev/null and b/themes/XtremeV3b/images/topics/blue_template.png differ diff --git a/themes/XtremeV3b/images/topics/calender.png b/themes/XtremeV3b/images/topics/calender.png new file mode 100644 index 00000000..fefaa559 Binary files /dev/null and b/themes/XtremeV3b/images/topics/calender.png differ diff --git a/themes/XtremeV3b/images/topics/fuckyou_dude.png b/themes/XtremeV3b/images/topics/fuckyou_dude.png new file mode 100644 index 00000000..428565cd Binary files /dev/null and b/themes/XtremeV3b/images/topics/fuckyou_dude.png differ diff --git a/themes/XtremeV3b/images/topics/index.html b/themes/XtremeV3b/images/topics/index.html new file mode 100644 index 00000000..9fa54158 --- /dev/null +++ b/themes/XtremeV3b/images/topics/index.html @@ -0,0 +1,54 @@ + + + Access Denied + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/XtremeV3b/images/topics/kingpin_121.png b/themes/XtremeV3b/images/topics/kingpin_121.png new file mode 100644 index 00000000..82eac689 Binary files /dev/null and b/themes/XtremeV3b/images/topics/kingpin_121.png differ diff --git a/themes/XtremeV3b/images/topics/lock.png b/themes/XtremeV3b/images/topics/lock.png new file mode 100644 index 00000000..7a81d809 Binary files /dev/null and b/themes/XtremeV3b/images/topics/lock.png differ diff --git a/themes/XtremeV3b/images/topics/lock_silver.png b/themes/XtremeV3b/images/topics/lock_silver.png new file mode 100644 index 00000000..bed81500 Binary files /dev/null and b/themes/XtremeV3b/images/topics/lock_silver.png differ diff --git a/themes/XtremeV3b/images/topics/more.png b/themes/XtremeV3b/images/topics/more.png new file mode 100644 index 00000000..b2d2e91c Binary files /dev/null and b/themes/XtremeV3b/images/topics/more.png differ diff --git a/themes/XtremeV3b/images/topics/music.png b/themes/XtremeV3b/images/topics/music.png new file mode 100644 index 00000000..3fb7bad3 Binary files /dev/null and b/themes/XtremeV3b/images/topics/music.png differ diff --git a/themes/XtremeV3b/images/topics/nuke.png b/themes/XtremeV3b/images/topics/nuke.png new file mode 100644 index 00000000..2fb02a94 Binary files /dev/null and b/themes/XtremeV3b/images/topics/nuke.png differ diff --git a/themes/XtremeV3b/images/topics/nuke_titanium.png b/themes/XtremeV3b/images/topics/nuke_titanium.png new file mode 100644 index 00000000..4d086726 Binary files /dev/null and b/themes/XtremeV3b/images/topics/nuke_titanium.png differ diff --git a/themes/XtremeV3b/images/topics/phuck_you.png b/themes/XtremeV3b/images/topics/phuck_you.png new file mode 100644 index 00000000..3c2f9c6e Binary files /dev/null and b/themes/XtremeV3b/images/topics/phuck_you.png differ diff --git a/themes/XtremeV3b/images/topics/programming.png b/themes/XtremeV3b/images/topics/programming.png new file mode 100644 index 00000000..25991d91 Binary files /dev/null and b/themes/XtremeV3b/images/topics/programming.png differ diff --git a/themes/XtremeV3b/images/topics/read_more.gif b/themes/XtremeV3b/images/topics/read_more.gif new file mode 100644 index 00000000..ec5757e6 Binary files /dev/null and b/themes/XtremeV3b/images/topics/read_more.gif differ diff --git a/themes/XtremeV3b/images/topics/read_more2.gif b/themes/XtremeV3b/images/topics/read_more2.gif new file mode 100644 index 00000000..e7b7014a Binary files /dev/null and b/themes/XtremeV3b/images/topics/read_more2.gif differ diff --git a/themes/XtremeV3b/images/topics/reads-icon-16.png b/themes/XtremeV3b/images/topics/reads-icon-16.png new file mode 100644 index 00000000..5d55b468 Binary files /dev/null and b/themes/XtremeV3b/images/topics/reads-icon-16.png differ diff --git a/themes/XtremeV3b/images/topics/staff.png b/themes/XtremeV3b/images/topics/staff.png new file mode 100644 index 00000000..8ea93b4a Binary files /dev/null and b/themes/XtremeV3b/images/topics/staff.png differ diff --git a/themes/XtremeV3b/images/topics/suit_ghost.png b/themes/XtremeV3b/images/topics/suit_ghost.png new file mode 100644 index 00000000..b3b013c8 Binary files /dev/null and b/themes/XtremeV3b/images/topics/suit_ghost.png differ diff --git a/themes/XtremeV3b/images/topics/template.png b/themes/XtremeV3b/images/topics/template.png new file mode 100644 index 00000000..326687f1 Binary files /dev/null and b/themes/XtremeV3b/images/topics/template.png differ diff --git a/themes/XtremeV3b/images/topics/titanium_edition.png b/themes/XtremeV3b/images/topics/titanium_edition.png new file mode 100644 index 00000000..d2f08703 Binary files /dev/null and b/themes/XtremeV3b/images/topics/titanium_edition.png differ diff --git a/themes/XtremeV3b/images/topics/titanium_one.png b/themes/XtremeV3b/images/topics/titanium_one.png new file mode 100644 index 00000000..c66012e5 Binary files /dev/null and b/themes/XtremeV3b/images/topics/titanium_one.png differ diff --git a/themes/XtremeV3b/images/topics/tool_icon.png b/themes/XtremeV3b/images/topics/tool_icon.png new file mode 100644 index 00000000..3983e9d8 Binary files /dev/null and b/themes/XtremeV3b/images/topics/tool_icon.png differ diff --git a/themes/XtremeV3b/images/topics/topic-16.png b/themes/XtremeV3b/images/topics/topic-16.png new file mode 100644 index 00000000..2125a7d6 Binary files /dev/null and b/themes/XtremeV3b/images/topics/topic-16.png differ diff --git a/themes/XtremeV3b/images/topics/topic-blog-16.png b/themes/XtremeV3b/images/topics/topic-blog-16.png new file mode 100644 index 00000000..e3805cb6 Binary files /dev/null and b/themes/XtremeV3b/images/topics/topic-blog-16.png differ diff --git a/themes/XtremeV3b/images/topics/topic-blogs-16.png b/themes/XtremeV3b/images/topics/topic-blogs-16.png new file mode 100644 index 00000000..3aa8007a Binary files /dev/null and b/themes/XtremeV3b/images/topics/topic-blogs-16.png differ diff --git a/themes/XtremeV3b/images/topics/topic-icon-black.png b/themes/XtremeV3b/images/topics/topic-icon-black.png new file mode 100644 index 00000000..f0b96c88 Binary files /dev/null and b/themes/XtremeV3b/images/topics/topic-icon-black.png differ diff --git a/themes/XtremeV3b/images/topics/topic-icon-white.png b/themes/XtremeV3b/images/topics/topic-icon-white.png new file mode 100644 index 00000000..3ff862ad Binary files /dev/null and b/themes/XtremeV3b/images/topics/topic-icon-white.png differ diff --git a/themes/XtremeV3b/images/topics/topic-icon.png b/themes/XtremeV3b/images/topics/topic-icon.png new file mode 100644 index 00000000..00ec1ee5 Binary files /dev/null and b/themes/XtremeV3b/images/topics/topic-icon.png differ diff --git a/themes/XtremeV3b/images/topics/topic-white.png b/themes/XtremeV3b/images/topics/topic-white.png new file mode 100644 index 00000000..0e223a1a Binary files /dev/null and b/themes/XtremeV3b/images/topics/topic-white.png differ diff --git a/themes/XtremeV3b/images/topics/topics.png b/themes/XtremeV3b/images/topics/topics.png new file mode 100644 index 00000000..8bd95fa2 Binary files /dev/null and b/themes/XtremeV3b/images/topics/topics.png differ diff --git a/themes/XtremeV3b/images/topics/topics2.png b/themes/XtremeV3b/images/topics/topics2.png new file mode 100644 index 00000000..4e35ee06 Binary files /dev/null and b/themes/XtremeV3b/images/topics/topics2.png differ diff --git a/themes/XtremeV3b/images/topics/video_projects.png b/themes/XtremeV3b/images/topics/video_projects.png new file mode 100644 index 00000000..5f579da9 Binary files /dev/null and b/themes/XtremeV3b/images/topics/video_projects.png differ diff --git a/themes/XtremeV3b/images/topics/vs2019.png b/themes/XtremeV3b/images/topics/vs2019.png new file mode 100644 index 00000000..a84b3e70 Binary files /dev/null and b/themes/XtremeV3b/images/topics/vs2019.png differ diff --git a/themes/XtremeV3b/images/topics/youre_an_asshole.png b/themes/XtremeV3b/images/topics/youre_an_asshole.png new file mode 100644 index 00000000..fe68c5d6 Binary files /dev/null and b/themes/XtremeV3b/images/topics/youre_an_asshole.png differ diff --git a/themes/XtremeV3b/includes/javascript.php b/themes/XtremeV3b/includes/javascript.php new file mode 100644 index 00000000..c948f303 --- /dev/null +++ b/themes/XtremeV3b/includes/javascript.php @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + diff --git a/themes/XtremeV3b/includes/mimetype.php b/themes/XtremeV3b/includes/mimetype.php new file mode 100644 index 00000000..1b9ba0f9 --- /dev/null +++ b/themes/XtremeV3b/includes/mimetype.php @@ -0,0 +1,214 @@ +'."\n"; + +if (empty($doctype)) +$doctype = 'transitional'; + +switch ($doctype) +{ + case 'strict': + $output .= ''; + define('DOCTYPE', 'strict'); + break; + case 'transitional': + $output .= ''; + define('DOCTYPE', 'transitional'); + break; + case 'frameset': + $output .= ''; + define('DOCTYPE', 'frameset'); + break; + case 'math': + $output .= ''; + define('DOCTYPE', 'math'); + break; + case 'xhtml11': + $output .= ''; + define('DOCTYPE', 'xhtml11'); + break; + case 'default': + $output .= ''; + define('DOCTYPE', 'transitional'); + break; +} + +$output .= "\n".''."\n"; +$output .= "".''."\n"; + +$output .= "\n"; +$output .= "\n"; + +$output .= ''; +$output .= "\n".''."\n"; +$output .= ''."\n"; +$output .= ''."\n"; +$output .= ''."\n"; + + +/*# NOTE: To allow for q-values with one space (text/html; q=0.5), +# use the following regex: +# "/text\/html;[\ ]{0,1}q=([0-1]{0,1}\.\d{0,4})/i"*/ +if((isset($_SERVER['HTTP_ACCEPT'])) && (stristr($_SERVER['HTTP_ACCEPT'],'application/xhtml+xml'))) { + if(preg_match('/application\/xhtml\+xml;q=([0-1]{0,1}\.\d{0,4})/i',$_SERVER['HTTP_ACCEPT'],$matches)) { + $xhtml_q = $matches[1]; + if(preg_match('/text\/html;q=([0-1]{0,1}\.\d{0,4})/i',$_SERVER['HTTP_ACCEPT'],$matches)) { + $html_q = $matches[1]; + if((float)$xhtml_q >= (float)$html_q) { + $mime = $mime; + } + } + } +} else { + $mime = 'text/html'; +} + +//# Get the file stats and compute last-modified time. +$filestats = @stat($_SERVER["SCRIPT_FILENAME"]); +$lastmod = $filestats[9] - date('Z'); #Convert Local time -> GMT + +//# ETag is "inode-lastmodtime-filesize" - See PHP stat function for more detail +$etag = '"' . dechex($filestats[1]) . "-" . dechex($lastmod) . "-" . dechex($filestats[7]) . '"'; + +//# Check HTTP_IF_NONE_MATCH +//# and report a 304 Not Modified header if they match. +if (isset ($_SERVER['HTTP_IF_NONE_MATCH'])) { + if ($etag === stripslashes($_SERVER['HTTP_IF_NONE_MATCH'])) + $is304 = true; +} + +if ($is304) { + if (isset($_SERVER['SERVER_PROTOCOL']) && $_SERVER['SERVER_PROTOCOL'] == 'HTTP/1.1') { + header('HTTP/1.1 304 Not Modified'); + } else { + header('HTTP/1.0 304 Not Modified'); + } + header('ETag: ' . $etag); + header('Vary: Accept'); + header('Connection: close'); + exit; +} + +header('Content-Type: ' . $mime . ';charset=' . $charset); +//header("Cache-Control: max-age=86400, s-maxage=86400"); +header('Vary: Accept'); +/*# If for some reason we didn't get a valid file modification time +# from the stat function, or it errored out, DO NOT send the ETag +# header as it will not be valid. Valid in this since is defined +# as modified AFTER Dec 24, 1999. +//if ($lastmod > 946080000) { # 946080000 = Dec 24, 1999 4PM +// header("ETag: " . $etag); +//} +*/ +echo $output; +?> diff --git a/themes/XtremeV3b/style/ECalendar/bcenter-style.css b/themes/XtremeV3b/style/ECalendar/bcenter-style.css new file mode 100644 index 00000000..4e3b7f6e --- /dev/null +++ b/themes/XtremeV3b/style/ECalendar/bcenter-style.css @@ -0,0 +1,136 @@ +#cwraper { + width: 100%; +} + +#cbody { + max-width: 800px; + min-width: 500px; + margin: 0 auto; + font-family: Arial, sans-serif; + text-align:center; +} + +.header{ + width: 100%; + height: 50px; + background-image: linear-gradient(#222, #444, #222); + background-color:#000; + color:#FFF; + font-weight:900; + text-align:center; + letter-spacing:1px; +} + +.calendar { + width: 100%; + border-collapse: collapse; + margin-top: 5px; + background-color:#000; +} + +.calendar caption { + margin-bottom: 10px; +} + +.cheader { + background-image: linear-gradient(#222, #C08933, #222); + color:#FFF; + letter-spacing:1px; + font-size:18px; + text-shadow: 1px 1px 2px #000, 0 0 25px #222, 0 0 5px #333; +} + +.today { + background-image: linear-gradient(#888, #333); + color: #fff; + font-size:18px; + font-weight:600; + border:1px solid #000; + text-align:left; + height: 65px; + min-width:64px; + padding-top: 5px; + padding-left:5px; +} + +.day { + text-align:left; + color:#000; + font-size:18px; + height: 65px; + min-width: 64px; + padding-top: 5px; + padding-left:5px; +} + +.calendar tr:nth-child(odd) { + background: #E0E0E0; +} + +.calendar tr:nth-child(even) { + background: #D0D0D0; +} + +.calendar th, +.calendar td { + border: 1px solid #000; +} + +.dayt { + height: 80%; + width: 100%; +} + +.event { + width:28px; + height:28px; + border-radius:15px;border:1px solid #000; + font-size:18px; + font-weight:600; + color:#000; + line-height:28px; + text-align:center; + background:#C08933; + -webkit-box-shadow:0 0 6px #000; + -moz-box-shadow: 0 0 6px #000; + box-shadow:0 0 6px #000; +} + +/* Start state */ +.animated-modal { + width: 500px; + border: 5px solid #000; + border-radius: 4px; + overflow: hidden; + color: #000; + background-color:#CCC; + display: none; + transform: translateY(-50px); + transition: all .7s; +} + +.animated-modal h2, +.animated-modal p { + transform: translateY(-50px); + opacity: 0; + color:#000; + transition-property: transform, opacity; + transition-duration: .4s; +} + +/* Final state */ +.fancybox-slide--current .animated-modal, +.fancybox-slide--current .animated-modal h2, +.fancybox-slide--current .animated-modal p { + transform: translateY(0); + opacity: 1; +} + +/* Reveal content with different delays */ +.fancybox-slide--current .animated-modal h2 { + transition-delay: .1s; +} + +.fancybox-slide--current .animated-modal p { + transition-delay: .3s; +} \ No newline at end of file diff --git a/themes/XtremeV3b/style/ECalendar/bside-style.css b/themes/XtremeV3b/style/ECalendar/bside-style.css new file mode 100644 index 00000000..8f22b7b2 --- /dev/null +++ b/themes/XtremeV3b/style/ECalendar/bside-style.css @@ -0,0 +1,133 @@ +#cwraper { + width: 100%; +} + +#cbody { + font-family: Arial, sans-serif; + font-size:10px; + max-width: 200px; + min-width: 150px; + margin: 0 auto; +} + +.header{ + width: 100%; + height: 25px; + background-image: linear-gradient(#222, #444, #222); + background-color:#000; + color:#FFF; + font-weight:600; + font-size:13px; + letter-spacing:1px; + text-align:center; +} + +.calendar { + background-color:#000; + border-collapse: collapse; + width: 100%; +} + +.calendar caption { + margin-bottom: 5px; +} + +.cheader { + background-image: linear-gradient(#222, #C08933, #222); + background-color: #222; + color: #fff; + font-size:12px; + text-shadow: 1px 1px 2px #000, 0 0 25px #222, 0 0 5px #333; +} + +.today { + background-image: linear-gradient(#888, #333); + color: #fff; + font-weight:500; + border:1px solid #000; + text-align:center; + height: 20px; + width:14%; + line-height:18px; +} + +.day { + color:#000; + height: 20px; + width: 14%; + line-height:18px; + text-align:center; +} + +.calendar tr:nth-child(odd) { + background: #E0E0E0; +} + +.calendar tr:nth-child(even) { + background: #D0D0D0; +} + +.calendar th, +.calendar td { + border: 1px solid #000; +} + +.dayt { + height: 80%; + width: 100%; +} + +.event { + width:14px; + height:14px; + border-radius:10px; + border:1px solid #000; + font-weight:700; + color:#000; + line-height:14px; + text-align:center; + background:#C08933; + -webkit-box-shadow:0 0 6px #000; + -moz-box-shadow: 0 0 6px #000; + box-shadow:0 0 6px #000; + margin: 0 auto; +} + +/* Start state */ +.animated-modal { + width: 500px; + border: 5px solid #000; + border-radius: 4px; + overflow: hidden; + color: #000; + background-color:#CCC; + display: none; + transform: translateY(-50px); + transition: all .7s; +} + +.animated-modal h2, +.animated-modal p { + transform: translateY(-50px); + opacity: 0; + color:#000; + transition-property: transform, opacity; + transition-duration: .4s; +} + +/* Final state */ +.fancybox-slide--current .animated-modal, +.fancybox-slide--current .animated-modal h2, +.fancybox-slide--current .animated-modal p { + transform: translateY(0); + opacity: 1; +} + +/* Reveal content with different delays */ +.fancybox-slide--current .animated-modal h2 { + transition-delay: .1s; +} + +.fancybox-slide--current .animated-modal p { + transition-delay: .3s; +} \ No newline at end of file diff --git a/themes/XtremeV3b/style/ECalendar/index.html b/themes/XtremeV3b/style/ECalendar/index.html new file mode 100644 index 00000000..2128cbfc --- /dev/null +++ b/themes/XtremeV3b/style/ECalendar/index.html @@ -0,0 +1,28 @@ + + + + + Access Denied + + + +
    +

    Access Denied

    +
    + + +
    + This is a restricted area which you should not be trying to access!
    + Please return to the mainsite. +

    + +
    + + \ No newline at end of file diff --git a/themes/XtremeV3b/style/ECalendar/style.css b/themes/XtremeV3b/style/ECalendar/style.css new file mode 100644 index 00000000..57340784 --- /dev/null +++ b/themes/XtremeV3b/style/ECalendar/style.css @@ -0,0 +1,165 @@ +#cwraperm { + width: 100%; +} + +#cbodym { + max-width: 850px; + min-width: 600px; + margin: 0 auto; + font-family: Arial, sans-serif; + text-align:center; +} + +.headerm{ + width: 100%; + height: 50px; + background-image: linear-gradient(#222, #444, #222); + background-color:#000; + color:#FFF; + line-height:50px; + letter-spacing:1px; + font-weight:700; + font-size:18px; + text-align:center; +} + +.cheaderm { + background-image: linear-gradient(#222, #C08933, #222); + color:#FFF; + letter-spacing:1px; + font-size:12px; + text-shadow: 1px 1px 2px #000, 0 0 25px #222, 0 0 5px #333; +} + +.calendarm { + width: 100%; + border-collapse: collapse; + margin-top: 2px; + background-color:#000; +} + +.calendarm caption { + margin-bottom: 10px; +} + +.todaym { + background-image: linear-gradient(#777, #444); + color: #fff; + font-size:18px; + font-weight:600; + border:1px solid #000; + text-align:left; + height: 75px; + width:64px; + padding-top: 5px; + padding-left:5px; +} + +.daym { + text-align:left; + color:#000; + font-size:18px; + height: 75px; + min-width: 64px; + padding-top: 5px; + padding-left:5px; +} + +.calendarm tr:nth-child(odd) { + background: #E0E0E0; +} + +.calendarm tr:nth-child(even) { + background: #D0D0D0; +} + +.calendarm th, +.calendarm td { + border: 1px solid #000; +} + +.daytm { + height: 80%; + width: 100%; +} + +a.control:visited, a.control:link, a.control:active { + color:#FFF; +} + +a.control:hover { + color:#C08933; +} + +.eventm { + width:28px; + height:28px; + border-radius:14px; + border:1px solid #000; + font-size:18px; + font-weight:600; + color:#000; + line-height:28px; + text-align:center; + background:#C08933; + -webkit-box-shadow:0 0 6px #000; + -moz-box-shadow: 0 0 6px #000; + box-shadow:0 0 6px #000; +} + +#nmonthb { + float:left; + font-size:11px !important; + width: 140px; + height: 50px; + border: 0px; + line-height: 50px; +} + +#nmonthf { + float:right; + font-size:11px !important; + width: 140px; + height: 50px; + border: 0px; + line-height: 50px; +} + +/* Start state */ +.animated-modalm { + width: 550px; + border: 5px solid #000; + border-radius: 8px; + overflow: hidden; + color: #000; + background-color:#CCC; + display: none; + transform: translateY(-50px); + transition: all .7s; +} + +.animated-modalm h2, +.animated-modalm p { + transform: translateY(-50px); + opacity: 0; + color:#000; + transition-property: transform, opacity; + transition-duration: .4s; +} + +/* Final state */ +.fancybox-slide--current .animated-modalm, +.fancybox-slide--current .animated-modalm h2, +.fancybox-slide--current .animated-modalm p { + transform: translateY(0); + opacity: 1; +} + +/* Reveal content with different delays */ +.fancybox-slide--current .animated-modalm h2 { + transition-delay: .1s; +} + +.fancybox-slide--current .animated-modalm p { + transition-delay: .3s; +} \ No newline at end of file diff --git a/themes/XtremeV3b/style/images/bg1.jpg b/themes/XtremeV3b/style/images/bg1.jpg new file mode 100644 index 00000000..484db2ea Binary files /dev/null and b/themes/XtremeV3b/style/images/bg1.jpg differ diff --git a/themes/XtremeV3b/style/images/bg2.jpg b/themes/XtremeV3b/style/images/bg2.jpg new file mode 100644 index 00000000..028b6cb3 Binary files /dev/null and b/themes/XtremeV3b/style/images/bg2.jpg differ diff --git a/themes/XtremeV3b/style/images/bg3.jpg b/themes/XtremeV3b/style/images/bg3.jpg new file mode 100644 index 00000000..10085ff6 Binary files /dev/null and b/themes/XtremeV3b/style/images/bg3.jpg differ diff --git a/themes/XtremeV3b/style/images/index.html b/themes/XtremeV3b/style/images/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/XtremeV3b/style/images/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/XtremeV3b/style/index.html b/themes/XtremeV3b/style/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/XtremeV3b/style/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/XtremeV3b/style/js/index.html b/themes/XtremeV3b/style/js/index.html new file mode 100644 index 00000000..f362164e --- /dev/null +++ b/themes/XtremeV3b/style/js/index.html @@ -0,0 +1,49 @@ + + + Access Denied + + + + + +
    +

    Access Denied

    +
    This is a restricted area which you should not be trying to access!
    Please return to the mainsite.
    +
    + + \ No newline at end of file diff --git a/themes/XtremeV3b/style/js/menu.min.js b/themes/XtremeV3b/style/js/menu.min.js new file mode 100644 index 00000000..b6245862 --- /dev/null +++ b/themes/XtremeV3b/style/js/menu.min.js @@ -0,0 +1 @@ +!function(e){e.fn.menuv3=function(n){var s=e(this),t=e.extend({title:"Menu",format:"dropdown",breakpoint:768,sticky:!1},n);return this.each(function(){if(s.find("li ul").parent().addClass("has-sub"),"select"!=t.format)s.prepend('"),e(this).find("#menu-button").on("click",function(){e(this).toggleClass("menu-opened");var n=e(this).next("ul");n.hasClass("open")?n.hide().removeClass("open"):(n.show().addClass("open"),"dropdown"===t.format&&n.find("ul").show())}),multiTg=function(){s.find(".has-sub").prepend(''),s.find(".submenu-button").on("click",function(){e(this).toggleClass("submenu-opened"),e(this).siblings("ul").hasClass("open")?e(this).siblings("ul").removeClass("open").hide():e(this).siblings("ul").addClass("open").show()})},"multitoggle"===t.format?multiTg():s.addClass("dropdown");else if("select"===t.format){s.append('