Posts by master G

    Only way forward is to use an image that has oscam + cccam 2.1.3.
    Or if you are using both dm500 & 7020 on the same network, you could have oscam in one receiver and cccam 2.1.3 in the other.
    Put the card in the receiver with oscam to serve the receiver with cccam 2.1.3.

    You will find a guide on how to forward the port here.
    Portforward.com
    If you are missing the cccam.cfg file you have probably installed the bin version instead of full.Just go back into addons manager where you downloaded it and you will see the option to download the cfg file.
    Which receiver & image are you using?

    As the title thought it would be a great idea to get a list together of working brands and sizes off internal SATA HDD.


    I'm using a 500GB Samsung HD502HI



    Hitachi Travelstar 5K500.B HTS545025B9A300 - 250gb 8mb cache 5400 rpm 2.5" sata


    Hitachi HDT72103 320GB


    HITACHI HDS72101 1TB 7200 RPM Serial ATA - II


    Maxtor STM3250318AS 250GB Hard Drive SATAII 7200rpm


    Maxtor Diamond Max STM3160211AS 160gb Sata internal.


    MAXTOR 6L200S0 200.0GB Hard Drive SATA150


    Samsung 1.5TB F2 Eco Green 5400RPM S300 32MB


    Samsung 500GB SpinPoint HD503HI EcoGreen F3EG SATAII 5400RPM


    Samsung HD103SJ SpinPoint F3 1TB 7200RPM SATA II 3GB/s 32MB Cache OEM


    Samsung EcoGreen F2 1TB Hard Drive SATAII 32MB Cache - OEM


    Samsung HD154UI/Y 1.5 TB SATA II F2 EcoGreen 5400RPM 32 MB Cache


    Samsung HD753LJ 750GB SATA 32 MB


    Samsung F3EG HD203WI 2TB 5400RPM SATA2


    Samsung SpinPoint EcoGreen 1 TB F2 HD103SI


    Samsung F3 EcoGreen 2TB 32MB 5400RPM SATA-II


    Seagate 7200 rpm 320 GB Sata (ST3320620AS)


    Seagate 7200.11 1 TB, 16 MB cache, Sata II


    Seagate Barracuda 7200.12 ST3500418AS 500GB 7200 RPM 16MB


    Western Digital 500GB (WDC WD5000AADS-0)


    Western Digital 500Gb, Caviar 16SE WD5000AAKS


    Western Digital Caviar Green,2 TB, 32 MB Cache, SATA 3 Gb/s, (WD20EDS)


    Western Digital Caviar 1TB - WD10EARS SATA 64MB Cache


    Western Digital Caviar Green Power 1TB 64MB Cache SATAII 300MB/s <8.9ms


    Western Digital Caviar 1TB - WD10EARS SATA 64MB


    Western Digital Caviar Blue WD5000AAKS 500GB 7200 RPM 16MB Cache SATA 3.0Gb/s


    Western Digital 500Gb, Caviar 16SE WD5000AAKS

    Ive been through the tutorials and have gotten almost 90% of the way. Ive created my dyndns address. The updater is installed on my computer. Port 80 is open and I think I've forwarded it? My firewall is configured to allow traffic to that port. BUT... when i type in my dns address, the tutorial says i should get the xampp apache page (which is installed and working) but I dont. Where did I go wrong? Or is it not necessary and there's a way to test that Im set up for my first cline.



    The port you need to open is the one listed as server listen port in your cccam.cfg, all others should be closed.
    Use this to see if its forwarded properly.
    CanYouSeeMe




    OoZooN-Image-dm500hd-20110306

    HOW TO INSTALL CCcam x86 ON DEBIAN


    This sticky is all about how to install CCcam on Debian.
    Steps follws:


    Download Debian from HERE


    Install debian on your server with those option bellow listed :


    *Web server
    *SSH server
    *Standalone


    Then log in via putty SSH.


    Now you can simply copy paste. NOTE: USER NAME ON THIS STICKY IS JUST "user" YOU JUST REPLACE WHAT EVER YOU USE AS USER NAME IS !


    1)

    Code
    apt-get update


    2)

    Code
    apt-get install proftpd


    3)

    Code
    mkdir /emu


    4)

    Code
    mkdir /emu/cccam


    5)

    Code
    mkdir /emu/script


    6)

    Code
    mkdir /emu/log


    7)

    Code
    mkdir /var/etc


    8)

    Code
    mkdir /var/keys


    9)

    Code
    chown "user-name" /emu


    10)

    Code
    chown "user-name" /emu/


    11)

    Code
    chown "user-name" /emu/cccam


    12)

    Code
    chown "user-name" /emu/cccam/


    13)

    Code
    chown "user-name" /emu/script


    14)

    Code
    chown "user-name" /emu/script/


    15)

    Code
    chown "user-name" /emu/log


    16)

    Code
    chown "user-name" /emu/log/


    17)

    Code
    chown "user-name" /var/www


    18)

    Code
    chown "user-name" /var/www/


    19)

    Code
    chmod 777 /emu


    20)

    Code
    chmod 777 /emu/



    21)

    Code
    chmod 777 /emu/log


    22)

    Code
    chmod 777 /emu/log/


    23)

    Code
    chmod 777 /emu/log


    24)

    Code
    chmod 777 /emu/log/


    25)

    Code
    chmod 777 /emu/script


    26)

    Code
    chmod 777 /emu/script/


    27)

    Code
    chmod 777 /var/www


    28)

    Code
    chmod 777 /var/www/


    29)

    Code
    nano /emu/script/cccam


    30)



    31)

    Code
    chmod 755 /emu/script/cccam


    32)

    Code
    ln /emu/script/cccam /bin/cccam


    Now put the CCcam2.2.1.x86 bin file from HERE. in the emu/cccam


    33)

    Code
    chmod 755 /emu/cccam/CCcam.x86


    34)

    Code
    nano /emu/script/configupdate.sh


    35)



    36)

    Code
    chmod 755 /emu/script/configupdate.sh


    37)

    Code
    cd /etc


    38)

    Code
    nano crontab


    Now add this line to server reboot and update config file at 6AM.
    Change to other time if you want to that happent in other time.


    Code
    00 6 * * * root /emu/script/./configupdate.sh >>/emu/log/configupdate.log 2>&1



    39)

    Code
    nano /etc/rc.local


    40)
    Now at this line just above the last line

    Code
    /bin/cccam start &


    41)
    Update the config file manualy

    Code
    /emu/script/./configupdate.sh


    42)
    Now You can:

    Code
    cccam start


    Code
    cccam stop


    Code
    cccam restart


    CCCam check script ( Replace with the right version which you use)


    Bash
    #!/bin/sh
    if ps x |grep -v grep |grep -c CCcam >/dev/null
    then
    echo "cccam... ok"
    else
    echo "cccam... restarting"
    /emu/cccam/CCcam_2.2.1 &
    fi


    Thanks to dreamoncccam..