CCcamInfoPHP !! how to!!

bouja

Registered
Messages
3,985
created 07/10/08 by ZORG, great thinks for ZORG and the forum



Here is a great tool for monitoring CCcam.

Install it on a web server, or if you like to run it on a windows pc follow the instructions below.

The best way is to download xampp (free ) from here:

download xampp
After you install Xampp extract all the files attached in the C:\xampp\htdocs

find and edit the file config.php to suit your CCcam server from the files you just extracted

From Xampp just start Apache

Then in your Browser type the following: http://127.0.0.1/CCcamInfoPHP/

If all is successfully you will see this great tool !!!

Any problems on installing it let me know!!!

how to configure
PHP:
<?php
//---------------------------------------
// CONFIG
//---------------------------------------

//examples of server definitions
$CCCamWebInfo[] = array("DNS","16001","username","pass"); // 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
?>
You only need to configure one of this lines as explained further down, the other 2 you can delete them ( most common setup is the second line )

//examples of server definitions
$CCCamWebInfo[] = array("DNS","16001","username","pass"); // 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


First of all go to the web browser and type in the ip address of your dreambox followed by :16001
Code:
Example: http://192.168.1.1:16001



you have to open the CCcam.cfg from your box and look for the Webinterface login & pass from the config they should look like this

WEBINFO USERNAME : <username>
WEBINFO PASSWORD : <password>

If nothing happens when you type:
Code:
Example: http://192.168.1.1:16001

make sure you do not have this in your CCcam.cfg

ALLOW WEBINFO: no

Note all examples are based on the ip 192.168.1.1 this should be changed to whatever is the ip of your box and assuming that the pc is on the same network as of the dreambox.


get CCcaminfoPHP

------------------------------------:thum:
 

lavorp

Registered
Messages
7
Providers ....

Hi ! mate, sorry but i can't see the provider, i have this for example : 0100:003315:20b4 and not the channel ???? Can you help me ???
 
Top