a good csp configuration help

  • Hello and happy new year 2013, Jet install oscam cccam on my server ubuntu 10.10 64 bit pc csp, oscam is my card reader that gives to the csp, csp restores in newcs on my cccam, how can I have an opinion on my csp configuration to see if it is good or to improve, oscam, csp, cccam works well not crash, except the PC after + or - 24 hours of operation but the I will post in another topic,Please give me an opinion on my config.


    <cardserv-proxy ver="0.9.0">


    <ca-profiles>
    <default-des-key>01 02 03 04 05 06 07 08 09 10 11 12 13 14</default-des-key>
    <extended-newcamd listen-port="15112" debug="true"/>
    <profile name="myprofile" ca-id="0500" network-id="0001" provider-idents="03 28 30" enabled="true" debug="true">
    <newcamd listen-port="15000"/>
    <services-file format="cccam" filter="032830">etc/CCcam.channelinfo</services-file>
    </profile>
    <profile name="myprofile1" ca-id="0100" network-id="0035" provider-idents="00 00 6d" enabled="true" debug="true">
    <newcamd listen-port="15001"/>
    <services-file format="cccam" filter="00006d">etc/CCcam.channelinfo</services-file>
    </profile>
    </ca-profiles>


    <logging log-ecm="true" log-emm="true" log-zapping="false" hide-ip-addresses="false">
    <log-file rotate-count="3" rotate-max-size="1024">log/cardserv.log</log-file>
    <log-level>INFO</log-level>
    <silent>true</silent>
    <debug>false</debug>
    </logging>

    <rmi>
    <display-name>Csproxy1</display-name>
    <status-web>
    <listen-port>8082</listen-port>
    <ssl enabled="false">
    <keystore password="secret">etc/csp_keystore</keystore>
    </ssl>
    <war-file>lib/cs-status.war</war-file>
    <super-users>admin</super-users>
    </status-web>
    </rmi>


    <user-manager class="com.bowman.cardserv.SimpleUserManager">
    <auth-config>
    <user name="admin" password="secret" max-connections="3" admin="true"/>
    <user name="csat" password="csat" profiles="myprofile"/>
    <user name="telesat" password="telesat" profiles="myprofile1"/>
    </auth-config>
    </user-manager>


    <connection-manager>
    <reconnect-interval>60</reconnect-interval>
    <default-des-key>01 02 03 04 05 06 07 08 09 10 11 12 13 14</default-des-key>
    <default-keepalive-interval>55</default-keepalive-interval>
    <service-map>
    <mapper enabled="true">

    <cache-dir>/cache</cache-dir>
    <cache-save-age>300</cache-save-age>
    <auto-map-services>true</auto-map-services>
    <auto-reset-threshold>20</auto-reset-threshold>
    </mapper>
    <mapper profile="myprofile">
    <reset-services></reset-services>
    <block-services></block-services>
    </mapper>
    <mapper profile="myprofile1">
    <reset-services></reset-services>
    <block-services></block-services>
    </mapper>
    </service-map>


    <cws-connectors>


    <newcamd-connector name="myprofile" profile="myprofile" enabled="true">
    <host>127.0.0.1</host>
    <port>34000</port>
    <user>cspcsat</user>
    <password>dodo</password>
    <asynchronous>true</asynchronous>
    </newcamd-connector>
    <newcamd-connector name="myprofile1" profile="myprofile1" enabled="true">
    <host>127.0.0.1</host>
    <port>34001</port>
    <user>csptelesat</user>
    <password>dodo</password>
    <asynchronous>true</asynchronous>
    </newcamd-connector>
    </cws-connectors>

    </connection-manager>

    <proxy-plugins>
    <plugin class="com.bowman.cardserv.LoggingPlugin" enabled="false">
    <plugin-config>
    <log-dir>log/traffic</log-dir>
    <log-level>ALL</log-level>
    <ip-filter>*</ip-filter>
    </plugin-config>
    </plugin>
    <plugin class="com.bowman.cardserv.DcwFilterPlugin" enabled="true" jar-file="dcwfilterplugin.jar"/>
    <plugin class="com.bowman.cardserv.ProviderIdentPlugin" enabled="true" jar-file="provideridentplugin.jar"/>
    <plugin class="com.bowman.cardserv.I*****Plugin" enabled="true" jar-file="i*****plugin.jar"/>
    </proxy-plugins>

    <cache-handler class="com.bowman.cardserv.ClusteredCache">
    <cache-config>
    <cw-max-age>11</cw-max-age>
    <max-cache-wait>350ms</max-cache-wait>
    <local-port>54277</local-port>
    <sync-period>5</sync-period>
    <cw-validation checksum="true" zero-counting="true" log-warnings="true"/>
    </cache-config>
    </cache-handler>


    </cardserv-proxy>


    [reader]
    label = csat
    protocol = smartreader
    device = Serial:Reader 8F64960
    pincode = 0000
    caid = 0500
    detect = cd
    mhz = 480
    cardmhz = 357
    ident = 0500:032830
    aeskeys = 0500@032830:0,xxxxxxxxxxxxxxxxxxxxxxx,xxxxxxxxxxxxxxxxxxxxxxxxx
    group = 1
    emmcache = 1,3,15
    lb_weight = 1000
    auprovid = 032830
    [reader]
    label = telesat
    protocol = smartreader
    device = Serial:Reader ADE16C2
    services =
    caid = 0100
    detect = cd
    mhz = 480
    cardmhz = 357
    ident = 0100:00006D
    group = 1
    emmcache = 1,3,15
    lb_weight = 800
    ratelimitecm = 4
    ratelimitseconds = 10
    [account]
    user = canalsatvia4
    pwd = viacrypt
    caid = 0500
    monlevel = 4
    au = 1
    group = 1
    ident = 0500:032830
    [account]
    user = telesatseca
    pwd = seca
    caid = 0100
    monlevel = 4
    au = 1
    group = 1
    ident = 0100:00006D
    [account]
    user = cspcsat
    pwd = dodo
    caid = 0500
    monlevel = 4
    au = 1
    group = 1
    ident = 0500:032830


    [account]
    user = csptelesat
    pwd = dodo
    caid = 0100
    monlevel = 4
    au = 1
    group = 1
    ident = 0100:00006D


    N: 127.0.0.1 15000 csat csat 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    N: 127.0.0.1 15001 telesat telesat 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    #
    ALLOW TELNETINFO: yes
    ALLOW WEBINFO: yes
    SHOW EXTENEDED CLIENT INFO : yes
    WEBINFO USERNAME : root
    WEBINFO PASSWORD : dodo1
    TELNETINFO USERNAME : root
    TELNETINFO PASSWORD : dodo1
    TELNETINFO LISTEN PORT : xxxxx
    SHOW TIMING : yes
    DEBUG : no
    NEWCAMD CONF : no
    DISABLE EMM : yes
    EXTRA EMM LEVEL : no
    MINI OSD : yes
    #SOFTKEY FILE : /var/keys/SoftCam.Key
    #AUTOROLL FILE : /var/keys/AutoRoll.Key
    #STATIC CW FILE : /var/keys/constant.cw
    WEBINFO LISTEN PORT : xxxxx


    SERVER LISTEN PORT: xxxxx


    CAID PRIO FILE : /var/etc/CCcam.prio
    CHANNELINFO FILE : /var/etc/CCcam.channelinfo
    PROVIDERINFO FILE : /var/etc/CCcam.providers


    F: 800se 800se
    F: vu+ultimo vu+ultimo
    F: bellemere bellemere

Other Not Listed Softcam Support Forum

Configs, discussion, downloads and guides for Other Not Listed Softcams - CSP, DreamOS, GBox, NEWCamd, MultiCS, OSCam Smod, OSCam Ymod, SUpcam & Wicardd.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!