Advertise Here
Advertise Here
Advertise Here
Advertise Here
Results 1 to 4 of 4

Thread: db 500gemini 3.00 whit gbox

  1. #1
    Junior Member
    Join Date
    17-06-2006
    Posts
    12
    Uploads
    0
    Likes
    0

    db 500gemini 3.00 whit gbox

    any body have a gemini 3.0 for dreambox 500 whit gbox insite.
    thx

  2. Advertise Here
  3. #2
    Member
    Join Date
    15-06-2006
    Posts
    65
    Uploads
    0
    Likes
    0

    Re: db 500gemini 3.00 whit gbox

    Is that even Possible ??!

  4. #3
    New Member
    Join Date
    13-09-2005
    Posts
    5
    Uploads
    0
    Likes
    0

    Talking Re: db 500gemini 3.00 whit gbox

    Quote Originally Posted by looi76 View Post
    Is that even Possible ??!
    Yes. I'm using it all the time with cs2gbox. And install gbox is very easy. Just copy gbox to var/bin, and make script in var/scripts like
    #!/bin/sh
    ########################################
    ###### Powered by The Gemini Team ######
    ### http://www.i-have-a-dreambox.com ###
    ########################################
    # camid #
    # 0000 = Commom Interface #
    # 0001->0199 = for User Experiment #
    # 0199 = Dccamd #
    # 0200->0299 = Fbiss #
    # 0300->0399 = Camd3 #
    # 0400->0499 = Camx #
    # 0500->0599 = Camx-radegast-cs #
    # 0600->0699 = Evocamd #
    # 0700->0799 = Evocamd-ronlad-cs #
    # 0800->0899 = Mgcamd #
    # 0900->0999 = Mgcamd-ronald-cs #
    # 1000->1099 = Newcamd #
    # 1100->1199 = Newcamd-ronald-cs #
    # 1200->1299 = Newcamd-spider #
    # 1300->1399 = Radegast #
    # 1400->1499 = Ronald-cs #
    # 1500->1599 = Scam #
    # 1600->1699 = Scam-ronald-cs #
    # 1700->1799 = Cardserver #
    # 1800->1899 = Mgcamd with Cardserver #
    # 9800->9899 = reserved #
    # 9900->9999 = reserved #
    ########################################
    CAMNAME="Gbox/NewCS"
    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/Newcs* /tmp/atack* /tmp/debug*
    }

    start_cam ()
    {
    /var/bin/gbox &
    }

    cleanup method
    stop_cam ()
    {
    touch /tmp/gbox.kill
    /bin/prockill gbox
    killall -9 gbox
    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
    ;;
    esac

    exit 0
    Offcourse don't forget chmod 755 :)

  5. #4
    Junior Member
    Join Date
    17-06-2006
    Posts
    12
    Uploads
    0
    Likes
    0

    Re: db 500gemini 3.00 whit gbox

    maby anybody have a compleete image. where the gbox mounted its

Advertise Here

Similar Threads

  1. Replies: 1
    Last Post: 27-11-2009, 15:55:30
  2. Update Local ART 13 E Whit ABsat & JSc 7W
    By finek1 in forum CCcam Exchange: Local
    Replies: 0
    Last Post: 17-04-2009, 19:34:51
  3. good gbox whit good peers
    By maky10100 in forum Gbox Exchange: Free
    Replies: 0
    Last Post: 09-02-2009, 23:02:46
  4. Problem whit a gbox please help
    By divmaster in forum General Discussions: Cardsharing
    Replies: 2
    Last Post: 10-06-2007, 23:38:39
  5. Problem whit C***
    By Xavier in forum Portuguese / Português
    Replies: 4
    Last Post: 23-01-2006, 12:44:35

Posting Permissions

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