|
|||||||
![]() |
|
|
Seçenekler | Stil |
|
|
#1 |
![]() ![]() Üyelik tarihi: Jul 2009
Yaş: 34
Mesajlar: 9.602
Konular: 1136
Tecrübe Puanı: 10
Rep Puanı : 1010
Kıdemi :
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Gbox+CCcam Kurulumu...!!!
GOOGLE TRANLATE: Kod:
CAMNAME = "GbOx_CCcam" USERNAME = "" ZAPTIME = 8 Camid = 970 DVBSET = 1 INFOFILE = "ecm.info" # End # Bu yöntem temizler / gbox dosyalarının tmp klasörü remove_tmp () ( rm-rf / tmp / * info * / tmp / * gbox * / tmp / * online * / tmp / * share * / tmp / newcs * / tmp / atack * / tmp / * debug ) # Bu yöntem Gbox başlar> CCcam (That order) start_cam () ( / var / script / AES_Gbox.sh & uyku 5 / var / bin / gbox & uyku 30 / var/bin/CCcam_2.0.3 & ) # Bu yöntem ve gbox ve CCcam durur sonra tmp temizleme yöntemini çağırır stop_cam () ( touch / tmp / gbox.kill / bin / gbox prockill / bin / prockill CCcam_2.0.3 killall -9 newcs cs2gbox 2> / dev / null remove_tmp ) case "$ 1" start) "[SCRIPT] $ 1: $ CAMNAME echo" start_cam ;; stop) "[SCRIPT] $ 1: $ CAMNAME echo" stop_cam ;; restart) "" $ CAMNAME yeniden başlatmak echo stop_cam start_cam ;; *) "$ 0" stop exit 1 ;; esac exit 0 ve reboot Bu kese İkizler i için çok u arada gbox ve CCcam olacak eserler test olması. -------------- Sadece iki cams adını dikkate almak zorunda. O senin Dreambox yılında cam dosyaları aynı olmalıdır. Hatta eğer gbox ilk başladığında, CCcam yerel kartı alacak gbox ile başlangıç ve CCcam başlaması arasında yaklaşık 30 saniye gecikme: gerek (o hızlıdır) böylece görünür artık sizin gbox ortakları için yerel. orjinal kod Kod:
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/Newcs* /tmp/atack* /tmp/debug*
}
# This method starts Gbox > CCcam (That order)
start_cam ()
{
/var/script/AES_Gbox.sh &
sleep 5
/var/bin/gbox &
sleep 30
/var/bin/CCcam_2.0.3 &
}
# This method stops gbox and CCcam and then calls the tmp cleanup method
stop_cam ()
{
touch /tmp/gbox.kill
/bin/prockill gbox
/bin/prockill CCcam_2.0.3
killall -9 newcs cs2gbox 2> /dev/null
remove_tmp
}
case “$1″ in
start)
echo “[SCRIPT] $1: $CAMNAME”
start_cam
;;
stop)
echo “[SCRIPT] $1: $CAMNAME”
stop_cam
;;
restart)
echo “Restarting $CAMNAME”
stop_cam
start_cam
;;
*)
“$0″ stop
exit 1
;;
esac
exit 0
and reboot this scrip is for Gemini i have test it it works very will u have gbox and cccam together . —————————————- You just have to take care about the name of both cams. It must be the same as the cam files in your dreambox. You need about 30 sec delay between the start of gbox and the start of CCcam : even if gbox starts first , CCcam will take your local card (it is faster) so you will appear with no local for your gbox partners. |
|
|
|
![]() |
| Tags: cccam, gbox, kurulumu___ |
| Bookmarks |
| Etiketler |
| cccam, gbox, kurulumu |
| Seçenekler | |
| Stil | |
|