JoeGandy / ShareX-Custom-Upload

A little PHP script created for uploading custom sharex files to your own webserver
MIT License
166 stars 50 forks source link

Gallery IP's #18

Closed JoeeDeveloper closed 6 years ago

JoeeDeveloper commented 6 years ago

The only way I can access my gallery is by making it totally open.. I've added every IP it could possibly be: myexternalip, my ipv4ip, 127.0.0.1. Everything, and yet I can only view it if its got no IP's in the field. I really want the gallery to be private..

ghost commented 6 years ago

Try IPv6 address (google "What is my IPv6" since when I try PHP normally returns my v6 address)

Natfan commented 6 years ago

Maybe try checking your website logs for the IP that they connect to? My IP list is stored under /var/logs/apache/access.log.1, but yours may be different.

JoeGandy commented 6 years ago

We could look into add a .htpassword file as an option in the config, This would allow us to lock it down via a user/pass combo rather than ips