MediaFrontPage - Web interface with widget type architecture to control multiple apps

  Thread Rating:
  • 9 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
TREYisRAD Offline
Junior Member
Posts: 37
Joined: May 2010
Reputation: 0
Post: #11
Sorry for the noobness, but once I install this, how do I access it from a remote computer? Is it under a certain port like sickbeard, etc?
find quote
sweat Offline
Junior Member
Posts: 10
Joined: Sep 2010
Reputation: 0
Post: #12
you should run a webserver, standard thats on port 80 (the normal http port) so you should access without a port.
find quote
TREYisRAD Offline
Junior Member
Posts: 37
Joined: May 2010
Reputation: 0
Post: #13
sweat Wrote:you should run a webserver, standard thats on port 80 (the normal http port) so you should access without a port.

Got it! Thanks
find quote
Nick8888 Offline
Fan
Posts: 716
Joined: Jan 2007
Reputation: 0
Post: #14
sweat Wrote:woow, deff something i need.
Was working on one for myself, never finished it.

Is there a way to secure it with a general login?
If you need any help with designing or anythign else. Let me know..

You can secure apache with a .htaccess and a .htpasswd file. That is outside the scope of this project though so please look on your webserver's website.
find quote
Nick8888 Offline
Fan
Posts: 716
Joined: Jan 2007
Reputation: 0
Post: #15
YodaEXE Wrote:Very nice. Supposedly my web host (GoDaddy) supports cURL, and I know it's running PHP5, so I should be able to upload this there and have it work, especially after having set up subdomain redirects to my SAB and SB installs.

EDIT: Well, I got it on my webserver, but I'm having some trouble. This is what happens when I load the page (I purposely hid CouchPotato and TVheadend, so don't worry about those being missing):

[Image: broken.PNG]

It appears you haven't configured it correctly. The hard drive widget probably wont work on a hosted webserver. The sabnzbd+ widget needs to be able to access its json server and the same goes for the xbmc ones.

It would be much easier to set up on a local machine imo as youll need to open up more ports with a hosted server, it will require both machines to be running otherwise and also require a static ip.
find quote
WingmanNZ Offline
Senior Member
Posts: 153
Joined: Jun 2009
Reputation: 0
Post: #16
Nick8888 Wrote:It appears you haven't configured it correctly. The hard drive widget probably wont work on a hosted webserver. The sabnzbd+ widget needs to be able to access its json server and the same goes for the xbmc ones.

It would be much easier to set up on a local machine imo as youll need to open up more ports with a hosted server, it will require both machines to be running otherwise and also require a static ip.


In regards to the Hard drive widget. will that work with mapped network drives that appear to windows as a drive letter?

if not can i specify a network path for the hard drive widget?
find quote
Nick8888 Offline
Fan
Posts: 716
Joined: Jan 2007
Reputation: 0
Post: #17
It uses this:
http://php.net/manual/en/function.disk-free-space.php

For specific questions like this, you will need to try it and see.
find quote
thebusiness Offline
Member
Posts: 50
Joined: May 2010
Reputation: 0
Post: #18
Looks like I am coming up with quite a few errors, they all seem to be the same one. Any ideas?

[Image: errors.jpg]
find quote
Zarquon Offline
Member
Posts: 56
Joined: Dec 2009
Reputation: 0
Post: #19
thebusiness Wrote:Looks like I am coming up with quite a few errors, they all seem to be the same one. Any ideas?

[Image: errors.jpg]
Your PHP is reporting Notifices not just Errors and Warnings. Try adding
Code:
error_reporting (E_ALL ^ E_NOTICE);
to your config.php file and see if that helps.

Also it look's like you also do not have your configuration set correctly OR you are not running Dharma.
(This post was last modified: 2010-10-18 08:39 by Zarquon.)
find quote
Nick8888 Offline
Fan
Posts: 716
Joined: Jan 2007
Reputation: 0
Post: #20
It is difficult to provide help without knowing what you have in your config.php. I am not able to reproduce any of these errors from latest git. Make sure your xbmc/sabnzbd json server is accessible.
find quote
Post Reply