joshdick / miniProxy

🚨⚠️ UNMAINTAINED! ⚠️🚨 A simple PHP web proxy.
http://joshdick.github.io/miniProxy
GNU General Public License v3.0
860 stars 544 forks source link

How do I open miniProxy? #130

Closed qfaq closed 5 years ago

qfaq commented 5 years ago

Everytime I try opening mini-proxy through firefox it just redownloads it or displays it as a txt file. Compared to other php files that actually load. Is there any html? The installation just said to "upload it to your webserver" but does not give much more than that.

Edit: Same issue on google chrome.

Screen Shot 2019-06-20 at 9 08 55 PM
BelleNottelling commented 5 years ago

In that picture you've upload you're loading the php file locally, which won't work as it needs to get server through a webserver with php installed to load correct. All html is contained in the php file, it's the only thing you need to upload

qfaq commented 5 years ago

How would I do this? Any programs in mind?

BelleNottelling commented 5 years ago

Do you have a website or a webserver with PHP installed?

qfaq commented 5 years ago

Well right now i’m using Netlify connected to my github to host my website.

On Thu, Jun 20, 2019 at 9:48 PM Benjamin Aerni notifications@github.com wrote:

Do you have a website or a webserver with PHP installed?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/joshdick/miniProxy/issues/130?email_source=notifications&email_token=AL24VHFLDZCXANZ2EX64AA3P3RMTBA5CNFSM4H2KCJ32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYHNEGY#issuecomment-504287771, or mute the thread https://github.com/notifications/unsubscribe-auth/AL24VHGIXS5QUEFZZ4PCSFDP3RMTBANCNFSM4H2KCJ3Q .

BelleNottelling commented 5 years ago

Looks like an issue with using Netlify

qfaq commented 5 years ago

Hello, I just tried using another hoster, and if i just an embed i think i will be ok. Thank you very much for the help.

On Thu, Jun 20, 2019 at 10:31 PM Benjamin Aerni notifications@github.com wrote:

Looks like an issue with using Netlify

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/joshdick/miniProxy/issues/130?email_source=notifications&email_token=AL24VHFHUTA7JNIJ2FJ2GGDP3RRUVA5CNFSM4H2KCJ32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYHPAGQ#issuecomment-504295450, or mute the thread https://github.com/notifications/unsubscribe-auth/AL24VHCALBRJJXWK4YCUJATP3RRUVANCNFSM4H2KCJ3Q .

joshdick commented 5 years ago

The problem was that your original web server did not have PHP enabled. miniProxy is written in PHP and therefore needs a sever with PHP available in order to function.

Glad you were able to get past the issue!