Git Product home page Git Product logo

Comments (6)

EsTass avatar EsTass commented on May 30, 2024

Set user:group on unzipped files same as apache server, http:http for apache on arch for example.

from phpmediaserver.

Zoe8338 avatar Zoe8338 commented on May 30, 2024

.

I'm not sure what you mean.

from phpmediaserver.

EsTass avatar EsTass commented on May 30, 2024

Apache server need to have access to php files, setting user:group grants apache and php access to files.

If you are accessing from LAN and your IP range not in list need to add it to core/functions.php:97

$VALID_IPs = array( '192.168.', '10.0.', );

Message "HTTP/1.1 401 Unauthorized" in text mode as result means IP not in valid list.

from phpmediaserver.

Zoe8338 avatar Zoe8338 commented on May 30, 2024

Apache server need to have access to php files, setting user:group grants apache and php access to files.

If you are accessing from LAN and your IP range not in list need to add it to core/functions.php:97

$VALID_IPs = array( '192.168.', '10.0.', );

Message "HTTP/1.1 401 Unauthorized" in text mode as result means IP not in valid list.

I'm not accessing from LAN. It's on a third party server which I can only control the files I put into it.

from phpmediaserver.

EsTass avatar EsTass commented on May 30, 2024

Disable "Country Access Limit" on config:

//Countrys allowed (http://www.geoplugin.net)
define( 'O_COUNTRYALLOWED', array( '' ) );

to

//Countrys allowed (http://www.geoplugin.net)
define( 'O_COUNTRYALLOWED', FALSE );

Or set your country to limit access to only that country.

EDIT: Probably your IP already in BAN list, need to reset database file (remove and copy again from zip) or delete IP from "Bans" table and Add to "Whitelist" table, add https://www.phpliteadmin.org/ to server, configure to have access to DB file and edit IPs on tables "Bans" and "Whitelist".

from phpmediaserver.

EsTass avatar EsTass commented on May 30, 2024

Added a fix for "IP Country Filter" disabled if not countrys in list or no list.

Thanks for testing :)

from phpmediaserver.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.