22. File Comparison Report

Produced on Wed Jun 18 08:01:31 2008 UTC. This report uses XHTML and CSS2, and is best viewed with a reasonably standards compliant browser such as the latest version of Firefox or Internet Explorer. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

22.1 Files compared

# Location File Last Modified
1 Dolphin-v.6.1.1\groups\orca\inc header.inc.php Sun May 11 13:17:02 2008 UTC
2 Dolphin-v.6.1.2\groups\orca\inc header.inc.php Thu Jun 12 09:57:42 2008 UTC

22.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 5 132
Changed 3 7
Inserted 0 0
Removed 1 2

22.3 Comparison options

Whitespace All differences in whitespace within lines are ignored
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

22.4 Active regular expressions

No regular expressions were active.

22.5 Comparison detail

1   <?php   1   <?php
2   /********* ********** ********** ********** ********** ********** ********** ******   2   /********* ********** ********** ********** ********** ********** ********** ******
3   *                              O rca Intera ctive Foru m Script   3   *                              O rca Intera ctive Foru m Script
4   *                                 --------- ------   4   *                                 --------- ------
5   *     Star ted              : Fr  Nov 10 20 06   5   *     Star ted              : Fr  Nov 10 20 06
6   *     Copy right         : (C) 2 007 BoonEx  Group   6   *     Copy right         : (C) 2 007 BoonEx  Group
7   *     Webs ite              : ht tp://www.b oonex.com   7   *     Webs ite              : ht tp://www.b oonex.com
8   * This fil e is part  of Orca -  Interactiv e Forum Sc ript   8   * This fil e is part  of Orca -  Interactiv e Forum Sc ript
9   *   9   *
10   * Orca is  free softw are; you c an redistr ibute it a nd/or modi fy it unde   10   * Orca is  free softw are; you c an redistr ibute it a nd/or modi fy it unde
11   * the term s of the G NU General  Public Li cense as p ublished b y the    11   * the term s of the G NU General  Public Li cense as p ublished b y the 
12   * Free Sof tware Foun dation; ei ther versi on 2 of th   12   * Free Sof tware Foun dation; ei ther versi on 2 of th
13   * License,  or any la ter versio n.         13   * License,  or any la ter versio n.      
14   *   14   *
15   * Orca is  distribute d in the h ope that i t will be  useful, bu t WITHOUT  ANY WARRAN TY;   15   * Orca is  distribute d in the h ope that i t will be  useful, bu t WITHOUT  ANY WARRAN TY;
16   * without  even the i mplied war ranty of   MERCHANTAB ILITY or F ITNESS FOR  A PARTICU LAR PURPOS E.   16   * without  even the i mplied war ranty of   MERCHANTAB ILITY or F ITNESS FOR  A PARTICU LAR PURPOS E.
17   * See the  GNU Genera l Public L icense for  more deta ils.    17   * See the  GNU Genera l Public L icense for  more deta ils. 
18   * You shou ld have re ceived a c opy of the  GNU Gener al Public  License al ong with O rca,    18   * You shou ld have re ceived a c opy of the  GNU Gener al Public  License al ong with O rca, 
19   * see lice nse.txt fi le; if not , write to  marketing @boonex.co m   19   * see lice nse.txt fi le; if not , write to  marketing @boonex.co m
20   *   20   *
21   * AUTOMATI CALLY GENE RATED BY I NSTALLATIO N SCRIPT     
22   *    
23   ********** ********** ********** ********** ********** ********** ********** *****/   21   ********** ********** ********** ********** ********** ********** ********** *****/
24     22  
25     23   $gConf['ve r']   =   'Orca-v.2. 0. 2 ';
26   $gConf['ve r']   =   'Orca-v.2. 0. 1 ';    
27   $gConf['de f_title']  = 'Orca ::  Interacti ve Forum S cript';   24   $gConf['de f_title']  = 'Orca ::  Interacti ve Forum S cript';
28   $path = '' ; // path  to orca fi les   25   $path = '' ; // path  to orca fi les
29     26  
30     27  
31   /**   28   /**
32    * forum t weaks   29    * forum t weaks
33    */    30    */ 
34   $gConf['da te_format' ] = '%b %d , %Y %H:%i '; // time /date form at   31   $gConf['da te_format' ] = '%b %d , %Y %H:%i '; // time /date form at
35   $gConf['to pics_per_p age'] = 20 ; // topic s per page   32   $gConf['to pics_per_p age'] = 20 ; // topic s per page
36   $gConf['to pics_desc_ len'] = 64 ;   33   $gConf['to pics_desc_ len'] = 64 ;
37   $gConf['li ve_tracker _desc_len' ] = 128;   34   $gConf['li ve_tracker _desc_len' ] = 128;
38     35  
39   $gConf['em ail']['sen der']   =   ' no@dev.s ';   //   email   sender   36   $gConf['em ail']['sen der']   =   '
';   //   email   sender
40     37  
41   $gConf['us er']['admi n'] = 'adm in'; // ad min user   38   $gConf['us er']['admi n'] = 'adm in'; // ad min user
42     39  
43   $gConf['mi n_point']  = -4; // m in points  to hide po st automat ically   40   $gConf['mi n_point']  = -4; // m in points  to hide po st automat ically
44     41  
45   $gConf['on line'] = 7 2000; // o nline user  timeout ( seconds) d efault: 20  min    42   $gConf['on line'] = 7 2000; // o nline user  timeout ( seconds) d efault: 20  min 
46     43  
47   $gConf['in tegration' ] = 'file' ; // url -  read inte gration se tting from  url, file  - read in tegration  settings f rom file   44   $gConf['in tegration' ] = 'file' ; // url -  read inte gration se tting from  url, file  - read in tegration  settings f rom file
48     45  
49   $xsl_mode  = isset($_ GET['xsl_m ode']) &&  $_GET['xsl _mode'] ?  $_GET['xsl _mode'] :  (isset($_C OOKIE['xsl _mode']) ?  $_COOKIE[ 'xsl_mode' ] : '');   46   $xsl_mode  = isset($_ GET['xsl_m ode']) &&  $_GET['xsl _mode'] ?  $_GET['xsl _mode'] :  (isset($_C OOKIE['xsl _mode']) ?  $_COOKIE[ 'xsl_mode' ] : '');
50   if (preg_m atch("/^\w +$/",$xsl_ mode))   47   if (preg_m atch("/^\w +$/",$xsl_ mode))
51   {   48   {
52           $g Conf['xsl_ mode'] = $ xsl_mode;   49           $g Conf['xsl_ mode'] = $ xsl_mode;
53           se tcookie (' xsl_mode',  $xsl_mode );   50           se tcookie (' xsl_mode',  $xsl_mode );
54   }   51   }
55   else   52   else
56   {   53   {
57           $g Conf['xsl_ mode'] = ' auto'; //  client, se rver   54           $g Conf['xsl_ mode'] = ' auto'; //  client, se rver
58   }   55   }
59     56  
60   //   mod   rewrite   configurat ion,   also   make   changes   in   layout/bas e/xsl/rewr ite.xsl   and   js/BxHisto ry.js   and   .htaccess   57   //   mod   rewrite   configurat ion,   also   make   changes   in   layout/bas e/xsl/rewr ite.xsl ,   js/BxHisto ry.js   and   .htaccess
61   $gConf['re write']['c at'] = 'gr oup/%s.htm ';   58   $gConf['re write']['c at'] = 'gr oup/%s.htm ';
62   $gConf['re write']['f orum'] = ' forum/%s-% d.htm';   59   $gConf['re write']['f orum'] = ' forum/%s-% d.htm';
63   $gConf['re write']['t opic'] = ' topic/%s.h tm';   60   $gConf['re write']['t opic'] = ' topic/%s.h tm';
64   $gConf['re write']['u ser'] = 'u ser/%s.htm ';   61   $gConf['re write']['u ser'] = 'u ser/%s.htm ';
65   $gConf['re write']['r ss_forum']  = 'rss/fo rum/%s.htm ';   62   $gConf['re write']['r ss_forum']  = 'rss/fo rum/%s.htm ';
66   $gConf['re write']['r ss_topic']  = 'rss/to pic/%s.htm ';   63   $gConf['re write']['r ss_topic']  = 'rss/to pic/%s.htm ';
67   $gConf['re write']['r ss_user']  = 'rss/use r/%s.htm';   64   $gConf['re write']['r ss_user']  = 'rss/use r/%s.htm';
68   $gConf['re write']['r ss_all'] =  'rss/all. htm';   65   $gConf['re write']['r ss_all'] =  'rss/all. htm';
69     66  
70   require_on ce ('./xml /config.ph p');   67   require_on ce ('./xml /config.ph p');
71     68  
72   ?>   69   ?>