Online ZIP-viewer

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gunivortus Goos

    #1

    Online ZIP-viewer


    Hi,

    at my website I've several thousands of zipped texts.
    Is there a script to make it visitors possible to open a ZIP file and
    read the text inside?

    Regards,
    Gunivortus
  • Erwin Moller

    #2
    Re: Online ZIP-viewer

    Gunivortus Goos wrote:
    Hi,
    >
    at my website I've several thousands of zipped texts.
    Is there a script to make it visitors possible to open a ZIP file and
    read the text inside?
    >
    Regards,
    Gunivortus
    Hi,

    Since you didn't mention on what OS you are, which webserver, and how
    the files are zipped, it is hard to give more excact information.

    If you can figure out how to do the unzipping on the commandline, you
    can let PHP do that automated: read more here:


    or try these:



    Regards,
    Erwin Moller

    Comment

    • petersprc

      #3
      Re: Online ZIP-viewer

      Hi there are some good examples here of manipulating zips:

      php.net/zip

      On Dec 6, 2:38 am, Gunivortus Goos <G...@boudicca. dewrote:
      Hi,
      >
      at my website I've several thousands of zipped texts.
      Is there a script to make it visitors possible to open a ZIP file and
      read the text inside?
      >
      Regards,
      Gunivortus

      Comment

      • Toby A Inkster

        #4
        Re: Online ZIP-viewer

        Gunivortus Goos wrote:
        Is there a script to make it visitors possible to open a ZIP file and
        read the text inside?


        --
        Toby A Inkster BSc (Hons) ARCS
        [Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
        [OS: Linux 2.6.17.14-mm-desktop-9mdvsmp, up 11 days, 17:10.]

        Sharing Music with Apple iTunes

        Comment

        Working...