Release:- CCcam SID Assigner v0.4.0

B16MCC

Dreambox Gimp & Coder
My Satellite Setup
2 Dreamboxes..........
---------------------------------------------
--- DM 8000 HD PVR & DM 800 HD ---
Motek SG2100 & Triax 80cm Dual LNB
------ Fixed Dish 28e Quad LNB -------
---- Sly HD Full & 24" Apple iMAC ----
My Location
/var/tuxbox/config
Here's the next episode guys. Some big improvments this time.

Changes :-
Several major changes to the GUI.
Addition of opening splash screen.
Addition of a Check list so multiple bouquets can be selected.
Improvements to the SID processing code.
Improvments to the Duplicate SID detection code.
A SID can now be identified in the list by clicking on the channel name.
 

Attachments

  • CCcam SID Assigner v0.4.0-1.webp
    CCcam SID Assigner v0.4.0-1.webp
    14.4 KB · Views: 83
  • CCcam SID Assigner v0.4.0-2.webp
    CCcam SID Assigner v0.4.0-2.webp
    16.3 KB · Views: 87
  • CCcam SID Assigner v0.4.0-3.webp
    CCcam SID Assigner v0.4.0-3.webp
    25.3 KB · Views: 87
  • CCcam SID Assigner v0.4.0-4.webp
    CCcam SID Assigner v0.4.0-4.webp
    46.2 KB · Views: 82
  • CCcam SID Assigner v0.4.0-5.webp
    CCcam SID Assigner v0.4.0-5.webp
    54.5 KB · Views: 138
Improvments to the Duplicate SID detection code.
A SID can now be identified in the list by clicking on the channel name.

Nice ones, added to the rest. Well done.
 
as you will be aware when you look in cccaminfo you will be able to see your last client share. it will show the sid value for the last share. is it possible for cccaminfo to in fact show the channel rather than the sid value if you do a sid value to channel translation function. is such a feature available currently
 
yes this function already exists.
 
i'm going to guess the answer is cccaminfophp. however this application is only available for computer server solutions as compared to the dreambox being the server. in this case you are limited to cccaminfo and i see no such solution for this type of setup
 
Thats not quite correct mate. You can simply install CCcaminfophp on your desktop pc and point it to your Dreambox.
 
fintannl said:
i'm going to guess the answer is cccaminfophp. however this application is only available for computer server solutions as compared to the dreambox being the server. in this case you are limited to cccaminfo and i see no such solution for this type of setup

Heres tutorial - Not my creation lifted from eslwhere.

First you need install Wampserver. Folowing program can be found here:
Wampserver
You also need:
CCcamInfoPHP v0.8
or
CCcamInfoPHP v0.8.1

First install WAMP server in default directory C:\wamp. Extract CCcamInfoPHP v.0.8 in directory C:\wamp\www\ (in zip file you will find CCcamInfoPHP folder and lots of files. This files you must extract and replace originals in wamp/www folder).
Now you must configure CCcaminfoPHP with the data of yours dreambox.
Use Notpad to edit the config.php in folder "C:\wamp\www\". Your config should look like this:
Quote:
<?php
//---------------------------------------
// CONFIG
//---------------------------------------

//examples of server definitions
$CCCamWebInfo[] = array("192.168.1.5","16001","aam###","ja####1"); // for CCcam webinterface with user and pass
$CCCamWebInfo[] = array("localhost","12345"); // for CCcam webinterface with different port than default and without user and pass
$CCCamWebInfo[] = array("localhost"); // for CCcam webinterface with all defaults

$work_path = ""; // set this if you want working folder separate // Example $work_path = "/tmp/";
$update_from_button = true; // set to true if you want Update button ( usefull if update is from remote server and takes too long)
$fullReshare = true; // shows maximum reshare if more than one route for same node // set to true to see actual reshare instead of YES/NO
$country_whois = true; // use whois for country detection
?>
Black text is need by config and green lines is just remarks.


Username and password must be same like in your CCcam.cfg file:
Quote:
#######################
#### Config ####
#############################
# SERVER LISTEN PORT : #
SERVER LISTEN PORT : 16001
ALLOW WEBINFO: yes
ALLOW TELNETINFO: yes
WEBINFO USERNAME : root
WEBINFO PASSWORD : dreambox
Edit this line in \wamp\Apache2\bin\php.ini file to awoid memory errors,
For new version of WAMP \wamp\bin\apache\apache2.2.6\bin\php.ini:
Quote:
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;

max_execution_time = 300 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 24M ; Maximum amount of memory a script may consume (8MB)
For newbees - first start wamp server (C:\wamp\wampmanager.exe) and in right bottom corner of your screen you will see white clock icon. Left click with your mouse and choose localhost:


For other users - Start WAMP server and in your browser type localhost.

If you do everything right you must see this:
This image has been resized. Click this bar to view the full image. The original image is sized 640x509.


To change Apache default port 80 :
Quote:
Go to \wamp\bin\apache\apache2.2.6\conf\httpd.conf and edit this file. Find line with data Listen 80 and change this in Listen 8080. Start Wamp server and in your browser type localhost:8080
 
thanks for that. with a bit of hit and miss i finally managed to install cccaminfophp. and for all that i still have the same issues in relating the SID to a channel. i see no option to supply a translation file to show how I can assign a SID to a TV channel name
 
you must install it onto your Dreambox mate. It's called CCcam.channelinfo and on E2 boxes it goes in your /etc folder.
 
Sorry B16MCC, this is unrelated, but hopefully this will finish it.
fintannl said:
thanks for that. with a bit of hit and miss i finally managed to install cccaminfophp. and for all that i still have the same issues in relating the SID to a channel. i see no option to supply a translation file to show how I can assign a SID to a TV channel name
I've attached the channelinfo and provider info files I'm currently using. (May not be up to date)

If you find the SID you are seeing is missing, just add it in the same format as as the rest of the SID to channel name mappings.

The files go to in the same folder as your CCcam.cfg file. Also copy them to the top level of your CCcaminfoPHP folder to make the information available to CCcaminfoPHP.
 
just to say i installed compufunks files and was well impressed. b16mcc and compufunk, thank you both. very neat
 
Back
Top