MediaFrontPage - Web interface with widget type architecture to control multiple apps
TREYisRAD
Junior Member Posts: 37 Joined: May 2010 Reputation: 0 |
2010-10-18 00:51
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
Junior Member Posts: 10 Joined: Sep 2010 Reputation: 0 |
2010-10-18 01:47
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
Junior Member Posts: 37 Joined: May 2010 Reputation: 0 |
2010-10-18 01:52
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
Fan Posts: 716 Joined: Jan 2007 Reputation: 0 |
2010-10-18 02:58
Post: #14
sweat Wrote:woow, deff something i need. 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
Fan Posts: 716 Joined: Jan 2007 Reputation: 0 |
2010-10-18 03:08
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. 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
Senior Member Posts: 153 Joined: Jun 2009 Reputation: 0 |
2010-10-18 04:56
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. 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
Fan Posts: 716 Joined: Jan 2007 Reputation: 0 |
2010-10-18 05:36
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
Member Posts: 50 Joined: May 2010 Reputation: 0 |
2010-10-18 06:20
Post: #18
Looks like I am coming up with quite a few errors, they all seem to be the same one. Any ideas?
|
| find quote |
Zarquon
Member Posts: 56 Joined: Dec 2009 Reputation: 0 |
2010-10-18 08:28
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?Your PHP is reporting Notifices not just Errors and Warnings. Try adding Code: error_reporting (E_ALL ^ E_NOTICE);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
Fan Posts: 716 Joined: Jan 2007 Reputation: 0 |
2010-10-18 08:31
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 |

Search
Help