Thanks Thanks:  0
Likes Likes:  0
Dislikes Dislikes:  0
Page 1 of 2 12 LastLast
Results 1 to 15 of 18

Thread: Tutorial CCcamInfoPHP

  1. #1
    Old Member mondo's Avatar
    Join Date
    31 Jan 2007
    Location
    Romania
    Posts
    2,428
    Mentioned
    38 Post(s)
    Rep Power
    87

    Default Tutorial CCcamInfoPHP

    Pentru a vizualiza in totalitate traficul pe serverul CCcam aveti nevoie de:
    Wampserver de aici:
    http://www.wampserver.com/
    si de CCcamInfoPHPv0.8 de aici:
    http://rapidshare.com/files/78950344...P_v08.zip.html

    Instalare:
    -Instalati Wampserver in C:\wamp.
    -Extrageti arhiva CCcamInfoPHP_v0.8.zip in folderul C:\wamp\www

    Setari:
    Pentru a fi functional aveti nevoie de cateva setari:
    Intrati in C:\wamp\CCcamInfoPHP si editati cu notepad fisierul config.php astfel:

    <?php
    //---------------------------------------
    // CONFIG
    //---------------------------------------

    //examples of server definitions
    $CCCamWebInfo[] = array("ip dream","16001","user","pasword"); // 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 = ""; // 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
    ?>

    Acum intram in C:\wamp\bin\apache\apache2.2.8\bin si editam fisierul php.ini astfel:

    ;;;;;;;;;;;;;;;;;;;
    ; Resource Limits ;
    ;;;;;;;;;;;;;;;;;;;

    max_execution_time = 300 ; Maximum execution time of each script, in seconds
    max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
    memory_limit = 24M ; Maximum amount of memory a script may consume (8MB)


    Daca ati facut totul cum trebuie:
    Porniti Wampserver si jos in dreapta pe monitorul PC-ului in taskbar va aparea o iconita.Dati click stanga pe iconita si in fereastra care va apare dati click pe localhost.Acolo aveti CCcamInfoPHP cu toate detaliile care va trebuiesc.

    Sper sa va fie de ajutor!Bafta!

  2. #2
    Standard RSP member
    Join Date
    09 Jun 2008
    Posts
    31
    Mentioned
    0 Post(s)
    Rep Power
    0

    Default Re: Tutorial CCcamInfoPHP

    am facut ce zici tu mai sus, i-am pus in config.php linia asta

    $CCCamWebInfo[] = array("10.0.1.3","16001","root","blablabla")

    si in loc sa se duca in dream el se duce aici http://localhost/

  3. #3
    Old Member mondo's Avatar
    Join Date
    31 Jan 2007
    Location
    Romania
    Posts
    2,428
    Mentioned
    38 Post(s)
    Rep Power
    87

    Default Re: Tutorial CCcamInfoPHP

    In /var/etc/CCcam.cfg trebuie sa ai editate aceste linii:
    SERVER LISTEN PORT : 16001
    ALLOW WEBINFO: yes
    ALLOW TELNETINFO: yes
    WEBINFO USERNAME : usernamedreambox
    WEBINFO PASSWORD : passdreambox

    Ar mai fi ceva.Daca ai router ar fi bine sa schimbi IP Dream cu un IP din clasa celui care il ai la router.De exemplu daca la router ai ip 192.168.0.X la Dream ar trebui sa ai 192.168.0.XX.
    Last edited by mondo; 01-08-08 at 14:13.

  4. #4
    Standard RSP member
    Join Date
    09 Jun 2008
    Posts
    31
    Mentioned
    0 Post(s)
    Rep Power
    0

    Default Re: Tutorial CCcamInfoPHP

    cred ca asta imi lipeseste, ce tb pus in cccam.cfg. IP-ul Dreamului e din aceeasi clasa cu routerele: primul router e 10.0.1.1. iar repetitorul, ce da net dream-ului, are 10.0.1.2...Dm-ul are 3

    Incerc diseara, acasa, sa modific cccam.cfg si vad ce iese

    Multam

  5. #5
    Standard RSP member
    Join Date
    09 Jun 2008
    Posts
    31
    Mentioned
    0 Post(s)
    Rep Power
    0

    Default Re: Tutorial CCcamInfoPHP

    nashpa...am incercat si varianta asta si berila, in loc sa se duca la 10.0.1.3 se duce la http://localhost/

  6. #6
    Standard RSP member
    Join Date
    09 Jun 2008
    Posts
    31
    Mentioned
    0 Post(s)
    Rep Power
    0

    Default Re: Tutorial CCcamInfoPHP

    Ok, am rezolvat, si nici n-am albit. Exista o varianta mai simpla, instalarea CardSharing Control 0.5 care are in el Apache, si se incarca automat odata cu programul, fara sa fie nevoie sa-l pornesti separat. Programul il gasiti pe net, dati cautare dupa CardSharing_Control_0.5_full_install.zip. Dupa instalare il deschideti si mai e nevoie de un pas, cel de care zicea si Mondo:

    //examples of server definitions
    $CCCamWebInfo[] = array("ip dream","16001","user","pasword"); // 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 = ""; // 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
    ?>

    dupa ce salvati config.php totul ar trebui sa functioneze

  7. #7
    Old Member mondo's Avatar
    Join Date
    31 Jan 2007
    Location
    Romania
    Posts
    2,428
    Mentioned
    38 Post(s)
    Rep Power
    87

    Default Re: Tutorial CCcamInfoPHP

    CCcamInfoPHP v0.8.6b
    http://rapidshare.com/files/12859103...HP_v0.8.6b.zip

    Intrati in C/Program Files/CCcamInfoPHP/htdocs/config.php si modificati ip dream,port,username and pass:

    $CCCamWebInfo[] = array("192.168.1.10","16001","root","dreambox"); // for CCcam webinterface with user and pass

  8. #8
    Standard RSP member
    Join Date
    16 Mar 2010
    Posts
    116
    Mentioned
    0 Post(s)
    Rep Power
    52

    Default cccam info problema

    Salutare la toti.Am cccam info php 1.2.1 instalat pe un laptop,si l-am mai instalat si pe un desktop in reteua de acasa.de atunci nu mai face update ,l-am sters de pe desktop si de pe laptop si l-am instalat pe laptop din nou si nu mai merge,nu face update si imi mai da si eroerea:HTTP/1.1 401 Authorization Required .Va rog dak ma puteti ajuta.

  9. #9

    Join Date
    14 Feb 2007
    Posts
    1,089
    Mentioned
    0 Post(s)
    Rep Power
    0

    Default

    A mai fost postat aici o problema asemanatoare legata de setarile CCcam.
    - Verifica clasa IP pe DM si PC vezi daca corespund
    - Verifica daca poti intra din browswer http://IP_DM:Port_webinfo_CCCam(16001_sau cat ai setat)/
    - Verifica setarile din CCcam.cfg sa corespunda cu ce ai setat in CCCamInfoPHP

    WEBINFO LISTEN PORT : xxxxx
    WEBINFO USERNAME : xxxxxxx
    WEBINFO PASSWORD : xxxxxxx
    Last edited by dMd; 19-09-10 at 20:43.

  10. #10
    Standard RSP member
    Join Date
    16 Mar 2010
    Posts
    116
    Mentioned
    0 Post(s)
    Rep Power
    52

    Default

    Multumesc de raspuns


    .
    Last edited by delta2k2; 19-09-10 at 20:56. Reason: Regula 12 : Quote inutil

  11. #11
    Standard RSP member
    Join Date
    14 Oct 2008
    Location
    Close to you...
    Posts
    49
    Mentioned
    0 Post(s)
    Rep Power
    57

    Default Intrebare

    Am si eu o intrebare tehnica.
    Cum se poate seta CCcaminfophp sa arate timpul de ecm din tabel pe clientul care este conectat pe tine si ia de pe serverul tau. Am vazut la cineva acest lucru, e si o chestie utila care cum se conecteaza vezi cu ce ecm ia de la tine.
    Stie cineva daca e o setare speciala?
    pHaRAon
    Note: Viewing Pay TV without a valid subscription is illegal!

  12. #12
    Standard RSP member stargate's Avatar
    Join Date
    23 Apr 2007
    Location
    P3X-888
    Posts
    3,754
    Mentioned
    0 Post(s)
    Rep Power
    94

    Default

    in CCcam.cfg sa ai linia asta

    SHOW TIMING : yes

    cu respect
    Nota: Vizionarea programelor Pay TV fara un abonament valabil este ilegala
    Discutiile purtate si fisierele disponibile aici sunt ?n scop experimental si educational !

  13. #13
    none
    Join Date
    01 Jan 1999
    Location
    acasa
    Posts
    798
    Mentioned
    35 Post(s)
    Rep Power
    100

    Default

    @pHaRAon
    incearca CS Studio... e destul de complex, si vezi cam orice informatie ce se poate vedea de pe cccam...
    easysurf.ro_CS_studio_4.2.3.__free__Install.rar - 14.9 Mb
    ^^^^
    bafta

  14. #14
    maniac lao's Avatar
    Join Date
    02 Sep 2009
    Posts
    3,190
    Mentioned
    29 Post(s)
    Rep Power
    85

    Default 2 sau mai multe servere

    Exista vreo setare in asa fel incit sa deschida in taburi mai multe servere diferite? Ca eu nu reusesc.....
    Doi mari vrăjmași are românul: mila pentru străini și ura pentru ai lui - Grigore Vieru

  15. #15
    Standard RSP member stargate's Avatar
    Join Date
    23 Apr 2007
    Location
    P3X-888
    Posts
    3,754
    Mentioned
    0 Post(s)
    Rep Power
    94

    Default

    in CS Studio se pot introduce setarile la mai multe servere iar trecere de la un server la altul se face usor si foarte repede cu un simplu click
    Last edited by stargate; 26-09-10 at 22:46. Reason: completare
    Nota: Vizionarea programelor Pay TV fara un abonament valabil este ilegala
    Discutiile purtate si fisierele disponibile aici sunt ?n scop experimental si educational !

Page 1 of 2 12 LastLast

Posting Permissions

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