oscaminfo.php

foz

Registered
Messages
11
hi guys
i have installed oscaminfo.php on to centos (previously had cccaminfo running)
i have access into the program, ive defined settings i think, but fields are blank
i can open the program but no clients readers any info at all in the boxes?
config.user i have

$user["test"] = array(
"password" => "test",
"tabs" => "clients,readers,pairs,log",
"onlyreaders" => "pcsc",
"oscam" => "Server1",
"sort" => ""
);
config.oscam i have
$server["Server1"] = array(
"url" => "127.0.0.1",
"port" => "8873",
"user" => "admin",
"pass" => "foz",
"ssl" => false
);
thanks for your help in advance
foz
 

foz

Registered
Messages
11
it would seem its the mod_curl
anybody no how to install this on centos 5.8?
i have php,php-cli,php-ldap
i have latest curl installed
but i am unable to get mod_curl on
thanks
 
Top