Posts by master G

    Since oscam is still under developement and it is constantly updates in terms of SVN's (sub versions numbers).


    The updates are after every few hours, to update your system manually can be lengthly procedure.


    So i write a simple auto update script, this script will automatically download new version from Streamboard and compile to for you.


    To fully automate the procedure use cronjobs, to auto run say 3am every morning.


    I compiled oscam on my pc with webif,irdeto guessing abd CW double check support but you can change setting and folder by editing script.


    If you have compiled using different folder names etc, please edit script accordingly.



    Procedure:


    Download the file named "Oscam_update.sh" from the link below.
    Copied the file to /emu/script via any FTP.
    Chmod 755 via putty
    Run via putty with this command /emu/script/./Oscam_update.sh


    Download file from Oscam_update.sh



    Thanks to raja for this script

    Oscam can be run on windows computer without any virtual PC server etc..


    All binaries are built on a cygwin environment and it is already compiled and ready to use.


    Compiled with the modules : WebIf, Irdeto Guessing, Anti-Cascading, Debug Messages, Log History and Monitor.



    Procedure:


    1) Create a folder anywhere you like on your computer e.g c:\oscam
    2) Download the oscam file oscam-cygwin-svn-5395.zip
    3) File is in .zip format
    4) Extract the contents on the archive to newly created folder in step 1
    5) Now download cygwin dll file from cygwin-dlls.rar
    6) The file is in .rar format
    7) Extract content of archive to same folder we created in step 1
    8) Now create oscam.user, oscam.server and oscam.config file and copy into same folder we created in step 1
    9) Now open the folder we created in step 1 and double click oscam.exe
    10) Depending on windows version, firewall message will pop up
    11) click unblock to get network access.
    12) DOS window should show oscam running


    If you not sure how to create oscam.config, oscam.server or oscam.user file. You can download this folder, it has example and samples of every oscam config file.
    Download here oscam-doc-examples.rar


    If you want to use SMARGO´s you can use this utility to list the devices
    download from here List_Smargo.zip and extract the archive to oscam folder.


    Also if you have CCcam.cfg file and you want to convert it to oscam files.
    use this simple converter CCcam Converter_1.1.zip


    N.B: I didnot compile any part of this project so credit goes to the original owner.


    Since oscam is under constant developement and new SVN's are coming everyday. New updates can be downloaded from here Oscam for Windows « tek.readers

    Hi all,


    I have prepeared a script that automatically checks and updates oscam to the latest version and I want to share it with you...
    (I use this on Ubuntu Server 10.10)


    In terminal


    Code
    sudo mkdir /var/local/bin/


    1) create a file named: oscam_update.sh (or watever you want)


    PHP
    sudo nano /var/local/bin/oscam_update.sh


    2) insert the following content


    3) chmod oscam_update.sh to 755


    PHP
    sudo chmod 755 oscam_update.sh


    4) run it!!!


    PHP
    sudo ./oscam_update.sh


    Also you can add it as cron job and run it in a specific time of the day.
    example:


    PHP
    sudo nano /etc/crontab


    add this line (this runs at 04:00 every day)

    PHP
    # m h dom mon dow user  command
    01 04 * * * root /var/local/bin/oscam_update.sh


    Thanks to billyk for this script..

    I`ve looked at your configs and they look fine buddy. What image are you using on your DM500 ? Have you downloaded the oscam+CCcam 2.1.3 from the addons panel or have you compiled it yourself and are using a stop/start script ? If all else fails there is a sly uk ready open pli image for the DM500 HERE.

    Oscam doesnt rely on CCcam, it can share on its own. The only problem is you can only give out n lines, so you will need to be more careful who you share with as it can be abused. Even sharing with CCcam isnt secure anymore as your c line can be added to oscam and all restrictions you have set can be bypassed.

    The oscam files that need editted are found in folder /etc/tuxbox/config. I`ve attached them so you can replace with whats already there. You will need to open port 34000 & 15001 in your router for the n lines to work. Most important thing to do is change the user and passwords in oscam.user to your own and match them to the n line, i`ve hightlighted them for you.


    Oscam.conf


    oscam.server



    oscam.user



    Top slot TV Vlaanderen
    N: 127.0.0.1 34000 test1 test2 01 02 03 04 05 06 07 08 09 10 11 12 13 14 256
    Bottom slot CSAT
    N: 127.0.0.1 15001 test3 test4 01 02 03 04 05 06 07 08 09 10 11 12 13 14 256

    Yes, this version is the best to use with oscam, any of the versions after this wont show your card as local, it will show hop 10. Can you tell us which encryption your canal+ card uses, is it seca or viaccess ?

    You will find oscam in this pack HERE for gemini enigma2, follow IPK installation method from HERE. Try to install oscam on DM7020 and CCcam2.1.3 on your VPS, that will give us some time to create the configs for you buddy..