Tutorial : Install Latest Version Of Csp Directly From SVN

There are 3 replies in this Thread which was already clicked 7,971 times. The last Post () by annie12.

    • Official Post

    Tutorial : Install Latest Version Of Csp Directly From SVN


    Now , I`m Gonna Explain How To install And Compile Your CSP .


    Means , That Your CSP will be Made By You , So For Sure There is no spywares in the version .


    Lets Start ...


    We are going to use command lines for this tutorial.


    Open a terminal and start by making a folder where we will download the last release and compile it.


    Create a folder called for example cspsvn in this path /lib:
    If you are not the root type this command.
    If you are entering as root avoid this step. go directly to Step 2


    Step 1:


    Code
    sudo -i


    You will asked to write your system password. enter your password and continue.


    Step 2:


    Code
    cd lib
    mkdir cspsvn
    cd cspsvn
    svn co http://streamboard.gmc.to/svn/CSP/trunk CSP-svn



    At this point the lastest version of csp is downloading, once it finishes downloading we will start compiling it.


    Step 3:


    Code
    apt-get install ant



    This will install ant, once installed we will start compiling csp.


    Step 4:


    Code
    cd CSP-svn
    ant tar-app


    Now the csp is compiled.


    Code
    cd dist
    tar -zxvf cardservproxy.tar.gz


    If tar -zxvf cardservproxy.tar.gz does not work for then you should install tar using this command.


    Code
    apt-get install tar


    Now we will move our compiled program to a directory we want. here in this example we will just rename the cardservproxy folder to csp and put it directly in this folder /var/bin.


    Be sure that you are in this path /lib/cspsvn/CSP-svn/dist
    If you are not there then just type this command.


    Code
    cd ..
    cd /lib/cspsvn/CSP-svn/dist
    mv cardservproxy /var/bin/csp


    Now our csp is compiled and exists in this path var/bin


    All you have to do to run it is the following. leave your current path using command.


    Code
    cd ..


    Then enter this folder var/bin/csp


    Code
    cd /var/bin/csp
    ./cardproxy.sh start


    You should have the ok which means that your proxy is running.


    Now just edit your proxy.xml with your existing profiles, users and connectors and enjoy the last version.


    Note: each time you want upgrade to the latest version just do the same thing.



    Some Points : This Tutorial Made @ Ubuntu
    At Fedora You Might Change "apt-get" By "yum" if you don`t have apt-get installed in your server.


    Thanks to Tigeregypt from CCcam Forum..

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!