Opened 11 years ago

Closed 9 years ago

Last modified 9 years ago

#3109 closed enhancement (expired)

[new infos!] Maturity rating

Reported by: gorro Owned by:
Priority: minor Component: Reader
Severity: medium Keywords: MR, MATURITY, rating, Adult, content, pin
Cc: Sensitive: no

Description

Reason for enhancement

Under reader in webif is Pincode, but option for write maturity rating to card absent and my ICE card not working, i must get card to other CAM, for modify card setting :-(

I found any Oscam Black Ship, this compilation have any option named MR under PiN.

Change History (13)

comment:1 by gorro, 11 years ago

Component: Please fill inReader
Keywords: MR MATURITY rating pin added

comment:2 by gorro, 11 years ago

here is binnary supported

maturity_rating = 15

in reader: www.ab-forum.info/viewtopic.php?p=448145#p448145

comment:3 by Nimloth, 11 years ago

Please provide source code

comment:4 by gorro, 11 years ago

i not have, iam not Black Ship

comment:5 by gorro, 11 years ago

Keywords: Adult content added

Printscreen from Webif of Black Ship Oscam

(no source code provided from Black Ship ...)

http://img194.imageshack.us/img194/7210/31567740.png

comment:6 by Deas, 11 years ago

Resolution: wontfix
Status: newclosed

if nobody can provide a patch, this will never get implemented...

comment:7 by Bit, 11 years ago

That's really bad that non-public version developers don't contribute to the official oscam source.
Moreover for a really nice functionality.

comment:8 by nm1, 11 years ago

AFAIK it is only for CAID 0D96 implemented

Last edited 11 years ago by nm1 (previous) (diff)

comment:9 by Bit, 11 years ago

Maturity rating is a standard function of VIACCESS cards also.

comment:10 by Bit, 10 years ago

Summary: Maturity rating[new infos!] Maturity rating

Command to change the MATURITY RATING of a VIACCESS card:

CA 24 02 00 09 XX*8 YY 

XX*8 = PIN (8 bytes (only the last 2 bytes are used with a 4-digit PIN)
YY   = Maturity 

Rating:

YY:
00 = 04
01 = 05
02 = 06
...
0E = 18
0F = no age-limit

Example to change to "no age-limit" using PIN 0000:

CA 24 02 00 09 00 00 00 00 00 00 00 00 0F
               XX XX XX XX XX XX XX XX YY

Maturity rating can be checked using this command:

CA AC 06 P2 00

---

Command to change the PIN of a VIACCESS card:

change PIN:
CA 24 01 00 10 XX*8 YY*8
XX*8 = old PIN
YY*8 = new PIN

Example to change PIN from 1234 to 5678:
CA 24 01 00 10 00 00 00 00 00 00 12 34 00 00 00 00 00 00 56 78
               XX XX XX XX XX XX XX XX YY YY YY YY YY YY YY YY

---
To test, you can use this program from http://www.thelastdrakkar.com/ , Antivirus could give an alarm, but this is a false positive.

In this program you can use "send" to send these commands to the card.
If in the log the answer is "9000", its OK.
If in the log the answer is "9400", its NOT OK.
(At least with viaccess).
This tool can be used to try other commands on other cards as seca, conax...

comment:11 by Bit, 10 years ago

Resolution: wontfix
Status: closedreopened

comment:12 by Deas, 9 years ago

Resolution: expired
Status: reopenedclosed

comment:13 by pr2, 9 years ago

The option:

http://www.streamboard.tv/wiki/OSCam/fr/Config/oscam.conf#unlockparental

allows to suppress the parental control and the change

http://www.streamboard.tv/oscam/changeset/10616

Allows you to check the maturity level of the card.

Note: See TracTickets for help on using tickets.