Forum Moderators: coopster

Message Too Old, No Replies

Source Code Viewer Script

         

skyfallen

6:41 pm on Jul 1, 2020 (gmt 0)

5+ Year Member Top Contributors Of The Month



Hi,
I have an open source project and I want to use a script on my page that shows its source code just like github does but I use a shared hosting plan with no shell access?
Any suggestions?

w3dk

7:02 pm on Jul 1, 2020 (gmt 0)

10+ Year Member Top Contributors Of The Month




<?php
highlight_file($filename);


[php.net...]

skyfallen

8:16 pm on Jul 1, 2020 (gmt 0)

5+ Year Member Top Contributors Of The Month



I don’t want to code it myself I am looking for a script that has some nice GUI GitHub like features and so on

lucy24

8:52 pm on Jul 1, 2020 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Now I’m confused. If you don’t want to “code it yourself” (which here means inserting a single line in an existing php page), where is the source code coming from?

tangor

12:12 am on Jul 2, 2020 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



We don't provide code, but we do look at and offer suggestions on your best effort. More about learning how to rather than cut and paste.

What have you tried so far?

skyfallen

12:56 pm on Jul 2, 2020 (gmt 0)

5+ Year Member Top Contributors Of The Month



I think it is clearer now :) It was really misunderstandable.
I want github like features to have downloads,packages and issues and stuff

skyfallen

10:58 am on Jul 3, 2020 (gmt 0)

5+ Year Member Top Contributors Of The Month



OK issue is fixed.

So I have github repo that I want to host on my own using a shared hosting server without command line access and have GitHub like features. (e.g. GitList) (but it requires command line access.)
Are there any suggestions