Obsah fóra
PravidláRegistrovaťPrihlásenie




Odpovedať na tému [ Príspevkov: 3 ] 
AutorSpráva
Offline

Užívateľ
Užívateľ
eXtreme Styles mod 2

Registrovaný: 08.03.07
Prihlásený: 29.12.14
Príspevky: 30
Témy: 8
Príspevok NapísalOffline : 05.05.2007 14:50

mal by to byt mod na zrychlenie fora ale nechapem tomu 2 kroku co je v navode kuknite
Kód:
#################################################################
## MOD Title: eXtreme Styles mod 2
## MOD Author: Vjacheslav Trushkin <no@public.email> (CyberAlien) http://www.stsoftware.biz
## MOD Description:
##      Tento mod Rapidne zrychli Chod fora
## MOD Versia: 2.4.0
##
## Installation Level:   Easy
## Installation Time:   1-2 Minutes
## Files To Edit (0):
## Included Files (64): admin/admin_xs.php,
##         admin/xs_cache.php
##         admin/xs_chmod.php
##         admin/xs_clone.php
##         admin/xs_config.php
##         admin/xs_download.php
##         admin/xs_edit.php
##         admin/xs_edit_data.php
##         admin/xs_export.php
##         admin/xs_export_data.php
##         admin/xs_frame_top.php
##         admin/xs_frameset.php
##         admin/xs_import.php
##         admin/xs_include.php
##         admin/xs_include_import.php
##         admin/xs_include_import2.php
##         admin/xs_index.php
##         admin/xs_install.php
##         admin/xs_style_config.php
##         admin/xs_styles.php
##         admin/xs_uninstall.php
##         admin/xs_update.php
##         admin/xs_main.cfg
##         language/lang_english/lang_xs.php
##         xs_mod/formIE.css
##         xs_mod/images/button.gif
##         xs_mod/images/cellpic1.gif
##         xs_mod/images/cellpic2.jpg
##         xs_mod/images/cellpic3.gif
##         xs_mod/images/cellpic4.gif
##         xs_mod/images/dot.gif
##         xs_mod/images/spacer.gif
##         xs_mod/images/top_bg.gif
##         xs_mod/images/top_bg2.gif
##         xs_mod/images/top_logo.jpg
##         xs_mod/style.css
##         xs_mod/tpl/cache.tpl
##         xs_mod/tpl/clone.tpl
##         xs_mod/tpl/clone2.tpl
##         xs_mod/tpl/config.tpl
##         xs_mod/tpl/downloads.tpl
##         xs_mod/tpl/edit.tpl
##         xs_mod/tpl/edit_data.tpl
##         xs_mod/tpl/edit_data_list.tpl
##         xs_mod/tpl/edit_file.tpl
##         xs_mod/tpl/export.tpl
##         xs_mod/tpl/export2.tpl
##         xs_mod/tpl/export_data.tpl
##         xs_mod/tpl/export_data2.tpl
##         xs_mod/tpl/frame_top.tpl
##         xs_mod/tpl/frameset.tpl
##         xs_mod/tpl/ftp.tpl
##         xs_mod/tpl/import.tpl
##         xs_mod/tpl/import2.tpl
##         xs_mod/tpl/index.tpl
##         xs_mod/tpl/install.tpl
##         xs_mod/tpl/message.tpl
##         xs_mod/tpl/style_config.tpl
##         xs_mod/tpl/styles.tpl
##         xs_mod/tpl/uninstall.tpl
##         xs_mod/tpl/update.tpl
##         xs_mod/tpl/update2.tpl
##         xs_mod/tpl/xs_footer.tpl
##         xs_mod/tpl/xs_header.tpl
## Files To Overwrite (1):   includes/template.php
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
##
## Important:
##
## Create directory "cache" within your phpBB2 root folder (if it isn't created
## yet) and chmod it to 777 (or change the owner to you httpd-servers owner).
##
## If you do not know how to CHMOD this article should help you:
## http://www.phpbb.com/kb/article.php?article_id=22
##
##
## Important:
##
## When upgrading from mod version 1.19 or older version you MUST delete all
## files of old mod from directory "admin".
##
## Latest version of this mod can be found at this url:
## http://www.phpbbstyles.com
##
## Additional documentation for this mod can be found at this url:
## http://www.phpbbstyles.com/viewforum.php?f=6
##
##
## MOD Features:
##      - Fast templates compilation algorythm
##      - Fast templates execution (even if not cached)
##      - Cache system that doesn't use database
##      - Auto-check errors in templates while compiling
##      - Almost all features of this mod can be configured in acp
##      - PHP code in templates. PHP code should start with
##        <?php or <!-- PHP --> and end with ?> or <!-- ENDPHP -->
##        Short tags are not allowed. See manual for examples of code.
##      - Unlimited <!-- BEGIN blah --><!-- END blah --> switches in one line.
##      - Include other tpl files with <!-- INCLUDE file.tpl -->
##      - You can configure separate .tpl files for usual template.php
##        and eXtreme Styles template.php. It can be configured in xs.cfg
##        (like jumpbox.tpl for usual phpbb and jumpbox_xs.tpl for xs mod
##        that is included with this mod)
##      - Variable {LANG} that corresponds to current language. Can be
##        used to create truly multi-lingual templates (you can use this
##        in urls: "images/lang_{LANG}/icon_blah.gif").
##      - Variable {PHP} that corresponds to file extension with session
##        data. Can be used to avoid modding when you need to add some
##        url (like "somescript.{PHP}" or "script.{PHP}test=1")
##        Variable contains "?" or "&" at the end so you could easily
##        add arguments to url.
##      - Variable {TEMPLATE} that corresponds to current template
##        directory (like "templates/subSilver/"). Can be used to avoid
##        filenames case confusion and to fix phpBB path error when
##        confirm_body.tpl and message_body.tpl are used in acp.
##      - In admin control panel you can switch all users from one style
##        to another and easily change default style.
## New Features in 2.0:
##      - Faster template compilation
##      - Mod has its own interface independant from current style
##      - Mod completely replaces phpBB styles management
##      - Cache management
##      - Import/Export styles
##      - Clone templates and styles
##      - Better install/uninstall for styles
##      - Templates editor. Can also edit text files and .htaccess
##      - Tokens IF, ELSEIF, ELSE, ENDIF, DEFINE, UNDEFINE
## New Features in 2.1:
##      - Built-in support for Category Hierarchy mod 2.1.x
##      - Style configuration (applies only to complex configurable styles)
## New Features in 2.2:
##      - Support for BEGINELSE command
##
##  /***************************************************************************
##  *
##  *   This program is free software; you can redistribute it and/or modify
##  *   it under the terms of the GNU General Public License as published by
##  *   the Free Software Foundation; either version 2 of the License, or
##  *   (at your option) any later version.
##  *
##  ***************************************************************************/
##
##############################################################
## MOD History:
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################

#
#-----[ Nakopiruj len subory na FTP  ]------------------------------------------
#

copy root/admin/admin_xs.php to admin/admin_xs.php
copy root/admin/xs_cache.php to admin/xs_cache.php
copy root/admin/xs_chmod.php to admin/xs_chmod.php
copy root/admin/xs_clone.php to admin/xs_clone.php
copy root/admin/xs_config.php to admin/xs_config.php
copy root/admin/xs_download.php to admin/xs_download.php
copy root/admin/xs_edit.php to admin/xs_edit.php
copy root/admin/xs_edit_data.php to admin/xs_edit_data.php
copy root/admin/xs_export.php to admin/xs_export.php
copy root/admin/xs_export_data.php to admin/xs_export_data.php
copy root/admin/xs_frame_top.php to admin/xs_frame_top.php
copy root/admin/xs_frameset.php to admin/xs_frameset.php
copy root/admin/xs_import.php to admin/xs_import.php
copy root/admin/xs_include.php to admin/xs_include.php
copy root/admin/xs_include_import.php to admin/xs_include_import.php
copy root/admin/xs_include_import2.php to admin/xs_include_import2.php
copy root/admin/xs_index.php to admin/xs_index.php
copy root/admin/xs_install.php to admin/xs_install.php
copy root/admin/xs_style_config.php to admin/xs_style_config.php
copy root/admin/xs_styles.php to admin/xs_styles.php
copy root/admin/xs_uninstall.php to admin/xs_uninstall.php
copy root/admin/xs_update.php to admin/xs_update.php
copy root/admin/xs_main.cfg to admin/xs_main.cfg
copy root/includes/template.php to includes/template.php
copy root/language/lang_english/lang_xs.php to language/lang_english/lang_xs.php
copy root/xs_mod/formIE.css to xs_mod/formIE.css
copy root/xs_mod/images/button.gif to xs_mod/images/button.gif
copy root/xs_mod/images/cellpic1.gif to xs_mod/images/cellpic1.gif
copy root/xs_mod/images/cellpic2.jpg to xs_mod/images/cellpic2.jpg
copy root/xs_mod/images/cellpic3.gif to xs_mod/images/cellpic3.gif
copy root/xs_mod/images/cellpic4.gif to xs_mod/images/cellpic4.gif
copy root/xs_mod/images/dot.gif to xs_mod/images/dot.gif
copy root/xs_mod/images/spacer.gif to xs_mod/images/spacer.gif
copy root/xs_mod/images/top_bg.gif to xs_mod/images/top_bg.gif
copy root/xs_mod/images/top_bg2.gif to xs_mod/images/top_bg2.gif
copy root/xs_mod/images/top_logo.jpg to xs_mod/images/top_logo.jpg
copy root/xs_mod/style.css to xs_mod/style.css
copy root/xs_mod/tpl/cache.tpl to xs_mod/tpl/cache.tpl
copy root/xs_mod/tpl/clone.tpl to xs_mod/tpl/clone.tpl
copy root/xs_mod/tpl/clone2.tpl to xs_mod/tpl/clone2.tpl
copy root/xs_mod/tpl/config.tpl to xs_mod/tpl/config.tpl
copy root/xs_mod/tpl/downloads.tpl to xs_mod/tpl/downloads.tpl
copy root/xs_mod/tpl/edit.tpl to xs_mod/tpl/edit.tpl
copy root/xs_mod/tpl/edit_data.tpl to xs_mod/tpl/edit_data.tpl
copy root/xs_mod/tpl/edit_data_list.tpl to xs_mod/tpl/edit_data_list.tpl
copy root/xs_mod/tpl/edit_file.tpl to xs_mod/tpl/edit_file.tpl
copy root/xs_mod/tpl/export.tpl to xs_mod/tpl/export.tpl
copy root/xs_mod/tpl/export2.tpl to xs_mod/tpl/export2.tpl
copy root/xs_mod/tpl/export_data.tpl to xs_mod/tpl/export_data.tpl
copy root/xs_mod/tpl/export_data2.tpl to xs_mod/tpl/export_data2.tpl
copy root/xs_mod/tpl/frame_top.tpl to xs_mod/tpl/frame_top.tpl
copy root/xs_mod/tpl/frameset.tpl to xs_mod/tpl/frameset.tpl
copy root/xs_mod/tpl/ftp.tpl to xs_mod/tpl/ftp.tpl
copy root/xs_mod/tpl/import.tpl to xs_mod/tpl/import.tpl
copy root/xs_mod/tpl/import2.tpl to xs_mod/tpl/import2.tpl
copy root/xs_mod/tpl/index.tpl to xs_mod/tpl/index.tpl
copy root/xs_mod/tpl/install.tpl to xs_mod/tpl/install.tpl
copy root/xs_mod/tpl/message.tpl to xs_mod/tpl/message.tpl
copy root/xs_mod/tpl/style_config.tpl to xs_mod/tpl/style_config.tpl
copy root/xs_mod/tpl/styles.tpl to xs_mod/tpl/styles.tpl
copy root/xs_mod/tpl/uninstall.tpl to xs_mod/tpl/uninstall.tpl
copy root/xs_mod/tpl/update.tpl to xs_mod/tpl/update.tpl
copy root/xs_mod/tpl/update2.tpl to xs_mod/tpl/update2.tpl
copy root/xs_mod/tpl/xs_footer.tpl to xs_mod/tpl/xs_footer.tpl
copy root/xs_mod/tpl/xs_header.tpl to xs_mod/tpl/xs_header.tpl

#
#-----[Nastav ]------------------------------------------
#
CHMOD directory "cache" to 0777

#
#-----[ Uloz/Zatvor vsetky zlozky  ]------------------------------------------
#
# VSETKO
to posledne ze nastav co to je?


Offline

Prevádzkovateľ fóra
Prevádzkovateľ fóra
eXtreme Styles mod 2

Registrovaný: 01.05.05
Príspevky: 13348
Témy: 1496
Bydlisko: Bratislava
Príspevok NapísalOffline : 05.05.2007 14:56

mas na adresar cache nastavit atributy 777







_________________
Streacom DA2 | SilverStone Titanium SX800-LTI 800W | ASRock X299E-ITX/ac | Intel Core i9-9980XE & be quiet! Dark Rock TF | Kingston HyperX Impact 64 GB DDR4 2666 MHz | NVIDIA Titan RTX 24 GB | Intel SSD Optane 905P 480 GB NVMe U.2 & Intel SSD 750 1,2 TB NVMe U.2 & Intel SSD 660p 2 TB NVMe M.2 & Seagate BackUp Plus Portable 56 TB USB | 55" 4K OLED Dell Alienware AW5520QF & 24" LCD EIZO FlexScan EV2451 | Ergotron LX Wall Mount Keyboard Arm | Logitech Craft | Logitech G603 | Logitech F710 | Harman Kardon Sabre SB 35 & Sennheiser RS 175 | Microsoft Windows 7 Ultimate | APC Back-UPS ES 700 | Lenovo ThinkPad X250 | iPhone X 256 GB & Pitaka Aramid | SilverStone ML05B Milo | Corsair SF600 SFX 600W | ASRock X99E-ITX/ac | Intel Xeon E5-2683 v4 & NOCTUA NH-L12S | Kingston HyperX Savage 32 GB DDR4 2400 MHz | NVIDIA GeForce GT 710 1 GB | Intel SSD Optane Memory 32 GB NVMe M.2 & Intel SSD 730 240 GB SATA | Ubuntu Server
Offline

Zmazaný užívateľ
Zmazaný užívateľ
Obrázok užívateľa
Príspevok NapísalOffline : 05.05.2007 15:03

Otvoris si svoje FTP a das prave tlacitko na mysi (alebo inak) a najdes si nieco ako CHMOD. Tam bude cislo napr. 655 a ty ho das na 0777


Odpovedať na tému [ Príspevkov: 3 ] 


Podobné témy

 Témy  Odpovede  Zobrazenia  Posledný príspevok 
V tomto fóre nie sú ďalšie neprečítané témy. PREKLAD: eXtreme Styles SK + CZ

v Redakčné systémy

2

6387

20.04.2007 21:26

BigSnake353 Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. two css styles, ie and default, 2px solid border?!

v HTML, XHTML, XML, CSS

5

943

12.12.2008 15:48

jablko05 Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. H: Sapphire HD4850 Dual-Slot (pencil-mod, v-mod)

v Modifikácie, návody a projekty

0

1858

18.01.2009 18:57

Vladio Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. Orange & Black mod - mod by borec

v Modifikácie, návody a projekty

16

3136

07.08.2008 22:49

Orses Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. Tak aj môd mod :)

v Modifikácie, návody a projekty

16

2681

03.06.2011 13:33

škodovkar Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. Extreme/Quad

v Intel - Integrated Electronics

4

648

29.07.2007 1:41

BubakB Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. Crusader extreme

v Počítačové hry

0

397

28.07.2010 16:34

Mego Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. Maximus extreme

v Základné dosky

10

691

04.03.2009 13:57

BulseyeTT Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. eXtreme OC

v Biosy a ladenie výkonu

0

1051

21.06.2006 21:12

ertin Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. SanDisk Cruzer Extreme

v Ostatné zariadenia

2

374

17.07.2013 12:56

MyschoVIP Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. Aida 64 Extreme

v AMD čipové sady

1

316

25.02.2015 8:53

killer Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. lowrider extreme volant

v Počítačové hry

5

509

14.01.2011 13:13

pomaranc747 Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. ZERO eXtreme lll

v Notebooky a netbooky

6

686

25.05.2008 10:13

ScorpionSX Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. accelero extreme prekvapko

v nVidia grafické karty

15

1027

18.06.2010 18:11

kanderas Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. HD 5830 extreme

v Grafické karty

5

477

07.07.2011 22:41

banzai Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. rampage 2 extreme

v Intel čipové sady

1

489

10.06.2010 20:33

tibo323F Zobrazenie posledných príspevkov


Nemôžete zakladať nové témy v tomto fóre
Nemôžete odpovedať na témy v tomto fóre
Nemôžete upravovať svoje príspevky v tomto fóre
Nemôžete mazať svoje príspevky v tomto fóre

Skočiť na:  

Powered by phpBB Jarvis © 2005 - 2024 PCforum, webhosting by WebSupport, secured by GeoTrust, edited by JanoF
Ako väčšina webových stránok aj my používame cookies. Zotrvaním na webovej stránke súhlasíte, že ich môžeme používať.
Všeobecné podmienky, spracovanie osobných údajov a pravidlá fóra