Results 1 to 15 of 23

Thread: OScamInfoPHP

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #10
    Golden Member qwess's Avatar
    Join Date
    26 Oct 2009
    Location
    Walachia / Paname
    Posts
    823
    Mentioned
    2 Post(s)
    Rep Power
    69

    Default

    instalezi EasyPHP, copiezi OScamInfoPHP si faci setarile in:
    :/Program Files/EasyPHP-v./www/OScamInfoPHP.../

    • config.global.php

    Code:
    <?php
    /* Autorefresh in seconds for OSCam Info */
    DEFINE('REFRESH_SECS',30);
    
    /* Language de=german / en=english */
    DEFINE('LANGUAGE','en');
    
    /* A custom notice in the header (empty if no message should be displayed)*/
    DEFINE('CUSTOM_NOTICE','Welcome to OScam Info');
    
    /* A custom stlye for the main grid, available are 'blue' and 'gray' */
    DEFINE('OSCAM_STYLE','blue');
    
    /* The width (in px) of the mainwindow(s), full screen size can be set with 'full' */
    DEFINE('SCREEN_SIZE','1000');
    
    /* The Adminuser */
    DEFINE('ADM_USER','user');
    
    /* The Adminpassword */
    DEFINE('ADM_PASS','pass');
    
    /* Connect through proxyserver, if no proxy is needed just leave blank */
    DEFINE('PROXY_URL',''); 
    DEFINE('PROXY_PORT','');
    DEFINE('PROXY_USER','');
    DEFINE('PROXY_PASS','')
    • config.oscam.php

    Code:
    $server["Server1"] = array(
                            "url"        => "ip_box", 
                            "port"        => "port_webif", 
                            "user"        => "user",
                            "pass"        => "pass",
                            "ssl"        => false
                            );
    • config.user.php(poti crea user cu aceleasi date de admin (config.global.php)

    Code:
    $user["user"] = array(
                     "password"    => "pass", 
                     "tabs"        => "clients,readers,pairs,log", 
     //                "onlyclients"     => "dvbapi,cccam,newcamd,peer1,peer2",
     //                "onlyreaders"     => "mouse,internal,newcamd,cccam",
                     "oscam"    => "Server1",
                     "sort"        => ""
                     );
    schimbi portul din 80 in 8x pentru a nu intra in conflict cu alte app si gata!
    portul il schimbi din :/Program Files/EasyPHP-v./conf_files/httpd> linia 49:
    Listen 127.0.0.1:8x

    dupa efectuarea setarilor se porneste EasyPHP, in bara de instrumente dreapata(langa ceas)/click dr./Server Local....oscaminfo/login.
    Last edited by qwess; 22-03-12 at 21:21. Reason: completare




    Azbox HD with OpenSPA 3.0 powered by OSCam
    UE46F8000 powered by SamyGO_OSCam





Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •