Posts by newtolinux

    Another option you have rather than motorised is to fit something like a wizard arm to the end of your static dish. This will allow you to put more than 1 LNB on the same dish aligned to different sats. Very easy to set up in my opinion and inexpensive for what extra sats you can get. You will obviousely need to buy some more lnb's and a diseq switch but you could easily have 4 sat positions off say a 80cm static dish . No waiting for the motor to turn etc !!!!

    Step by step easy guide for cccam.info on your linux installation.


    Guide based on debian installation as root user from command line

    1. apt-get install apache2 php5
    2. download a version of cccaminfo.php from the net ( there are many variants )
    3. log into server with ftp and transfer over the newly dowloaded files to var/www


    Easy bit done !!


    Now take note from your cccam.cfg the webinfo listen port ( usually by default 16001 )


    Time to edit the config.php file found in var/www . Yours may look different to this one depending on which version of cccaminfo.php you choose to download. But the same fields are edited on all versions pretty much to work correctly. I have highlighted in red the fields you need to edit.


    Code:
    <?php
    //---------------------------------------
    // CONFIG
    //---------------------------------------


    //examples of server definitions
    $CCCamWebInfo[] = array("server ip adress","16001","username","password");
    $work_path = "/tmp/"; // set this if you want working folder separate $update_from_button = true;
    $fullReshare = true;
    $country_whois = true; // use whois for country detection


    $programversion = "CCcamInfoPHP v0.8.6 (DT2)";
    $server_username = "";


    $clientmessageport[] = array("","","","");


    $language = "EN";
    if (file_exists("language/".$language.".php"))
    include "language/".$language.".php";
    else
    {
    echo "Upssss!!! Language file ".$language.".php not found, check language directory.";
    exit;
    }
    ?>



    server ip adress: is the ip address of the server
    username and password: is the pasword that you have chosen in CCcam.cfg ( webinfo username & webinfo password )
    port is default 16001


    Now to access your new webinfo screen just go to your local ip address for your linux server and voila.


    It is worth pointing out that if you want to access this remotely you would need to forward port 80 on your router to your linux server. This is not recommended as the login here is not that watertight. If remote access is a neccessity you are better changing your apache port from the default port and forwarding the router accordingly. Also i would recommend using an extra login screen by creating hta access files from within apache just for added security should you need remote access. Or of course you could just setup a vpn into your home network .


    enjoy !

    the ram on this unit can be expanded upto 8gig . It also has gigabit ethernet . The processor spec is ideal for all things cs . The ram is just lacking on standard spec but with say 4 gig it would be a monster machine to act as a server. Would recommend installing the new debian 6 as full support for atom chipsets etc of the new nano breeds


    regards


    t

    The site sponser do a nice solution for you . It is a rf modulator by labgear. Very easy to setup and has a booster included in circuitry. Give creative a shout buddy


    regards


    t

    31337 maybe dream elite update panel , 12000 is obvious , 10000 snet is some sort of remote access port , 8888 sun - who knows . I wouldnt worry too much if your box sits behind a router with a firewall. People will not be able to access these open ports unless u have setup port forwarding or put your box into a dmz mode on router.


    regards


    t

    Ten,


    in debian as long as you have compiled for smartreader support with the correct drivers you can use : -


    protocol = smartreader
    device = xxx:xxx ( this format xxx:xxx represents a bus and device id within debian, u can find this out by running lsusb command as root and looking at the output for your smargo )



    The real advantage of running a smargo in smartreader mode is better ecm stability and generally lower ecm times. You should receive 0.070m/s on certain n$s cards.


    regards


    t

    your peer is probably using a fake blue dragon card for the 604 caid . Or he could have something configured wrongly his end . Or he is part of a csp cluster and passing his share on via cccam of the whole csp cache. Best bet is to ask your peer directly and send him a bit of your debug log


    regards


    t

    download a program called winscp to your pc . get your friend to forward port 21 in his router to his dreambox ip . Then get your friend to give you his ip or dns and his dream user and password. if your stuck and need more info post back on this thread


    regards


    t

    You can download mgcamd via software panel as long as you have amended your download panel URL in advanced settings on image. Follow some of the guides on this forum for oscam


    T