Go Back   Dreambox, Receivers, Cardsharing Forum, High definition TV, 3DTV,CCcam, Gbox, Servers, Exchange, TV, Keys > CardSharing Emulators > Sharing Emulators > Mpcs






Reply
 
LinkBack Thread Tools Display Modes
Old 01-16-2009, 05:24 PM   #1
Administrator
 
cardsharing's Avatar
 
Join Date: Jan 2009
Posts: 2,159
Default mpcs0.9d

mpcs0.9d

With this mpcs it is possible to connect any emu with
camd3, newcamd or radegast support to the gbox network.

At this stage of development it works only in one direction!!!
ECMS from the client over camd3, newcamd or radegast protocol
are forwarded to the gbox network and the CWŽs back to the client.

This version might be buggy. Use at your own risk.

IMPORTANT:
You need a running gbox-server to connect this mpcs to!!
Dont use this mpcs as gbox server.
Use your running gbox-server and connect the mpcs to that server!

[CHANGELOG]
Beta4:
- quickh*ck for the problem that camd3 and kofolas sending wrong provider-ids
- added MaxDist parameter to mpcs.conf
- added CardInfos parameter to mpcs.conf (specify the path where you want to write the mpcs card infos)
- added IgnoreList paramter to mpcs.conf (specify the path to the gbox ignore list)
- mpcs registers itself as gbox version 2.B4 (Beta 4) to the gbox-server
pre3:
- improved Zapping or "card not answered" detection.
- support for more than one gbox-server(every server needs his own local port)

fixed bugs from pre2:
- gbox cws are now not only forwarded up to ecm request no.256

pre2:
- Added DNS Support

fixed bugs from per1:
- The gbox-server should not longer beeing killed by mpcs if the ip-adress is longer or shorter than 12 characters.
- The mpcs should now get all Cards even if the level is higer than A1

pre1:
- First release

[KNOWN BUGS]
- The mpcs try to create a file with the card-infos. if you have no writing-rights in the folder you are the cardserver crashes.
Work-around: change with "cd /tmp" to tmp and then start the mpcs.

[INSTALLATION]:

Win32:
1. Copy the executable from the directory "win32" and the files from the directory "config" of this archive to a directory on your harddrive.
2. Follow the instructions of the point CONFIGURATION.

i386-linux:
1. Copy the executable from the directory "i386-linux" of this archive to /usr/local/bin on your harddrive.
2. Copy the files from the directory "config" of this archive to /usr/local/etc on your harddrive.
3. Follow the instructions of the point CONFIGURATION.

sh4-linux (UFS910)
1. Copy the executable from the directory "i386-linux" of this archive to /usr/local/bin on your harddrive.
2. Copy the files from the directory "config" of this archive to /usr/local/etc on your harddrive.
3. Follow the instructions of the point CONFIGURATION.


[CONFIGURATION]:

1. to connect the mpcs to a gbox server you need to set up a reader in the configfile mpcs.server

if for examlpe your server has set up in his cwshare.cfg

M: { 192.168.0.250 { AAAAA250 }}
D: { 192.168.0.14 { 8030 8020 { AAAAA014 { A2 A2 }}}}


your reader should look like this:
[reader]
Label = gbox
Protocol = gbox
Device = 192.168.0.250,8030,8020
Account = 192.168.0.14,AAAAA250
Fallback = 0
Group = 1

or for example your server set up in cwshare.cfg

M: { gbox.server.de { ABCDEF01 }}
D: { mpcs.Client.de { 3080 2080 { 12345678 { A2 A2 }}}}

your reader should look like:

[reader]
Label = gbox
Protocol = gbox
Device = gbox.server.de,3080,2080
Account = mpcs.Client.de,ABCDEF01
Fallback = 0
Group = 1


label: is the name of the server
Protocol: must be gbox
Device: ip or dns of the gbox server,remote-port of gbox-server, local port
Account: your ip-adress or dns,password of peer

2. set up the password in mpcs.conf

in the first example it should look like:
[gbox]
Password = AAAAA014

in the second example it should look like
[gbox]
Password = 12345678

You havte to take the password, the gboxserver has set in the dline for the mpcs

3.to connect a client with radegast, camd3 or newcamd protocol you have to enable the protocol and set a port for the protocoll.
For newcamd-clients you have to set a port and a caid and provider ids.
Port = 50000@0D22:000000;50001@1801:0000,4001,4101,4201,7 001,0501,000B01;50002@0961:000000
for example menas that newcamd-clients witch connects on port 50000 get the caid 0D22 with providerID 0000
newcamd-clients witch connects on port 50001 get the caid 1801 with providerID 0000,4001,4101,4201,7001,0501,000B01
newcamd-clients witch connects on port 50002 get the caid 0961 with providerID 0000

port= <port1>@<caid>:<providerID 1>...<providerID n>;<port2>@<caid>:<providerID 1>...<providerID n>;...



Notice for UFS910
you can connect kofolas directly to the mpcs with

killall kofolas
kofolas ip-of-mpcs 60000

60000 is the radegast port witch is set in mpcs.conf

or connect the radegast to the mpcs by setting:

net shares = 9
net share 1 = ip-of-mpcs:50000:2:tuner:tuner:01 02 03 04 05 06 07 08 09 10 11 12 13 14
net share 2 = ip-of-mpcs:50001:2:tuner:tuner:01 02 03 04 05 06 07 08 09 10 11 12 13 14
net share 3 = ip-of-mpcs:50002:2:tuner:tuner:01 02 03 04 05 06 07 08 09 10 11 12 13 14
net share 4 = ip-of-mpcs:50003:2:tuner:tuner:01 02 03 04 05 06 07 08 09 10 11 12 13 14
net share 5 = ip-of-mpcs:50004:2:tuner:tuner:01 02 03 04 05 06 07 08 09 10 11 12 13 14
net share 6 = ip-of-mpcs:50005:2:tuner:tuner:01 02 03 04 05 06 07 08 09 10 11 12 13 14
net share 7 = ip-of-mpcs:50006:2:tuner:tuner:01 02 03 04 05 06 07 08 09 10 11 12 13 14
net share 8 = ip-of-mpcs:50007:2:tuner:tuner:01 02 03 04 05 06 07 08 09 10 11 12 13 14
net share 9 = ip-of-mpcs:50008:2:tuner:tuner:01 02 03 04 05 06 07 08 09 10 11 12 13 14

in radegast.cfg

if you changed the newcamd ports and or numer of caids you have to change these settings.
ip-of-mpcs has to be replaced with the ip-adress of the mpcs-server.


cardsharing is online now   Reply With Quote
Old 06-07-2010, 10:13 PM   #2
Junior Member
 
Join Date: Nov 2009
Posts: 2
Default tkx

tkx .................
bailla is offline   Reply With Quote
Old 06-07-2010, 11:32 PM   #3
Junior Member
 
Join Date: Jun 2010
Posts: 3
Default

thanks.................
kamil18 is offline   Reply With Quote
Old 12-31-2010, 09:13 AM   #4
Junior Member
 
Join Date: Dec 2010
Posts: 9
Default

bonjour vous pouver me donner le sit pour mpc svp merci
younes34 is offline   Reply With Quote
Old 04-22-2011, 03:10 AM   #5
Junior Member
 
Join Date: Apr 2011
Posts: 2
Default

thank
thana is offline   Reply With Quote
Old 09-02-2011, 03:13 PM   #6
Junior Member
 
Join Date: Sep 2011
Posts: 9
Default

merci
bouyki HD is offline   Reply With Quote
Reply





Tags
mpcs09d

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are On



All times are GMT +1. The time now is 05:11 PM.

vBSkinworks Design

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.