Branches
Comments
[»]
Fix
by Mufprig - Oct 11th 2005 16:32:38
Pleas fix in files prefix_desc.php
line
echo "<FORM action='prefix_desc?mode=update' method='post'
name='edit'>";
change
echo "<FORM action='prefix_desc.php?mode=update' method='post'
name='edit'>";
and line
echo "<td class=\"listCell\"
width=\"20\"> <a
href=\"prefix_desc?mode=edit&di=$row[AddressId]\">[Edit]</a></td>";
change
echo "<td class=\"listCell\"
width=\"20\"> <a
href=\"prefix_desc.php?mode=edit&di=$row[AddressId]\">[Edit]</a></td>";
Fix to menu error
Description Update > [edit]
[reply]
[top]
[»]
Installation Assistance
by Gibran27703 - Aug 30th 2005 14:11:40
Greeting - I'm having the hardest time getting this script to run. I get
it to create all the tables using the default username and password for
mysql, I can verify there's an entery for the ipadmin username. But I
simply can't login. I get this error message ""Warning...You do
not appear to be logged on. This could be due to your session timing out
or invalid local username/password. Please use your browser back button
and complete the logon form."
Any help?
Thanks, Gibran
[reply]
[top]
[»]
MAC and Search
by Mufprig - Jun 9th 2005 12:12:33
Hi im very content whit SW phpip and please chance in edit IP add MAC
address and page search IP or MAC or Client.
thanks
[reply]
[top]
[»]
User information cannot be validated.
by Display Name - Jun 2nd 2005 11:05:28
Hi mearls,
After the careful setup of the program (phpip-4.1.1), i tried to logon,
but my user information could not be validated. After reading your
"login.php" file, it seems that LDAP server is not optional (at
least in this version :-) ), since login process hangs during validation
process (in line number 59, ($ds = @ldap_connect("$LDAPCONNECT",
$LDAPPORT); ). I guess "login.php" file needs to be
reviewed.
Note: In the project web page, LDAP server is not listed as one the
dependencies, and as it is meant to be, it should be optional.
For your information and thank you in advance.
[reply]
[top]
[»]
Couple of question regarding 2.2b
by LylePHX - Dec 20th 2002 09:48:09
Using the 2.2b, is it possible to remove the register button from the index
page, but still allow one person (as the administrator) to create an
account?
Otherwise, you would have to put it behind a secure .htaccess, which
limits the usefulness of actually logging in unless it is just for change
tracking.
Also, how do you set a user to the admin. I can check the box, but there
is no submit button to actually activate that change.
Other than that, this is a great project, and it will help me
immensely.
Lyle
[reply]
[top]
[»]
Re: Couple of question regarding 2.2b
by mearls - Dec 23rd 2002 19:04:24
In the next release 3.0, the register page will no longer be access via the
login page. All user administration will take place under the admin
page.
The admin page feature:
User administration
- Add user
- Delete user
- Change user rights
IP address management
- Add network address
- Delete network address
- Delete address range
The 3.0 release should be completed before Feb 1st, 2003; I am going
to upload the beta release in the next few weeks to my site for any to
test.
Thanks,
mearls
[reply]
[top]
[»]
More attention to detail please
by Omega9 - Oct 21st 2002 01:30:02
When you unpack the 2.1 tarball it creates a 2.0 directory. Makes it seem a
little rushed, or perhaps just a small mistake. Also, the 'create.sql' file
mentioned (and required) for install is not even included in the 2.1 or 2.0
release files.
Am I missing something?
[reply]
[top]
[»]
Re: More attention to detail please
by mearls - Oct 21st 2002 09:09:01
This was my mistake, The problem is now fixed, Please use the most recent
release of phpIP Management.
Thanks
mearls
[reply]
[top]
|