super, l-am instalat pe un windows7 x64 si merge ok insa la oscam pairs nu imi arata nimic cu toate ca e marcat pe user.
interesante statisticile!
super, l-am instalat pe un windows7 x64 si merge ok insa la oscam pairs nu imi arata nimic cu toate ca e marcat pe user.
interesante statisticile!
Azbox HD with OpenSPA 3.0 powered by OSCam
UE46F8000 powered by SamyGO_OSCam
Nu inteleg cum ati reusit cu instalare pe win7. Este un file pe nume install, dar nu executa nimic...
Nu se instaleaza pe 7, se ruleaza index.phpRequired:
Webserver with PHP5
CURL and mod_curl
OScam min. version 1.xx
Dar zic ca trebuie sa ai apache pornit, cauta si instaleaza ceva WampServer si cred ca o sa mearga
Doi mari vrăjmași are românul: mila pentru străini și ura pentru ai lui - Grigore Vieru
fisierul INSTALL nu face nimic deoarece este un fisier text fara extensie. se poate vizualiza fortat cu notepad. acesta este continutul fisierului:
OScam Info is a webclient, which connects to the xmlapi of oscam in a local area network.
Written by paramite from streamboard (paramite@gmx.net)
Conditions:
A webserver running php5, curl/mod_curl. <- foarte important!!!!!!!!!
- First of all you need to configure the WebIF in oscam.
- Extract the archiv into your www-path of your webserver. In Debian /var/www
- Make the directory "ips" writeable (chmod 777 ips)
- Make config.global.php, config.oscam.php and config.user.php writeable (chmod 777 config.global.php, config.oscam.php config.user.php)
Now open your browser: http://192.168.x.x/index.php
That should it.
The administration is accessible via http://192.168.x.x/admin or the
link in the right upper corner at the normal login screen.
The default login for the administration is: admin/password
Tested with oscam 1.10 and oscam 1.20
Have FUN
succesuri!![]()
instalezi EasyPHP, copiezi OScamInfoPHP si faci setarile in:
:/Program Files/EasyPHP-v./www/OScamInfoPHP.../
- config.global.php
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','')
- config.oscam.php
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)
schimbi portul din 80 in 8x pentru a nu intra in conflict cu alte app si gata!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" => "" );
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.
Last edited by qwess; 22-03-12 at 21:21. Reason: completare
Azbox HD with OpenSPA 3.0 powered by OSCam
UE46F8000 powered by SamyGO_OSCam
sal vreau sa stiu daca exista oscaminfo pentru amiko alien e1 ..daca aveti va rog un link vreau si eu ..!!! mii de multumiri ...![]()
//UPDATE: Version 1.7.3 - 17.04.2012
Entries per page incl. defaultvalue editable in the adminpanel
Correction sorting the sender names
Two new styles are available in the adminpanel
Download
Doi mari vrăjmași are românul: mila pentru străini și ura pentru ai lui - Grigore Vieru
//UPDATE: Version 1.7.4 - 11.05.2012
Usage of channel picons from OSCam.
Update of new picons from the OSCam-WebIF is only possible if OSCam 1.20 Build #6645 (or higher) is installed and the picons has been installed into OScam.
Download
Doi mari vrăjmași are românul: mila pentru străini și ura pentru ai lui - Grigore Vieru