cccam php info setup help needed please!!!

faisalpandu

VIP Member
VIP Member
Joined
Jan 8, 2007
Messages
1,334
Reaction score
28
Hi

I am trying to set up the folllowing

CCcamInfoPHP LINUX Install Win V 3.1

so that I can view my shares, servers for my VU+ DUO etc from my laptop PC

I have installed the sofwtare on my PC on windows 7. I have configured the config.php file as said but i get the folllowing error

The file /tmp/192.168.1.139/download/caminfo.data is not writable

what does this mean and how do I solve it

my config php looks like this

<?php
//$CCCamWebInfo[] = array("hostname ip","port 16001","root","dreambox"); // 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
$CCCamWebInfo[] = array("192.168.1.139","18000","root","dreambox");
$work_path = "/tmp/"; // 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
include("includes/functions.php");
$CCcam_path = "/var/etc/";
$CCcam_path1 = "/var/etc/";
$sitename = "CCcam best server";
$username = "root";
$password = "dreambox";
?>

Have I enteretd anything wrong down here I dont get.

Thanks
 
hi, change this $work_path = "/tmp/";


to this $work_path = "//";
 
hi, change this $work_path = "/tmp/";


to this $work_path = "//";

Tried this mate still the same error dunno why it is not working. Has anybody got this config working and if they did how they did it

Thanks
 
Ok I had the same error so I had to edit the config.php as follows:

Code:
You don't have permission to view the code content. Log in or register now.

I also had to change permissions on the config.php itself as it would not let me save the changes :)

EDIT:Actually you dont have to comment out the last three lines,
it must have just been the permissions thing ;)
 
Last edited:
Ok I had the same error so I had to edit the config.php as follows:

Code:
You don't have permission to view the code content. Log in or register now.

I also had to change permissions on the config.php itself as it would not let me save the changes :)

EDIT:Actually you dont have to comment out the last three lines,
it must have just been the permissions thing ;)

Hi

Did exactly what you said mate and still same error. Attached is the error. Cant figure out why. What version you use mate. I am using v3.1.

Thanks
 
Hi

Did exactly what you said mate and still same error. Attached is the error. Cant figure out why. What version you use mate. I am using v3.1.

Thanks
I'm using 3.1 as well m8
All I can think is to make sure you comment out the work path line in the config,which I forgot to highlight in my earlier post and also check your file permissions are the same as mine in this pic for the config.php file

Capture-14.jpg
 
Back
Top