Kc0022000's Posts
Nairaland Forum › Kc0022000's Profile › Kc0022000's Posts
1 2 3 4 5 6 7 8 9 10 (of 12 pages)
@poster, Mumuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu goat, you should be locked up somewhere far away from men |
No wonder your thread got close to no replies. Not everyone with degree are actually educated |
German girl in Dk |
@poster, Ujujoan said its all , its a fact you should accept |
Cccam English tutorial This tutorial will help you master the full potential of this excellent CAM The following tools are required to be able to use the CCcam on your Dreambox 1) Linux compatible editor, such as Ultraedit32,Notepad ++ or Crimson Editor (freeware) 2) FTP software like FlashFXP 3) A syslog utility like 3csyslog (freeware) 4) A Telnet utility, the Windows integrated tool will do the job PART I The first part is for beginners. Installing CCcam The CCcam archive is composed of 2 files, a bin file and a config file. In the original RAR archive, the authors have saved the Dreambox binary file as CCcam.ppc, whilst the config file is the same as for any version. It is suggested to rename the binary file in CCcam as it will help make the following Telnet procedures easier. Copy the bin file to /var/bin and set the rights (attributes) to 755. Copy the config file to /var/etc/ We are now ready to check in details how CCcam really works, using the Telnet utility In Windows, Start RUN and type Telnet 192.168.1.10 (or your Dreambox IP number) and click OK Login (root) Now do the following.Type cd /var/bin to go to /var/bin, check whether you are in the correct directory (for Linux ls=dir), check the file colour, the CCcam file should be green. At the prompt, type “CCcam –dv” making sure to match the file name as well as capital letters The –dv command will give you the possibility to see each step that CCcam does, through an activity log that should look like the following one 1) 16:09:26.209 CCcam: =================================== 2) 16:09:26.212 CCcam: starting CCcam 1.2.0 compiled on Jul 5 2006@21:12:46 3) 16:09:26.212 CCcam: =================================== 4) 16:09:26.276 CCcam: online using nodeId 578103ff60952939 5) 16:09:26.305 CCcam: DM70x0 detected 6) 16:09:26.307 CCcam: create 2 cam device(s) 7) 16:09:26.920 CCcam: provider num: fff830 16:09:26.920 CCcam: provider key: (hier steht die abonummer)9) 16:09:27.120 CCcam: provider num: 021c00 10) 16:09:27.121 CCcam: provider key: (hier steht die abonummer) 11) 16:09:27.215 CCcam: card added to broker with caid 500 12) 16:09:28.018 CCcam: card added to broker with caid 4a70 13) 16:09:28.072 CCcam: added 389 keys from /var/keys/SoftCam.Key 14) 16:09:28.132 CCcam: added 541 keys from /var/keys/AutoRoll.Key 15) 16:09:28.133 CCcam: static cw not found or bad 16) 16:09:28.134 CCcam: read_ignorefile: cannot open /var/keys/CCcam.ignore or not found 17) 16:09:28.135 CCcam: server started on port 12000 If you suspect something is not correct, and would like to check the ECMS answers, these will appear directly on your DB when zapping channel. Just start a second Telnet session, type the command ps and press Enter. The active processes will be displayed and should look like the following example: 1: root@dm7020:~> ps 2: PID Uid VmSize Stat Command 3: 1 root 608 S init [2] 4: 2 root SWN [ksoftirqd/0] 5: 3 root SW< [events/0] 6: 4 root SW< [khelper] 7: --- extra lines removed--- 8: 599 root 2100 S /var/bin/CCcam_1.2.1 9: 600 root 2100 S /var/bin/CCcam_1.2.1 Reading Log entries 4) online using nodeId 578103ff60952939 This is a unique identity number created for each server/client user upon connecting 5) create 2 cam device (s) 7020 2 CAM devices have been found. The following lines 7) and 9) display data about the subscription card provider id number.9) provide num :021c00 is the provider number, which is Redlight/FullX 11) card added to broker with caid 500 This line identifies the CAId (Conditional Access Identification) in use to provide access to the service, which, in this case, is Viaccess. The subscription card is identified by both the CAId and the Provider, and therefore, in our example 0500:021c00. Some providers use many CAId’s. This is why in our log, Redlight/FullX is also listed as 0600:021c00, where 0600 is the IRDETO CAId. It is very important to understand the system caid/provider as it will be taken into consideration again in this tutorial 13) added 389 keys there are 389 keys read from the static key file 15) cw not found or BAD there are no static cw available; this does not represent a problem (optional) 16) read_ignorefile: cannot open/var/keys/CCcam.ignore or not found this is also not important for the upcoming instructions 17) server started on port 12000 the server runs on port 12000 TCP(this is very important for your Router/Firewall settings) Keyfiles Unless the destination folder has been changed, by default, the key file is found in the var/keys folder. CCcam is using the SoftCam.key/Autoroll.key format, which is also used by other EMU systems. For this reason, there is no need for a purpose built key file format for this CAM. Keyfiles are an option as CCcam works also without any of them CCcam and cardsharing To configurate and connect the CCcam, you need to go to the ETC folder and edit the CCcam.cfg file.The CCcam config file itself is a little help file. Indeed, you will find many text lines starting with #. These lines provide help to set the CCcam, and there is no need to delete them as they are ignored by CCcam. Therefore, they can also be used to add any note or comment. The configuration lines can be written in any order. There is no standard order to respect. Indeed, when started, CCcam reads the first character of each line and executes the request. Let’s look at each line syntax now. F: Friends F: user1 pass1 1 C: Connect C: server.dyndns.org 12000 user1 pass1 The C line (where C stands for connect) enables the CCcam to connect to another server The URL or IP after C: is necessary to identify the server in the sharing network. 12000 is the port used by the server to communicate and user1 pass1 identify the user Note: each user is accepted only once by the server How to connect a client to a server: The F line launches the server, whilst the C line launches the client, and this is all you need. Should the client wish to share its subscription cards with the server, then you need to add a C line at the server, and an F line at the client. Log Diagnostic Should you wish to check whether the connections are working properly, then use the CCcam –dv Telnet command. This option will give you the possibility to check the log and make sure all is ok.It may be useful for beginners to do it with Telnet, and, once experienced, it may also be done using the the automatic script found in the blue panel. This is what the dialogue between the 2 decoders should look like 1) 11:55:06.977 CCcam: found betacrypt caid: 0x1702 ecmpid: 0x100a id: 0x0 2) 11:55:06.978 CCcam: found betacrypt caid: 0x1722 ecmpid: 0x100a id: 0x0 3) 11:55:06.978 CCcam: found nagra caid: 0x1801 ecmpid: 0x1642 id: 0x0 4) 11:55:06.978 CCcam: cam[0] set PMT for sid=a 5) 11:55:06.979 CCcam: start EMM 6) 11:55:06.996 CCcam: cam[0] ecm even nok caid:0x1702 id:0x0 pid:0x100a Premiere Sat (19E) tunneled Nagra (took 0.0010 seconds) 7) 11:55:07.061 CCcam: cam[0] ecm even nok caid:0x1722 id:0x0 pid:0x100a Premiere Kabel (19E) tunneled Nagra (took 0.0003 seconds) Lines 1) 2) and 3) display information about the service encryption Pre***e is displayed with the 3 possidble CAId’s: 1702 tunnel Nagra = betacrypt for DVB-S 1722 tunnel Nagra = betacrypt for DVB-C 1801 plain Nagra (not used or only on s04 card) = unused. The Pre**er provider is usually written with 6 digits.In this case, the service ID is 100a and identifies Pre**er1. Line 4) “Start EMM” marks the point where CCcam starts looking for keys The 2 following lines list the local server replies.In this example, the replies are negative ecm even nok caid:0x1722. This is normal as there are no cards in the receiver. The query lasted 0.0003s. We then find the queries sent to the server: 11:55:07.194 CCcam: remote ecm -> 192.168.1.3:12000 0x1702(0x000)9) 11:55:07.331 CCcam: remote ecm <- 192.168.1.3:12000 ok (took 0.1364 seconds) 10) 11:55:07.333 CCcam: cam[0] ecm even ok caid:0x1702 id:0x0 pid:0x100a Pre***re Sat (19E) tunneled Nagra (took 0.1383 seconds)>code< ecm even ok caid:0x1702 means that this query has been successfully transmitted through the LAN in 0.1383s killall CCcam marks the end of the log End of PART I |
Guys, Check this box out,they are good,cheap and got great support on all its version but am not sure for those in Naija if they can lay hands on such from the market. Opticum 9600 HD TS is a realiable server on CCcam for those that know what am saying . For those newbies, what box do you have and what EMU on it ? What is open?On what sat.? softcamkey ? |
idiot monkey ![]() |
@Tamita, u hear say, l hear say, who no go no know.u won come b illegal here or wats ur plan ![]() |
na by force Naija to Belize or what do u call it |
How about MMIA and abj, would be good 4 naija airport also abi |
Do Nigerian Mothers have a different day cos we r not in May and everyone one is posting happy mothers day abi na old topic, |
na 2 day, they have return ticket so they will be back soon |
Caliente:Try this link , 10 track album, http://www.megaupload.com/?d=U3YECFR6 |
Next week, Atlanta-based entertainment company Rival Entertainment will helm two special concerts featuring critically-acclaimed songstress Nneka and Hip-Hop legend Snoop Dogg. After years of popularity overseas courtesy of her first two albums (Victim of Truth and No Longer at Ease), the Nigerian born Nneka has launched her second extensive US tour to promote her latest LP Concrete Jungle. Equally adept at both singing and emceeing, the young singer lists Fela Kuti, Lauryn Hill, and Mos Def among her influences. Nneka’s Atlanta show takes on February 9 at the Vinyl venue (www.vinyl-atlanta.com), with Rival Entertainment and Muddy Water splitting promotional duties. Advance tickets can be purchased for $10, and $12 the day of the show at www.ticketalternative.com. Opening for Nneka will be singer Julie Dexter, and DJ duties for the evening will be handled by DJ Salah Ananse. Snoop Dogg will make a rare Atlanta appearance the following day (February 10) as part of his Wonderland N Malice Tour. The rapper last appeared in the city in October as part of the BET Hip-Hop Awards, where he performed some his classic singles (“Gin and Juice”), and shared the stage with Dorrough, Soulja Boy, Nipsey Hussle, and Jim Jones. In December, Snoop reached a milestone in releasing his 10th studio album, Malice n Wonderland. The third single “I Wanna Rock” charted as a Top 10 Rap Single, and last month featured a remix with Jay-Z. The single’s Rob Base “It Takes Two” sample has proved popular with emcees, and has been freestyled over by the likes of Raekwon, Ludacris, Busta Rhymes, Styles P, Juelz Santana, and Crooked I. Opening for Snoop will be The Mind Creatures, and local live band Psychi Oragami. The concert takes place from Center Stage, located at 1374 West Peachtree St, Atlanta, GA. Tickets for Snoop’s one night only performance are available now at www.ticketmaster.com. For more information on other upcoming Rival Entertainment events, visit www.rivalentertainment.com. |
what is nice about The Gambia? gone are the days when it was good but then pray that you get out of there soonest depending on your purpose of visit |
![]() Crazy Nigerians Warning - while you were typing a new reply has been posted. You may wish to review your post. |
UP ZAMBIA, Nigeria should be ashame with her performance |
Goaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa for Zambia, Wasted my precious time watching this idiot1-0 |
Is commander in chief of Terror still alive ? Guess the US cannot even answer that question, BL is long dead |
When Nigeria become a better place for its citizen to live in then they shall stop treating us like slave in-fact no comment cos everything is wrong about Nigeria |
All this business men association ![]() |
I dont even think the Haitians would like coming to a terrorist country like Nigeria so thrend closed |
Guys please go and relaxe or do something better cos the so call chicken eagles are throwing a big bash somewhere in Angola right 2nite ![]() |
Those calling for J.J Okocha to join this idiot for the worldcup should shut up paddy_lo:Story.Football is about scoring goals whichever ways, just score the goals and we didnt with YAKUBU |
12large: |
waht a shame, we are still dreaming.The 80s and 90s are gone.Our football needs to wakeup.Going to worldcup with this idiot will get us no where.DID YAKUBU BRIBE HIS COACH THAT HE ALWAYS PLAY EVEN WHEN HIS NOT FIT AND NEVER WAS ? |
Egypt now win Nigeria for the first time since 197sometin |
Mumuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu goat, you should be locked up somewhere far away from men
16:09:26.920 CCcam: provider key: (hier steht die abonummer)
Naija to Belize or what do u call it