Skocz do zawartości

Łukasz

Użytkownik
  • Postów

    982
  • Dołączył

  • Ostatnia wizyta

Treść opublikowana przez Łukasz

  1. U mnie 0.7 sec
  2. Odinstaluj sb wgraj najnowszą wersje pod twoje forum i zainstaluj ponownie.
  3. Juz dawno zrobiłem aktualizacje ale mnie to martwi. Dlatego się pytałem co oznaczają te zapytania co nie poszły.
  4. Fix nic nie daje otrzymuje odpowiedz : #1068 - Zdefiniowano wiele kluczy podstawowych
  5. Prosze o wyjaśnienie co oznacza ten błąd: Error: ALTER TABLE ibf_content_cache_sigs DROP KEY cache_content_id, ADD PRIMARY KEY (cache_content_id); Zdefiniowano wiele kluczy podstawowych Error: ALTER TABLE ibf_content_cache_posts DROP KEY cache_content_id, ADD PRIMARY KEY (cache_content_id); Zdefiniowano wiele kluczy podstawowych
  6. Aktualizacja ceny zniżka o 30 % ^^
  7. Błąd powodowała aplikacja Pro Menu, Dziękuje za pomoc.
  8. Poszło zobaczymy co odpiszą
  9. Jakieś pomysły czy pisać do ips??
  10. Witam Serdecznie. Mam problem z logami warnów w acp. Jeżeli wejdę na stronę http://www.wa**k.pl/admin/index.php?adsess=dd1b656f8861bc0ac4e15da058c1afd0&app=core&module=logs&section=warnlogs nie można przeglądać pozostałych stron z logami ostrzeżeń - tylko stronę 1. a gdy klikniemy na stronę drugą http://www.wa**k.pl/admin/index.php?adsess=dd1b656f8861bc0ac4e15da058c1afd0&app=core&&st=15 zostajemy odesłani na stronę główna PA / ucinana jest fraza "section=warnlogs" prawidłowy adres strony drugiej to http://www.wa**k.pl/admin/index.php?adsess=dd1b656f8861bc0ac4e15da058c1afd0&app=core&module=logs&section=warnlogs&st=15 Proszę o pomoc.
  11. http://community.invisionpower.com/files/file/3324-advanced-tags-prefixes/
  12. najnowszy firefox :
  13. [long] $_SEOTEMPLATES = array( 'showuser' => array( 'app' => 'members', 'allowRedirect' => 1, 'out' => array( '#showuser=(.+?)((?:&|&)f=(.+?))?(&|$)#i', 'user/$1-#{__title__}/$2$4' ), 'in' => array( 'regex' => "#/user/(\d+?)-#i", 'matches' => array( array( 'showuser', '$1' ) ) ) ), 'members_status_single' => array( 'app' => 'members', 'allowRedirect' => 0, 'out' => array( '#app=members(?:&|&)module=profile(?:&|&)section=status(?:&|&)type=single(?:&|&)status_id=(\d+?)(&|$)#i', 'statuses/id/$1/$2' ), 'in' => array( 'regex' => "#/statuses/id/(\d+?)/#i", 'matches' => array( array( 'app' , 'members' ), array( 'section', 'status' ), array( 'module' , 'profile' ), array( 'type' , 'single' ), array( 'status_id', '$1' ) ) ) ), 'members_status_friends'=> array( 'app' => 'members', 'allowRedirect' => 0, 'out' => array( '#app=members(?:&|&)module=profile(?:&|&)section=status(?:&|&)type=friends(&|$)#i', 'statuses/friends/$2' ), 'in' => array( 'regex' => "#/statuses/friends#i", 'matches' => array( array( 'app' , 'members' ), array( 'section', 'status' ), array( 'module' , 'profile' ), array( 'type' , 'friends' ) ) ) ), 'members_status_all' => array( 'app' => 'members', 'allowRedirect' => 0, 'out' => array( '#app=members(?:&|&)module=profile(?:&|&)section=status((?:&|&)type=all)?(&|$)#i', 'statuses/all/$2' ), 'in' => array( 'regex' => "#/statuses/all#i", 'matches' => array( array( 'app' , 'members' ), array( 'section', 'status' ), array( 'module' , 'profile' ) ) ) ), 'members_list' => array( 'app' => 'members', 'allowRedirect' => 0, 'out' => array( '#app=members((&|&)module=list)?#i', 'members/' ), 'in' => array( 'regex' => "#/members(/|$|\?)#i", 'matches' => array( array( 'app', 'members' ), array( 'module', 'list' ) ) ) ), 'most_liked' => array( 'app' => 'members', 'allowRedirect' => 0, 'out' => array( '#app=members(?:&|&)module=reputation(?:&|&)section=most#i', 'best-content/' ), 'in' => array( 'regex' => "#/best-content(/|$|\?)#i", 'matches' => array( array( 'app', 'members' ), array( 'module', 'reputation' ), array( 'section', 'most' ) ) ) ), ); [/long]
  14. [long]<?php /** * FURL Templates cache. Do not attempt to modify this file. * Please modify the relevant 'furlTemplates.php' file in /{app}/extensions/furlTemplates.php * and rebuild from the Admin CP * * Written: Fri, 04 May 2012 20:13:45 +0000 * * Why? Because Matt says so. */ $templates = array ( '__data__' => array ( 'start' => '-', 'end' => '/', 'varBlock' => '/page__', 'varSep' => '__', ), 'showannouncement' => array ( 'app' => 'forums', 'allowRedirect' => 1, 'out' => array ( 0 => '#showannouncement=(.+?)((?:&|&)f=(.+?))?(&|$)#i', 1 => 'forum-$3/announcement-$1-#{__title__}/$4', ), 'in' => array ( 'regex' => '#/forum-(\\d+?)?/announcement-(\\d+?)-#i', 'matches' => array ( 0 => array ( 0 => 'showannouncement', 1 => '$2', ), 1 => array ( 0 => 'f', 1 => '$1', ), ), ), ), 'showforum' => array ( 'app' => 'forums', 'allowRedirect' => 1, 'out' => array ( 0 => '#showforum=(.+?)(&|$)#i', 1 => 'forum/$1-#{__title__}/$2', ), 'in' => array ( 'regex' => '#^/forum/(\\d+?)-#i', 'matches' => array ( 0 => array ( 0 => 'showforum', 1 => '$1', ), ), ), ), 'showtopicunread' => array ( 'app' => 'forums', 'allowRedirect' => 1, 'out' => array ( 0 => '#showtopic=(.+?)(?:&|&)view=getnewpost(&|$)#i', 1 => 'topic/$1-#{__title__}/unread/$2', ), 'in' => array ( 'regex' => '#^/topic/(\\d+?)-([^/]+?)/unread(/|$)#i', 'matches' => array ( 0 => array ( 0 => 'showtopic', 1 => '$1', ), 1 => array ( 0 => 'view', 1 => 'getnewpost', ), ), ), ), 'showtopicnextunread' => array ( 'app' => 'forums', 'allowRedirect' => 1, 'out' => array ( 0 => '#showtopic=(.+?)(?:&|&)view=getnextunread(&|$)#i', 1 => 'topic/$1-#{__title__}/nextunread/$2', ), 'in' => array ( 'regex' => '#^/topic/(\\d+?)-([^/]+?)/nextunread(/|$)#i', 'matches' => array ( 0 => array ( 0 => 'showtopic', 1 => '$1', ), 1 => array ( 0 => 'view', 1 => 'getnextunread', ), ), ), ), 'showtopic' => array ( 'app' => 'forums', 'allowRedirect' => 1, 'out' => array ( 0 => '#showtopic=(.+?)(&|$)#i', 1 => 'topic/$1-#{__title__}/$2', ), 'in' => array ( 'regex' => '#^/topic/(\\d+?)-#i', 'matches' => array ( 0 => array ( 0 => 'showtopic', 1 => '$1', ), ), ), ), 'acteqst' => array ( 'app' => 'forums', 'allowRedirect' => 1, 'out' => array ( 0 => '#act=ST(.*?)&t=(.+?)(&|$)#i', 1 => 'topic/$2-#{__title__}/$3', ), 'in' => array ( 'regex' => '#^notavalidrequest$#i', 'matches' => array ( 0 => array ( 0 => 'showtopic', 1 => '0', ), ), ), ), 'act=idx' => array ( 'app' => 'forums', 'allowRedirect' => 0, 'out' => array ( 0 => '#act=idx(&|$)#i', 1 => 'index/$1', ), 'in' => array ( 'regex' => '#^/index/(/|$|\\?)#i', 'matches' => array ( 0 => array ( 0 => 'act', 1 => 'idx', ), ), ), ), 'showuser' => array ( 'app' => 'members', 'allowRedirect' => 1, 'out' => array ( 0 => '#showuser=(.+?)((?:&|&)f=(.+?))?(&|$)#i', 1 => 'user/$1-#{__title__}/$2$4', ), 'in' => array ( 'regex' => '#/user/(\\d+?)-#i', 'matches' => array ( 0 => array ( 0 => 'showuser', 1 => '$1', ), ), ), ), 'members_status_single' => array ( 'app' => 'members', 'allowRedirect' => 0, 'out' => array ( 0 => '#app=members(?:&|&)module=profile(?:&|&)section=status(?:&|&)type=single(?:&|&)status_id=(\\d+?)(&|$)#i', 1 => 'statuses/id/$1/$2', ), 'in' => array ( 'regex' => '#/statuses/id/(\\d+?)/#i', 'matches' => array ( 0 => array ( 0 => 'app', 1 => 'members', ), 1 => array ( 0 => 'section', 1 => 'status', ), 2 => array ( 0 => 'module', 1 => 'profile', ), 3 => array ( 0 => 'type', 1 => 'single', ), 4 => array ( 0 => 'status_id', 1 => '$1', ), ), ), ), 'members_status_friends' => array ( 'app' => 'members', 'allowRedirect' => 0, 'out' => array ( 0 => '#app=members(?:&|&)module=profile(?:&|&)section=status(?:&|&)type=friends(&|$)#i', 1 => 'statuses/friends/$2', ), 'in' => array ( 'regex' => '#/statuses/friends#i', 'matches' => array ( 0 => array ( 0 => 'app', 1 => 'members', ), 1 => array ( 0 => 'section', 1 => 'status', ), 2 => array ( 0 => 'module', 1 => 'profile', ), 3 => array ( 0 => 'type', 1 => 'friends', ), ), ), ), 'members_status_all' => array ( 'app' => 'members', 'allowRedirect' => 0, 'out' => array ( 0 => '#app=members(?:&|&)module=profile(?:&|&)section=status((?:&|&)type=all)?(&|$)#i', 1 => 'statuses/all/$2', ), 'in' => array ( 'regex' => '#/statuses/all#i', 'matches' => array ( 0 => array ( 0 => 'app', 1 => 'members', ), 1 => array ( 0 => 'section', 1 => 'status', ), 2 => array ( 0 => 'module', 1 => 'profile', ), ), ), ), 'members_list' => array ( 'app' => 'members', 'allowRedirect' => 0, 'out' => array ( 0 => '#app=members((&|&)module=list)?#i', 1 => 'members/', ), 'in' => array ( 'regex' => '#/members(/|$|\\?)#i', 'matches' => array ( 0 => array ( 0 => 'app', 1 => 'members', ), 1 => array ( 0 => 'module', 1 => 'list', ), ), ), ), 'most_liked' => array ( 'app' => 'members', 'allowRedirect' => 0, 'out' => array ( 0 => '#app=members(?:&|&)module=reputation(?:&|&)section=most#i', 1 => 'best-content/', ), 'in' => array ( 'regex' => '#/best-content(/|$|\\?)#i', 'matches' => array ( 0 => array ( 0 => 'app', 1 => 'members', ), 1 => array ( 0 => 'module', 1 => 'reputation', ), 2 => array ( 0 => 'section', 1 => 'most', ), ), ), ), 'section=register' => array ( 'app' => 'core', 'allowRedirect' => 0, 'out' => array ( 0 => '#app=core(&|&)module=global(&|&)section=register(&|&|$)#i', 1 => 'register/$3', ), 'in' => array ( 'regex' => '#/register(/|$|\\?)#i', 'matches' => array ( 0 => array ( 0 => 'app', 1 => 'core', ), 1 => array ( 0 => 'module', 1 => 'global', ), 2 => array ( 0 => 'section', 1 => 'register', ), ), ), ), 'tags' => array ( 'app' => 'core', 'allowRedirect' => 0, 'out' => array ( 0 => '#app=core(&|&)module=search(&|&)do=search(&|&)search_tags=(\\S+?)(&|&)search_app=(\\S+?)(&|&|$)#i', 1 => 'tags/$6/$4/$7', ), 'in' => array ( 'regex' => '#/tags/(\\S+?)/(\\S+?)/#i', 'matches' => array ( 0 => array ( 0 => 'app', 1 => 'core', ), 1 => array ( 0 => 'module', 1 => 'search', ), 2 => array ( 0 => 'do', 1 => 'search', ), 3 => array ( 0 => 'search_tags', 1 => '$2', ), 4 => array ( 0 => 'search_app', 1 => '$1', ), ), ), ), 'likeunsubscribe' => array ( 'app' => 'core', 'allowRedirect' => 0, 'out' => array ( 0 => '#app=core(&|&)module=global(&|&)section=like(&|&)do=unsubscribe(&|&)key=(\\S+?)(&|&|$)#i', 1 => 'unsubscribe/$5/', ), 'in' => array ( 'regex' => '#/unsubscribe/(\\S+?)/$#i', 'matches' => array ( 0 => array ( 0 => 'app', 1 => 'core', ), 1 => array ( 0 => 'module', 1 => 'global', ), 2 => array ( 0 => 'section', 1 => 'like', ), 3 => array ( 0 => 'do', 1 => 'unsubscribe', ), 4 => array ( 0 => 'key', 1 => '$1', ), ), ), ), 'findcomment' => array ( 'app' => 'core', 'allowRedirect' => 0, 'out' => array ( 0 => '#app=core(&|&)module=global(&|&)section=comments(&|&)do=findComment(&|&)fromApp=(\\S+?)(&|&)parentId=(\\d+?)(&|&)commentId=(\\d+?)(&|&|$)#i', 1 => 'findComment/$5/$7-$9', ), 'in' => array ( 'regex' => '#/findComment/(\\S+?-\\S+?)/(\\d+?)-(\\d+?)$#i', 'matches' => array ( 0 => array ( 0 => 'app', 1 => 'core', ), 1 => array ( 0 => 'module', 1 => 'global', ), 2 => array ( 0 => 'section', 1 => 'comments', ), 3 => array ( 0 => 'do', 1 => 'findComment', ), 4 => array ( 0 => 'fromApp', 1 => '$1', ), 5 => array ( 0 => 'parentId', 1 => '$2', ), 6 => array ( 0 => 'comment_id', 1 => '$3', ), ), ), ), 'section=rss' => array ( 'app' => 'core', 'allowRedirect' => 0, 'out' => array ( 0 => '#app=core(&|&)module=global(&|&)section=rss(&|&)type=(\\w+?)$#i', 1 => 'rss/$4/', ), 'in' => array ( 'regex' => '#/rss/(\\w+?)/$#i', 'matches' => array ( 0 => array ( 0 => 'app', 1 => 'core', ), 1 => array ( 0 => 'module', 1 => 'global', ), 2 => array ( 0 => 'section', 1 => 'rss', ), 3 => array ( 0 => 'type', 1 => '$1', ), ), ), ), 'section=rss2' => array ( 'app' => 'core', 'allowRedirect' => 0, 'out' => array ( 0 => '#app=core(&|&)module=global(&|&)section=rss(&|&)type=(\\w+?)(&|&)id=(\\w+?)$#i', 1 => 'rss/$4/$6-#{__title__}/', ), 'in' => array ( 'regex' => '#/rss/(\\w+?)/(\\w+?)-#i', 'matches' => array ( 0 => array ( 0 => 'app', 1 => 'core', ), 1 => array ( 0 => 'module', 1 => 'global', ), 2 => array ( 0 => 'section', 1 => 'rss', ), 3 => array ( 0 => 'type', 1 => '$1', ), 4 => array ( 0 => 'id', 1 => '$2', ), ), ), ), 'app=ipchat' => array ( 'app' => 'ipchat', 'allowRedirect' => 1, 'out' => array ( 0 => '#app=ipchat$#i', 1 => 'chat/', ), 'in' => array ( 'regex' => '#/chat(/|$|\\?)#i', 'matches' => array ( 0 => array ( 0 => 'app', 1 => 'ipchat', ), ), ), ), 'ihost' => array ( 'app' => 'ihost', 'allowRedirect' => 1, 'out' => array ( 0 => '#app=ihost(&|$)#i', 1 => 'ihost', ), 'in' => array ( 'regex' => '#/ihost(/|$)#i', 'matches' => array ( 0 => array ( 0 => 'app', 1 => 'ihost', ), ), ), ), 'showlinkcat' => array ( 'app' => 'links', 'allowRedirect' => 1, 'out' => array ( 0 => '#app=links&showlinkcat=(.+?)(&|$)#i', 1 => 'links/category/$1-#{__title__}/$2', ), 'in' => array ( 'regex' => '#/links/category/(\\d+?)-#i', 'matches' => array ( 0 => array ( 0 => 'app', 1 => 'links', ), 1 => array ( 0 => 'module', 1 => 'links', ), 2 => array ( 0 => 'section', 1 => 'categories', ), 3 => array ( 0 => 'do', 1 => 'view', ), 4 => array ( 0 => 'cid', 1 => '$1', ), ), ), ), 'showlink' => array ( 'app' => 'links', 'allowRedirect' => 1, 'out' => array ( 0 => '#app=links&showlink=(.+?)(&|$)#i', 1 => 'links/link/$1-#{__title__}/$2', ), 'in' => array ( 'regex' => '#/links/link/(\\d+?)-#i', 'matches' => array ( 0 => array ( 0 => 'app', 1 => 'links', ), 1 => array ( 0 => 'module', 1 => 'links', ), 2 => array ( 0 => 'section', 1 => 'links', ), 3 => array ( 0 => 'do', 1 => 'view', ), 4 => array ( 0 => 'lid', 1 => '$1', ), ), ), ), 'gotolink' => array ( 'app' => 'links', 'allowRedirect' => 1, 'out' => array ( 0 => '#app=links&gotolink=(.+?)(&|$)#i', 1 => 'links/goto/$1-#{__title__}/$2', ), 'in' => array ( 'regex' => '#/links/goto/(\\d+?)-#i', 'matches' => array ( 0 => array ( 0 => 'app', 1 => 'links', ), 1 => array ( 0 => 'module', 1 => 'links', ), 2 => array ( 0 => 'section', 1 => 'links', ), 3 => array ( 0 => 'do', 1 => 'boinkme', ), 4 => array ( 0 => 'lid', 1 => '$1', ), ), ), ), 'app=links' => array ( 'app' => 'links', 'allowRedirect' => 1, 'out' => array ( 0 => '#app=links$#i', 1 => 'links/', ), 'in' => array ( 'regex' => '#/links($|\\/)#i', 'matches' => array ( 0 => array ( 0 => 'app', 1 => 'links', ), ), ), ), 'app=shoutbox' => array ( 'app' => 'shoutbox', 'allowRedirect' => 1, 'out' => array ( 0 => '/app=shoutbox$/i', 1 => 'shoutbox/', ), 'in' => array ( 'regex' => '#^/shoutbox#i', 'matches' => array ( 0 => array ( 0 => 'app', 1 => 'shoutbox', ), ), ), ), 'app=forums' => array ( 'app' => 'forums', 'allowRedirect' => 1, 'out' => array ( 0 => '/app=forums$/i', 1 => 'index/$1', ), 'in' => array ( 'regex' => '#^/index/(/|$|\\?)#i', 'matches' => array ( 0 => array ( 0 => 'app', 1 => 'forums', ), ), ), ), 'app=core' => array ( 'app' => 'core', 'allowRedirect' => 1, 'out' => array ( 0 => '/app=core&module=help$/i', 1 => 'help/$1', ), 'in' => array ( 'regex' => '#^/help/(/|$|\\?)#i', 'matches' => array ( 0 => array ( 0 => 'app', 1 => 'core', ), 1 => array ( 0 => 'module', 1 => 'help', ), ), ), ), 'app=calendar' => array ( 'app' => 'calendar', 'allowRedirect' => 1, 'out' => array ( 0 => '/app=calendar$/i', 1 => 'calendar/$1', ), 'in' => array ( 'regex' => '#/calendar/(/|$|\\?)#i', 'matches' => array ( 0 => array ( 0 => 'app', 1 => 'calendar', ), ), ), ), 'app=members' => array ( 'app' => 'members', 'allowRedirect' => 1, 'out' => array ( 0 => '/app=members$/i', 1 => 'members/$1', ), 'in' => array ( 'regex' => '#/members/(/|$|\\?)#i', 'matches' => array ( 0 => array ( 0 => 'app', 1 => 'members', ), ), ), ), 'app=downloads' => array ( 'app' => 'downloads', 'allowRedirect' => 1, 'out' => array ( 0 => '/app=downloads$/i', 1 => 'files/$1', ), 'in' => array ( 'regex' => '#/files/(/|$|\\?)#i', 'matches' => array ( 0 => array ( 0 => 'app', 1 => 'downloads', ), ), ), ), 'app=blog' => array ( 'app' => 'blog', 'allowRedirect' => 1, 'out' => array ( 0 => '/app=blog$/i', 1 => 'blogs/$1', ), 'in' => array ( 'regex' => '#/blogs/(/|$|\\?)#i', 'matches' => array ( 0 => array ( 0 => 'app', 1 => 'blog', ), ), ), ), 'app=portal' => array ( 'app' => 'portal', 'allowRedirect' => 1, 'out' => array ( 0 => '/app=portal$/i', 1 => 'portal/$1', ), 'in' => array ( 'regex' => '#/portal/(/|$|\\?)#i', 'matches' => array ( 0 => array ( 0 => 'app', 1 => 'portal', ), ), ), ), 'app=uportal' => array ( 'app' => 'portal', 'allowRedirect' => 1, 'out' => array ( 0 => '/app=uportal$/i', 1 => 'uportal/$1', ), 'in' => array ( 'regex' => '#/uportal/(/|$|\\?)#i', 'matches' => array ( 0 => array ( 0 => 'app', 1 => 'uportal', ), ), ), ), ); ?>[/long]
  15. Przebuduj pamięć podręczna furl wykonane i nadal to samo.
  16. ^^ Padłem siedzę na koniu...
  17. Nie ma żadnej możliwości zejścia w dół jeżeli nie miałeś kopi bazy /plików to już nie poradzisz nic. edit^^^^ o sekundę szybszy był
  18. Oczywiście ze nie
  19. Witam serdecznie. Po wejściu w listę użytkowników i kliknięciu zaawansowanych filtrów nie wyświetla wyników. Przekierowuje na stronę /app=members/page__module__list a powinno na /index.php?app=members&module=list Na skinie oryginalnym ta sama sytuacja. Proszę o pomoc.
  20. podaj adres forum
  21. W przeglądarce wpisujemy adres www naszego forum z końcówką: /admin/upgradeFinish pojawi nam się instalator IPB, który przebuduje zawartość cache forum Mi przy tym punkcie sypie błędami sql brak tabel i takie tam Mam przyczynę w bazie po konwersji shellem zostały nadal takie znaki ¶¶¶¶¶¶ oraz inne
×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Umieściliśmy na Twoim urządzeniu pliki cookie, aby pomóc Ci usprawnić przeglądanie strony. Możesz dostosować ustawienia plików cookie, w przeciwnym wypadku zakładamy, że wyrażasz na to zgodę.