Author Topic: Problem sa CCcam  (Read 1140 times)

0 Members and 1 Guest are viewing this topic.

Offline Deda Pantelija

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 398
Problem sa CCcam
« on: March 14, 2011, 07:18:41 PM »
Stvar izgleda ovako, nakon nestanka struje ili interneta ili običnog reboota ,cccam jednostavno miruje i svaki put se mora pokrenuti nanovo preko puttyja.
Evo postavke osnovnih file-a

CCcam 2.1.3 - debian.

/bin/cccam 755


/emu/cccam/CCcam.x86 755


/emu/script/cccam 755

Code: You are not allowed to view links. Register or Login
#!/bin/sh
CAMNAME="CCcam Server"
# end
 
# This method starts CCcam
start_cam ()
{
/emu/cccam/CCcam.x86 &
sleep 2
}
# This method stops CCcam
stop_cam ()
{
pkill CCcam.x86
}
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


Da li ovde negdje ima taj problem ili je nešto drugo.
IMPORTANT PLEASE READ :
All Peers offline for more than 48 hours without notice will be automatic deleted !!

Oscam

  • Guest
Problem sa CCcam
« Reply #1 on: March 14, 2011, 07:28:07 PM »
jesi li u rc.local upisao putanju

Offline Deda Pantelija

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 398
Problem sa CCcam
« Reply #2 on: March 14, 2011, 07:53:52 PM »
evo šta mi ima u  rc.local

#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

exit 0
IMPORTANT PLEASE READ :
All Peers offline for more than 48 hours without notice will be automatic deleted !!

Offline geczi

  • Jr. Member
  • **
  • Posts: 16
Problem sa CCcam
« Reply #3 on: March 14, 2011, 08:33:46 PM »
U rc.local upisi sledece:
/bin/cccam start &

exit 0

i cccam ti se starta sa linux-om pri bootanju ili rebootu

javi jel radi

Offline Deda Pantelija

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 398
Problem sa CCcam
« Reply #4 on: March 14, 2011, 10:38:08 PM »
mislim da je to ono što mi je trebalo thx ,tema za sada može lock,jer nakon 5 reboota i vadjenja servera iz napona nakon minut cccam je pokrenut.

hf$(zzzxxxzzz
IMPORTANT PLEASE READ :
All Peers offline for more than 48 hours without notice will be automatic deleted !!

Offline taxitv

  • Jr. Member
  • **
  • Posts: 21
Problem sa CCcam
« Reply #5 on: April 17, 2011, 02:02:13 PM »
pozdrav svima u forumu ima li koga meni pomagati
imam kartu SKY-LINK sl i to je na  cryptoworks  sistem alo cccam ne ga radi a scamd3.58 super radi ali da mogu cs sa ccam ili news cs kako to ode/////??????

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Problem sa CCcam
« Reply #6 on: April 17, 2011, 02:17:19 PM »
Quote from: taxitv;91233
pozdrav svima u forumu ima li koga meni pomagati
imam kartu SKY-LINK sl i to je na  cryptoworks  sistem alo cccam ne ga radi a scamd3.58 super radi ali da mogu cs sa ccam ili news cs kako to ode/////??????

napravi kombinaciju scam/CCcam
nek scam bude cardserver a CCcam nek bude djelitelj
evo naša sam nešto pa vidi ovu kombinaciju:
Quote
Scam 3.57 tutorial home network
I don't use scam but because of too many requests i made tests to study.

Remember that in 3.57 che config files are changed so you have to follow these simply rules:

1) BE SURE TO HAVE SCAM 3.57 VERSION IN ALL YOUR NETWORK
2) BE SURE TO HAVE THE CONFIG FILE IN THE RIGHT POSITION:
--- ENIGMA1 = /var/scam/config
--- ENIGMA2 = /etc/scam/config

We will make this config:
Server1: CCcam ip 198.168.0.2 port: 12000
Server: Scam server with local cards and Cccam share: ip 192.168.0.8 port: 4321
Client: Scam client ip: 192.168.0.10 port: 4321

Warning: With this config Scam Server will receive from CCcam server but will pass to Scam Client only local cards (as for example ndz and tivusat)

1) First of all install in all your dreambox the socketmmi plugin

2) Config CCcam server to share with Scam server:
add to CCcam server this line:
Code:

F: scamserver scampass 3 1 0 { 0:0:3 }

3) Config Scam Server:



### scam host
/net/ecm_server/homeserver/port=4321
/net/ecm_server/homeserver/user/client1/pass=test


### cccam share (3.52)
/net/cccam/home/user=scamserver
/net/cccam/home/pass=scampass
/net/cccam/home/host=198.168.0.2
/net/cccam/home/serv=12000

4) Config Scam Client:


### scam client
/net/ecm_client/homeserver/host=192.168.0.8
/net/ecm_client/homeserver/port=4321
/net/ecm_client/homeserver/user/client1/pass=test

Thats all.
You have only to substitute the correct ip address and ports in this config to have a working scam 3.57 net. You can check it in the plugin socketmmi: Menu->setup->softcam->Network.
thanks to Sloggo

Offline taxitv

  • Jr. Member
  • **
  • Posts: 21
Problem sa CCcam
« Reply #7 on: April 17, 2011, 02:45:35 PM »
Thanks frea$$$