CS Tips & Advice

There are 16 replies in this Thread which was already clicked 4,363 times. The last Post () by master G.

  • Always change your default password (dreambox – for legit dreamboxes and some but not all clones)


    Create different passwords for your dns, receiver and webinfo/CCcaminfoPHP etc.


    Set yourself up a static IP on your receiver.


    Default port is usually 12000 – can and should be changed in CCcam.cfg


    You might need to adjust the port on your router – advice on port forwarding here:
    Port Forwarding Guides Listed by Manufacturer and Model - PortForward.com


    When adding a port to your router for the receiver select TCP+UDP.


    Usually a restart of both CCcam and your router is required for the changes to take effect.
    Can use this website to check if port is open - Open Port Check Tool


    Usually the order in which you enter lines (i.e. who is on top) determines the order in which you receive them as regards CCcam.cfg


    Exceptions can be a hop2 peer showing instead of a hop1 peer – this is possible when the hop2 peer is providing a quicker ecm time and ping than the hop1 peer – rare but it can happen.


    Always remember to set your default cam to CCcam or whatever cam it is that you are using.


    I would recommend a programme such as CCcaminfoPHP which allows you to monitor the traffic and other relevant info on your server – similar programmes are available.


    I would also recommend downloading CCcam.channelinfo updates on a regular basis – will allow you to monitor what channels a peer is using thru the likes of CCcaminfoPHP.


    Usually anyone drawing about 1,500 ecms or so per hour I would be wary of – usually readings are below this figure.


    One exception I have noticed is that if a peer is using a twin tuner they could possibly be recording one channel and watching another simultaneously on your local which can show up as increased ecm usage.


    You should always lock your FLINES to the dns of the peer – that way if any of the servers you share with are hacked the perpetrator cannot use your CLINE as it is locked to that peers server.
    i.e. F: peer number1 2 0 0 { 0:0:2 } { } { } xxx.no-ip.info


    { } { } are crucial – without adding them the lock will not be effective.


    If using a receiver as your server then no more than around 30 peers otherwise you could have performance issues – if want to add more peers then look into a dedicated server such as debian or Ubuntu.


    If you are suspicious of a peer and want to remove them then I suggest informing them of this rather than just deleting them – Also ask them to remove your C: line - If you remove them and they do not remove your CLINE they can annoy by trying to reconnect and also potentially illegal attacks. If this happens then keep the FLINE but change it to F: username password 0 0 0 { 0:0:0 }


    Avoid large downloads and especially uploads when your server is busy – this will screw up your ecm times.


    Ideally you want to be sharing with low pings and low ecm times.


    Good practice to select a FTA channel when not watching.


    Good idea to backup your CCcam.cfg on a regular basis.


    Be wary of peers below CCcam 2.1.4 for security reasons.


    Finally, read CCcam.cfg – it provides a tonne of useful info which most people are unaware of.

    Londres 1992 - París 2006 - Roma 2009 - Londres 2011

  • Another little tip as regards the defaults ports and always changing them (linux pc server)


    I use iptables to block default ports


    iptables -A INPUT -p tcp --dport 21 -j DROP
    iptables -A INPUT -p tcp --dport 22 -j DROP
    iptables -A INPUT -p tcp --dport 23 -j DROP
    iptables -A INPUT -p tcp --dport 25 -j DROP
    iptables -A INPUT -p tcp --dport 4567 -j DROP
    iptables -A INPUT -p tcp --dport 12000 -j DROP
    iptables -A INPUT -p tcp --dport 16000 -j DROP
    iptables -A INPUT -p tcp --dport 16001 -j DROP


    iptables-save


    Lets say you checked your /var/log/auth.log


    Now here is the login file for your server (ssh), lets say someone decided to try and access it or more than one person.


    failed login from lets say 81.40.50.60 and 90.87.35.21


    iptables -A INPUT -s 81.40.50.60 -j DROP
    iptables -A INPUT -s 90.87.35.21 -j DROP


    Again each time you add any rule to iptables you finish with


    iptables-save


    Also advisable to change the default login port in SSH which is 22.



    Now there is a few ways to get the iptable rules to load on startup (reboot and they are gone), I find a very simple method is to simply


    iptables-save >/var/etc/iptables.conf


    You can save them to whatever path you like, just don't save them to /tmp for obvious reasons.


    After a reboot to put iptables back


    iptables-restore </var/etc/iptables.conf


    I find this way if you need to block any user/ports then by adding more users/ports simply


    iptables-save


    Then back iptables up again to your folder.


    You can simply list what ports and ip addys you have banned with


    iptables -L -n



    Yes there is the fail2ban and more than likely other scripts for banning users, hopefully those that want to learn some linux will actually do it manually.


    Your cccam log will also show you any illegal/dodgy login attempts, simply add them, make a mistake, very easy to remove that users IP.



    HTH



    [edit] BTW, don't go blocking your own IP, that would be silly :)

  • Another great bit of advice would be to not have more than 1 local card. Otherwise you may be thought of as a payserver !!!!


    Don't get shares just for the sake of it. You can only watch so much TV !!


    Ping your peers once a week and it is good practice to make sure your peers dns's don't appear public in google otherwise they could have been hacked , a payserver etc etc.



    New2

    Dont forget to hit the thanks button!!!!!!!!!!!!!



    :41_002:



    Some articles may discuss topics that are illegal, so this information is provided for educational purposes only, your use of the content, downloads and files, or any part thereof, is made solely at your own risk and responsibility. Viewing Pay TV without a valid subscription is illegal. !! Linuxsat-Support.com cannot be held responsible for the content of any information stored or posted on this forum.

    • Official Post


    Having more than one local is perfectly acceptable,
    but when you see a server with sly uk/it/ger/d+ locals you must stop & think how much are they paying every month or more likely,
    how much are they charging people to watch your card ?
    any one of these cards alone would give you enough to watch everything via cs do not be fooled by the bull.

  • Fair point ten if all the cards were for instance full packages and all current 24/7 at the same time. Best thing in this scenario would be one look at ecm's to make sure your peer is not faking the cards . Two check what actually opens ( this will determine which package your peer has ; for instance a *** italia card can be grabbed for £150 at mo on ebay for 6 months prepaid which is cheaper than most to be honest and would put you in a good sted for getting shares. Three ask the peer directly rather than jumping to your own conclusions.


    new2

    Dont forget to hit the thanks button!!!!!!!!!!!!!



    :41_002:



    Some articles may discuss topics that are illegal, so this information is provided for educational purposes only, your use of the content, downloads and files, or any part thereof, is made solely at your own risk and responsibility. Viewing Pay TV without a valid subscription is illegal. !! Linuxsat-Support.com cannot be held responsible for the content of any information stored or posted on this forum.

  • ¿ why would a peer have 2 cards of the same providor with different packages?? ( with the exception of maybe using a multiroom card as a local)
    ¿why would a peer with so many local cards want to get into exchanging with other peers?? ¿surely it would be much simpler? not to mention legally correct?? to simply cancel one providor sub to contract another?? as you say : for instance a *** italia card can be grabbed for £150 at mo on ebay for 6 months prepaid which is cheaper than most
    Also ,if it were truly from the point of view of studying said encryption systems, even today´s noob knows that this cannot be done coherently...
    At the end of the day ,it´s down to each peer how + what they use their system for BUT c/s is exactly that : an exchange between two consenting peers to exchange their pakages/providors ,etc ....
    which brings me back to the first question : If you already have more than one card ¿why bother c/s ???
    Lastly I quote : Any information provided on this site is not guaranteed in any way. Some articles may discuss topics that are illegal, so this information is provided for educational purposes only, your use of the content, downloads and files, or any part thereof, is made solely at your own risk and responsibility. Viewing Pay TV without a valid subscription is illegal. !! Linuxsat-Support.com cannot be held responsible for the content of any information stored or posted on this forum.
    just my tupence ;)

    • Official Post

    Fair point ten if all the cards were for instance full packages and all current 24/7 at the same time. Best thing in this scenario would be one look at ecm's to make sure your peer is not faking the cards . Two check what actually opens ( this will determine which package your peer has ; for instance a *** italia card can be grabbed for £150 at mo on ebay for 6 months prepaid which is cheaper than most to be honest and would put you in a good sted for getting shares. Three ask the peer directly rather than jumping to your own conclusions.


    new2


    You are missing the point completely here, testing new shares is something everyone should/does do. Just because a channel opens doesn't mean the peer owns the card. Anybody who has been part of this hobby for a while will soon realize that a single premium package subscription is enough to watch any European package you want so why would any one pay the price of the sub 4 times over ?

  • if someone had the same sub 4 times over then this would certainly be a worry. I am not missing any point. 4 subs identical would be a worry for sure. would ring alarm bells. Best advise would be know your peers always have msn contact for them etc and only share if you need to like ten said. One premium package ( full package ) is adequate to watch all that you need


    new2

    Dont forget to hit the thanks button!!!!!!!!!!!!!



    :41_002:



    Some articles may discuss topics that are illegal, so this information is provided for educational purposes only, your use of the content, downloads and files, or any part thereof, is made solely at your own risk and responsibility. Viewing Pay TV without a valid subscription is illegal. !! Linuxsat-Support.com cannot be held responsible for the content of any information stored or posted on this forum.

    • Official Post

    if someone had the same sub 4 times over then this would certainly be a worry. I am not missing any point. 4 subs identical would be a worry for sure. would ring alarm bells. Best advise would be know your peers always have msn contact for them etc and only share if you need to like ten said. One premium package ( full package ) is adequate to watch all that you need


    new2


    My point is simple & clear.
    any single premium european sub will allow a hobbyist to watch every package via cs.
    There is no argument, its a fact.

  • so with that comment ten you are pretty much saying if you already have one of the big european providers i.e italia germany uk then you dont need to exchange shares at all . So my question is why do in that case people with them cards even share bother sharing. Simple ; because it is human nature to always try and better ones self. Why do we even bother with any of this ?? Because as you stated it is a hobby !! If you play rugby you always want to be better than the other team . If you play football you always want to be better than the other team. Human Nature !!!!!! What i dont get is people that have in excess of 50 peer/server connections to the server. Because as you quite rightly said only 1 pemium is needed. So why all them connections ; why do you need them. Why do people take from hop2 hop3 because it is human nature. A hobby is just that a hobby !! If we sat on our laurels and never strived to better ourselves or present ourselves with new challenges then there would be no hobby.


    i refer again to this statement


    "My point is simple & clear.
    any single premium european sub will allow a hobbyist to watch every package via cs.
    There is no argument, its a fact. "



    So why then do people have in excess of 50 connections to there server . Human nature or greed or an other agenda !!




    new2

    Dont forget to hit the thanks button!!!!!!!!!!!!!



    :41_002:



    Some articles may discuss topics that are illegal, so this information is provided for educational purposes only, your use of the content, downloads and files, or any part thereof, is made solely at your own risk and responsibility. Viewing Pay TV without a valid subscription is illegal. !! Linuxsat-Support.com cannot be held responsible for the content of any information stored or posted on this forum.

    • Official Post


    New2 i am really struggling to understand you now.
    I said with one premium package you will easily get shares of anything you want. In football of course you want to be better than the rest, in c/s we are sharing not competing, explain how you want to be better!
    Do you have competitors ?
    Is this more than a hobby for you?

  • I am struggling to understand u with the talk of competiors etc !!!!! You stated clearly that anyone entering c/s as a hobby only needs 1 full European package. So why oh why so so many server/peer connections to the user today have. Like u said u only need one. So human nature like I said greed. Why steer this debate down a different angle. U stated anyone with c/s needs only 1 share of a European package. So my question is why do so many peeps today insist on so many server/peer connections.


    New2

    Dont forget to hit the thanks button!!!!!!!!!!!!!



    :41_002:



    Some articles may discuss topics that are illegal, so this information is provided for educational purposes only, your use of the content, downloads and files, or any part thereof, is made solely at your own risk and responsibility. Viewing Pay TV without a valid subscription is illegal. !! Linuxsat-Support.com cannot be held responsible for the content of any information stored or posted on this forum.

  • A few updates to the TIPs and ADVICE


    Always change your default password (dreambox – for legit dreamboxes and some but not all clones)


    This is not always the case, some boxes will respond to any password regardless whether its the correct one or not.




    When adding a port to your router for the receiver select TCP+UDP.


    UDP is not required for Cccam only open for TCP




    Usually the order in which you enter lines (i.e. who is on top) determines the order in which you receive them as regards CCcam.cfg.


    Maybe back in Cccam 1.71 but not any longer... if you must have them in order do it by PING times...



    Usually anyone drawing about 1,500 ecms or so per hour I would be wary of – usually readings are below this figure..


    Why ? Large servers will often have a large Pull on a card...ECm useage tell you only one thing. The ECM useage ! Try a conversation with your peers, works far better than assumptions.



    If using a receiver as your server then no more than around 30 peers otherwise you could have performance issues – if want to add more peers then look into a dedicated server such as debian or Ubuntu.


    I have run a DM7020 with 200 peers and its been stable.



    Ideally you want to be sharing with low pings and low ecm times.


    The above server i ran had all peers with pings below 80ms.



    Be wary of peers below CCcam 2.1.4 for security reasons.


    Explain further ? as all versions maybe open to security breaches if you know what your doing !

    Another great bit of advice would be to not have more than 1 local card. Otherwise you may be thought of as a payserver !!!!


    Having more than one local does not make you a payserver or faker.



    Don't get shares just for the sake of it. You can only watch so much TV !!


    Always go for quality rather than quantity


    When you see a server with sly uk/it/ger/d+ locals you must stop & think how much are they paying every month


    Having had one of the above cards for over a year that was FREE, assume nothing, ask your peer, test their locals. CS is based on trust.



    why would a peer with so many local cards want to get into exchanging with other peers?? surely it would be much simpler? not to mention legally correct?? to simply cancel one providor sub to contract another??


    If we wanted to be legally correct them most of us would be lining the pockets of News Corp !!
    When I had a well known blue card from an english provider on full pack I still accepted shares of the same card, this allowed me to see ALL the available channels



    which brings me back to the first question : If you already have more than one card ¿why bother c/s ???


    If you can buy a wizard arm for a few pounds / euros why make your own ?? because it’s a hobby and you can.


    And now my advice as someone with a few years in this hobby:
    1. Make sure your system is secure.
    2. Make regular contact with any new peers
    3. Keep old peers happy and up to date with any major changes to your server.
    4. Check your peers cards from time to time, is the card still active? Have they changed the available channels? Did they get the card turned off by the provider. Have they changed cards.
    5. Check payserver lists?, enter your peers host into google did they get hacked? Port scan your peers?
    6. Watch out for unknown ip requests to your system.
    7. Help the newbies, they maybe tomorrows wizards.
    8. If it aint broke…break it you know how much you enjoy fixing it 
    9. But the most important advice would be TALK to your peers.
    10. And finally enjoy it for what it is and as long as it may last.

    T90...DM7020 ..PLI OPEN beta...TM800 HD....TM600

  • If we wanted to be legally correct them most of us would be lining the pockets of News Corp !!
    When I had a well known blue card from an english provider on full pack I still accepted shares of the same card, this allowed me to see ALL the available channels
    That is my point,,,in your case you didn´t have the FULL package ,so you opted to c/s....but if someone has a full card
    ¿why the need to look for another one?? example if you have a music card then no need to look for another peer with the same music...


  • That is my point,,,in your case you didn´t have the FULL package ,so you opted to c/s....but if someone has a full card
    ¿why the need to look for another one?? example if you have a music card then no need to look for another peer with the same music...


    Theres FULL package and then there are the added options Asian, Porn, Setanta that will more than double the bill !


    Just take a look in the Cccam local share sections to see how many people are offering more than one local 20 poster 10 offering more than one local....And THATS MY POINT!


    But the basics remain the same, run your server your way, get the cards you need or want.

    T90...DM7020 ..PLI OPEN beta...TM800 HD....TM600

    • Official Post

    I am struggling to understand u with the talk of competiors etc !!!!! You stated clearly that anyone entering c/s as a hobby only needs 1 full European package. So why oh why so so many server/peer connections to the user today have. Like u said u only need one. So human nature like I said greed. Why steer this debate down a different angle. U stated anyone with c/s needs only 1 share of a European package. So my question is why do so many peeps today insist on so many server/peer connections.


    New2


    I stated there is no reason for anyone to own more than one premium local so dont try & twist it, the way people like to run their own servers is and will always remain their own choice. I am going to close this thread now as it is way off topic & getting out of hand.

Participate now!

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