Advertise Here
Advertise Here
Advertise Here
Advertise Here
Results 1 to 3 of 3

Thread: Gbox + CCcam Aynı Anda Çalıştırma

  1. #1
    New Member
    Join Date
    01-10-2009
    Posts
    8
    Uploads
    0
    Likes
    0

    Gbox + CCcam Aynı Anda Çalıştırma

    selam arkadaşlar internette ingilizce olarak bilgi buldum oluru nedir ve bu sahte dreamboxlarda çalışırmı veya şu anda ikisi aynı anda çalışırmı ingilizcesi çok iyi olan arkadaşlar inceleyip bizi bilgilendirirse sevinirim...


    try edit this script with image gemini and cccam 2,6





    CAMNAME="CCcam-Gbox"
    USERNAME=""
    ZAPTIME=6
    CAMID=9515
    DVBSET=0
    INFOFILE="ecm.info"
    INFOFILELINES=
    # end

    remove_tmp () {
    rm -rf /tmp/*.info* /tmp/*.tmp*
    }

    case "$1" in
    start)
    echo "[SCRIPT] $1: $CAMNAME"
    remove_tmp
    /var/bin/CCcam_2.0.6 &
    sleep 1
    /var/bin/CCcam_2.0.6 &
    sleep 1
    /var/bin/gbox &
    sleep 1
    /var/bin/gbox &
    sleep 1
    /var/bin/pmthelper &
    sleep 1
    ;;
    stop)
    echo "[SCRIPT] $1: $CAMNAME"
    killall CCcam_2.0.6 gbox pmthelper 2>/dev/null
    sleep 2
    remove_tmp
    ;;
    *)
    $0 stop
    exit 0
    ;;
    esac

    exit 0




    u can also try with this





    CAMNAME="GbOx-CCcam"
    USERNAME=""
    ZAPTIME=8
    CAMID=970
    DVBSET=1
    INFOFILE="ecm.info"
    # end


    # This method cleans up /tmp folder of gbox files
    remove_tmp ()
    {
    rm -rf /tmp/*info* /tmp/*gbox* /tmp/*online* /tmp/*share*/tmp/atack* /tmp/debug*
    }

    # This method starts cardserver_6.5 > CCcam > Gbox (That order)
    start_cam ()
    {
    /var/bin/gbox &
    sleep 5
    /var/bin/CCcam_2.0.6 &
    }

    # This method stops newcs cs2gbox and gbox and then calles the tmp cleanup method
    stop_cam ()
    {
    touch /tmp/gbox.kill

    /bin/prockill gbox
    /bin/prockill CCcam_2.0.6
    killall -9 gbox CCcam_2.0.6 2> /dev/null
    remove_tmp
    }

    case "$1" in
    start)
    echo "[SCRIPT] $1: $CAMNAME"
    start_cam
    ;;
    stop)
    echo "[SCRIPT] $1: $CAMNAME"
    stop_cam
    ;;
    restart)
    echo "Restaring $CAMNAME"
    stop_cam
    start_cam
    ;;
    *)
    "$0" stop
    exit 1
    ;;


  2. Advertise Here
  3. #2
    New Member
    Join Date
    25-07-2008
    Posts
    5
    Uploads
    0
    Likes
    0

    Thumbs up Re: Gbox + CCcam Aynı Anda Çalıştırma

    Gbox ve cccam aynı anda çalışır evet ama..
    kesinlikle tavsiye edilen bir yöntem değildir..

    Kullanıp kullanmamak size kalmış.
    Scripti doğru editleyebilirseniz çalışır..ve hatta herşeyi(abartıyorum) yaptırabilirsiniz..

  4. #3
    New Member
    Join Date
    01-10-2009
    Posts
    8
    Uploads
    0
    Likes
    0

    Re: Gbox + CCcam Aynı Anda Çalıştırma

    evet peki yukardaki edit doğru sanırım değil mi ihtiyacı olanlar için aslında başlangıç olabilir...

Advertise Here

Similar Threads

  1. gbox cccam
    By emeddeb in forum Gbox Software and Tools
    Replies: 0
    Last Post: 10-04-2009, 12:05:33
  2. scryp cccam gbox
    By chistera™ in forum CCcam Software and Tools
    Replies: 0
    Last Post: 03-12-2008, 08:13:26
  3. cccam sau gbox pe Mac OSX
    By donnib in forum Romanian / Română
    Replies: 0
    Last Post: 07-08-2008, 09:30:32
  4. cccam+gbox
    By esmaralda in forum French / Français
    Replies: 1
    Last Post: 31-07-2008, 13:57:48

Posting Permissions

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