Quantcast
Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

How-To Create a F-Line in OScam

Status
Für weitere Antworten geschlossen.

meister85

Best Member
Boardveteran
Registriert
21. September 2009
Beiträge
7.781
Reaktionspunkte
4.998
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.
Zurück
Oben