Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

"Pascal is Pascal is Pascal is dog meat." -- M. Devine and P. Larson, Computer Science 340


devel / comp.lang.php / Re: File viewer on a website

SubjectAuthor
* File viewer on a websiteWernerWarweg
+* Re: File viewer on a websitePaul Herber
|`- Re: File viewer on a websiteWernerWarweg
`- Re: File viewer on a websiteJerry Stuckle

1
File viewer on a website

<ee155fb4-3cb4-92b9-dd07-a74e2a5ba299@warweg.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=412&group=comp.lang.php#412

  copy link   Newsgroups: comp.lang.php
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: werner@warweg.com (WernerWarweg)
Newsgroups: comp.lang.php
Subject: File viewer on a website
Date: Mon, 10 Jan 2022 06:42:40 +0100
Message-ID: <ee155fb4-3cb4-92b9-dd07-a74e2a5ba299@warweg.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Info: solani.org;
logging-data="30694"; mail-complaints-to="abuse@news.solani.org"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.4.1
Cancel-Lock: sha1:XZc+2xq4ZbH7GdBlNQVrDnBv3TU=
Content-Language: en-US
X-User-ID: eJwFwYEBBEEEBLCW8GascvD0X8Il+FE54QQdh7O/c7rOvOTpbqq9wXUtxq1jVsMlmVHwEYlqwFXesiOYH17+FTE=
 by: WernerWarweg - Mon, 10 Jan 2022 05:42 UTC

Hi,
I am looking for a program system with which I can automatically display
a file system on the web. Directories and files should form menu items.

example
1st level menu | 2nd level menu | 3rd level menu

root -> directory 1
Directory 4 File 3
File 4
File 5

Directory 5 File 6
File 7
File 8

Directory 2 file 9
File 10
File 11

Directory 3 file 12
File 13
File 14
File 1
File 2

The files are available in MD format. They are only meant to be for
reading (viewing or downloading). It should not be possible for
outsiders to change, delete or add. It would be great if certain
directories (folders) could only be reached with a user / password. It
would also be nice if the files could be commented on (by email). I
don't want a database.

Can someone help me?
Warm greetings,
Werner

Re: File viewer on a website

<rqgotgl441i5fdltb9tfrtc18886v05qso@news.eternal-september.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=413&group=comp.lang.php#413

  copy link   Newsgroups: comp.lang.php
Path: i2pn2.org!i2pn.org!paganini.bofh.team!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: paul@paulherber.co.uk (Paul Herber)
Newsgroups: comp.lang.php
Subject: Re: File viewer on a website
Date: Mon, 10 Jan 2022 14:36:51 +0000
Organization: A noiseless patient Spider
Lines: 49
Message-ID: <rqgotgl441i5fdltb9tfrtc18886v05qso@news.eternal-september.org>
References: <ee155fb4-3cb4-92b9-dd07-a74e2a5ba299@warweg.com>
Reply-To: paul@paulherber.co.uk
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Info: reader02.eternal-september.org; posting-host="45676ca7765428e87e3608a49b3e4a20";
logging-data="25512"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19vnpZyv4JB/jRm+ONsgG5OrpXx9IAm4ac="
Cancel-Lock: sha1:KK5beUHcHU4Q0+s+5ht1aCZukUE=
X-Newsreader: Forte Agent 2.0/32.652
 by: Paul Herber - Mon, 10 Jan 2022 14:36 UTC

On Mon, 10 Jan 2022 06:42:40 +0100, WernerWarweg <werner@warweg.com> wrote:

>Hi,
>I am looking for a program system with which I can automatically display
>a file system on the web. Directories and files should form menu items.
>
>example
> 1st level menu | 2nd level menu | 3rd level menu
>
>root -> directory 1
> Directory 4 File 3
> File 4
> File 5
>
> Directory 5 File 6
> File 7
> File 8
>
> Directory 2 file 9
> File 10
> File 11
>
> Directory 3 file 12
> File 13
> File 14
> File 1
> File 2
>
>The files are available in MD format. They are only meant to be for
>reading (viewing or downloading). It should not be possible for
>outsiders to change, delete or add. It would be great if certain
>directories (folders) could only be reached with a user / password. It
>would also be nice if the files could be commented on (by email). I
>don't want a database.
>
>Can someone help me?
>Warm greetings,
>Werner

I was looking at something similar just last week. I found:
1. TinyFileManager: https://tinyfilemanager.github.io/demo/
2. and another one which consists of just an index.php file but I have no record of where
I found it. Search for PHP file manager.

--
Regards, Paul Herber
https://www.paulherber.co.uk/

Re: File viewer on a website

<cc675c5c-a03b-7afa-fdaa-8066616bbfd4@warweg.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=414&group=comp.lang.php#414

  copy link   Newsgroups: comp.lang.php
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: werner@warweg.com (WernerWarweg)
Newsgroups: comp.lang.php
Subject: Re: File viewer on a website
Date: Tue, 11 Jan 2022 05:17:28 +0100
Message-ID: <cc675c5c-a03b-7afa-fdaa-8066616bbfd4@warweg.com>
References: <ee155fb4-3cb4-92b9-dd07-a74e2a5ba299@warweg.com>
<rqgotgl441i5fdltb9tfrtc18886v05qso@news.eternal-september.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Info: solani.org;
logging-data="965456"; mail-complaints-to="abuse@news.solani.org"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.4.1
To: paul@paulherber.co.uk
Cancel-Lock: sha1:Er1EvIRaz3GlNeNOadXj52C81Ak=
In-Reply-To: <rqgotgl441i5fdltb9tfrtc18886v05qso@news.eternal-september.org>
Content-Language: en-US
X-User-ID: eJwFwQkBACAIBLBKfAcSBxD7R3CDOvuEOdzw8Gw6jbdQ2bWQJL2A6hE/MZusVNKbKhxWPNW6SxJbwtR8P0oDFUA=
 by: WernerWarweg - Tue, 11 Jan 2022 04:17 UTC

Am 10.01.2022 um 15:36 schrieb Paul Herber:

>
> I was looking at something similar just last week. I found:
> 1. TinyFileManager: https://tinyfilemanager.github.io/demo/
> 2. and another one which consists of just an index.php file but I have no record of where
> I found it. Search for PHP file manager.
>
>
It is a very fine solution! Thank you...
It is more than I expected.
Werner

Re: File viewer on a website

<srkrtt$v0b$1@jstuckle.eternal-september.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=415&group=comp.lang.php#415

  copy link   Newsgroups: comp.lang.php
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!jstuckle.eternal-september.org!.POSTED!not-for-mail
From: jstucklex@attglobal.net (Jerry Stuckle)
Newsgroups: comp.lang.php
Subject: Re: File viewer on a website
Date: Tue, 11 Jan 2022 16:13:30 -0500
Organization: A noiseless patient Spider
Lines: 48
Message-ID: <srkrtt$v0b$1@jstuckle.eternal-september.org>
References: <ee155fb4-3cb4-92b9-dd07-a74e2a5ba299@warweg.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 11 Jan 2022 21:13:33 -0000 (UTC)
Injection-Info: jstuckle.eternal-september.org; posting-host="7cf412313b043aae8756678d5df67238";
logging-data="31755"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18ESlIZbk4wNKTGKuoHnatEzrSn5cNbSnc="
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.4.1
Cancel-Lock: sha1:o2xXPCBUWoHtd3UE/TbdTgjbnSg=
In-Reply-To: <ee155fb4-3cb4-92b9-dd07-a74e2a5ba299@warweg.com>
Content-Language: en-US
 by: Jerry Stuckle - Tue, 11 Jan 2022 21:13 UTC

On 1/10/2022 12:42 AM, WernerWarweg wrote:
> Hi,
> I am looking for a program system with which I can automatically display
> a file system on the web. Directories and files should form menu items.
>
> example
>     1st level menu | 2nd level menu | 3rd level menu
>
> root -> directory 1
>             Directory 4 File 3
>                     File 4
>                     File 5
>
>             Directory 5 File 6
>                     File 7
>                     File 8
>
>     Directory 2 file 9
>             File 10
>             File 11
>
>     Directory 3 file 12
>             File 13
>             File 14
>     File 1
>     File 2
>
> The files are available in MD format. They are only meant to be for
> reading (viewing or downloading). It should not be possible for
> outsiders to change, delete or add. It would be great if certain
> directories (folders) could only be reached with a user / password. It
> would also be nice if the files could be commented on (by email). I
> don't want a database.
>
> Can someone help me?
> Warm greetings,
> Werner

What's wrong with using Apache's configuration to display directories?
You can even password protect the files. The only thing it won't do is
allow comments via email.

--
==================
Remove the "x" from my email address
Jerry Stuckle
jstucklex@attglobal.net
==================

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor