Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

How do you setup config.php for CCcamInfoPHP ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • SatWaveDude
    Board Senior Member
    • Apr 2012
    • 220

    How do you setup config.php for CCcamInfoPHP ?

    Hi,

    I need some information on how to setup config.php

    Below you see what is posible inside config.php:

    Code:
    <?php
    //---------------------------------------
    // CONFIG
    //---------------------------------------
    
    //examples of server definitions
    //$CCCamWebInfo[] = array("localhost","12345","user","pass"); // for CCcam webinterface with user and pass
    //$CCCamWebInfo[] = array("localhost","12345");     					// for CCcam webinterface with different port than default and without user and pass
    $CCCamWebInfo[] = array("localhost");												// for CCcam webinterface with all defaults
    
    
    
    $work_path = "/tmp/"; // set this if you want working folder separate // Example $work_path = "/tmp/";
    $update_from_button = true; // set to true if you want Update button ( usefull if update is from remote server and takes too long)
    $fullReshare = true; // shows maximum reshare if more than one route for same node // set to true to see actual reshare instead of YES/NO
    $country_whois = true; // use whois for country detection
    $password = ""; //set password
    ?>
    The config.php is located at /var/www and I already give it 755 permissions.
    But when I like to configure I receive the message: config.php is not writable

    At the moment I can get it to work so I hope someone can help me get this running
    SatWaveDude

    DM500HD, DM500+ | EMP S16/1PCP-W3 | WaveFrontier T90 | 16x SMART Titanium 0.1dB LNB's
    TechniSat SkyStar S2 PCI / SkyStar USB HD
    WaveFrontier T90 rev.2 - 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 3.3E | 4/5E | 0.8W | 7/8W | 12.5W

    If you find my post usefull please press the Thanks Button
  • SatWaveDude
    Board Senior Member
    • Apr 2012
    • 220

    #2
    Re: How do you setup config.php for CCcamInfoPHP ?

    I have figure out that it wil work when using these example setting:

    CCcam.cfg
    Code:
    SERVER LISTEN PORT : 12000
    WEBINFO USERNAME : username1
    WEBINFO PASSWORD : user1
    TELNETINFO USERNAME : username1
    TELNETINFO PASSWORD : user1
    TELNETINFO LISTEN PORT : 16000
    WEBINFO LISTEN PORT : 16001
    ZAP OSD TIME : 3
    OSD USERNAME : username1
    OSD PASSWORD : user1
    OSD PORT : 80
    config.php
    HTML Code:
    $CCCamWebInfo[] = array("localhost","16001","userneame1","user1");
    You can leave "localhost" as it is if it is on the same server or use the server's IP address.
    SatWaveDude

    DM500HD, DM500+ | EMP S16/1PCP-W3 | WaveFrontier T90 | 16x SMART Titanium 0.1dB LNB's
    TechniSat SkyStar S2 PCI / SkyStar USB HD
    WaveFrontier T90 rev.2 - 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 3.3E | 4/5E | 0.8W | 7/8W | 12.5W

    If you find my post usefull please press the Thanks Button

    Comment

    Working...