I use dialup_admin and then, I must rewrite all the code of PHP files, to fix my need.
But I know your problem, and I know why and how to correct it. you should open /etc/php.ini and change global_register Off -> On rename *.php3 -> php4, you don'n need to change files in /conf, /lib..., just all files in /dialup_admin directory. open all file *.php to edit and modify the name having in any line code that you renamed. for example, /html/buttons/default/buttons.php3 href="accounting.php3" -> href="accounting.php My English is still bad, do you understand what I mean ? If you don't want to rename php3 -> php, you need to modify /etc/php.ini so that httpd can accept php3, I don't remember which option, you can search in mailling list because this question was asked by me and there is a person replyed to help me. thanks him. Manh Cuong. ----- Original Message ----- From: "Alex Chen" <[EMAIL PROTECTED]> To: "FreeRADIUS Users (E-mail)" <[EMAIL PROTECTED]> Sent: Thursday, July 24, 2003 2:14 PM Subject: dialup_admin > This question is not directly related to RADIUS, but > a utility 'dialup_admin' that ships with FreeRadius. > > I tried to use dialup_admin in Linux, but the browser (Microsoft IE) > did not show the page correctly. > > I copied the dialup_admin directory to /var/www/html/dialup_admin > Which I type the following URL in the browser, I got an dialup_admin > image on the right and some text bearing <?php .... on the left. > > According to the FAQ in dialup_admin, the php needs to be configured to > handle files with php3 suffix. I have changed the > <Files> directive in /etc/httpd/conf.d/php.conf to > > from > <Files *.php> > to > <Files ~ "*\.php3?$"> > > and restarted the httpd daemon. It still did not work. > > I would appreciate any help from someone who has successfully used > dialup_admin > from IE. > > Thanks. > > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
