Ga naar inhoud


Hoe gbox_cam.sh instellen?


Catalán

Aanbevolen berichten

Weet iemand of deze script goed ingestelt staat voor de DM7020?

 

CAMNAME="Gbox"

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 Gbox (That order)

start_cam ()

{

/usr/bin/gbox &

}

 

# This method stops gbox and then calles the tmp cleanup method

stop_cam ()

{

touch /tmp/gbox.kill

/usr/bin/prockill 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

 

 

Grtz

DM8000 HD - PLi - Cccam 2.3.0 - 500 Gb HDD
Tv Vlaanderen + Canal Digitaal
Samsung Plasma PS-50Q92
Triax 88 [13|19.2|23.5|28.2]

Link naar reactie
Delen op andere sites


dat ligt aan de instellingen in je

cwshare.cfg daar is de attack log te activeren of niet !

 

 

# 01 repeat EMMs

# 00 consider every EMM only once

# 01 restart pid on overflow

# 1* reset ENX on every channel change

# *1 check/reset ENX freezes on FTA

# *2 check/reset ENX freezes on PayTV

# *3 check/reset ENX freezes on FTA and PayTV

# 00 write nothing in atack.txt

# 01 write into atack.txt: password is wrong

# 02 write into atack.txt: ID unknown

# 04 write into atack.txt: IP is wrong

# 08 write into atack.txt: port is worng

# 10 write into atack.txt: share.stat

# 20 create online.log for online/offline logging

# 3F write everything. (combine bits for other combinations)

# 4000 send ecm again after 4 Seconds if no reply.

# 6000 resync decode after 6 Seconds if net decode failed

N: { 01 01 03 04 3000 5000 }

 

sorry niet goed gelezen maar het script maakt je tmp leeg,

misschien ff aanpassen in je script /tmp/attack

 

succes

 

Dm 7020 Dm800 HD Venton HD Haupage Skystar 2

en altijd online.

 

Viasat 19.2, 23.5, 28.2 en 13.

 

Link naar reactie
Delen op andere sites

verwijder in het script ff de

/tmp/attack

 

succes

# 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*

}

 

Dm 7020 Dm800 HD Venton HD Haupage Skystar 2

en altijd online.

 

Viasat 19.2, 23.5, 28.2 en 13.

 

Link naar reactie
Delen op andere sites

Gast
Dit topic is nu gesloten voor nieuwe reacties.
  • Wie is er online   0 leden

    • Er zijn geen geregistreerde gebruikers deze pagina aan het bekijken
×
×
  • Nieuwe aanmaken...