The Wayback Machine - https://web.archive.org/web/20201001174126/https://github.com/phpipam/phpipam/
Skip to content
master
Go to file
Code

Latest commit

* l10n: fix up typo misspelled word successful

* l10n: add strings from class.Addresses.php

Added more possible l10n strings from the main class for Adresses.
Uniform some log topics. e.g move "updated" -> "update" and "deleted" ->
"delete", the usage is always in the logical same relation.

* l10n: add strings from class.Admin.php

Added more possible l10n strings from the main class for Administration,
mainly on strings within the logging.
Restructure one setence for making it easier for translaters.

* l10n: add strings from class.Common.php

Added one more possible l10n string from the main Common class.

* l10n: add strings from class.Crypto.php

Split of l10n strings which have variables inside.
Rephrase abbreviation PHP in uppercase as it's the programming language.

* l10n: add strings from class.DHCP.php

Split of l10n strings which have variables inside.

* l10n: add strings from class.FirewallZones.php

Added more possible l10n strings from the main class for Firewall Zones.
Uniform some log topics. e.g move "edited" -> "edit" and "deleted" ->
"delete", the usage is always in the logical same relation.

* l10n: Update German translations

Update the po file and also the binary message catalog for German after
reworking various source files.
9b8abfb

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
api
 
 
app
 
 
css
 
 
db
 
 
 
 
 
 
js
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

{php}IPAM

Website: https://phpipam.net/

Description

phpIPAM is an open-source web IP address management application. Its goal is to provide light and simple IP address management application. It is ajax-based using jQuery libraries, it uses php scripts and javascript and some HTML5/CSS3 features, so some modern browser is preferred to be able to display javascript quickly and correctly.

Links

Branches

  • MASTER: Current development release
  • 1.4: Productional branch for 1.4.x release
  • 1.3: Productional branch for 1.3.x release
  • 1.2: Productional branch for 1.2.x release (obsolete)
  • Other branches: Feature testing

I forgot my Admin password!?

Just run php functions/scripts/reset-admin-password.php in the cli and enter your new password

What are the credentials for a fresh install?

The Default credentials for a new instance of phpIPAM are the same as the credentials for the demo page: Admin / ipamadmin

Docker

Community maintained docker images are available at https://hub.docker.com/u/phpipam

Changelog

See misc/CHANGELOG

Roadmap

See misc/Roadmap

Contact

[email protected]

Special thanks are going also to the Hosterdam team (http://www.hosterdam.com) for the VPS server that is used for development of phpIPAM and for demo site.

And also to all users that filed a bug report / feature report and helped with feature testing!

License

phpIPAM is released under the GPL v3 license, see misc/gpl-3.0.txt.

You can’t perform that action at this time.