Web Hosting Talk







View Full Version : Looking for IP Managment Script


xSite
02-19-2010, 06:20 PM
hi guys,
my small company grew a lot the past two month with its ip pools.
till now i used txt file and excel to manage it but now i need some php script to help me do it.

does anybody know about a free one that i can use as a basic to program my own ?

i looked the forums but all scripts links are broken...

thanks.

[CTI] Todd
02-20-2010, 02:04 AM
http://iptrack.sourceforge.net/

SC-Daniel
02-20-2010, 02:56 AM
I am a big fan of phpIP -- http://www.phpip.net/

xSite
02-20-2010, 05:03 AM
I am a big fan of phpIP -- http://www.phpip.net/

actually i found it on google. didnt worked for me for some reason.
its couldnt add a c-class ip range

im really looking for something simple that i can combine in my costumer managment system that i built.

TonyB
02-20-2010, 01:20 PM
We wrote our own after we found that we'd never get the integration we'd like. The one we built can interface with our various brands billing systems to keep track of who owns everything.

So if you built your own customer management system maybe be best to take a few days and write a reasonably simple IP management system so you get that integration you need.

SC-Daniel
02-20-2010, 01:24 PM
actually i found it on google. didnt worked for me for some reason.
its couldnt add a c-class ip range

im really looking for something simple that i can combine in my costumer managment system that i built.

I've never had a problem adding an entire C class to phpIP... It sounds like you did not know that after you add the CIDR you must select to add the prefix and it will populate the DB with every IP in that C class.

We designed our custom client system to use phpIP for IP management and it works very well... We have modded it where required to fit our needs, but it does what its supposed to do and does it very well.

markosolo
02-20-2010, 04:55 PM
I will try out the suggested scripts above, but until now we have been using the IP Manager that comes as an addon with WHMCS. It certainly isn't perfect and probably wont cut it as we expand, but it does a reasonable job for those of use with only about a hundred IP's.