Quantcast
Channel: SATellite TV | CCcam forum | IPTV forum | IPTV | Internet TV
Viewing all 5957 articles
Browse latest View live

How to "Oscam check script

$
0
0
How to "Oscam check script"
As more and more peeps are required to take the plunge with oscam here is a simple script which will check to see if oscam is running. If oscam has stopped running it will restart it automatically.

#!/bin/sh

process=`ps auxwww | grep oscam | grep -v grep | awk '{print $1}'`
if [ -z "$process" ]; then
echo "Couldn't find oscam running. Restarting server-binary" >> /var/log/oscam.check
nohup /usr/local/bin/oscam >> /var/log/oscam.log &
else
echo "oscam is still OK!" >> /var/log/oscam.check
fi

succesfully tested this under a linux environment and can confirm it works 100%.You must however ensure that your oscam binary is indeed located in /usr/local/bin. If it isnt amend the script accordingly. Just configure cron to run the script say every 5 minutes & voila

simple guide to setting up oscam + CCcam

$
0
0
here is an example . this config is tested & it works .

anything in red you can change to your need .

oscam.server

[reader]
label = skyuk
protocol = internal
enable = 1
device = /dev/sci0
caid = 0963
boxid = xxxxxxxx #( not needed as oscam can read sky uk boxid )
detect = cd
mhz = 600
cardmhz = 600
ident = 0963:000000
group = 1
emmcache = 1,3,2
blockemm-g = 1
blockemm-unknown = 1
blockemm-u = 0
blockemm-s = 0
lb_weight = 100
ecmwhitelist = 0963@000000:3E,4F,42,44,45,47,4E,53,54,56,61,67,62 ,68,69,6A,6B,6E,6D,6F,71,72,73,77,78,74,79,7A,7C,7 D,7E,80,8B,85

oscam.conf

[global]
logfile = /var/local/oscam.log
cachedelay = 120
nice = -1
maxlogsize = 0
saveinithistory = 1

[newcamd]
port = 15500@0963:000000
key = 0102030405060708091011121314
allowed = 127.0.0.1,192.168.0.0-192.168.255.255
keepalive = 1

[webif]
httpport = 15000
httpuser = user
httppwd = password
httprefresh = 10
httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255

oscam.user

[account]
user = user
pwd = pass
uniq = 2
monlevel = 1
caid = 0963
ident = 0963:000000
group = 1
au = skyuk
blockemm-unknown = 1
blockemm-g = 1
blockemm-u = 0
blockemm-s = 0

Use this N line in CCcam.cfg if you want to use the Newcs protocol to connect to CCcam. Only use 256 if using CCcam 2.1.3 or below . to show your card as a local .

N: 127.0.0.1 15500 user pass 01 02 03 04 05 06 07 08 09 10 11 12 13 14 256

the username & pass in account & N line must be the same .

the port number in newcamd must be the same as in your N line .

256 @ the end of the N line is to show your card as local .

with these settings your card will update providing you give a close & known peer a C line like this :

C: myserver.dyndns.tv 13001 user pass yes #( VERY IMPORTANT )

the yes @ the end is required for the known peer to send EMM to update the card .

in the F line for this peer it should look like this

F: user pass 1 0 1 { 0:0:2 } #( VERY IMPORTANT )

the 2nd 1 allows the EMM to update your card .

It's sufficient for one peer / receiver to execute AU in order to update the card .

For the procedure to work , the peer / receiver that is enabled to execute AU must be tuned to one of the subscribed channels .

Warning : When using the NewCamd protocol , always set AU directed at a reader . Setting "au = 1" will not work properly !

you can see your entitlements by opening the web browser & entering the box ip with the webif port .

oscam with CCcam will only show your card as local ( hop0 ) with 2.1.3 or earlier versions . CCcam 2.1.3 is the better option .

make sure the config directory has 755 attribute & the 3 oscam files in that directory have attribute 644

oscam.conf
oscam.server
oscam.user

oscam files can be found in folder:

/var/tuxbox/config ( Enigma1 )

/etc/tuxbox/config ( Enigma2 )

oscam will only read your card & forward it via the N line to CCcam . you then give C lines to your peers as usual .

upon putting all your settings together make sure you stop oscam then CCcam via the blue panel .

restart oscam then CCcam . this allows oscam to read the card before CCcam .

any changes to configs in oscam will take effect upon restart of oscam .

you can access your webif by simply opening your browser & putting this in the address bar http://serverip:15000 .

there are many other settings that you can have but this is a basic setting to get going .

################################################## #############################

an alternative method of connecting oscam + CCcam is the camd3 method which is set like this .

oscam.conf

[global]
logfile = /var/local/oscam.log
cachedelay = 120
nice = -1
maxlogsize = 0
saveinithistory = 1

[cs357x]
serverip = 192.168.0.100#your server ip address
port = 15500
suppresscmd08 = 0#0 = tell camd 3.5x clients not to request again for rejected CAID, service ID and provider ID combination
keepalive = 1

[webif]
httpport = 15000
httpuser = user
httppwd = password
httprefresh = 10
httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255

oscam.server

[reader]
label = skyuk
protocol = internal
enable = 1
device = /dev/sci0
detect = cd
boxid = xxxxxxxx #( not needed as oscam can read sky uk boxid )
mhz = 600
cardmhz = 600
caid = 0963
ident = 0963:000000
group = 1
emmcache = 1,3,2
ecmcache = 1
blockemm-g = 1
blockemm-unknown = 1
blockemm-u = 0
blockemm-s = 0
lb_weight = 101
ecmwhitelist = 0963@000000:3E,4F,42,44,45,47,4E,53,54,56,61,67,62 ,68,69,6A,6B,6E,6D,6F,71,72,73,77,78,74,79,7A,7C,7 D,7E,80,8B,85

oscam.user

[account]
user = user
pwd = pass
uniq = 2
monlevel = 1
caid = 0963
ident = 0963:000000
group = 1
au = skyuk
blockemm-unknown = 1
blockemm-g = 1
blockemm-u = 0
blockemm-s = 0

Now open CCcam.cfg and put this line in :

L: 192.168.0.100 15500 user pass 0963 000000 256

First number is IP address of your server , then there is port number and username/password .

At the end there is the CAID number of your package and you can also optionally add 256 at the end .

This means that your card will show as local in CCcam . Same trick as in newcamd ( N line ) .

remember any changes to oscam configs take effect after restart of oscam .

How to use TNTSAT with OScam and CCcam

$
0
0
How to use TNTSAT with OScam and CCcam
1. You can share TNTSAT using OScam as cardreader and CCcam or OScam as client.
2. CCcam wont work as cardreader as it does not support TNTSAT cards!
3. You can connect OScam and CCcam/OScam using CCcam (C line) or Camd35 (L line) protocol. Newcamd does not support TNTSAT.
4. In my opinion it is the best to use CCcam as sharing protocol between OScam and CCcam or OScam.

OScam SERVER (CCcam protocol)

oscam.server
[reader]
label = tntsat
protocol = internal
device = /dev/sci1 or sci0
services = tntsat
caid = 0500
ident = 0500:030B00
detect = cd
mhz = 357
cardmhz = 357
aeskeys = 0500@030B00:439…C43,A79…F26,EF3…BE3 #you can find them asking google
group = 1
emmcache = 1,3,2

oscam.conf
[cccam]
port = 16777
version = 2.3.0
ignorereshare = 1 or 0 if you want to control reshare globally. If you use 1 then you can change reshare on reader/user level.

oscam.dvbapi
You can get dvbapi for tntsat here: http://www.satnigmo.com/470/oscam-dvbapi-for-tntsat/

oscam.services
[tntsat]
caid = 0500
provid = 030B00
srvid =2458,232A,245E,2329,20B3,20AE,20A5,20B6,1F48,25E5 , 25E6,25E7,2
649,25E9,264D,2650,2651,25ED,25EE,25EF,2653,25E8,2 64A,264B,26
4C,25EA,264E

[account]
user = tntsat_cccam
pwd = tntsatcccam
group = 1 #same as tntsat reader
cccmaxhops = 1
cccreshare = 1
au = tntsat

CCcam CLIENT

In CCcam.cfg add this line:
C: IP of server port user password no

OScam CLIENT

[reader]
label = tntsat_server
protocol = cccam
device = IP of server,16777
user = tntsat_cccam
password = tntsatcccam
group = 1 or whatever you want or need
ccckeepalive = 1
cccmaxhops = 1
ccckeepalive = 1
audisabled = 1

OSCAM SERVER (Camd35 protocol)

oscam.server
[reader]
label = tntsat
protocol = internal
device = /dev/sci1 or sci0
services = tntsat
caid = 0500
ident = 0500:030B00
detect = cd
mhz = 357
cardmhz = 357
aeskeys = 0500@030B00:439…C43,A79…F26,EF3…BE3 #you can find them asking google
group = 1
emmcache = 1,3,2

oscam.conf
[cs357x]
port = 15999
serverip = 192.168.1.xxx

oscam.dvbapi
You can get dvbapi for tntsat here: http://www.satnigmo.com/470/oscam-dvbapi-for-tntsat/

oscam.services
[tntsat]
caid = 0500
provid = 030B00
srvid =2458,232A,245E,2329,20B3,20AE,20A5,20B6,1F48,25E5 , 25E6,25E7,2
649,25E9,264D,2650,2651,25ED,25EE,25EF,2653,25E8,2 64A,264B,26
4C,25EA,264E

[account]
user = tntsat_camd35
pwd = tntsatcamd35
group = 1 #same as tntsat reader
au = tntsat

CCcam CLIENT

In CCcam.cfg add this line:
L: IP of server 15999 tntsat_cccam tntsatcccam 0500 030B00

OScam CLIENT

[reader]
label = tntsat_server
protocol = cs378x
device = IP of server,15999
user = tntsat_camd35
password = tntsatcamd35
caid = 0500
ident = 0500:030B00
group = 1
emmcache = 1,3,2

(Credit = satnigmo.com)

How to - Compile Oscam on Fedora

$
0
0
How to - Compile Oscam on Fedora

You need to connect to your PC using telnet (putty). Select all lines below at the same time and copy paste them in putty (telnet). OS will start to install packages.

yum install cvs subversion autoconf libccid automake libtool gettext make cmake tar bzip2 gzip patch ncurses-bin gcc g++ flex bison pkg-config wget libpng2 libpng3 zlib gcc-c++ pcsc-perl pcsc-tools pcsc-lite pcsc-lite-devel pcsc-lite-doc pcsc-lite-libs ccid ctapi-cyberjack-pcsc monosim pcsc-lite-openct pkg-config wget libpng3 libpcsclite1 libpcsclite-dev libusb-dev libssl-dev libpng12-0 libpng12-dev libpng3 libpng-sixlegs-java libpnglite-dev pngquant libpngwriter0-dev libpngwriter0c2 zlib-bin zlib1g-dbg zlib1g-dev zlib1g zlibc dialog build-essential mercurial hal

Use this command if you have omnikey readers:

yum remove openct

Install this package if you have Smargo cardreader:

wget http://sourceforge.net/projects/libu...-1.0.8.tar.bz2

tar xjf libusb-1.0.8.tar.bz2

cd libusb-1.0.8

./configure; make; make install

Now we are ready for final steps!

cd .. (you need to come to the root of your sistem)

svn co http://streamboard.de.vu/svn/oscam/trunk oscam-svn # you can also add -r xxxx at the end, if you want to download specific version of oscam. Lets say 7190. Very useful, especially if newer versions of OScam are very unstable!

cd oscam

mkdir build

cd build

cmake ..

make

make install (this command will install oscam file to /usr/local/bin)

This is it! Your oscam should support pcsc (omnikey) and smargo cardreaders!

How to - Compile Oscam on Ubuntu

$
0
0
How to - Compile Oscam on Ubuntu

You need to connect to your PC using telnet (putty). Select all three lines at the same time and copy paste them in putty (telnet). OS will start to install packages.

apt-get install cvs subversion autoconf libccid automake libtool gettext make cmake tar bzip2 gzip patch ncurses-bin gcc g++ flex bison pkg-config wget libpng3 pkg-config wget libpng3 libpcsclite1 libpcsclite-dev libusb-dev libssl-dev libpng12-0 libpng12-dev libpng3 zlib1g-dbg zlib1g-dev zlib1g zlibc dialog build-essential mercurial hal

Install this package only if you have Smargo cardreader:

wget http://sourceforge.net/projects/libu...-1.0.8.tar.bz2
tar xjf libusb-1.0.8.tar.bz2
cd libusb-1.0.8
./configure; make; make install

Now we are ready for final steps!

cd .. (you need to come to the root of your sistem)
svn co http://streamboard.de.vu/svn/oscam/trunk oscam-svn # you can also add -r xxxx at the end, if you want to download specific version of oscam. Lets say 7190. Very useful, especially if newer versions of OScam are very unstable!
cd oscam
mkdir build
cd build
cmake ..
make
make install (this command will install oscam to /usr/local/bin folder!!)

Now you need to chmod oscam file to 0755. Use these commands:

cd /usr/local/bin

chmod 755 oscam

You also need to setup automatic startup with boot. Execute these commands:

nano /etc/rc.local

Before “exit 0″ line write this line:

/usr/local/bin/oscam -b

Press CTRL+C and confirm changes with Y.

This is it! Now you need to create oscam config files and transfer them to /usr/local/etc. You will also be able to use PSCS (Omnikey for example) and Smargo cardreaders!

INFO Clarke-Tech ET9000 Enigma 2 Twin Tuner

$
0
0


Information
Detail Information:

* 400MHz MIPS Processor
* HDTV H.264 Hardware
* Twin Tuner SAT
* Linux Enigma 2 OSD System
* 10/100MBit Ethernet LAN
* Grafic 12 characters VFD Front Display
* 3 x USB 2.0 conenctions, externe HDD, Keyboard, Mouse, Hub, DVD
* 1 x Sata internal for HDD
* 1 x eSata external
* 1 x HDMI
* 1 x YUV
* 2 x Common Interface Slots
* 2 x Cardreaders inside
* Multimedia Video/Audio Streaming over the network
* S/PDIF Dolby Digital AC3
* 2 Scart (RGB, FBAS or S-Video)
* RS232
* 8MB Separate boot memory
* 128MB Flash / 512 MB DDR Memory
* DiseqC 1.0/1.1/1.2/1.3 USALS
* Media Player
* Direct Plugin Download

EXPLAIN Repair Clarke Tech 5000 + combo

$
0
0
Hello,

My Clarke Tech 5000 + stopped while recording a few days ago. Complete blockage.

After disconnecting the sector can not do it again. Either it does not turn at all, or I just left the blue banner but nothing else, it is stuck on the message 'loader' on the front, but no display, no sound, no remote control, the external hard drive will not start.




Not much on the forums, a pseudo factory reset procedure, but it does not work.

More than apart, as the warranty is over:




Verdict As usual, a capacitor in the power supply is convex (he even cast here). Extracted power and the capacitor is dessoude (3300 uF - 10V). Appeal to the capacitance, it is death.






Clear verdict in capacitance, it is death.




Is replaced (by a 16V for that matter), and:





So, if it can accommodate those with Clarke Tech (at least for the symptoms described above), but it is clear that this type of failure (power supply capacitor bulging) is a relatively common problem with other brands also with consequences more or less different.

Réparation Clarke Tech combo 5000+

$
0
0
Bonjour,

Mon Clarke Tech 5000+ s'est arrêté pendant un enregistrement il y a quelques jours. Blocage complet.

Après avoir débranché le secteur, impossible de le faire repartir. Soit il ne s'allume pas du tout, soit j'ai juste le bandeau bleu à gauche mais rien d'autre, soit il reste bloqué sur le message 'loader' en face avant, mais pas d'affichage, pas de son, pas de télécommande, le disque dur externe ne démarre pas.




Pas grand chose sur les forums, une pseudo procédure de reset usine, mais ça ne donne rien.

Plus qu'à démonter, puisque la garantie est terminée :



Comme souvent, un condensateur dans l'alimentation est bombé (il a même coulé ici). On extrait l'alimentation et on dessoude le condensateur (3300 µF - 10V).






Verdict sans appel au capacimètre, il est mort.





On remplace (par un 16V tant qu'à faire), et :





Voilà, si ça peut rendre service à ceux qui ont des Clarke Tech (au moins pour les symptômes décrits plus haut) mais il est clair que ce type de panne (condensateur d'alim bombé) est un problème relativement courant sur les autres marques également, avec des conséquences plus ou moins différentes.

Latest Satellite News 01 06 2013

$
0
0


  • Astra 1KR, 19.2°E
  • (08h29) TVP: TVP Info (Poland) is now transmitted Free To Air (10861.75MHz, pol.H SR:22000 FEC:7/8 SID:7102 PID:514/670 Polish).




  • Astra 1M, 19.2°E
  • (18h51) A new channel has started in DVB-S2 Clear: 1-2-3.tv HD (Germany) on 10802.75MHz, pol.H SR:22000 FEC:3/4 SID:5502 PID:767[MPEG-4] /771 German.




  • Eutelsat 28A, 28.2°E
  • (12h55) Sky Digital: SET Max (India) is now transmitted Free To Air (11426.00MHz, pol.V SR:27500 FEC:2/3 SID:52515 PID:2306/2307 English).




  • Eutelsat 7A, 7°E
  • (11h13) Digitürk: New frequency for TRT Anadolu: 10762.00MHz, pol.V (DVB-S SR:30000 FEC:3/4 SID:8509 PID:2508/3508 Turkish- Clear).
  • (11h13) Digitürk: New frequency for TRT Müzik: 10762.00MHz, pol.V (DVB-S SR:30000 FEC:3/4 SID:8510 PID:2509/3509 Turkish- Clear).




  • Eutelsat 9A, 9°E
  • (11h14) New frequency for Canal Motor: 11900.00MHz, pol.H (DVB-S2 SR:27500 FEC:2/3 SID:200 PID:7164[MPEG-4]/7264 Norwegian- Clear).




  • Intelsat 12 (IS-12), 45°E
  • (19h07) A new channel has started in DVB-S2 Clear: Agro TV (Bulgaria) on 11509.00MHz, pol.V SR:7500 FEC:2/3 SID:54 PID:400/410 Bulgarian.




  • Nilesat 201, 7°W
  • (19h09) Press TV has left 11823.00MHz, pol.V (DVB-S SID:1107 PID:1003/1009 English)

dstv 36 degres account

$
0
0
i need dstv 36 degres east account my contact number is +233244222282

Story : temper control

$
0
0
Once upon a time there was a little boy who was talented, creative, handsome, and extremely bright. A natural leader. The kind of person everyone would normally have wanted on their team or project. But he was also self-centered and had a very bad temper. When he got angry, he usually said, and often did, some very hurtful things. In fact, he seemed to have little regard for those around him. Even friends. So, naturally, he had few. “But,” he told himself, “that just shows how stupid most people are!”

As he grew, his parents became concerned about this personality flaw, and pondered long and hard about what they should do. Finally, the father had an idea. And he struck a bargain with his son. He gave him a bag of nails, and a BIG hammer. “Whenever you lose your temper,” he told the boy, “I want you to really let it out. Just take a nail and drive it into the oak boards of that old fence out back. Hit that nail as hard as you can!”
Of course, those weathered oak boards in that old fence were almost as tough as iron, and the hammer was mighty heavy, so it wasn’t nearly as easy as it first sounded. Nevertheless, by the end of the first day, the boy had driven 37 nails into the fence (That was one angry young man!). Gradually, over a period of weeks, the number dwindled down. Holding his temper proved to be easier than driving nails into the fence! Finally the day came when the boy didn’t lose his temper at all. He felt mighty proud as he told his parents about that accomplishment.
“As a sign of your success,” his father responded, “you get to PULL OUT one nail. In fact, you can do that each day that you don’t lose your temper even once.”
Well, many weeks passed. Finally one day the young boy was able to report proudly that all the nails were gone.
At that point, the father asked his son to walk out back with him and take one more good look at the fence. “You have done well, my son,” he said. “But I want you to notice the holes that are left. No matter what happens from now on, this fence will never be the same. Saying or doing hurtful things in anger produces the same kind of result. There will always be a scar. It won’t matter how many times you say you’re sorry, or how many years pass, the scar will still be there. And a verbal wound is as bad as a physical one. People are much more valuable than an old fence. They make us smile. They help us succeed. Some will even become friends who share our joys, and support us through bad times. And, if they trust us, they will also open their hearts to us. That means we need to treat everyone with love and respect. We need to prevent as many of those scars as we can.”
A most valuable lesson, don’t you think? And a reminder most of us need from time to time. Everyone gets angry occasionally. The real test is what we DO with it.
If we are wise, we will spend our time building bridges rather than barriers in our relationships.

Author Unknown

set up your AZBox Premium HD+ review

$
0
0
Twin tuners, HD-compatibility, hardware blind search, Ethernet and integrated 802.11b/g wireless networking, provision for an internal HDD and a comprehensive multimedia player. Most PVRs give you some, but not all, of these desirable features, but the Linux-powered Premium HD+ literally does go all of the way from A to Z.

Incredibly, all of this can be yours for around £380 sans HDD. We successfully added a 1.5TB drive, which are available for about £70 nowadays.
Appearance and connectivity
This fully loaded box is remarkably compact – largely because its power supply unit is an external 'brick'. Yet you get at least the usual complement of controls; in addition to a front-panel joypad disc that lives next to an 11-character fluorescent display is a selection of keys for menu access.
Behind a front-panel flap lives a USB port and the conditional access hardware, which takes the form of a pair of CI slots and an as-yet-unused card reader. The accompanying handset is packed with buttons that drive the unit's many functions, but has a rather tacky feel to it.
Connectivity is similarly comprehensive. The twin tuners, which are 'pluggable', have inputs and loopthrough outputs. Hopefully, AZBox will introduce a DVB-T2 tuner for UK terrestrial HDTV. Only one RGB capable Scart is provided. A bank of phono sockets output stereo analogue audio, composite and component video.

1.jpg


Above an optical digital audio output is a programmable 12V outlet for accessories like switchboxes. Next to these are the Ethernet and USB connectors, the latter usable for applying software upgrades and recording to external drives.
Finally, we have the HDMI port, which is 1080p-compatible. Nothing's currently being broadcast in this format but regular TV is upscaled or de-interlaced by the box.
Internally, this receiver is neatly laid out, packing a powerful SMP8634LF 'jungle chip', aided by plenty of memory.
Setup
A top-mounted screw-in plate yields access to the (SATA) HDD compartment. Installing the drive, which is screwed into an internal 'cradle', is straightforward enough.
Formatting is handled by a setup menu option. On which subject the Premium HD+ doesn't – unlike some other Linux-based receivers – rely on a derivative of the Enigma firmware.
Instead, it runs proprietary code –- you won't be able to find alternative firmware. That said, tools for developing plug-ins and applications are freely available from the AZBox website.
Specifying your outdoor equipment, defining satellites and channel searches are the remit of the 'TV Channel' setup option. The Premium HD+ will cater for two independent dishes aimed at different satellites, the PVR ideal of a twin LNB setup, or the least satisfactory option of a single LNB plus loopthrough.


2.jpg


The next step is to define each satellite. The LNB type, and a DiSEqC switch 'position', can be specified if more than one satellite is available. A separate menu looks after DiSEqC 1.2 and USALS motorised dishes; this is quite flexible in so far as motor memory locations and movement step sizes can be entered manually.


3.jpg



Signal strength and quality bars, plus the ability to choose a preset transponder, will assist searching. The basic search, 'satellite scan', looks for free and/or pay-TV and radio channels. Courtesy of a checkbox arrangement, multiple satellites can be selected.
If you know the parameters of the channel you're after the most flexible option is 'advanced scan'. This gives you control over frequency, symbol rate, polarity, modulation type (DVB-S/ S2) and FEC; PID entry is also allowed.
Blind search – a full hardware implementation – works by sniffing out transponders which are then searched for channels.
Basic use
'TV' is an option on the aforementioned carousel. There's no separate entry for 'radio' – you have to toggle between radio and TV modes with the handset.
When 'TV' is selected, the receiver goes to the last channel viewed. The list is selected by pressing 'OK'. Channels can be sorted alphabetically or according to encryption status, genre, satellite, provider or country. Press the 'back' button, and a specific satellite can be chosen.
Favourites (and categories) can be defined from the channel list – this function is available, together with the ability to edit, rename, move or delete channels, from a submenu. When changing channel, an 'info bar' displays the channel name and the current/next programme among other basic details – an 'info' key throws it onscreen at any other time.


4.jpg



Annoyingly, there's no favourites button. Highlight the channel and the details are displayed near the bottom of the screen. Buttons are dedicated to subtitles, teletext, soundtrack selection and the EPG. This supports both now-and-next and seven-day schedules, and has two modes.
'Single EPG' is a scrollable list of all of the programmes available on a single channel. In the second 'multi-channel' mode a timeline shows simultaneously what's available on up to seven channels.
PVR and multimedia
The EPG can be used to program the timer and manual recording and timer-programming are also allowed. With a twin-LNB the Premium HD+'s tuner arrangement lets you record two different channels while watching a third (which must be on the same transponder as one of the others).
A major limitation is that you can't watch an existing recording or multimedia file when a new recording is in progress. Try to do so and you're prompted to stop the recording first.



5.jpg
Attached Images

Latest Transponder Updates 02.06.2013

$
0
0
Latest Transponder Updates 02.06.2013.


Most recent updates:


2013-06-02 10:27


###########################################




Most recent updates


Astra 3B (23.5E) - Satellite BG: New frequency for BNT World: 12207.00MHz, pol.V (DVB-S2 SR:27500 FEC:5/6 SID:5620 PID:201[MPEG-4]/301 Bulgarian- Clear). (10h27)
Badr 6 (26E) - Esteshfaa has left 11747.00MHz, pol.V (DVB-S SID:402 PID:4260/4606 Arabic), it is no longer transmitted by satellite in Europe. (10h27)
Astra 1G (31.5E) - Brava has left 11914.00MHz, pol.H (DVB-S2 SID:6 PID:1026/1027 Italian), it is no longer transmitted by satellite in Europe. (22h36)
Astra 1G (31.5E) - A new channel has started in DVB-S2 Viaccess 5.0: TV 1000 East (Sweden) on 12480.00MHz, pol.V SR:30000 FEC:3/4 SID:8610 PID:6101[MPEG-4]/6102 English. (22h36)
Astra 1G (31.5E) - A new channel has started in DVB-S2 Viaccess 5.0: Viasat History (Sweden) on 12480.00MHz, pol.V SR:30000 FEC:3/4 SID:8609 PID:6091[MPEG-4]/6092 Russian,6093 English,6094 Hungarian,6095 Czech. (22h36)
Astra 1G (31.5E) - A new channel has started in DVB-S2 Viaccess 5.0: Eurosport 2 HD (France) on 12480.00MHz, pol.V SR:30000 FEC:3/4 SID:8606 PID:6061[MPEG-4] /6065 English,6066 Romanian,6067 Hungarian,6068 Bulgarian. (22h35)
Astra 1G (31.5E) - A new channel has started in DVB-S2 Viaccess 5.0: BBC Entertainment (United Kingdom) on 12324.00MHz, pol.V SR:30000 FEC:3/4 SID:8411 PID:4111[MPEG-4]/4112 English. (22h35)
Astra 1G (31.5E) - A new channel has started in DVB-S2 Viaccess 5.0: Mezzo Live HD (France) on 12090.00MHz, pol.V SR:30000 FEC:3/4 SID:8213 PID:2131[MPEG-4] /2132 French. (22h35)
Astra 1G (31.5E) - A new channel has started in DVB-S2 Viaccess 5.0: Viasat History HD (Sweden) on 12402.00MHz, pol.V SR:30000 FEC:3/4 SID:8508 PID:5081[MPEG-4] /5082 English,5083 Russian,5085 Hungarian,5086 Czech. Time sharing (22h34)
Astra 1G (31.5E) - A new channel has started in DVB-S2 Viaccess 5.0: Viasat Nature HD (Sweden) on 12402.00MHz, pol.V SR:30000 FEC:3/4 SID:8508 PID:5081[MPEG-4] /5082 English,5083 Russian,5085 Hungarian,5086 Czech. Time sharing (22h34)


Newly added TV channels


Zoom (Ukraine) (Ukraine, General): Amos 3 (2013-06-01)
I24 News Arabic (undefined, News): Hot Bird 13B (2013-06-01)
Solo Music (undefined, Music): Eutelsat 10A (2013-06-01)
AFN Prime Pacific (U.S.A., Entertainment): Eutelsat 9A (2013-06-01)
I24 News English (undefined, News): Hot Bird 13B (2013-06-01)
Agro TV (Bulgaria, Entertainment): Intelsat 12 (IS-12) (2013-05-31)
1-2-3.tv HD (Germany, Teleshopping): Astra 1M (2013-05-31)
Mehwar Drama (undefined, Series): Eutelsat 7 West A (2013-05-30)
Telairity 19 (undefined, Various): Eutelsat 8 West A (2013-05-30)
Negah e Shoma (undefined, Various): Hot Bird 13A (2013-05-30)
VOTV (undefined, Various): Hot Bird 13A (2013-05-30)
Perspolis TV (undefined, Various): Hot Bird 13C (2013-05-29)
MGM HD Germany (Germany, Movies): Astra 1M (2013-05-28)
Baladi TV (undefined, Various): Eutelsat 7 West A (2013-05-27)
PV TV HD (Hungary, Documentaries): Astra 1G (2013-05-27)


New frequencies / SR / FEC / Standard changes


New frequency: Eutelsat 10A (10E), 11567.00MHz pol.V, DVB-S2 8PSK, SR:1333, FEC:3/4 (2013-06-01)
New SR: Eutelsat 8 West A (8W), 10972.00MHz pol.H, DVB-S QPSK, SR:27500, FEC:3/4 (2013-06-01)
New FEC: Astra 1G (31.5E), 12324.00MHz pol.V, DVB-S2 8PSK, SR:30000, FEC:3/4 (2013-05-27)
New FEC: Astra 1G (31.5E), 12090.00MHz pol.V, DVB-S2 8PSK, SR:30000, FEC:3/4 (2013-05-27)
New frequency: Astra 1G (31.5E), 12168.00MHz pol.V, DVB-S2 8PSK, SR:30000, FEC:2/3 (2013-05-27)
New FEC: Arabsat 5C (20E), 3964.00MHz pol.R, DVB-S2 8PSK, SR:30000, FEC:3/4 (2013-05-24)
New frequency: NSS 10 (37.5W), 3726.00MHz pol.H, DVB-S2 8PSK, SR:1795, FEC:3/4 (2013-05-23)
New FEC: Eutelsat 3C (3E), 11549.00MHz pol.H, DVB-S2 8PSK, SR:1100, FEC:5/6 (2013-05-21)
New frequency: Intelsat 901 (18W), 4010.00MHz pol.R, DVB-S2 QPSK, SR:6730, FEC:3/4 (2013-05-19)
New frequency: Hot Bird 13C (13E), 11919.00MHz pol.V, DVB-S2 8PSK ACM/VCM, PLS: Root+8, stream 1, SR:29900, FEC:2/3 (2013-05-18)


Latest TV channels gone temporarily FTA


Eutelsat 16A (16E) - Pink Folk 2 is now transmitted Free To Air (11151.00MHz, pol.V SR:13268 FEC:2/3 SID:68 PID:568[MPEG-4]/668 Serbian). (2013-06-01 17h00)
Eutelsat 16A (16E) - Pink Fashion is now transmitted Free To Air (11151.00MHz, pol.V SR:13268 FEC:2/3 SID:67 PID:567[MPEG-4]/667 Serbian). (2013-06-01 11h10)
Eutelsat 16A (16E) - Pink and Roll is now transmitted Free To Air (11151.00MHz, pol.V SR:13268 FEC:2/3 SID:66 PID:566[MPEG-4]/666 Serbian). (2013-06-01 11h10)
Eutelsat 16A (16E) - Pink Live is now transmitted Free To Air (11151.00MHz, pol.V SR:13268 FEC:2/3 SID:63 PID:563[MPEG-4]/663 Serbian). (2013-06-01 11h10)
Eutelsat 16A (16E) - Pink Nostalgia is now transmitted Free To Air (11151.00MHz, pol.V SR:13268 FEC:2/3 SID:65 PID:565[MPEG-4]/665 Serbian). (2013-06-01 11h10)
Eutelsat 16A (16E) - Pink 3 is now transmitted Free To Air (11151.00MHz, pol.V SR:13268 FEC:2/3 SID:51 PID:551[MPEG-4]/651 Serbian). (2013-06-01 11h10)
Eutelsat 16A (16E) - Pink Action 2 is now transmitted Free To Air (11151.00MHz, pol.V SR:13268 FEC:2/3 SID:52 PID:552[MPEG-4]/652 Serbian). (2013-06-01 11h10)
Eutelsat 16A (16E) - Pink Action 3 is now transmitted Free To Air (11151.00MHz, pol.V SR:13268 FEC:2/3 SID:53 PID:553[MPEG-4]/653 Serbian). (2013-06-01 11h10)
Eutelsat 16A (16E) - Pink Movies 3 is now transmitted Free To Air (11151.00MHz, pol.V SR:13268 FEC:2/3 SID:55 PID:555[MPEG-4]/655 Serbian). (2013-06-01 11h10)
Eutelsat 16A (16E) - Pink Movies 2 is now transmitted Free To Air (11151.00MHz, pol.V SR:13268 FEC:2/3 SID:54 PID:554[MPEG-4]/654 Serbian). (2013-06-01 11h10)

All satellites - Temporarily Free To Air: 02-06-2013

$
0
0
All satellites - Temporarily Free To Air: 02-06-2013.


Sorted by date - Most recent updates:


2013-06-02 07:39 CET


Orbital position,Satellite - Frequency,Polarisation - Transponder - Beam Standard Modulation Symbol Rate - FEC - Provider, Bitrate - Network ID - Transponder ID
Name Country Category Packages Encryption SID VPID Audio PMT PCR TXT Last updated


¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤


16.0°E Eutelsat 16A 11151.00 V B06 Europe B DVB-S2 8PSK 13268 2/3 Network 366, 26.3 Mbps NID:366 TID:52012 KingOfSat charts update form
Pink Folk 2 Serbia Music pink Clear 68 568 668 ser 268 568 2013-06-01 +
Pink Reality Serbia Real TV Clear 56 556 656 ser 256 556 2013-06-01 +
Pink Music 2 Serbia Music Clear 61 561 661 ser 261 561 2013-06-01 +
Pink 3 Serbia Series pink Clear 51 551 651 ser 251 551 2013-06-01 +
Pink Zabava Serbia Various Clear 60 560 660 ser 260 560 2013-06-01 +
Pink and Roll Serbia Music Clear 66 566 666 ser 266 566 2013-06-01 +
Pink Premium Serbia Movies Clear 57 557 657 ser 257 557 2013-06-01 +
Pink Action 2 Serbia Movies Clear 52 552 652 ser 252 552 2013-06-01 +
Pink Live Serbia General Clear 63 563 663 ser 263 563 2013-06-01 +
Pink Soap Serbia Series Clear 58 558 658 ser 258 558 2013-06-01 +
Pink Action 3 Serbia Movies Clear 53 553 653 ser 253 553 2013-06-01 +
Pink Movies 3 Serbia Movies Clear 55 555 655 ser 255 555 2013-06-01 +
Pink World Serbia Various Clear 59 559 659 ser 259 559 2013-06-01 +
Pink Fashion Serbia Lifestyle Clear 67 567 667 ser 267 567 2013-06-01 +
Pink Nostalgia Serbia Entertainment Clear 65 565 665 ser 265 565 2013-06-01 +
Pink Movies 2 Serbia Movies Clear 54 554 654 ser 254 554 2013-06-01 +
Pink Music 3 Serbia Music Clear 62 562 662 ser 262 562 2013-06-01 +
28.2°E Eutelsat 28A 11426.00 V C6 Fixed DVB-S QPSK 27500 2/3 ASTRA, 33.8 Mbps NID:2 TID:2306 KingOfSat charts update form
SET Max India General Sky Digital Clear 52515 2306 2307 eng 267 2305 2013-05-31 +
19.2°E Astra 1KR 10861.75 H 59 Astra 1KR DVB-S QPSK 22000 7/8 35.5 Mbps NID:1 TID:1059 KingOfSat charts update form
TVP Info
Poland News TVP Clear 7102 514 670 pol 258 514 2013-05-31 +
15.0°W Telstar 12 12608.00 H 10 Europe+South Africa DVB-S QPSK 19279 2/3 Globecomm TV, 23.7 Mbps NID:2 TID:2 KingOfSat charts update form
ETTV News America U.S.A. News etv Clear 1 4194 4195 chi 64 4194 2013-05-27 +
42.0°E Turksat 2A 11881.00 V 9 Europe DVB-S2 8PSK 27500 5/6 TROPHY, 66.5 Mbps NID:42 TID:44 KingOfSat charts update form
Name Country Category Packages Encryption SID VPID Audio PMT PCR TXT Last updated
1 Arkhi Georgia Various TROPHY Clear 7681 1104 1105 geo 7681 1104 2013-05-26 +
16.0°E Eutelsat 16A 11386.75 H C09 Europe B DVB-S QPSK 30000 3/4 Total TV Network, 41.5 Mbps NID:366 TID:40900 KingOfSat charts update form
Motors TV
France Sport Total TV Clear 1109 209 3091 eng 109 209 2013-05-23 +
39.0°E Hellas Sat 2 12606.00 H 21 F1 DVB-S2 8PSK 30000 2/3 59.4 Mbps NID:1 TID:11 KingOfSat charts update form
TV Evropa Bulgaria General Bulsatcom Clear 501 2480 2481 bul 2482 2480 2013-05-21 +
13.0°E Hot Bird 13A 12520.00 V 90 Europe DVB-S QPSK 27500 3/4 OIV Platform Zagreb, 38.0 Mbps NID:318 TID:9000 KingOfSat charts update form
HRT 4 Croatia General OIV Zagreb Clear 8310 156 157 cro 51 156 2013-05-21 +
55.5°W Intelsat 805 4111.00 H 26 Hemi DVB-S2 8PSK 4000 3/5 4 598 Kbps NID:1 TID:4 KingOfSat charts update form
Canal 4 (Costa Rica) Costa Rica General Clear 401 110 111 esp 101 110 2013-05-13 +
42.0°E Turksat 3A 11675.00 V 7 West DVB-S QPSK 24444 3/4 33.8 Mbps NID:42 TID:13 KingOfSat charts update form
Name Country Category Packages Encryption SID VPID Audio PMT PCR TXT Last updated
Spor Joker Turk€y Sport Digitürk Clear 5008 3508 3620 tur 32 288 2013-05-13 +
4.8°E Astra 4A 12111.00 H B21 Europe DVB-S QPSK 27500 5/6 Astra 4 NetID 1, 42.2 Mbps NID:1 TID:1 KingOfSat charts update form
Blackbelt TV United Kingdom Sport Arqiva Clear 204 1401 1402 eng 1400 1401 2013-05-11 +
0.8°W Thor 5 12418.00 V 37 Europe DVB-S QPSK 28000 7/8 Telenor, 45.2 Mbps NID:70 TID:20 KingOfSat charts update form


Al Jazeera English
Qatar News Canal Digital Nordic
Focus Sat
UPC Direct Clear 2912 519 696 eng 275 519 2013-04-26 +
36.0°E Eutelsat 36B 12630.00 H F3 Eurasia DVB-S QPSK 2238 5/6 Pan Armenian Media Holding, 3 438 Kbps NID:0 TID:0 KingOfSat charts update form
Armenia TV Armenia General ArmeniaTV Clear 3 3649 3665 arm 3648 3649 2013-04-26 +
4.8°E Astra 4A 11766.00 H 3 Europe DVB-S QPSK 27500 3/4 SIRIUS, 38.0 Mbps NID:85 TID:12 KingOfSat charts update form
2+2 Ukraine General 2+2 Clear 6120 6121 6122 ukr 6120 6121 2013-04-03 +
28.2°E Astra 1N 10876.00 V 52 UK DVB-S QPSK 22000 5/6 ASTRA, 33.8 Mbps NID:2 TID:2052 KingOfSat charts update form
Name Country Category Packages Encryption SID VPID Audio PMT PCR TXT Last updated
Sky News Arabia
United Kingdom News Sky Digital Clear 4645 2343 2344 ara 280 2306 2013-04-02 +
28.2°E Astra 2A 12480.00 V 40 Astra 2A North DVB-S QPSK 27500 2/3 33.8 Mbps NID:2 TID:2040 KingOfSat charts update form
Smash Hits ! United Kingdom Music Sky Digital Clear 12020 2311 2312 eng 279 2311 2313 2013-04-02 +
Kerrang ! United Kingdom Music Sky Digital Clear 12015 2308 2309 eng 276 2308 2310 2013-04-02 +
The Box United Kingdom Music Sky Digital Clear 12005 2318 2319 eng 278 2318 2340 2013-04-02 +
Kiss TV (UK) United Kingdom Music Sky Digital Clear 12010 2305 2306 eng 290 2305 2307 2013-04-02 +
28.2°E Eutelsat 28A 11546.00 H D5 Fixed DVB-S QPSK 27500 2/3 33.8 Mbps NID:2 TID:2405 KingOfSat charts update form
Geo News International Pakistan News Sky Digital Clear 50405 2341 2340 urd 258 2306 2013-03-28 +
28.2°E Astra 2A 11895.00 V 10 Astra 2A South DVB-S QPSK 27500 2/3 ASTRA, 33.8 Mbps NID:2 TID:2010 KingOfSat charts update form
VIVA U.K.
United Kingdom Music Sky Digital Clear 7009 2349 2307
2308
2309
2350 eng 266 2305 2351 2013-03-25 +
53.0°E Express AM22 10974.18 H B1 AM22 DVB-S QPSK 8150 3/4 DVB-RCS, 11.3 Mbps NID:1326 TID:801 KingOfSat charts update form
Samara TV Russia General ORTPC Clear 2 5000 5001 rus 5003 5002 2013-03-13 +
39.0°E Hellas Sat 2 12606.00 H 21 F1 DVB-S2 8PSK 30000 2/3 59.4 Mbps NID:1 TID:11 KingOfSat charts update form
Name Country Category Packages Encryption SID VPID Audio PMT PCR TXT Last updated
City TV
Bulgaria Music Bulsatcom Clear 496 2445 2446 bul 2447 2445 2013-03-05 +
10.0°E Eutelsat 10A 12610.00 H F3 Europe DVB-S QPSK 9260 5/6 14.2 Mbps NID:1 TID:3 KingOfSat charts update form
MGM Multi c U.S.A. Movies RRsat Clear 2 3100 3101 eng 257 3100 2013-02-14 +
20.0°W NSS 7 3983.00 R 24 East Hemi DVB-S QPSK 25000 3/4 AOR-1 (NOT IN USE), 34.6 Mbps NID:1 TID:201 KingOfSat charts update form
CNN International HD U.S.A. News Clear 210 1560 1520 eng
1522 5210 1560 2013-02-12 +
4.8°E Astra 4A 12399.00 V B36 BSS Nordic DVB-S QPSK 27500 3/4 SIRIUS, 38.0 Mbps NID:85 TID:19 KingOfSat charts update form
English Club Ukraine Entertainment VisionTV Viaccess 4.0
VideoGuard 7380 7381 7382 rus
7383 eng 7380 7381 2013-02-04 +
55.5°W Intelsat 805 4134.00 H 27 Hemi DVB-S QPSK 4444 3/4 GI , 6 144 Kbps NID:1 TID:1 KingOfSat charts update form
TV Globo International Americas Brazil General GI Clear 1 1160 1120 por
1122
1124 5001 1160 2013-01-28 +
30.0°W Hispasat 1E 10890.00 V 143 Europe DVB-S QPSK 27500 3/4 Europa 2 H1C, 38.0 Mbps NID:2 TID:15 KingOfSat charts update form
Name Country Category Packages Encryption SID VPID Audio PMT PCR TXT Last updated
Canal Iberalia Spain General Harmonic Clear 7 4208 4209 esp 263 4208 2013-01-17 +
7.0°W Nilesat 201 12111.00 H 21 Middle-East DVB-S2 QPSK 27500 5/6 HD SYSTEM, 42.6 Mbps NID:700 TID:566 KingOfSat charts update form
Abu Dhabi Sport 8 HD Abu Dhabi Sport ADTV Clear 1 106 206 ara
306 eng 600 106 2013-01-12 +
0.8°W Thor 5 11862.00 H C8 Europe DVB-S QPSK 28000 7/8 Telenor, 45.2 Mbps NID:70 TID:49 KingOfSat charts update form
Sky News International
United Kingdom News Canal Digital Nordic
Focus Sat
UPC Direct Clear 1013 520 672 eng 264 520 2013-01-09 +
9.0°E Eutelsat 9A 11881.00 V 58 EB9A DVB-S2 8PSK 27500 2/3 E.B.9 NMX, 53.2 Mbps NID:156 TID:5800 KingOfSat charts update form
FTV HD France Cultural Hello HD
Kabelkiosk Clear 3501 2001 3001 1001 2001 2013-01-03 +
50.0°W Intelsat 1R (IS-1R) 4090.00 H EF19C Europe+Africa DVB-S QPSK 2963 3/4 , 4 096 Kbps NID:1 TID:1 KingOfSat charts update form
AIT National Nigeria General AIT-DOMESTIC Clear 2 33 1063 eng
37 eng 32 1062 2013-01-02 +
10.0°E Eutelsat 10A 3781.00 R 3C C DVB-S2 8PSK 15275 5/6 Tanzania DTV Network, 37.0 Mbps NID:1 TID:1 KingOfSat charts update form
Name Country Category Packages Encryption SID VPID Audio PMT PCR TXT Last updated
STV KungFu 1 Nigeria Sport Startimes Clear 8 181 182 eng 180 181 2012-12-23 +
19.2°E Astra 1L 12692.25 H 117 Astra 1L DVB-S QPSK 22000 5/6 ASTRA 1, 33.8 Mbps NID:1 TID:1117 KingOfSat charts update form
ORF 2 Wien
19h-19h15 Austria Regional ORF Digital Clear 13003 510 511 ger 1011 510 505 2012-12-11 +
16.0°E Eutelsat 16A 11283.00 V C04 Europe B DVB-S QPSK 27500 5/6 Tring, 42.2 Mbps NID:366 TID:360 KingOfSat charts update form
Kanali 7 Albania News Tring Digital Clear 999 3010 3020 alb 3001 3010 2012-10-09 +
28.2°E Eutelsat 28A 11546.00 H D5 Fixed DVB-S QPSK 27500 2/3 33.8 Mbps NID:2 TID:2405 KingOfSat charts update form
Zee Café United Kingdom Entertainment Sky Digital Clear 50480 2328 2329 hin 270 2328 2309 2012-09-11 +
40.5°W NSS 806 3803.00 R 12 Hemi DVB-S QPSK 26860 7/8 Globecast, 43.3 Mbps NID:2 TID:101 KingOfSat charts update form


INI - Inspiration Network International U.S.A. Religious Clear 3 3040 3041 eng 5003 3040 2012-08-08 +
55.5°W Intelsat 805 4111.00 H 26 Hemi DVB-S2 8PSK 4000 3/5 4 598 Kbps NID:1 TID:4 KingOfSat charts update form
Name Country Category Packages Encryption SID VPID Audio PMT PCR TXT Last updated
Canal 6 (Costa Rica) Costa Rica General Clear 402 120 121 esp 102 120 2012-08-07 +
55.5°W Intelsat 805 3777.00 H 21 Hemi DVB-S2 8PSK 8000 3/4 13.9 Mbps NID:5 TID:1 KingOfSat charts update form
LaTele (Peru) Peru General Clear 503 130 131 esp
132 aac esp 103 130 2012-03-10 +
Global TV Peru Peru General Clear 502 120 121 esp
122 esp 102 120 2012-03-10 +
Andina TV Peru General Clear 501 110 111 esp 101 110 2012-03-10 +

Bulsatcom 02\06\2013


CCcam SERVER 24/7

$
0
0
cccam server 24h/7




-Sky UK
- SKY ITALY
-Nova Greek
-Viasat Sweden
-Viasat Denmark
-Viasat Norway
-Canal Ditgial Nordic Sweden
-Canal Ditgial Nordic Denmark
-Canal Ditgial Nordic Norway
-Digi TV
-Digiturk
-Hello HD - 9E
-Platforma - 9E
-Kabelkiosk - 9E
-Polsat - 13E
-Cyfra+ - 13E
-NPoland Full HD - 13E
-Tivusat Full - 13E
-SRG HD - 13E
-JSC Full HD - 13E
-Adult Cards - 13E
-Digitalbania HD - 16E
-Tring Plus - 16E
-Sky Deutschland
-Digita+ 19E & 30W
-Canal Sat HD - 19E
-HD+ Full HD - 19E
-ORF Full HD - 19E
-Canal Digital NL
-BIS TV - 19E
-Canal Digital NL
-CS Link - 23.5E
-SKY Link - 23.5E
-Satalitie BG
-Zon Cabo
-Meo -30W




Prices


-1 Month = €5
-3 Months = €15
-6 Months = €30
-12 Months = €60


LIFE TIME SUBSCRIPTION - 120 euro !


Payment Methods
-PayPal


free test line : 24 Hours


email : hovaxa@gmail.com

FULL HD CCcam Server

FULL HD CCcam TEST Server + IP TV

---server italiano--- cccam no freeze test free 24 ore !!! - free test 24 hour

$
0
0

STABILITY 'ABSOLUTE TRY TO BELIEVE
STABILITA' ASSOLUTA PROVARE PER CREDERE

Sky it Full HD + Opzioni Milan,Inter,Juve....
Prima Fila Full HotClub Night/Day
Mediaset Premium
Sky DE
Conto Tv
SCT HD
FreeX TV
Private Spice
RedLight HD
Dorcel TV
Srg
Tivusat
ORF
Nova
Canal+
Canaal Digital
Polsat
Csat
TNT
JSC Sport HD
e molti altri ancora....


1 X CLINE (no reshare) ::: 1 Mese / 1 Month ::: 10 EURO
1 X CLINE (no reshare) ::: 3 Mesi / 3 Month ::: 24 EURO

PACCHETTO / PACKETS 20 CLINE (no reshare) ::: 100 EURO Mese / Month

TEST LINE 24 ORE / TEST LINE 24 HOUR

Contatti in PM / Contact PM

oppure / or email: netcccam@live.com

SETUP How to Install Softaculous on VPS or Dedicated Server with cPanel/WHM?

Viewing all 5957 articles
Browse latest View live