[FONT="]
copiare i 2 file (x 800:sbox.mips e sbox.conf) nella cartella usr/bin
dopo aggiungere questa linea nel cccama.cfg:
N: 127.0.0.1 33000 test test 01 02 03 04 05 06 07 08 09 10 11 12 13 14
avviare cccam e dopo sbox.................
e avrete luce
Funziona Perfetto da me funiona sia TivuSat che Sky Germany
Io agiuco dopo aver fatto avviare prima CCcam e dopo Sbox dovete far avviare il Script CCcam_2.1.3_Sbox_cam.sh e avrete di sicuro Luce
#!/bin/sh
########################################
###### Powered by Ronaldino ######
### tododream ###
########################################
CAMD_ID=7094
CAMD_NAME="CCcam 2.1.3/Sbox"
CAMD_BIN=CCcam_2.1.3
CAMD_CS_SRV_BIN=sbox
INFOFILE_A=ecm0.info
INFOFILE_B=ecm1.info
INFOFILE_C=ecm2.info
INFOFILE_D=ecm3.info
#Expert window
INFOFILE_LINES=1111111111000000
#Zapp after start
REZAPP=0
########################################
logger $0 $1
echo $0 $1
remove_tmp () {
rm -rf /tmp/*.info* /tmp/*.tmp*
}
case "$1" in
start)
remove_tmp
/usr/bin/$CAMD_CS_SRV_BIN &
sleep 15
/usr/bin/$CAMD_BIN &
;;
stop)
killall -9 $CAMD_CS_SRV_BIN $CAMD_BIN 2>/dev/null
sleep 2
remove_tmp
;;
*)
$0 stop
exit 0
;;
esac
exit 0 IMG Removed
Sie müssen registriert sein, um Links zu sehen.
[/FONT]copiare i 2 file (x 800:sbox.mips e sbox.conf) nella cartella usr/bin
dopo aggiungere questa linea nel cccama.cfg:
N: 127.0.0.1 33000 test test 01 02 03 04 05 06 07 08 09 10 11 12 13 14
avviare cccam e dopo sbox.................
e avrete luce
Funziona Perfetto da me funiona sia TivuSat che Sky Germany
Io agiuco dopo aver fatto avviare prima CCcam e dopo Sbox dovete far avviare il Script CCcam_2.1.3_Sbox_cam.sh e avrete di sicuro Luce
#!/bin/sh
########################################
###### Powered by Ronaldino ######
### tododream ###
########################################
CAMD_ID=7094
CAMD_NAME="CCcam 2.1.3/Sbox"
CAMD_BIN=CCcam_2.1.3
CAMD_CS_SRV_BIN=sbox
INFOFILE_A=ecm0.info
INFOFILE_B=ecm1.info
INFOFILE_C=ecm2.info
INFOFILE_D=ecm3.info
#Expert window
INFOFILE_LINES=1111111111000000
#Zapp after start
REZAPP=0
########################################
logger $0 $1
echo $0 $1
remove_tmp () {
rm -rf /tmp/*.info* /tmp/*.tmp*
}
case "$1" in
start)
remove_tmp
/usr/bin/$CAMD_CS_SRV_BIN &
sleep 15
/usr/bin/$CAMD_BIN &
;;
stop)
killall -9 $CAMD_CS_SRV_BIN $CAMD_BIN 2>/dev/null
sleep 2
remove_tmp
;;
*)
$0 stop
exit 0
;;
esac
exit 0 IMG Removed
Zuletzt bearbeitet von einem Moderator: