Dies ist eine mobil optimierte Seite, die schnell lädt. Wenn Sie die Seite ohne Optimierung laden möchten, dann klicken Sie auf diesen Text.

How-To Create a F-Line in OScam

    Nobody is reading this thread right now.
Status
Für weitere Antworten geschlossen.

meister85

Boardveteran
Registriert
21. September 2009
Beiträge
7.781
Reaktionspunkte
4.999
Punkte
373
The first step is to activate the CCcam protocoll in oscam.conf:

Code:
[cccam] 
port = [COLOR=#0000cd]12000  --> Please don´t use the standard port![/COLOR]
reshare = 1 
ignorereshare = 0 
version = 2.2.1 
reshare_mode = 0

Now an example for a standard user:

Code:
[account] 
user = [COLOR=Indigo]user[/COLOR] 
pwd = [COLOR=DarkOrange]pass[/COLOR] 
group = 1

If you wan´t to allow to write EMM´s on the card, so you have to set the user as follow:

Code:
[account] 
user = [COLOR=Indigo]user[/COLOR]
pwd = [COLOR=DarkOrange]pass[/COLOR] 
group = 1    
[B][COLOR=red]AU = labelofreader[/COLOR][/B]

To give individually reshare, the following parameters are required::

Code:
[account] 
user = [COLOR=Indigo]user[/COLOR]
pwd = [COLOR=DarkOrange]pass[/COLOR] 
group = 1
[COLOR=#008080][B]cccreshare = 3[/B][/COLOR]
[COLOR=#008080][B]cccignorereshare = 1[/B][/COLOR]

If you wan´t to give all cards until Hop 2, you have to set the user as follows:

Code:
[account] 
user = [COLOR=Indigo]user[/COLOR]
pwd = [COLOR=DarkOrange]pass[/COLOR] 
group = 1
[COLOR=#800080][B]cccmaxhops = 2[/B][/COLOR]

If you want to give a time limited C-Line the following parameter is required:

Code:
[account] 
user = [COLOR=Indigo]user[/COLOR]
pwd = [COLOR=DarkOrange]pass[/COLOR] 
group = 1
[COLOR=#800000][B]allowedtimeframe = 08:00-20:00[/B][/COLOR]

To secure the line you can set the following parameter, so the user can connect only from a certain DynDns / IP

Code:
[account] 
user = [COLOR=Indigo]user[/COLOR]
pwd = [COLOR=DarkOrange]pass[/COLOR] 
group = 1
[B][COLOR=#006400]hostname = blabla.dyndns.org[/COLOR][/B]

And this is the C-Line for your friend:

Code:
C: dyndns.dyndns.org [COLOR=Blue]12000 [/COLOR][COLOR=Indigo]user [/COLOR][COLOR=DarkOrange]pass[/COLOR]
 
Status
Für weitere Antworten geschlossen.
Für die Nutzung dieser Website sind Cookies erforderlich. Du musst diese akzeptieren, um die Website weiter nutzen zu können. Erfahre mehr…