NewCS Server Tutorial For Dreambox Or DVB
พฤษภาคม 18, 2007
สำหรับคนที่อยากทำ Server Dreambox หรือ แชร์การ์ดก็ทำได้ครับ
ส่วนนี้สำคัญมากครับเพราะ NewCS G*box หรือ CCCam เอาไปใช้ต่อได้ (หมายถึงแชร์แบบอื่นๆ)
What you need:
- Broadband internet connection
- Static IP address (otherwise use a DDNS service e.g. no-ip.com)
- Cardreader hardware (e.g. Phoenix)
- An active serial port
- Installation of NewCS
When everything is ready, follow this step-by-step setup procedure:
Step One
Download latest version of NewCS. Create a directory on the drive (e.g. “C:\NewCS”) and copy newcs.exe, mingwm10.dll and pthreadGCE2.dl files to that directory.
Step Two
In NewCS intallation archive there is \configs directory. Extract newcs.xml.windows file from that directory, rename it to newcs.xml and copy to C:\NewCS directory.
Step Three
Open newcs.xml in text editor. First, edit the <device> tag of the file:
<device>
<name>phoenix</name>
<type>Phoenix</type>
<node>COM1</node>
<mhz>357</mhz> <!– or 600 –>
<parity>odd</parity>
<reset>normal</reset>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<!– <boxkey>0000000000</boxkey> –>
<!– <rsa>0000000000</rsa> –>
<PTShandshake>no</PTShandshake>
<crypto-special>no</crypto-special>
<carddetect>yes</carddetect>
<newcamd_port>10001</newcamd_port>
<autosid>Yes</autosid>
<Seca-PPV>no</Seca-PPV>
<priority>round</priority> <!– hard is default –>
</device>
<node> and <newcamd_port> tags are interesting for us. In <node> tag specify the serial port (COMx) on which you have a cardreader hardware installed. Also, specify the debug port for the NewCS server in <newcamd_port> tag.
Then, edit <newcamdserver> tag:
<newcamdserver>
<enabled>yes</enabled>
<name>newcs</name>
<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
<userfile>/tmp/users.txt</userfile>
<user>
<name>User1</name>
<password>Pass1</password>
<au>Off</au>
<sidoverride>on</sideoverride>
<spider>no</spider>
</user>
<!– Remove if you dont use reverse login –>
<user>
<name>User2</name>
<password>Pass2</password>
<hostname>localhost</hostname>
<port>12345</port>
<spider>yes</spider>
</user>
</newcamdserver>
In <deskey> tag you set the DES key which you give to users, or leave it as default. Add some user in <user> tag.
Modify the <name> and <password> to fit your needs. You can have multiple <user> tags, of course.
When everything is done, save changes to newcs.xml file.
Step Four
Run command prompt (Start>Run>cmd) and start the newcs.exe (C:\NewCS>newcs.exe).
Now, you can test the server by connecting to it using NewCAMD, EvoCAMD, MGCAMD, WinCSC and other CAM emulators.
The data you give to the clients is following:
Tutorial By Ethereal
Credit Ethereal@Cardsharing Forums
คงไม่ต้องแปลหล่ะมั้ง ^^
งวดหน้าจะเอาโปรแกรมพวกแชร์การ์ดมา…