Linux Basics... Irgendwo hast du doch den Webserver installiert... Da steht auch wo das PHP Log ist.
http://bfy.tw/CXM4
http://bfy.tw/CXM7
http://bfy.tw/CXM4
http://bfy.tw/CXM7
sudo apt-get install php-curl
sudo apt-get install php5-curl
$ authdata = array (array ('devicename' => 'SEPXXXXXXXX1',
'UserID' => 'admin',
'Password' => 'password',
)
array ('devicename' => 'SEPxxxxxxxxxx2',
'UserID' => 'admin',
'Password' => 'password',
)
array ('devicename' => 'SEPxxxxxxxxxx3',
'UserID' => 'admin',
'Password' => 'password',
)
);
$ fritzbox_ip = '192.168.178.1'; // Enter here the IP or the hostname of the FritzBox (mostly fritz.box)
$ fritzbox_password = 'FritzPassword'; // Enter the password here
$ phonebook = 0; // Selection of the first phonebook, first phonebook is 0, not 1.
$ show_MissedCalls = false;
$ show_ReceivedCalls = false;
$ show_PlacedCalls = false;
$ show_BookSelection = false; // does not allow a return to the directory selection (useful if only one directory is available)
$ show_QuickDial = true;
define ('QUICKDIAL_URL', 'http://intrasrv.fritz.box/cisco/quickdial.php'); // Path to separate phonebook with own, fixed internal numbers.
define ('QUICKDIAL_NAME', 'Shortcodes');
$ runon_Fritzbox = false; // If script is used directly on modified FB, the first directory can be copied locally
define ('FRITZBOX_LOCAL_PATH', '/var/media/ftp/###STICKNAME###/###PATH###/0.xml'); // adjust the path with the stickname and destination folder. [/ CODE]
What do I have to write in the services.config.inc
[CODE] $ default_uid = '?????';
$ default_pass = '?????';
$ default_ip = '?????';
$ ushttps = false; [/ CODE]
thanks
Mrco
[/INDENT]
[Fri Dec 28 18:32:37.297305 2018] [:error] [pid 5190] [client 192.168.1.50:49433] PHP Fatal error: Uncaught Error: Call to undefin
ed function curl_init() in /var/www/html/telefonbuch/directory.php:33\nStack trace:\n#0 {main}\n thrown in /var/www/html/telefonbu
ch/directory.php on line 33
Auch als PHP-Module ?Curl ist installiert
# apt install libapache2-mod-php php-curl
Restart the Apache webserver:
# service apache2 restart
»libapache2-mod-php« ist bereits die neuste Version (1:7.0+35ubuntu6.1).
»php-curl« ist bereits die neuste Version (1:7.0+35ubuntu6.1).
$telefonbuch = 2; // Auswahl des erste Telefonbuchs, erstes Telefonbuch ist 0, nicht 1.
Könnte nöch mal jemand erklären welche Passwörter wo hingehören?
directory.config.inc.php:
$fritzbox_ip = '192.168.99.2'; //Hier die IP oder den Hostname der FritzBox eintragen (meist fritz.box)
$fritzbox_password = 'test'; //Hier das Passwort eintragen
Diese Einstellung bezieht sich auf Login an der FB ohne User? gingege das auch mit einem nur Lese User? Die Userverwaltung kann ja mittlerweile ein wenig mehr...