instalezi EasyPHP, copiezi OScamInfoPHP si faci setarile in:
:/Program Files/EasyPHP-v./www/OScamInfoPHP.../
Code:
<?php
/* Autorefresh in seconds for OSCam Info */
DEFINE('REFRESH_SECS',30);
/* Language de=german / en=english */
DEFINE('LANGUAGE','en');
/* A custom notice in the header (empty if no message should be displayed)*/
DEFINE('CUSTOM_NOTICE','Welcome to OScam Info');
/* A custom stlye for the main grid, available are 'blue' and 'gray' */
DEFINE('OSCAM_STYLE','blue');
/* The width (in px) of the mainwindow(s), full screen size can be set with 'full' */
DEFINE('SCREEN_SIZE','1000');
/* The Adminuser */
DEFINE('ADM_USER','user');
/* The Adminpassword */
DEFINE('ADM_PASS','pass');
/* Connect through proxyserver, if no proxy is needed just leave blank */
DEFINE('PROXY_URL','');
DEFINE('PROXY_PORT','');
DEFINE('PROXY_USER','');
DEFINE('PROXY_PASS','')
Code:
$server["Server1"] = array(
"url" => "ip_box",
"port" => "port_webif",
"user" => "user",
"pass" => "pass",
"ssl" => false
);
- config.user.php(poti crea user cu aceleasi date de admin (config.global.php)
Code:
$user["user"] = array(
"password" => "pass",
"tabs" => "clients,readers,pairs,log",
// "onlyclients" => "dvbapi,cccam,newcamd,peer1,peer2",
// "onlyreaders" => "mouse,internal,newcamd,cccam",
"oscam" => "Server1",
"sort" => ""
);
schimbi portul din 80 in 8x pentru a nu intra in conflict cu alte app si gata!
portul il schimbi din :/Program Files/EasyPHP-v./conf_files/httpd> linia 49:
Listen 127.0.0.1:8x
dupa efectuarea setarilor se porneste EasyPHP, in bara de instrumente dreapata(langa ceas)/click dr./Server Local....oscaminfo/login.