Obsah fóra
PravidláRegistrovaťPrihlásenie




Odpovedať na tému [ Príspevok: 1 ] 
AutorSpráva
Offline

Prevádzkovateľ fóra
Prevádzkovateľ fóra
SuMaMod

Registrovaný: 01.05.05
Príspevky: 13348
Témy: 1496
Bydlisko: Bratislava
Príspevok NapísalOffline : 13.10.2006 9:09

Kód:
########################################################
## Mod Titel:         SuMaMod
## Mod Version:       2.0.11
## phpBB- Version:      2.0.4-2.0.11
## Datum:         14.04.2005
## Autor:               DogHoliday
## Beschreibung:           Dieser Mod ermöglicht es Suchmaschienen das phpBB2-Board mit seinen Daten zuerfassen.
## Lizenz:         GPL
##
## Schwierigkeitsgrad
## der Installation:       leicht
## Installationsdauer:     ca. 15 Minuten
## Veränderte Dateien:     includes/sessions.php
## Zusätzliche Dateien:    .htaccess
########################################################
##
## Dank auch an Marc und Flashnick für die gute zusammenarbeit
## bei der Codeoptimierung/Bugfixing.
##
########################################################
##
## Kontakt:            Andreas Jäger (alias DogHoliday)
## Homepage:          http://forum.2lucky.de
## E- Mail:            fourum@2lucky.de
##
########################################################
##  Mindestanforderrungen:
##  - htaccess unterstützung
##  - mod_rewrite unterstützung
##
########################################################
##
## Anmerkung zur Installation der .htaccess Datei
##
## Bitte passt die Pfade je nach eurem unterverzeichniss an:
## 1.)zB. wenn Ihr euer phpBB2 im root verz. habt, könnt ihr den Code so lassen
## RewriteCond %{REQUEST_URI} ^/forum,([0-9]*).htm*
## RewriteRule ^(.*) /viewforum.php?f=%1 [L]
##
## oder
##
## 2.)zB. wenn Ihr euer phpBB2 im phpBB2/ verz. habt
## RewriteCond %{REQUEST_URI} ^/phpbb2/forum,([0-9]*).htm*
## RewriteRule ^(.*) /phpbb2/viewforum.php?f=%1 [L]
##
## Bitte diese Änderrungen für alle Einträge in der .htaccess machen!
########################################################


#
#-----[ OPEN ]------------------------------------------
#
includes/Sessions.php

#
#-----[ FIND ]------------------------------------------
#
//
// Append $SID to a url. Borrowed from phplib and modified. This is an
// extra routine utilised by the session code above and acts as a wrapper
// around every single URL and form action. If you replace the session
// code you must include this routine, even if it's empty.
//

function append_sid($url, $non_html_amp = false)
{
...
}

#
#-----[ REPLACE WITH ]------------------------------------------
#

//
// Append $SID to a url. Borrowed from phplib and modified. This is an
// extra routine utilised by the session code above and acts as a wrapper
// around every single URL and form action. If you replace the session
// code you must include this routine, even if it's empty.
//
function areyouabot()
{
   
global $HTTP_SERVER_VARS;

   $RobotsList = array (
   "bot",
   "spider",
   "crawler",
   "spyder",
   "appie",
   "architext",
   "bjaaland",
   "digout4u",
   "echo",
   "ferret",
   "gulliver",
   "harvest",
   "htdig",
   "ia_archiver",
   "jeeves",
   "linkwalker",
   "lycos",
   "mercator",
   "moget",
   "muscatferret",
   "myweb",
   "netcraft",
   "nomad",
   "petersnews",
   "scooter",
   "slurp",
   "voila",
   "voyager",
   "webbase",
   "weblayers",
   "wget",
   "ahoythehomepagefinder",
   "alkaline",
   "arachnophilia",
   "aretha",
   "ariadne",
   "arks",
   "aspider",
   "atn.txt",
   "atomz",
   "auresys",
   "backrub",
   "bigbrother",
   "blackwidow",
   "blindekuh",
   "bloodhound",
   "brightnet",
   "bspider",
   "cassandra",
   "cgireader",
   "churl",
   "cmc",
   "collective",
   "combine",
   "core",
   "cosmos",
   "cruiser",
   "cusco",
   "deweb",
   "digger",
   "directhit",
   "download_express",
   "dwcp",
   "e-collector",
   "ebiness",
   "eit",
   "emacs",
   "esther",
   "evliyacelebi",
   "nzexplorer",
   "fdse",
   "felix",
   "fetchrover",
   "fido",
   "finnish",
   "fireball",
   "fouineur",
   "francoroute",
   "freecrawl",
   "funnelweb",
   "gama",
   "gazz",
   "gcreep",
   "geturl",
   "golem",
   "grapnel",
   "griffon",
   "gromit",
   "havindex",
   "hometown",
   "htmlgobble",
   "hyperdecontextualizer",
   "ibm",
   "iconoclast",
   "ilse",
   "imagelock",
   "incywincy",
   "informant",
   "infoseek",
   "inspectorwww",
   "intelliagent",
   "iron33",
   "israelisearch",
   "javabee",
   "jobo",
   "jubii",
   "jumpstation",
   "katipo",
   "kdd",
   "kilroy",
   "labelgrabber.txt",
   "larbin",
   "legs",
   "linkidator",
   "linkscan",
   "lockon",
   "logo_gif",
   "macworm",
   "magpie",
   "marvin",
   "mattie",
   "mediafox",
   "merzscope",
   "meshexplorer",
   "monster",
   "motor",
   "mwdsearch",
   "netcarta",
   "netmechanic",
   "netscoop",
   "newscan-online",
   "nhse",
   "northstar",
   "occam",
   "octopus",
   "openfind",
   "orb_search",
   "packrat",
   "pageboy",
   "parasite",
   "patric",
   "pegasus",
   "perignator",
   "phantom",
   "piltdownman",
   "pimptrain",
   "pioneer",
   "pitkow",
   "pka",
   "plumtreewebaccessor",
   "poppi",
   "portalb",
   "puu",
   "python",
   "raven",
   "rbse",
   "rhcs",
   "roadrunner",
   "robbie",
   "robi",
   "robofox",
   "robozilla",
   "rules",
   "search_au",
   "searchprocess",
   "senrigan",
   "sgscout",
   "shaggy",
   "shaihulud",
   "sift",
   "site-valet",
   "sitegrabber",
   "sitetech",
   "snooper",
   "spanner",
   "speedy",
   "spry",
   "ssearcher",
   "suke",
   "suntek",
   "sven",
   "tach_bw",
   "tarantula",
   "templeton",
   "teoma_agent1",
   "titin",
   "titan",
   "tkwww",
   "ucsd",
   "udmsearch",
   "urlck",
   "valkyrie",
   "victoria",
   "visionsearch",
   "w3index",
   "w3m2",
   "wallpaper",
   "wanderer", 
   "webbandit",
   "webcatcher",
   "webcopy",
   "webfetcher",
   "webfoot",
   "weblinker",
   "webmirror",
   "webmoose",
   "webquest",
   "webreader",
   "webreaper",
   "websnarf", 
   "webvac",
   "webwalk",
   "webwalker",
   "webwatch",
   "whatuseek",
   "whowhere",
   "wired-digital",
   "wmir",
   "wolp",
   "wombat",
   "worm",
   "wwwc",
   "wz101",
   "xget",
   "bobby",
   "boris",
   "bumblebee",
   "ezresult",
   "internetseer",
   "justview",
   "linkbot",
   "linkchecker",
   "nederland.zoek",
   "perman",
   "pompos",
   "pooodle",
   "redalert",
   "shoutcast",
   "slysearch",
   "ultraseek",
   "webcompass",
   "yandex",
   "crawl"
   );

   $botID = strtolower($HTTP_SERVER_VARS['HTTP_USER_AGENT']);
   $iamabot = 0;
   for ($i = 0; $i < count($RobotsList); $i++)
   {
       
      if ( stristr($botID, $RobotsList[$i]) )
      {
         $iamabot = 1;
         return $iamabot;
      }
       
   }
   return $iamabot;
   
}

function append_sid_suma($url, $non_html_amp = false)
{
   global $SID,$HTTP_SERVER_VARS,$db;
   
   // CONFIG: Umlaute ersetzen
   $suma_search = array( 'Ö',  'Ä',  'Ü',  'ö',  'ä',  'ŕ', 'é', 'č', 'ü',  ' ', ".", "'", '#', '&',   '/');
   $suma_replace = array( 'oe', 'ae', 'ue', 'oe', 'ae', 'a', 'e', 'e', 'ue', '-',  "",  "",  '', 'und', '-');

   if (areyouabot() != 1) {
      if( !empty($SID) && !preg_match('#sid=#', $url) )
      {
        $url .= ( ( strpos($url, '?') != false ) ?  ( ( $non_html_amp ) ? '&' : '&' ) : '?' ) . $SID;
      }
   }

   if( strstr($url,'viewtopic.php') && !strstr($url,'viewtopic.php?replace') )
   {   
      if(ereg("#",$url)) {
         $pos=strpos($url, "#");
         $url_temp=substr($url,0,$pos);
         $zusatz=substr($url,$pos,strlen($url));
         $url=$url_temp;
      }
     else
     {
         $zusatz="";
      }
     
     $found=false;
     $found_subject_topic=false;
     $found_subject_forum=false;

     if ( preg_match('#viewtopic.php\?t=#', $url) ) 
     { 
          $highlight = preg_match('#highlight=#', $url);
          $view = preg_match( '#view=#', $url);
          $postdays = preg_match( '#postdays=#', $url);
          $watch = preg_match( '#watch=#', $url);
          $unwatch = preg_match( '#unwatch=#', $url);
          $mode = preg_match( '#mode=#', $url);


          if( !($highlight) && !($view) && !($postdays) && !($watch) && !($unwatch) && !($mode) ) 
          { 

               $prg=str_replace("viewtopic.php?","",$url);
               parse_str($prg, $prg_output);
               
               $sql = "SELECT topic_title   
                  FROM " . TOPICS_TABLE . "
                  WHERE topic_id  = '".$prg_output['t']."'";
               if ( !($result = $db->sql_query($sql)) )
               {
                  #message_die(GENERAL_ERROR, 'Could not obtain forums information', '', __LINE__, __FILE__, $sql);
               }

               if ( $row = $db->sql_fetchrow($result) )
               {
                  $found_subject_topic=true;
               }
             
              $url = str_replace( 'viewtopic.php', 'topic', $url ); 
              $found=true;
          } 
          elseif( $highlight && !($postdays) && !($watch) && !($unwatch) && !($mode)) 
          { 
              $url = str_replace( 'viewtopic.php', 'htopic', $url ); 
              $found=true;
          } 
          elseif( $view ) 
          { 
              $url = str_replace( 'viewtopic.php', 'vtopic', $url ); 
              $found=true;
          } 
          elseif( !$highlight ) 
          { 
              $printertopic = preg_match('#printertopic=#', $url);
              if( !($printertopic) ) 
              { 
                 $vote = preg_match('#vote=#', $url);
                 if( $postdays && !($vote) ) 
                 { 
                    $url = str_replace( 'viewtopic.php', 'ltopic', $url ); 
                    $found=true;       
                 } 
                 elseif( $postdays && $vote ) 
                 { 
                    $url = str_replace( 'viewtopic.php', 'utopic', $url ); 
                    $found=true;
                 } 
              } 
              elseif( $postdays && $printertopic ) 
              { 
                 $url = str_replace( 'viewtopic.php', 'prtopic', $url ); 
                 $found=true;
              } 
          } 
          elseif( $postdays && $highlight ) 
          { 
              $url = str_replace( 'viewtopic.php', 'lhtopic', $url ); 
              $found=true;
          } 
      } 
      elseif( preg_match('#viewtopic.php\?p=#', $url) ) 
      { 

            $url = str_replace( 'viewtopic.php', 'ptopic', $url ); 
            $found=true;
      } 

      // ALT
      //else 
      //{ 
      //    //nothing 
      //    $url = str_replace( 'viewtopic.php', 'ptopic', $url ); 
      //    $found=true;
      //}
      
      if($found==true) {
         $url = strtr($url,array("&t="=>",","?t="=>",","?p="=>",","&"=>"","highlight="=>",","view="=>",","amp;"=>"","postorder="=>",","start="=>",","postdays="=>",","sid="=>",","ascvote="=>",","vote="=>",","setbm"=>","));
         if ($found_subject_topic==true) $url.=",-".urlencode(strtolower(str_replace($suma_search, $suma_replace, $row['topic_title'])));
         $url .= '.html'.$zusatz;          
      }
   }


      if( strstr ($url, 'viewforum.php?f=') ) 
      { 
        $topicdays = preg_match('#topicdays=#', $url);

        if( !preg_match('#mark=#', $url) && !($topicdays) ) 
        { 
            $prg=str_replace("viewforum.php?","",$url);
            parse_str($prg, $prg_output);
            
            $sql = "SELECT forum_name   
               FROM " . FORUMS_TABLE . "
               WHERE forum_id  = '".$prg_output['f']."'";
            if ( !($result = $db->sql_query($sql)) )
            {
               #message_die(GENERAL_ERROR, 'Could not obtain forums information', '', __LINE__, __FILE__, $sql);
            }

            if ( $row = $db->sql_fetchrow($result) )
            {
               $found_subject_forum=true;
            }

          $url = str_replace( 'viewforum.php', 'forum', $url ); 
   
        } 
        elseif( $topicdays ) 
        { 
           $url = str_replace( 'viewforum.php', 'pforum', $url ); 
        } 
        else 
        { 
          $url = str_replace( 'viewforum.php', 'mforum', $url ); 
        } 
        $url = strtr($url,array("?f="=>",","amp;"=>"","mark="=>",","sid="=>",","&"=>"","start="=>",","topicdays="=>","));
        if ($found_subject_forum==true) $url.=",-".urlencode(strtolower(str_replace($suma_search, $suma_replace, $row['forum_name'])));
        $url .= '.html';       
      }
   
   $url = ereg_replace(',,',',',$url);
   return $url;
}


function append_sid_normal($url, $non_html_amp = false)
{
   global $SID;
if (areyouabot($_SERVER["HTTP_USER_AGENT"], TRUE) != 1) {
   if ( !empty($SID) && !preg_match('#sid=#', $url) )
   {
      $url .= ( ( strpos($url, '?') != false ) ?  ( ( $non_html_amp ) ? '&' : '&amp;' ) : '?' ) . $SID;
   }}

   return $url;
}

function append_sid($url, $non_html_amp = false)
{
   $sumadebug=0;

   if($sumadebug==1) {
      return append_sid_normal($url, $non_html_amp);
   }else{
      return append_sid_suma($url, $non_html_amp);
   }
}



#
#-----[ OPEN, CREATE ]------------------------------------------
#
.htaccess

#
#-----[ ADD ]------------------------------------------
#

#Turn on Rewrite engine
RewriteEngine on

<files archive>
  ForceType application/x-httpd-php
 # AcceptPathInfo On # uncomment this if you have apache2
</files>

#DirectoryIndex index.html index.htm umzug.php start.php portal.php index.php
ErrorDocument 404 /search404.php

DirectoryIndex index.html portal.php index.php  index.htm

#security
RewriteCond %{HTTP_REFERER} ^.*$
RewriteRule ^.*%27.*$ http://www.deine-domain.de/ [redirect,last]
RewriteRule ^.*%25.*$ http://www.deine-domain.de/ [redirect,last]
RewriteRule ^.*rush=.*$ http://www.deine-domain.de/ [redirect,last]
RewriteRule ^.*echr.*$ http://www.deine-domain.de/ [redirect,last]
RewriteRule ^.*esystem.*$ http://forum.2lucky.de1/ [redirect,last]
RewriteRule ^.*wget.*$ http://www.deine-domain.de/ [redirect,last]

# prevent pre php 4.3.10 bug
RewriteCond %{HTTP_COOKIE}% s:(.*):\%22test1\%22\%3b
RewriteRule ^.*$ http://www.deine-domain.de/ [R,L]

# prevent perl user agent (most often used by santy)
RewriteCond %{HTTP_USER_AGENT} ^lwp.* [NC]
RewriteRule ^.*$ http://www.deine-domain.de/ [R,L]
RewriteCond %{HTTP_REFERER} ^.*$

###

# View Category
RewriteCond %{REQUEST_URI} ^/vcat,([0-9]*).htm*
RewriteRule ^(.*) /phpBB2/index.php?c=%1  [L]

# View Forum
RewriteCond %{REQUEST_URI} ^/forum,([0-9]*).htm*
RewriteRule ^(.*) /phpBB2/viewforum.php?f=%1  [L]
RewriteCond %{REQUEST_URI} ^/forum,([0-9]*),-(.*).htm*
RewriteRule ^(.*) /phpBB2/viewforum.php?f=%1  [L]
RewriteCond %{REQUEST_URI} ^/forum,([0-9]*),([0-9]*).htm*
RewriteRule ^(.*) /phpBB2/viewforum.php?f=%1&start=%2  [L]
RewriteCond %{REQUEST_URI} ^/forum,([0-9]*),([0-9]*),-(.*).htm*
RewriteRule ^(.*) /phpBB2/viewforum.php?f=%1&start=%2  [L]

RewriteCond %{REQUEST_URI} ^/pforum,([0-9]*),([0-9]*),([0-9]*).htm*
RewriteRule ^(.*) /phpBB2/viewforum.php?f=%1&topicdays=%2&start=%3  [L]

# View Forum
RewriteCond %{REQUEST_URI} ^/mforum,([0-9]*),([a-zA-Z0-9]*).htm*
RewriteRule ^(.*) /phpBB2/viewforum.php?f=%1&mark=%2  [L]

# View Topic -- after first page
RewriteCond %{REQUEST_URI} ^/ltopic,([0-9]*),([0-9]*),([a-zA-Z0-9]*),([0-9]*).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?t=%1&postdays=%2&postorder=%3&start=%4  [L]

# View Topic -- after first page
#lhtopic,426,0,asc,%FCber%2A,0.html #viewtopic.php?t=426&postdays=0&postorder=asc&highlight=%FCber%2A&start=15
#lhtopic,426,0,0,asc,%FCber%2A.html #viewtopic.php?t=426&start=0&postdays=0&postorder=asc&highlight=%FCber%2A
#lhtopic,568,0,0,asc,setbm=true.html  #viewtopic.php?t=568&start=0&postdays=0&postorder=asc&highlight=&setbm=true
RewriteCond %{REQUEST_URI} ^/lhtopic,([0-9]*),([0-9]*),([a-z]*),(.*),([0-9?]*).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?t=%1&postdays=%2&postorder=%3&highlight=%4&start=%5  [L]
RewriteCond %{REQUEST_URI} ^/lhtopic,([0-9]*),([0-9?]*),([0-9]*),([a-z]*),(.*).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?t=%1&postdays=%3&postorder=%4&highlight=%5&start=%2  [L]
RewriteCond %{REQUEST_URI} ^/lhtopic,([0-9]*),([0-9?]*),([0-9]*),([a-z]*),(.*),([a-z]*).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?t=%1&postdays=%3&postorder=%4&highlight=%5&start=%2&setbm=%6  [L]

# View Topic -- normal
RewriteCond %{REQUEST_URI} ^/stopic,([0-9]*),([0-9]*).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?p=%1\#%2  [L]

# View Topic -- normal
RewriteCond %{REQUEST_URI} ^/htopic,([0-9]*),([^,]*).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?t=%1&highlight=%2  [L]
RewriteCond %{REQUEST_URI} ^/htopic,([0-9]*),([0-9]*),([^,]*).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?t=%1&start=%2&highlight=%3  [L]

# View Topic -- normal
RewriteCond %{REQUEST_URI} ^/vtopic,([0-9]*),([a-zA-Z0-9]*).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?t=%1&view=%2  [L]

# View Topic -- normal
RewriteCond %{REQUEST_URI} ^/ptopic,([0-9]*).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?p=%1\#%2  [L]
RewriteCond %{REQUEST_URI} ^/ptopic,([0-9]*),([^,]*).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?p=%1&highlight=%2\#%3  [L]

# View Topic -- normal
RewriteCond %{REQUEST_URI} ^/topic,([0-9]*).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?t=%1  [L]
RewriteCond %{REQUEST_URI} ^/topic,([0-9]*),-(.*).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?t=%1  [L]
RewriteCond %{REQUEST_URI} ^/topic,([0-9]*),([0-9]*),-(.*).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?t=%1&start=%2  [L]
RewriteCond %{REQUEST_URI} ^/topic,([0-9]*),([0-9]*).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?t=%1&start=%2  [L]

#vote result
RewriteCond %{REQUEST_URI} ^/utopic,([0-9]*),([0-9]*),([a-zA-Z0-9]*),([a-zA-Z0-9]*).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?t=%1&postdays=%2&postorder=%3&vote=%4  [L]


#with session
#############

# View Forum
RewriteCond %{REQUEST_URI} ^/forum,([0-9]*),([a-fA-F0-9]{32}).htm*
RewriteRule ^(.*) /phpBB2/viewforum.php?f=%1&sid=%2  [L]
RewriteCond %{REQUEST_URI} ^/forum,([0-9]*),([0-9]*),([a-fA-F0-9]{32}).htm*
RewriteRule ^(.*) /phpBB2/viewforum.php?f=%1&start=%2&sid=%3  [L]
RewriteCond %{REQUEST_URI} ^/forum,([0-9]*),([a-fA-F0-9]{32}),-(.*).htm*
RewriteRule ^(.*) /phpBB2/viewforum.php?f=%1&sid=%2  [L]
RewriteCond %{REQUEST_URI} ^/forum,([0-9]*),([0-9]*),([a-fA-F0-9]{32}),-(.*).htm*
RewriteRule ^(.*) /phpBB2/viewforum.php?f=%1&start=%2&sid=%3  [L]

RewriteCond %{REQUEST_URI} ^/pforum,([0-9]*),([0-9]*),([0-9]*),([a-fA-F0-9]{32}).htm*
RewriteRule ^(.*) /phpBB2/viewforum.php?f=%1&topicdays=%2&start=%3&sid=%4  [L]

# View Forum
RewriteCond %{REQUEST_URI} ^/mforum,([0-9]*),([a-zA-Z0-9]*),([a-fA-F0-9]{32}).htm*
RewriteRule ^(.*) /phpBB2/viewforum.php?f=%1&mark=%2&sid=%3  [L] 

# View Topic -- after first page
RewriteCond %{REQUEST_URI} ^/ltopic,([0-9]*),([0-9]*),([a-zA-Z0-9]*),([0-9]*),([a-fA-F0-9]{32}).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?t=%1&postdays=%2&postorder=%3&start=%4&sid=%5  [L]

# View Topic -- after first page
RewriteCond %{REQUEST_URI} ^/lhtopic,([0-9]*),([0-9]*),([a-z]*),([^,]*),([0-9?]*),([a-fA-F0-9]{32}).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?t=%1&postdays=%2&postorder=%3&highlight=%4&start=%5&sid=%6  [L]
RewriteCond %{REQUEST_URI} ^/lhtopic,([0-9]*),([0-9?]*),([0-9]*),([a-z]*),([^,]*),([a-fA-F0-9]{32}).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?t=%1&postdays=%3&postorder=%4&highlight=%5&start=%2&sid=%6  [L]
RewriteCond %{REQUEST_URI} ^/lhtopic,([0-9]*),([0-9?]*),([0-9]*),([a-z]*),(.*),([a-z]*),([a-fA-F0-9]{32}).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?t=%1&postdays=%3&postorder=%4&highlight=%5&start=%2&setbm=%6&sid=%7  [L]

# View Topic -- normal
RewriteCond %{REQUEST_URI} ^/stopic,([0-9]*),([0-9]*),([a-fA-F0-9]{32}).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?p=%1&sid=%2\#%3  [L]

# View Topic -- normal
RewriteCond %{REQUEST_URI} ^/htopic,([0-9]*),([^,]*),([a-fA-F0-9]{32}).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?t=%1&highlight=%2&sid=%3  [L]
RewriteCond %{REQUEST_URI} ^/htopic,([0-9]*),([0-9]*),([^,]*),([a-fA-F0-9]{32}).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?t=%1&start=%2&highlight=%3&sid=%4  [L]

# View Topic -- normal
RewriteCond %{REQUEST_URI} ^/vtopic,([0-9]*),([a-zA-Z0-9]*),([a-fA-F0-9]{32}).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?t=%1&view=%2&sid=%3  [L]

# View Topic -- normal
RewriteCond %{REQUEST_URI} ^/ptopic,([0-9]*),([a-fA-F0-9]{32}).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?p=%1&sid=%2\#%3  [L]
RewriteCond %{REQUEST_URI} ^/ptopic,([0-9]*),([^,]*),([[a-fA-F0-9]{32}).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?p=%1&highlight=%2&sid=%3\#%4  [L]

# View Topic -- normal
RewriteCond %{REQUEST_URI} ^/topic,([0-9]*),([a-fA-F0-9]{32}).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?t=%1&sid=%2  [L]
RewriteCond %{REQUEST_URI} ^/topic,([0-9]*),([a-fA-F0-9]{32}),-(.*).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?t=%1&sid=%2  [L]
RewriteCond %{REQUEST_URI} ^/topic,([0-9]*),([0-9]*),([a-fA-F0-9]{32}).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?t=%1&start=%2&sid=%3  [L]
RewriteCond %{REQUEST_URI} ^/topic,([0-9]*),([0-9]*),([a-zA-Z0-9]*),-(.*).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?t=%1&start=%2&sid=%3  [L]

#vote result
RewriteCond %{REQUEST_URI} ^/utopic,([0-9]*),([0-9]*),([a-zA-Z0-9]*),([a-zA-Z0-9]*),([a-fA-F0-9]{32}).htm*
RewriteRule ^(.*) /phpBB2/viewtopic.php?t=%1&postdays=%2&postorder=%3&vote=%4&sid=%4  [L]


#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM







_________________
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
Odpovedať na tému [ Príspevok: 1 ] 


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