MyBB Community Forums

Full Version: filename case sensitivity [[[PLEASE FIX]]] 1.8.6
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Ok.... this is driving me nuts. Perhaps I am somehow doing something wrong, but I dont think so..... PLEASE fix this....

I'm somewhat wondering if I actually am doing something wrong, or if all of the developers of MyBB are running it on windows, but everytime I tar -xvvf/xzvvf a MyBB install to my linux distro (hosted), it has many if not all of the files lowercase, but the function calls are CamelCase.....

What gives? Is there a script running on Git that is setting these lowercase? Or, are the devs actually writing on WIN and letting M$ do the "auto first letter caps visually but not really"?

Im really stunned a search of the forums didnt return this error, no one has reported this? (hence why I wonder if this is pebkac)...

Example, my FIRST MyBB install was using the 1.8.5 official package. I now downloaded the 1.8.6 update. Update complete, I go to do the DIFF on themes, and I get errors up the wazoo... why? Cause Every call for the Diff 3rdparty inclusion is looking for first letter caps, but all of the files are lowercase.

I have seen this issue on selective plugins, I just fix it manually, but this time, it was every file, and this was not a plugin I grabbed, this was from MyBB.

Thanks
Please note MyBB doesn't use any autoloading which means every file is manually required or included at some point. Therefore a class name can have upper case letters while the filename doesn't has any upper case letters. Actually all MyBB files just use lowercase letters in the filename except for some third-party libraries which may have a different naming scheme.
(2015-09-30, 11:48 PM)noybman Wrote: [ -> ]Cause Every call for the Diff 3rdparty inclusion is looking for first letter caps, but all of the files are lowercase.
No, all files of that library start with a upper case letter: https://github.com/mybb/mybb/tree/featur.../diff/Diff
Please check the MyBB packages and you'll see the file names are correct in it.
Also note that we do generally recommend the use of Linux servers and many of us use Linux/Unix based operating systems, and none of us have the issues you describe.
So.....

I downloaded 1805, **FROM MYBB LINK** this is the reaction to the command to extract it on linux (I did this as a test):
unzip mybb_1805.zip -d MYBB1805PKG
 creating: MYBB1805PKG/upload/inc/3rdparty/2fa/
  inflating: MYBB1805PKG/upload/inc/3rdparty/2fa/googleauthenticator.php  
   creating: MYBB1805PKG/upload/inc/3rdparty/ayah/
  inflating: MYBB1805PKG/upload/inc/3rdparty/ayah/ayah.php  
  inflating: MYBB1805PKG/upload/inc/3rdparty/ayah/index.html  
   creating: MYBB1805PKG/upload/inc/3rdparty/diff/
   creating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff.php  
   creating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/engine/
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/engine/index.html  
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/engine/native.php  
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/engine/shell.php  
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/engine/string.php  
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/engine/xdiff.php  
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/exception.php  
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/index.html  
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/mapped.php  
   creating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/op/
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/op/add.php  
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/op/base.php  
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/op/change.php  
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/op/copy.php  
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/op/delete.php  
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/op/index.html  
   creating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/renderer/
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/renderer.php  
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/renderer/context.php  
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/renderer/index.html  
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/renderer/inline.php  
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/renderer/unified.php  
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/string.php  
   creating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/threeway/
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/threeway.php  
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/threeway/blockbuilder.php  
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/threeway/index.html  
   creating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/threeway/op/
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/threeway/op/base.php  
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/threeway/op/copy.php  
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/diff/threeway/op/index.html  
  inflating: MYBB1805PKG/upload/inc/3rdparty/diff/index.html  
  inflating: MYBB1805PKG/upload/inc/3rdparty/index.html  
   creating: MYBB1805PKG/upload/inc/3rdparty/json/
MD5:
80a24a9a434e0c70e2a21e3b1744378f mybb_1805.zip

So.... that said... It looks to me like the archive is borked does it not?
It appears there is something wrong on your end given to the fact nobody else has problems with the packages (and there are probably at least some Linux users). Extracting the files with 7zip on Windows works fine so I have to assume the packages are correct.
I don't think we can use "7zip on windows" as a fair comparison. I know first hand that windows will auto capitalize, but in noting you are sure there are other linux users, I tend to agree, lol. Which is what brings me to my confusion.

Now, to even go one step further, using the very same command line, I have unzipped a NUMBER of plugins, and they were properly cased. (then again, some I unizipped were not).

So in summary, I guess I will have to continue to investigate, but I'd love it if someone could test the 1805 archive as I did on a linux box. I would expect identical results. (cause Im not insane).

Thanks!
(2015-10-12, 01:28 PM)noybman Wrote: [ -> ]I don't think we can use "7zip on windows" as a fair comparison. I know first hand that windows will auto capitalize, but in noting you are sure there are other linux users, I tend to agree, lol. Which is what brings me to my confusion.

Now, to even go one step further, using the very same command line, I have unzipped a NUMBER of plugins, and they were properly cased. (then again, some I unizipped were not).

So in summary, I guess I will have to continue to investigate, but I'd love it if someone could test the 1805 archive as I did on a linux box. I would expect identical results. (cause Im not insane).  

Thanks!

I, just this weekend, set up a new install on Debian 7. I used wget to grab the current (1.8.6) archive, unzipped it and installed. No problems at all.
(2015-10-12, 01:28 PM)noybman Wrote: [ -> ]I don't think we can use "7zip on windows" as a fair comparison.
I think it is a fair comparison because it's a popular open-source software. It's hard to believe that a software removes the capitalization of certain files while creating the packages (as you can see they are correct in our Git repo) and capitalizes it again while extracting for no reason. Wink
Here is what unzip returns on my hosts server:

UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.

Usage: unzip [-Z] [-opts[modifiers]] file[.zip] [list] [-x xlist] [-d exdir]
  Default action is to extract files in list, except those in xlist, to exdir;
  file[.zip] may be a wildcard.  -Z => ZipInfo mode ("unzip -Z" for usage).

  -p  extract files to pipe, no messages     -l  list files (short format)
  -f  freshen existing files, create none    -t  test compressed archive data
  -u  update files, create if necessary      -z  display archive comment only
  -v  list verbosely/show version info       -T  timestamp archive to latest
  -x  exclude files that follow (in xlist)   -d  extract files into exdir
modifiers:
  -n  never overwrite existing files         -q  quiet mode (-qq => quieter)
  -o  overwrite files WITHOUT prompting      -a  auto-convert any text files
  -j  junk paths (do not make directories)   -aa treat ALL files as text
  -U  use escapes for all non-ASCII Unicode  -UU ignore any Unicode fields
  -C  match filenames case-insensitively     -L  make (some) names lowercase
  -X  restore UID/GID info                   -V  retain VMS version numbers
  -K  keep setuid/setgid/tacky permissions   -M  pipe through "more" pager
See "unzip -hh" or unzip.txt for more help.  Examples:
  unzip data1 -x joe   => extract all files except joe from zipfile data1.zip
  unzip -p foo | more  => send contents of foo.zip via pipe into program more
  unzip -fo foo ReadMe => quietly replace existing ReadMe if archive file newer

I performed a new wget today....
 wget http://resources.mybb.com/downloads/mybb_1805.zip

This came right from www.mybb.com, as you can see. I unzipped it using the same command line I used before, but I tagged the folder test2, EVERY SINGLE FILE IN THE ARCHIVE IS LOWERCASE.

Here is an unzip -v of the file:
:~/apps > unzip -v mybb_1805.zip.2 | more
Archive:  mybb_1805.zip.2
 Length   Method    Size  Cmpr    Date    Time   CRC-32   Name ("^" ==> case
--------  ------  ------- ---- ---------- ----- --------  ----   conversion)
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^documentation/
    1907  Defl:N      868  55% 2014-08-30 13:00 d4cacd39 ^documentation/credits.html
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^documentation/images/
    6148  Defl:N      159  97% 2014-08-30 13:00 6d88006a ^documentation/images/.ds_store
   10286  Stored    10286   0% 2014-08-30 13:00 f53b9254 ^documentation/images/logo.png
    1901  Stored     1901   0% 2014-08-30 13:00 307db783 ^documentation/images/notice_credits.png
     667  Stored      667   0% 2014-08-30 13:00 92c66b96 ^documentation/images/notice_install.png
    1027  Stored     1027   0% 2014-08-30 13:00 24c53624 ^documentation/images/notice_license.png
    2544  Stored     2544   0% 2014-08-30 13:00 f5e30111 ^documentation/images/notice_upgrade.png
    2768  Defl:N     1076  61% 2014-08-30 13:00 ba570813 ^documentation/index.html
    4886  Defl:N     1948  60% 2014-08-30 13:00 f210429d ^documentation/install.html
   43595  Defl:N    12822  71% 2014-08-30 13:00 5e11d2bf ^documentation/license.html
    3837  Defl:N     1145  70% 2014-08-30 13:00 7d9b1c95 ^documentation/stylesheet.css
    3238  Defl:N     1405  57% 2014-08-30 13:00 b9ddc1b2 ^documentation/upgrade.html
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/admin/
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/admin/backups/
      67  Defl:N       56  16% 2015-02-15 23:36 c15bd2cb ^upload/admin/backups/index.html
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/admin/inc/
   25055  Defl:N     4720  81% 2015-05-25 11:37 bf2cc837 ^upload/admin/inc/class_form.php
   33321  Defl:N     7970  76% 2015-02-15 23:36 f95eba34 ^upload/admin/inc/class_page.php
    6622  Defl:N     1608  76% 2015-02-15 23:36 2c69dd7f ^upload/admin/inc/class_table.php
   19050  Defl:N     5879  69% 2015-02-15 23:36 f07d8059 ^upload/admin/inc/functions.php
   43597  Defl:N    10177  77% 2015-02-15 23:36 21858b05 ^upload/admin/inc/functions_themes.php
   23316  Defl:N     4545  81% 2015-02-15 23:36 c86092e1 ^upload/admin/inc/functions_view_manager.php
      67  Defl:N       56  16% 2015-02-15 23:36 c15bd2cb ^upload/admin/inc/index.html
   22845  Defl:N     5777  75% 2015-05-25 11:37 5fd9f2b3 ^upload/admin/index.php
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/admin/jscripts/
     389  Defl:N      232  40% 2015-02-15 23:36 17207ee6 ^upload/admin/jscripts/admincp.js
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/admin/jscripts/codemirror/
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/admin/jscripts/codemirror/addon/
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/admin/jscripts/codemirror/addon/dialog/
     510  Defl:N      265  48% 2015-02-15 23:36 4d334ee7 ^upload/admin/jscripts/codemirror/addon/dialog/dialog-mybb.css
     502  Defl:N      256  49% 2015-02-15 23:36 2f926045 ^upload/admin/jscripts/codemirror/addon/dialog/dialog.css
    4875  Defl:N     1473  70% 2015-02-15 23:36 9c443192 ^upload/admin/jscripts/codemirror/addon/dialog/dialog.js
      67  Defl:N       56  16% 2015-02-15 23:36 c15bd2cb ^upload/admin/jscripts/codemirror/addon/dialog/index.html
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/admin/jscripts/codemirror/addon/fold/
    3904  Defl:N     1253  68% 2015-02-15 23:36 ac5a4052 ^upload/admin/jscripts/codemirror/addon/fold/brace-fold.js
    1999  Defl:N      823  59% 2015-02-15 23:36 c2d7720b ^upload/admin/jscripts/codemirror/addon/fold/comment-fold.js
    4693  Defl:N     1468  69% 2015-02-15 23:36 769d3e0a ^upload/admin/jscripts/codemirror/addon/fold/foldcode.js
     435  Defl:N      195  55% 2015-02-15 23:36 114a24ca ^upload/admin/jscripts/codemirror/addon/fold/foldgutter.css
    4435  Defl:N     1331  70% 2015-02-15 23:36 329008c9 ^upload/admin/jscripts/codemirror/addon/fold/foldgutter.js
    1627  Defl:N      744  54% 2015-02-15 23:36 0743e5e4 ^upload/admin/jscripts/codemirror/addon/fold/indent-fold.js
      67  Defl:N       56  16% 2015-02-15 23:36 c15bd2cb ^upload/admin/jscripts/codemirror/addon/fold/index.html
    1605  Defl:N      681  58% 2015-02-15 23:36 2d4a39d0 ^upload/admin/jscripts/codemirror/addon/fold/markdown-fold.js
    6570  Defl:N     1817  72% 2015-02-15 23:36 3aa28772 ^upload/admin/jscripts/codemirror/addon/fold/xml-fold.js
      67  Defl:N       56  16% 2015-02-15 23:36 c15bd2cb ^upload/admin/jscripts/codemirror/addon/index.html
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/admin/jscripts/codemirror/addon/search/
      67  Defl:N       56  16% 2015-02-15 23:36 c15bd2cb ^upload/admin/jscripts/codemirror/addon/search/index.html
    4943  Defl:N     1714  65% 2015-02-15 23:36 6bb4700a ^upload/admin/jscripts/codemirror/addon/search/match-highlighter.js
     188  Defl:N      117  38% 2015-02-15 23:36 c12684f6 ^upload/admin/jscripts/codemirror/addon/search/matchesonscrollbar.css
    3420  Defl:N     1111  68% 2015-02-15 23:36 d51949cc ^upload/admin/jscripts/codemirror/addon/search/matchesonscrollbar.js
    7128  Defl:N     2091  71% 2015-02-15 23:36 664336c8 ^upload/admin/jscripts/codemirror/addon/search/search.js
    7720  Defl:N     2194  72% 2015-02-15 23:36 42dc11ea ^upload/admin/jscripts/codemirror/addon/search/searchcursor.js
      67  Defl:N       56  16% 2015-02-15 23:36 c15bd2cb ^upload/admin/jscripts/codemirror/index.html
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/admin/jscripts/codemirror/lib/
    7422  Defl:N     2237  70% 2015-02-15 23:36 6b4d9f5b ^upload/admin/jscripts/codemirror/lib/codemirror.css
  321093  Defl:N    82744  74% 2015-02-15 23:36 5decde4f ^upload/admin/jscripts/codemirror/lib/codemirror.js
      67  Defl:N       56  16% 2015-02-15 23:36 c15bd2cb ^upload/admin/jscripts/codemirror/lib/index.html
    1094  Defl:N      648  41% 2015-02-15 23:36 f272c856 ^upload/admin/jscripts/codemirror/license
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/admin/jscripts/codemirror/mode/
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/admin/jscripts/codemirror/mode/css/
   31687  Defl:N     7902  75% 2015-02-15 23:36 7418cdbe ^upload/admin/jscripts/codemirror/mode/css/css.js
      67  Defl:N       56  16% 2015-02-15 23:36 c15bd2cb ^upload/admin/jscripts/codemirror/mode/css/index.html
    4065  Defl:N     1732  57% 2015-02-15 23:36 52120898 ^upload/admin/jscripts/codemirror/mode/css/less.html
    1791  Defl:N      628  65% 2015-02-15 23:36 a8158e09 ^upload/admin/jscripts/codemirror/mode/css/less_test.js
    2741  Defl:N     1201  56% 2015-02-15 23:36 65936b70 ^upload/admin/jscripts/codemirror/mode/css/scss.html
    3125  Defl:N      958  69% 2015-02-15 23:36 49474a04 ^upload/admin/jscripts/codemirror/mode/css/scss_test.js
    4227  Defl:N     1211  71% 2015-02-15 23:36 7b8385c0 ^upload/admin/jscripts/codemirror/mode/css/test.js
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/admin/jscripts/codemirror/mode/htmlmixed/
    5008  Defl:N     1455  71% 2015-02-15 23:36 d9e0ffb8 ^upload/admin/jscripts/codemirror/mode/htmlmixed/htmlmixed.js
      67  Defl:N       56  16% 2015-02-15 23:36 c15bd2cb ^upload/admin/jscripts/codemirror/mode/htmlmixed/index.html
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/admin/jscripts/codemirror/mode/javascript/
      67  Defl:N       56  16% 2015-02-15 23:36 c15bd2cb ^upload/admin/jscripts/codemirror/mode/javascript/index.html
   26346  Defl:N     6141  77% 2015-02-15 23:36 bbb39c04 ^upload/admin/jscripts/codemirror/mode/javascript/javascript.js
    2150  Defl:N      865  60% 2015-02-15 23:36 bb9b30a0 ^upload/admin/jscripts/codemirror/mode/javascript/json-ld.html
    7449  Defl:N     1852  75% 2015-02-15 23:36 a4c42a82 ^upload/admin/jscripts/codemirror/mode/javascript/test.js
    1547  Defl:N      724  53% 2015-02-15 23:36 c41065cd ^upload/admin/jscripts/codemirror/mode/javascript/typescript.html
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/admin/jscripts/codemirror/mode/xml/
      67  Defl:N       56  16% 2015-02-15 23:36 c15bd2cb ^upload/admin/jscripts/codemirror/mode/xml/index.html
    1758  Defl:N      547  69% 2015-02-15 23:36 e89764ad ^upload/admin/jscripts/codemirror/mode/xml/test.js
   12375  Defl:N     2960  76% 2015-02-15 23:36 1cdde5ca ^upload/admin/jscripts/codemirror/mode/xml/xml.js
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/admin/jscripts/codemirror/theme/
      67  Defl:N       56  16% 2015-02-15 23:36 c15bd2cb ^upload/admin/jscripts/codemirror/theme/index.html
    1659  Defl:N      575  65% 2015-02-15 23:36 84dc87a2 ^upload/admin/jscripts/codemirror/theme/mybb.css
      67  Defl:N       56  16% 2015-02-15 23:36 c15bd2cb ^upload/admin/jscripts/index.html
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/admin/jscripts/jqueryui/
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/admin/jscripts/jqueryui/css/
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/admin/jscripts/jqueryui/css/redmond/
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/admin/jscripts/jqueryui/css/redmond/images/
    1738  Defl:N     1561  10% 2015-02-15 23:36 a5ef04f2 ^upload/admin/jscripts/jqueryui/css/redmond/images/animated-overlay.gif
     212  Defl:N      189  11% 2015-02-15 23:36 613fafb7 ^upload/admin/jscripts/jqueryui/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png
     206  Defl:N      184  11% 2015-02-15 23:36 7bba7b5b ^upload/admin/jscripts/jqueryui/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png
     336  Defl:N      332   1% 2015-02-15 23:36 5826d206 ^upload/admin/jscripts/jqueryui/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png
     341  Defl:N      333   2% 2015-02-15 23:36 3f45b0eb ^upload/admin/jscripts/jqueryui/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png
     332  Defl:N      326   2% 2015-02-15 23:36 5b721cb6 ^upload/admin/jscripts/jqueryui/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png
    5824  Defl:N     5507   5% 2015-02-15 23:36 6a793f02 ^upload/admin/jscripts/jqueryui/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png
     333  Defl:N      327   2% 2015-02-15 23:36 6f706463 ^upload/admin/jscripts/jqueryui/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
     292  Defl:N      280   4% 2015-02-15 23:36 91425983 ^upload/admin/jscripts/jqueryui/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
    4549  Defl:N     4256   6% 2015-02-15 23:36 5b810951 ^upload/admin/jscripts/jqueryui/css/redmond/images/ui-icons_217bc0_256x240.png
    4549  Defl:N     4257   6% 2015-02-15 23:36 12dfb64f ^upload/admin/jscripts/jqueryui/css/redmond/images/ui-icons_2e83ff_256x240.png
    4549  Defl:N     4257   6% 2015-02-15 23:36 d7410c12 ^upload/admin/jscripts/jqueryui/css/redmond/images/ui-icons_469bdd_256x240.png
    4549  Defl:N     4256   6% 2015-02-15 23:36 797f2216 ^upload/admin/jscripts/jqueryui/css/redmond/images/ui-icons_6da8d5_256x240.png
    4549  Defl:N     4255   7% 2015-02-15 23:36 d2663e9c ^upload/admin/jscripts/jqueryui/css/redmond/images/ui-icons_cd0a0a_256x240.png
    4549  Defl:N     4255   7% 2015-02-15 23:36 9e3b92a8 ^upload/admin/jscripts/jqueryui/css/redmond/images/ui-icons_d8e7f3_256x240.png
    4549  Defl:N     4255   7% 2015-02-15 23:36 5c46a27d ^upload/admin/jscripts/jqueryui/css/redmond/images/ui-icons_f9bd01_256x240.png
   16202  Defl:N     3106  81% 2015-02-15 23:36 1e2fc0c9 ^upload/admin/jscripts/jqueryui/css/redmond/jquery-ui.min.css
    1045  Defl:N      512  51% 2015-02-15 23:36 500b0e83 ^upload/admin/jscripts/jqueryui/css/redmond/jquery-ui.structure.min.css
   13861  Defl:N     2307  83% 2015-02-15 23:36 77241889 ^upload/admin/jscripts/jqueryui/css/redmond/jquery-ui.theme.min.css
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/admin/jscripts/jqueryui/js/
   62033  Defl:N    15228  76% 2015-02-15 23:36 226d9fe5 ^upload/admin/jscripts/jqueryui/js/jquery-ui.min.js
    1625  Defl:N      568  65% 2015-02-15 23:36 4416c9c3 ^upload/admin/jscripts/mycode_sandbox.js
    2523  Defl:N      998  60% 2015-02-15 23:36 85f1268b ^upload/admin/jscripts/peeker.js
    1142  Defl:N      408  64% 2015-02-15 23:36 23b96671 ^upload/admin/jscripts/quick_perm_editor.js
    1670  Defl:N      638  62% 2015-02-15 23:36 080091de ^upload/admin/jscripts/search.js
........ skipped ahead a little ......
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/inc/3rdparty/
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/inc/3rdparty/2fa/
    6571  Defl:N     1994  70% 2015-02-15 23:36 e58a14b2 ^upload/inc/3rdparty/2fa/googleauthenticator.php
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/inc/3rdparty/ayah/
   13634  Defl:N     4370  68% 2015-02-15 23:36 5f5c156e ^upload/inc/3rdparty/ayah/ayah.php
      67  Defl:N       56  16% 2015-02-15 23:36 c15bd2cb ^upload/inc/3rdparty/ayah/index.html
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/inc/3rdparty/diff/
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/inc/3rdparty/diff/diff/
    7276  Defl:N     2094  71% 2015-02-15 23:36 6884bf11 ^upload/inc/3rdparty/diff/diff.php
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/inc/3rdparty/diff/diff/engine/
      67  Defl:N       56  16% 2015-02-15 23:36 c15bd2cb ^upload/inc/3rdparty/diff/diff/engine/index.html
   16119  Defl:N     4454  72% 2015-02-15 23:36 616af526 ^upload/inc/3rdparty/diff/diff/engine/native.php
    5387  Defl:N     1613  70% 2015-02-15 23:36 9656e85e ^upload/inc/3rdparty/diff/diff/engine/shell.php
    8677  Defl:N     1899  78% 2015-02-15 23:36 99df5084 ^upload/inc/3rdparty/diff/diff/engine/string.php
    2594  Defl:N     1076  59% 2015-02-15 23:36 829f994e ^upload/inc/3rdparty/diff/diff/engine/xdiff.php
     677  Defl:N      392  42% 2015-02-15 23:36 8329b768 ^upload/inc/3rdparty/diff/diff/exception.php
      67  Defl:N       56  16% 2015-02-15 23:36 c15bd2cb ^upload/inc/3rdparty/diff/diff/index.html
    2238  Defl:N      834  63% 2015-02-15 23:36 6e278f5f ^upload/inc/3rdparty/diff/diff/mapped.php
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/inc/3rdparty/diff/diff/op/
     981  Defl:N      511  48% 2015-02-15 23:36 8bde903c ^upload/inc/3rdparty/diff/diff/op/add.php
    1013  Defl:N      517  49% 2015-02-15 23:36 f578cfe5 ^upload/inc/3rdparty/diff/diff/op/base.php
    1004  Defl:N      516  49% 2015-02-15 23:36 d7b745c4 ^upload/inc/3rdparty/diff/diff/op/change.php
    1079  Defl:N      541  50% 2015-02-15 23:36 f88a1331 ^upload/inc/3rdparty/diff/diff/op/copy.php
     980  Defl:N      513  48% 2015-02-15 23:36 bd9ca2c6 ^upload/inc/3rdparty/diff/diff/op/delete.php
      74  Defl:N       60  19% 2015-02-15 23:36 0cbaf6ab ^upload/inc/3rdparty/diff/diff/op/index.html
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/inc/3rdparty/diff/diff/renderer/
    7054  Defl:N     1865  74% 2015-02-15 23:36 a10903f5 ^upload/inc/3rdparty/diff/diff/renderer.php
    1835  Defl:N      666  64% 2015-02-15 23:36 686f1839 ^upload/inc/3rdparty/diff/diff/renderer/context.php
      67  Defl:N       56  16% 2015-02-15 23:36 c15bd2cb ^upload/inc/3rdparty/diff/diff/renderer/index.html
    5687  Defl:N     1679  71% 2015-02-15 23:36 1518b5eb ^upload/inc/3rdparty/diff/diff/renderer/inline.php
    1538  Defl:N      636  59% 2015-02-15 23:36 e7e7cda8 ^upload/inc/3rdparty/diff/diff/renderer/unified.php
   27421  Defl:N     5863  79% 2015-02-15 23:36 db849cc8 ^upload/inc/3rdparty/diff/diff/string.php
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/inc/3rdparty/diff/diff/threeway/
    4763  Defl:N     1350  72% 2015-02-15 23:36 14e31e40 ^upload/inc/3rdparty/diff/diff/threeway.php
    1614  Defl:N      615  62% 2015-02-15 23:36 805cb1ef ^upload/inc/3rdparty/diff/diff/threeway/blockbuilder.php
      74  Defl:N       60  19% 2015-02-15 23:36 0cbaf6ab ^upload/inc/3rdparty/diff/diff/threeway/index.html
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/inc/3rdparty/diff/diff/threeway/op/
    1377  Defl:N      551  60% 2015-02-15 23:36 11dd0ff3 ^upload/inc/3rdparty/diff/diff/threeway/op/base.php
     902  Defl:N      472  48% 2015-02-15 23:36 45bf942d ^upload/inc/3rdparty/diff/diff/threeway/op/copy.php
      74  Defl:N       60  19% 2015-02-15 23:36 0cbaf6ab ^upload/inc/3rdparty/diff/diff/threeway/op/index.html
      67  Defl:N       56  16% 2015-02-15 23:36 c15bd2cb ^upload/inc/3rdparty/diff/index.html
      67  Defl:N       56  16% 2015-02-15 23:36 c15bd2cb ^upload/inc/3rdparty/index.html
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/inc/3rdparty/json/
      67  Defl:N       56  16% 2015-02-15 23:36 c15bd2cb ^upload/inc/3rdparty/json/index.html
   34360  Defl:N     7238  79% 2015-02-15 23:36 4282e5cf ^upload/inc/3rdparty/json/json.php
    3214  Defl:N     1227  62% 2015-05-25 11:37 a008323e ^upload/inc/adminfunctions_templates.php
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/inc/cachehandlers/
    1929  Defl:N      767  60% 2015-02-15 23:36 abbc869f ^upload/inc/cachehandlers/apc.php
    2709  Defl:N      969  64% 2015-02-15 23:36 e702e426 ^upload/inc/cachehandlers/disk.php
    2175  Defl:N      822  62% 2015-02-15 23:36 e1a72a13 ^upload/inc/cachehandlers/eaccelerator.php
      67  Defl:N       56  16% 2015-02-15 23:36 c15bd2cb ^upload/inc/cachehandlers/index.html
    3048  Defl:N     1092  64% 2015-02-15 23:36 dbb85845 ^upload/inc/cachehandlers/memcache.php
    3083  Defl:N     1094  65% 2015-02-15 23:36 82103dec ^upload/inc/cachehandlers/memcached.php
    1976  Defl:N      775  61% 2015-02-15 23:36 db8e19cf ^upload/inc/cachehandlers/xcache.php
       0  Stored        0   0% 2015-05-27 18:48 00000000 ^upload/inc/captcha_fonts/
   48092  Defl:N    26078  46% 2015-02-15 23:36 08b56e6e ^upload/inc/captcha_fonts/edmunds.ttf
............................

As you see, it still says the file is lowercase contents. Now, to that point, I checked on windows, which again, I could care less because I am using this on linux, but on windows the file case is correct (7zip, and basic windows built in).

Again, a comparison to windows is pointless. That isnt the problem I am reporting. I am reporting an issue on LINUX, and I have opened quite a few archives using the very same unzip without any issues, and the files had the correct case as the archive intended.

So again, I would like someone with linux to test this out. Please do not tell me what you see on windoze. It is irrelevant.

I am using wget, getting a file from the mybb server. Extracting it to a folder on a linux server using the unzip command. The result.... all files are lowercase. I would appreciate someone either telling me whats going on because they know, Or, please, wget the same file I got, and unzipping it to a -d directory, and looking at the results. Do you see the same thing???


I'm wondering if the archive tool used to create the zip has an issue which windows is happy with, or if my host has an issue on the unzip v6.0 they are using. Now, since I can unzip OTHER archives ok, and it maintains its case, I am rightfully confused.
[/code][/code]

Forgot to mention, the -v variant shows the ^=case conversion), but I cant for the life of me figure out why its converting it!!!! O_o
Pages: 1 2