Navigation : Forum - Upload Center

Google
 



View Full Version : Old Μoίρασμα κάρτας[cs] - Guides for PC and dreambox



Pages : [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41

colossus_r
05-03-2006, 16:27:14
Guide for newbies for
How to setup a windows based pc as a cardServer with NewCS

Hi all
This is a small HowTo
Aftre of a lot of search on the net for cs(cardsharing) i found a lot of info about this but only for linux based pc.

Nothing about cs and cardserver with a windows based pc.
this is a newbie guide to CARDSHARING with pc as a server
So here is how to setup a win based pc as a Cardserver

What You need:

Hardware
a) A pc capable of running Windows XP or Windows 2000 with
1 network card
1 serial port
(memory and disk its not importand????...for cardsharing)

a) A serial card reader
c) a dsl connection (if you want to share your cards with others)

Software

a) Newcs 1.13 (in the atached file)
b) NewcsGui (a gui interface for the NewCS server)
(a and b files are incuded in the atach. zip file)
c) An clean text editor (like ultraedit)

Unzip the files in a directory
Edit the configuration file newcs.xml
1. find the line <node>COM2</node>
and put your com port where the cardreader its connected to yout pc
2. in the line <udp_host>192.168.0.101</udp_host> put your pc ip address
3. in the <newcamdserver> section find the line <name>yourservername</name>
and put you cardserver name.
4. in user section put user name and pass
save the file

Now you are ready to run your server

Run the program newcsgui.exe and your server its ready
You can see any server activity in the file logfile.txt

Now your client can connect to the server using newcamd or mgcamd emu in port 10001 (default)

Just edit the configuration file newcamd.conf with server ip port username
password DES key and servername with the same values as the ones in newcs.xml


For wan connection you have to setup your router to forward all traffic in port 10001 to the pc's ip

Thats all you are UP and Running

Colossus

Sharer the NowHow

colossus_r
05-03-2006, 16:30:40
SECOND GUIDE
This guide its to help newbies to:
Setup 2 boxes for Card Sharing in Lan or Wan.

You need :

2 dreamboxes (???? of course)network conected
1 Network cable

a) If you connect the 2 boxes direct you need a cross network cable
b) if you connect the to boxes in a hub with other network devices then you need straigth network cable
(both of them easy to find in computer stores)
************************************************** **************
Network setup:
Go in dreambox setup-expert setup-network settings and put ip address (something like this)
dreambox1 : ip 192.168.0.1
subnet 255.255.255.0
gateway (ip address of the router)
DNS (ip address of the router)
If you dont have Internet connection leave Gateway and DNS blanc

dreambox2 : ip 192.168.0.2
subnet 255.255.255.0
gateway (ip address of the router)
DNS (ip address of the router)
If you dont have Internet connection leave Gateway and DNS blanc

Check the enable Networking chekbox

If you have a PC thats connect to internet (dialup or adsl) then you can put the pc's ip
as Gateway and DNS server in both boxes to give them internet access

IMPORTAND????
If you have a router for the internet the ip of the 2 boxes MUST be in same
network as your router.
Examples:
If the router's Ip address is 10.0.0.1 then your boxes ips MUST be 10.0.0.2 and 10.0.0.3
If your router's IP address is 192.168.1.1 then your boxes MUST be 192.168.1.2 and 192.168.1.3

Now your boxes are connected... and with internet access (if its present)
************************************************** **************
EMU and CardSharing How to:

Install in your boxes one of new images.
I prefer PLi Diamod as gives you the choise to have separate server and client EMU.
In this example we will use as cardserver EMU the NewCS and as client EMU Newcamd
So download and install in the boxes the 2 EMUS (NewCS and Newcamd). If only 1 dreambox
it will act as a server then in the second one you dont need to install NewCS, only NEwcamd

Now we have to to configure the files for the sharing
************************************************** ***************
Server configuration of the file Newcs.xml (/var/tuxbox/config)
(in the supplied zip there is a Newcs.xml file for this example)

Open the file with a plain text editor (i use UltraEdit)

Find the section <debug>
and then <udp_host>192.168.0.1</udp_host>
Here you put your server box ip

Then find <udp_port>10000</udp_port>
Here you put servers port

Find the section <newcamdserver>
and then the <name>testserver</name>
Here you put the name of your server (testserver)
Then find <deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
Here you put a login key for your users in this format
Then find
<user>
<name>username1</name>
<password>userpas1</password>
<au>on</au>
<spider>No</spider>
</user>
and put user name and password for your users
************************************************** ******************************
********

Server and client configuration of file Newcamd.conf (/var/tuxbox/config/newcamd)

(in the supplied zip there is a Newcamd.conf file for this example)
Open the file with a plain text editor

Find the line:

CWS = 192.168.0.1 10000 username1 userpas1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan testserver

Line parts in plain English
1)192.168.0.1 --- ip address of the server (dreambox acting as server)
(the same as the one defined on newcs.xlm)
2)10000 --- port of the server (the same as the one defined on newcs.xlm)
3)username1 userpas1 --- username and pass of the client (the same as the one defined on newcs.xlm)
4)01 02 03 04 05 06 07 08 09 10 11 12 13 14 --- access code (the same as the one defined on newcs.xlm)
5)lan -- leave this as lan
6)cardserv - name of the cardsharing server (the same as the one defined on newcs.xlm)
************************************************** ******************************
******************

IMPORTAND!!!!!!!!!!!!!!!!!!!!!!!!
Entrys in newcs.xml must be the same in the newcamd.conf
(ip addresses-servername-username-password-deskey)
All this is case sensitive (username it is not the same with UserName)

After saving transer the 2 files in your Dreambox and restart your boxes...
In lan setups this is ready to work
In wan setups you need a router or a dreambox plugin with DynamicDNS capabilities

Thats all guys
You are ready to CARDSHARE


colossus
Share the NowHow

fuzz
06-03-2006, 09:40:46
με εκανες και εκανα εγγραφη... 8-|

ευχαριστουμε...

εγω που εχω gemini image τι πρεπει να "κατεβασω" και που πρεεπι να βαλω τα αρχεια???

μια βδομαδα εχω τον 500 και ακομα ψαχνομαι....

colossus_r
06-03-2006, 12:41:32
με εκανες και εκανα εγγραφη... 8-|

ευχαριστουμε...

εγω που εχω gemini image τι πρεπει να "κατεβασω" και που πρεεπι να βαλω τα αρχεια???

μια βδομαδα εχω τον 500 και ακομα ψαχνομαι....

Gia
Yphrxan polla...para pola pm kai etsi ta ebala kai edo. anyway

An milame gia mirasma me metaxy dreambox tote se endiaferei to 2o guide.

Doyleyei poly kala se ola ta nea images (PLI-Davinci-Gemini)

Afoy katebaseis kai egkatastiseis newcs kai newcamd h mgcamd tote diortose me ta stoixeia soy ta arxeia newcs.xml kai newcamd.conf.

To arxeio newcs.xml paei ston katalogo /var/tuxbox/config
To arxeio newcamd.conf paei ston katalogo /var/tuxbox/config/newcamd
An akoloythiseis akribos tis odigies den tha exeis kanena problima.

Apantise moy an eisai ok.

colossus
Share the NowHow

fuzz
06-03-2006, 16:44:01
οταν εχεις καλο δασκαλο...ευχαριστω για τη βοηθεια

κατι καταφερα αφου εβαλα το PLi
τωρα,θελω να "μοιρασω" τα τσοντοκαναλα που δινει ο 500
εχω ηχο -με τον τροπο που μας ειπες- αλλα δεν εχω εικονα...
κανω κατι λαθος?
α!ο server ειναι ο 500 και απο το LNB OUT δινω στο PC που "τρεχει" ALTdvb με το WINCSC κ CSC

colossus_r
06-03-2006, 16:58:26
hi m8

Xerome poy to eftiaxes amesos???? Kairo tora prospatho na po ston kosmo oti to cardsharing den einai piriniki fisiki ... ta pragmata einai poly apla. Kai as theloyn oi diaforoi gouroy ton forum na lene oti theloyn. Mia den apantoyn katholoy kai otan apantoyn einai xeiroteroi apo thn Pithia..????

Any way..Share the NowHow opos leo kai ego.


Tora gia to erotima soy. An h keraia poy exeis exei 1 lbn tote den einai kai to eykolo. Tha mporeis mono na blepeis otan kai ta dyo einai sto idio kanali.

Ta kanalia tis kartas toy 500 Inxtv kai xplustv anoigoyn opos ola ta alla.
Tin proti fora gia tin energopoiisi tha perimeneis ligo mexri na erthei to sima.
Gia cardsharing perimeneis na anoixei ligo pio poly apo ta ipoloipa ta ellinika.
Kai bebaia anoigoyn mono me tin mgcamd.

colossus
Share the NowHow

fuzz
06-03-2006, 20:24:46
αν και στην αρχη νομισα οτι κατι εφτιαξα τελικα δεν δουλεψε

ας τα δουμε απ την αρχη κι αν μπορεις βοηθας

εχω βαλει τo PLi και θελω να μοιρασω την καρτα του INXTV -για παραδειγμα -που ειναι στον 500 να βλεπω και στο pc που τρεχει ALTdvb με WINCSC και CSC

εχω φτιαξει τα αρχεια που μας ειπες και τα εχω βαλει στον 500 στους καταλογους που αναφερεις
(το πισι εχει 192,168,0,32 κ ο 500 192,168,0,35)

στον 500 εχω βαλει default softcam to camd3 (βλεπω ΙΝΧΤV)και
cardserver το newcs

οταν ανοιγω το ALTDVB me WINCSC μου βγαζει μυνημα wrong deskey or protocol (του εχω βαλει newcamd και τις ρυθμισεις 192,168,0,35 Poy einai o server και το deskey user1 k user1 Που εχω σαν username k pass port 10000)

στο CSC μου λεει αυτο

21:19:11.218 - servers[0] started: newcamd525:cardserv:10000
21:19:39.937 - CAT received:
21:19:39.937 - 0000: 01 B0 4C FF FF CB 00 00 09 07 05 00 E6 A7 13 01 ..L.............
21:19:39.937 - 0010: 20 09 04 06 04 E6 A5 09 04 06 18 F0 01 09 04 4A ..............J
21:19:39.937 - 0020: 70 F0 00 09 12 4A D0 F0 02 08 12 AC 02 00 0C 00 p....J..........
21:19:39.937 - 0030: 32 39 39 35 34 00 00 09 12 4A D1 F0 03 08 12 AC 29954....J......
21:19:39.937 - 0040: 02 00 0C 00 32 39 39 35 34 00 00 01 2B 95 ....29954...+.
21:19:39.937 - Can't find: CAID 0618, IDENT 000000


τι δεν κανω σωστα???κολησα!!!!

colossus_r
06-03-2006, 20:55:09
Gia

Ta arxeia poy anebases exoyn ta pio kato lathi:

Ypotheto oti to newcs.xml einai ston 500.
Kai to newcamd.conf paei sto pc:

a) Lathos onoma server.Sto newcs.xml to onoma toy server einai:
<newcamdserver>
<enabled>Yes</enabled>
<name>testserver</name>

testserver. Sto newcamd.conf stin grammi:
CWS = 192.168.0.35 10000 user1 user1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserv

to onoma toy server einai cardserv. Dialexe ena apo ta 2. Prepei na einai idia

b) sto newcamd.conf oi grammes:
CWS = 192.168.0.35 10000 user1 user1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserv
CWS = 192.168.0.35 10000 user2 user2 01 02 03 04 05 06 07 08 09 10 12 13 14 lan cardserv

exoyn tin idia porta 10000. H mia einai 10000 kai i alli 10001 giati etsi anaferonte sto newcs.xml

Diortose ta kai apantise moy tora


colossus

fuzz
06-03-2006, 21:58:39
νομιζω τωρα τα αρχεια ειναι οκ
για ριξε μια ματια και να δεις λαθη κανε τις απαραιτητεσ διορθωσεις

τα δυο αρχεια ειναι στον 500

στο πι σι (δεν ξερω αν εχεις υποψιν πως δουλεευι το ALTdvb)δεν βαζω καποιο αρχειο απο αυτα...σωστα???

colossus_r
06-03-2006, 22:44:45
νομιζω τωρα τα αρχεια ειναι οκ
για ριξε μια ματια και να δεις λαθη κανε τις απαραιτητεσ διορθωσεις

τα δυο αρχεια ειναι στον 500

στο πι σι (δεν ξερω αν εχεις υποψιν πως δουλεευι το ALTdvb)δεν βαζω καποιο αρχειο απο αυτα...σωστα???

Den gnorizo katholoy to altdvd ala an doyleyei me newcamd prepei na exei kapoy ena arxeio newcamd.conf
Se ayto to arxeio prepei na baleis tis 2 grammes
CWS = 192.168.0.35 10000 user1 user1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserv
CWS = 192.168.0.35 10001 user1 user1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserv

alios h newcamd den tha xerei poy einai o server kai alla stoixeia.

Pare diortomena ta arxeia kai pes moy ti egine


colossus

Advertisement