Self Contained Web Server / Interface (1 Viewer)

Alfrescoid

Portal Pro
October 11, 2006
55
1
Home Country
RC4 "trap for the unwary"

OK...found that my SQL Mgt Studio was auto-logging in as "Web" account, not "Sa". Once I logged out and back in as Sa, I can see the permissions...thanks!
 

level20peon

MP Donator
  • Premium Supporter
  • January 4, 2007
    1,082
    102
    43
    Aachen
    Home Country
    Germany Germany
    The download is broken for a few days now (at least for me, located in Germany). Are there any mirrors available ?


    -level20peon
     

    level20peon

    MP Donator
  • Premium Supporter
  • January 4, 2007
    1,082
    102
    43
    Aachen
    Home Country
    Germany Germany
    Is it possible to make my browser automatically navigate to the "Show Program Guide" section ? (Searching this thread didn't help)


    -level20peon
     

    charli181

    Retired Team Member
  • Premium Supporter
  • August 3, 2007
    800
    111
    Sydney
    Home Country
    Australia Australia
    Is it possible to make my browser automatically navigate to the "Show Program Guide" section ? (Searching this thread didn't help)


    -level20peon

    if you have no password or an autologin, it goes to program guide. I know mine does, but I have Apache running in front of it and it auto logins for me.
     

    level20peon

    MP Donator
  • Premium Supporter
  • January 4, 2007
    1,082
    102
    43
    Aachen
    Home Country
    Germany Germany
    Thanks for your reply. Seems like I should have provided additional information.

    I am also using autologin and Apache.
    When I load the "http://<IP>/epg/showguide" URL it logs in but doesn't load the guide but drops me off at the menu. If I hit F5 it shows the guide (to which the URL refers to). So it doesn't "load thoroughly". Tested this with 0_5_0_5 and 0_6_0_9.

    Code:
    ProxyPass /epg/ http://192.168.0.11:8080/
    
    <Location /epg/>
    ProxyPassReverse /
    </Location>

    is included in my httpd.conf btw.


    -level20peon
     

    charli181

    Retired Team Member
  • Premium Supporter
  • August 3, 2007
    800
    111
    Sydney
    Home Country
    Australia Australia
    In the MP WEB Config, the user I have setup is autologin for the IP address that the Apache server is installed on.

    I am running 6.0.7 and I just use http://servername/tvepg/ and the guide comes straight up.I do have Basic authentication within APache turned on and it always prompts for a username/password first, so maybe this gives Apache enough time to conenct.

    Do you get the guide straight away if you connect to to MPWeb directly bypassing Apache?

    I know there does not seem to be a menu in 6.0.7, all the options are at the top of the page.(Much better :) )
     

    level20peon

    MP Donator
  • Premium Supporter
  • January 4, 2007
    1,082
    102
    43
    Aachen
    Home Country
    Germany Germany
    I took the "MPWebSvr.ini" from my previous installation. I didn't look into the differences but it turned out it caused the trouble in the new version. I deleted it and reconfigured the webinterface. Seems to be working for now.

    I should have known better, sorry.

    Thanks for your efforts.


    -level20peon
     

    Makaveli

    Portal Pro
    January 11, 2007
    90
    6
    Home Country
    Netherlands Netherlands
    Great interface, but I can't use it in my setup. I have a MySQL database on a Linux machine that holds the database for the TV server. On Linux the database is case sensitive and the web interface expects the table names to be lowercase. If I change the case of the table names to lowercase, the webinterface works, but unfortunately TVserver doesn't anymore.
    Can you please fix this? Because it is a great way to record something when I'm away.

    The table names with correct case are:
    CanceledSchedule
    Card
    CardGroup
    CardGroupMap
    Channel
    ChannelGroup
    ChannelLinkageMap
    ChannelMap
    Conflict
    DiSEqCMotor
    Favorite
    GroupMap
    History
    Keyword
    KeywordMap
    PersonalTVGuideMap
    Program
    RadioChannelGroup
    RadioGroupMap
    Recording
    Satellite
    Schedule
    Server
    Setting
    Timespan
    TuningDetail
    TvMovieMapping
    Version
     

    Users who are viewing this thread

    Top Bottom