It works with php5. I have been using it with php5 for some time. I would guess that it hasn't been updated because all the includes would need to be tracked down and updated as well. Otherwise I don't see any reason that it couldn't be done. It's probably more that it takes about 1 minute to add php3 to the php types in apache, and would take a bit more work to track down all the links in the dialup_admin source - unless you're really good with funky grep and sed commands (which sadly I'm not).
Ben Wiechman Network Admin Wisper High Speed Internet [EMAIL PROTECTED] > -----Original Message----- > From: freeradius-users-bounces+ben=wisper- > [EMAIL PROTECTED] [mailto:freeradius-users- > [EMAIL PROTECTED] On Behalf Of David > Wood > Sent: Friday, December 28, 2007 6:33 AM > To: FreeRadius users mailing list > Subject: Re: I have some problem about dialup_admin , need help . > > Hi there, > > In message <[EMAIL PROTECTED]>, watthanachai > <[EMAIL PROTECTED]> writes > >Dear Radius Team , Radius User > > > >I install freeradius in freebsd 6.2 install by port > > > >#cd /usr/ports/sysutils/freeradius > >#make install clean > > I think you mean /usr/ports/net/freeradius - though that doesn't change > anything. I am the maintainer of net/freeradius in FreeBSD. > > > >everything look fine , no error and can start to daemon.. > > > >So I install dialup admin for management radius . > > The port doesn't attempt to install dialup_admin at all - in fact, it > completely ignores it. It is a set of scripts, really, but there is a > fairly well defined FreeBSD way to install such items ready for use > (see, for example, the phpMyAdmin port). > > If there was any demand, I could produce a dialup_admin port, though I'm > not sure I have any use for it. I'm heading towards putting my user > database in LDAP. > > > >I have some problem when I want to select user information like error > in this site > >http://golfreeze.packetlove.com/download/error_dialup.JPG > > > >How could I fix this problem ? > > It looks as if the PHP scripts are being served rather than executed. As > the README says, the scripts are PHP 4 despite having a php3 extension. > > In httpd.conf (/usr/local/etc/apacheXX on FreeBSD, where XX is 22 on my > machines as I have Apache 2.2 installed) look for the: > > AddType application/x-httpd-php > > line. Add .php3 to the end. Restart Apache; graceful will probably be > OK, but a restart will definitely work. > > > Does it work now? > > > > Is there any reason why the dialup_admin scripts can't be renamed as > .php rather than .php3? They'd work 'out of the box' on more people's > systems if this was done. > > What is the current status of dialup_admin - does it work with PHP 5? > PHP 4 is end of life, with development ceasing as of the end of this > month. > > > > Best wishes, > > > > > David > -- > David Wood > [EMAIL PROTECTED] > > - > List info/subscribe/unsubscribe? See > http://www.freeradius.org/list/users.html - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

