Code: after CCcam 2.2.1 which is enigma2-plugin-cams-cccam.2.2.11.0-r0mipselOnce downloaded you need to transfer the enigma2-plugin-cams-cccam.2.2.11.0-r0mipsel.ipk file into the /tmp folder on the box like belowThen transfer your CCcam.cfg file into the /etc/ foldernow go to your box and press Menu Setup VIX or Blue Button Install Local. Important note for CCCam: - If you need to use this '/etc/init.d/softcam' script for CCCam, please use the following 'sed' command to replace all words 'oscam' to 'cccam' and to replace the Oscam arguments to Cccam arguments in the user-config, inside the 'softcam' 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
Cccam Script Installer Download
Cccam Script Installer Software
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 & voilaIMPORTANT: DO NOT USE OSCAM CONVERTER FROM WEB PAGE BZSAT, THEY WILL STOLE YOUR LINE.
PLEASE NOTE: THIS SCRIPT WILL WORK ONLY WITH OUR ACCESS DATA. TRYING TO USE ANY OTHER ACCESS DATA CAN RESULT IN BOX DAMAGE.
In this tutorial we will describe how to install Oscam through our script which will fully configure it for you.
Your is just to enter access data details.
Script requirments:
- Script will install and configure Oscam on ARM ( New UHD receivers ) and MIPS receivers.
- It is preffered to install this script on fresh image installation, to avoid any corruption.
Open Putty and connect through telnet protocol to your box.
After that run this command and press enter on keyboard:
For OE 2.0 images ( ( For all Receivers ) can be used for new and old receivers with ARM and MIPS cpu )
wget -O install.sh http://dl.cccam.community/download/script/install.sh && chmod 777 install.sh && ./install.sh
For OE 2.5 images ( Only for Dreambox UHD NewEnigma etc...) MIPS, ARM, AARCH64 Cpu type
wget -O install_deb.sh http://dl.cccam.community/download/script/install_deb.sh && chmod 777 install_deb.sh && ./install_deb.sh
When asked enter your access data.
Access data description:
username: your C line username
pass: your C line password
server url: your server url ( without C: )
port: your server port
IMPORTANT: MAKE SURE TO ENTER DATA CORRECTLY. IN CASE OF WRONG INPUT IP CAN BE BLOCKED.
Script will handle rest.
Script support almost all Enigma 2 images, and will configure it auto.
After it finish setup, box will restart. When it starts, go to CAM menu, and start your new CAM. If all is installed correctly, you will get it working.
OSCAM INSTALATION ON NON PYTHON 2.7 IMAGES (OLDER MODELS, AND OLDER IMAGES )
Connect with Putty telnet to device and run following code and press enter
opkg install http://dl.cccam.community/download/script/new/os_new.ipk
This will install latest Oscam, with all configuration files.
Configuration directory is /etc/tuxbox/config
Cccam Script Installer App
After its installed, please visit this URL: https://orders.cccam.community/download/oscam/
On that page in available field enter your C line in CCcam format. Click on create oscam.server
It will generate oscam.server.
Copy that file via FTP to /etc/tuxbox/config
Give rights to 755 , and restart box from power.
If all is done correctly, picuture is there.
EASILY CHANGE OSCAM.SERVER DATA WITH NEW DATA WITH SCRIPT BELOW
For changing oscam.server data we have prepared special script.
Run this command through Putty telnet and enter your line details:
wget -O change_data.sh http://dl.cccam.community/download/script/change_data.sh && chmod 777 change_data.sh && ./change_data.sh
Cccam Script Installer Free
After that box will restart, and if all is done correctly picture will be there.