Posts by Prioryman


    Good points, however what I'm pointing to is the ease of seeing your card details via oscam..... also you comment:


    1. They were sharing with a payserver who has been busted and their details have been recovered from the server.


    reply: Very true and in some cases without even knowing they are sharing with a Pay Server...

    2. There are a number of online boxkey generator sites, it is possible sly have set this up and people are entering their details without realising.


    reply: Good point, however if Sly are doing this then in a court of law this is known as Entrapment. In criminal law, entrapment is constituted by a law enforcement agent inducing a person to commit an offense that the person would otherwise have been unlikely to commit.


    3. There are people active in cs forums, who are working for sly on c/s forums exchanging with people to get their ip/ details.


    reply: If Sly were doing this then they are also breaking the law: if the evidence leaves a reasonable doubt whether the person had any intent to commit the crime except for inducement or persuasion on the part of some Government officer or agent, then the person is not guilty.


    Just my 2 "pence" worth.................


    I will not be taking the chance that someone is using Oscam to rip mine or my peers locals. So have change back to 2.1.3 until proven otherwise.

    Guy's I found this today and thought you all should read it:


    This is what he posted:


    I've been testing his claims. Using OSCAM 0.99.4svn build #2859 (on pc) and using it to steal my local cccam card (vu+) and sharing it via cccam to my tm9100.

    LOCAL cccam---->stolen---->OSCAM---->fake local----->cccam

    When Local cccam was version 2.2.1 this line appeared in oscam (debug 256)

    2011/02/15 0:09:52 956 p03 cccam(r) cccam: au info: caid 0963 card system: 6 serial: 0000000000XXXXXX
    2011/02/15 0:09:52 956 p03 select: socket is set
    2011/02/15 0:09:52 956 p03 cccam: decrypted header:

    XXXXXX is my card number. Taken from CCcam info pages Entitlement info

    card reader /dev/sci0
    handled YYYY(YYYY) ecms and Y(Y) emms
    Nds card XXXXXX

    With exactly the same cccam.config but this time LOCAL CCcam version 2.1.3

    2011/02/15 0:22:14 956 p03 cccam(r) cccam: au info: caid 0963 card system: 6 serial: 0000000000000000
    2011/02/15 0:22:14 956 p03 select: socket is set
    2011/02/15 0:22:14 956 p03 cccam: decrypted header:

    This time no Card Serial.

    The config is the same only change is the cccam version.


    this is the reason why sky is terminating contracts..... anyone else been terminated here...?

    I would remove anyone using cccam 2.2.x from your servers ..........................


    So I contacted the poster of the above and he sent me this letter he received from Sly:


    Full ViewCancellation of Sky Subscription Account
    From: antipiracy <antipiracy@bskyb.com>Add to Contacts



    --------------------------------------------------------------------------------


    Dear Customer



    This email is an automated response



    We write to inform you that we have recently been forced to cancel your Sky agreement and services.

    The reason for this is that we have reason to believe that your account and viewing card have been used unlawfully and in breach of the terms and conditions of your Sky digital subscription contract, specifically in a way that permits the illegal sharing of Sky content. In addition to being a breach of contract, [your] use of Sky equipment in this manner is fraudulent and a criminal offence.

    The unlawful use in question entitles us to terminate our agreement with you without notice, which we have done. Any outstanding payments due to Sky under the terms of your digital subscription contract will be taken or raised in the usual way.

    We require you to return the viewing card, which is Sky's property, to us using the enclosed stamped addressed envelope.


    If you believe that an error has been made or if you have any questions in relation to this, please write to the following address, clearly stating your reasons. Please note that we will be unable to consider any claim of error unless your viewing card is returned to us.

    British Sky Broadcasting


    c/o Group Security


    Intelligence & Investigations Department


    Grant Way


    Isleworth


    Middlesex


    TW7 5QD



    Sky reserves all of its legal rights in relation to your conduct.

    Yours faithfully.





    Intelligence & Investigations


    BSkyB Group Security





    Information in this email including any attachments may be privileged, confidential and is intended exclusively for the addressee. The views expressed may not be official policy, but the personal views of the originator. If you have received it in error, please notify the sender by return e-mail and delete it from your system. You should not reproduce, distribute, store, retransmit, use or disclose its contents to anyone. Please note we reserve the right to monitor all e-mail communication through our internal and external networks. SKY and the SKY marks are trade marks of British Sky Broadcasting Group plc and are used under licence. British Sky Broadcasting Limited (Registration No. 2906991), Sky Interactive Limited (Registration No. 3554332), Sky-In-Home Service Limited (Registration No. 2067075) and Sky Subscribers Services Limited (Registration No. 2340150) are direct or indirect subsidiaries of British Sky Broadcasting Group plc (Registration No. 2247735). All of the companies mentioned in this paragraph are incorporated in England and Wales and share the same registered office at

    I have as of 30 minutes ago CHANGED BACK TO cccam 2.1.3 - I would advise you to do the same for your own good.


    Regards

    Sorry typing too fast lol


    What I mean is when you share this card out do you get many locals back in return.


    Well I put a request out for new peers about 12 days ago and received 23 replies - out of those after filtering (aways test line first) I have 12 new cards across Europe - only card I have problems getting reshare with is Setanta Ireland so I can watch from the server. I only use Locals and very good Hop1's with reshare.


    As soon as you get it post some posts out.

    I got one and fitted it to smart reader on PC server ( it's updated for the year) bought from the well known bay place. Works a treat under 2.2.1.


    It's gets hammered on Saturdays the rest of the week run of the mill use.


    Enjoy.

    I have been thinking about how you can block people on your server, without hassle.


    Below is a script I have "modded" all you have to do is copy and paste into the box.


    I have been running it for the past 3 weeks and it's rock steady.


    Script: Anything in below in BLUE is cut and paste.




    #!/bin/sh
    ###########################
    ## Auto Ban script ##
    ## Illegal CCcam Users ##
    ## Modified by Prioryman ##
    ## Thanks to Unlocker-AL ##
    ## for the idea and code ##
    ###########################
    workdir="/var/log" #This is there the debug info from CCcam is dumped
    firewall="/var/log" #The saved firewall rules
    logdir="/var/log" #The logfile directory
    EMAIL="" #Email adres to mail result to ( unless you know what you doing here, Only for PC server NOT Dreambox.
    SUBJECT="Illegal Userlist CCcam" #Subject title of the email
    EMAILMESSAGE="/emu/log/illegaluser.txt" #List that contains the Illegal users

    rm $workdir/debug.old
    cp $workdir/debug.txt $workdir/debug.old
    cp $logdir/iptables-save.new $logdir/iptables-save.old
    cat $workdir/debug.old|grep illegal > $logdir/illegaluser.log
    grep 'illegal' $logdir/illegaluser.log | awk -F" " '{print $5,$7}' > $logdir/illegaluser.txt
    grep 'illegal' $logdir/illegaluser.log | awk -F" " '{print $7}' | grep -o '^[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}' > $logdir/badIP.out
    awk '
    {s[$0]++}
    END {
    for(i in s) {
    if(s[i]>1) {
    print i
    }
    }
    }' $logdir/badIP.out > $logdir/badIP.block
    while IFS= read -r EachLine
    do
    command="iptables -A INPUT -s "$EachLine" -j DROP"
    echo $command
    $command
    done < $logdir/badIP.block
    rm $logdir/badIP.block
    if [ -s $logdir/illegaluser.txt ] ; then
    iptables-save -c > $logdir/iptables-save.new
    /usr/bin/nail -s "$SUBJECT" "$EMAIL" < $EMAILMESSAGE
    else
    echo "No Illegal Users found right now"
    fi
    sleep 1
    > $workdir/debug.txt
    exit 0




    The script above will scan you're debug file ( in Var/log ) for illegal users, sort out the user-name and IP and insert the IP in IP-tables.


    If for some reason the file locations are different on your server change them in script ie: /var/log/

    It will also email you the result, so you know what users are put in IP-tables. This only works on a PC server and is fiddly to set-up.


    Now you will need to edit crontab - please do NOT use command crontab -e


    Edit in folder Var using command Nano crontab to finish CTRL + X say Yes press enter/return


    Add below:


    */59 * * * * root /var/script/illegal.sh >> /var/cccamlog/illegalPrats.log



    This will every 59 minutes run the script and leave a text file in the folder Var/cccamlog


    If you do not want to install the above script there is a way to block users manually, however it's slow and a pain.


    Within putty or what ever you use to access your PC server or Dreambox server at the prompt type this:


    iptables -I INPUT -s xxxxxxxxxxxxxx -j DROP



    The xxxxxxxxxxxxxxxx is the IP address of the "pain in the ass" Peer, whom you want to block completely


    On the other hand you can allow access again ( say you want to allow them back ) by doing this:


    iptables -I INPUT -s xxxxxxxxxxxxxx -j ACCEPT


    Notice that the last word has changed - this unblocks him.


    I hope this helps you - It works for my I no longer even check the log files.


    My server is a little faster as I don't have old peers "hammering" my IP address trying to access the Server.


    Be aware mate that in Spain ( I have a place there) unless your using a BIG dish you will have problems getting those channels. I don't know why, but the HD channels of those stations work 100%, but like you over the Christmas period whilst I was there I could not get the normal channels to work. I was using a dreambox 500S. Went to my mate next door and on his 800HD there were the channnels. We are using th same dish...


    Hope that stops you from pulling your hair out as I did for the first 3 days of my holidays......

    Formated it in the dream box.


    It worked on first boot on 1 chanel then i had a reached timeshift limit thingy alarm then it wont start again


    What size of USB stick are you using?? - no less than 2GB is fine, but 4Gb or more is good that gives you about 90 minutes or more of timeshift.

    Update:


    I have been using a USB 8Gb stick for months. The timeshift is on it - the Swap file is on it - EPG is on it.


    I also back up my image about every 4 weeks or sooner if changes are made.


    I have a 1.5TB drive fitted to the Duo and the above settings allow the hard drive to spin down when not in use.


    If I use record timeshift it copies it to hard drive.


    It has never crashed. I have read however some USB sticks do not work.


    I'm using a cruzer USB.

    It can be done - map the USB drive first - then point timeshift path to USB stick:


    Telnet to the box
    Create a dircetory on the USB Drive as Timeshift ( you don't have too but it neat )


    The from the Recording Paths
    Press OK on the Location.
    It will then point you to a list of locations.


    Press the channel Up Button to move to the top part of the window.


    Then you browse through the list of locations till you find your /media/usb/timeshift
    Add this as a bookmark
    And then select that as the new recording path.


    You can't select this location until you have created a bookmark.


    Hope that helps

    No problem. Cheers anyway.


    Can you press that button at anytime and it'll ask if you want to save what's been recorded? Or do you have to pause first?


    Yes I can press it anytime and I do not have to pause. I have time paused for 90 minutes ( forgot ) then came back to TV and saved the 90 minutes whilst it was still paused in timeshifting


    I have a mate calling next week with his new clone DM800 to set up for him, so I will have a good play and get back here if I find out how....

    The only box I have not played with. As however it's software driven and you are using the same image there should be a button to press.


    I guess it's a case of pressing ever button until you find something


    Sorry cannot be of any more help