-
What are the MENU EXTENSION settings in the config.php file used for besides adding links to favorite pages or bookmarks? Can I use this to limit only the pages on the menu I want the individual customer to see? I want to give a customer the ability to request an IP and then only allow them to see certain links on the default site like "Search subnets". I want to remove "Heirarchy" and different...
2009-11-13 23:10:47 UTC by jerryroy1
-
Hi
I have installed ipplan.and I opened the link http://localhost/ipplan/index.php and Iam getting a IPplan admin authentication login window it is not taking the user and password that i given for the database .Which user and password i need to put in IPplan admin authentication login window
I have done all the procedure that mentioned in INSTALL file
1.Created database ipplan.
2009-11-11 10:49:05 UTC by shabeerk
-
You could find the section of code in class.templib.php and comment out the following lines:
290 $this->userfld["$field"]["descrip"] = "Unknown field $field";
291 $this->userfld["$field"]["type"] = "C";
292...
2009-11-03 21:12:20 UTC by richarde
-
Okay I got the Hostnames to update!!! Excellent!
2009-11-03 21:08:27 UTC by davisms
-
There is no easy way to do what you require. What you could do is use the trigger system within IPplan to execute some code on each new allocation to do the required checks. This could be scripted in any language (IPplan calls whatever external script you reference).
As for paid consulting, unfortunately my day job keeps me too busy.
2009-11-03 21:05:56 UTC by richarde
-
However, I am still stuck at the Poller updating information
10.12.5.11 ↺
Unknown - added by IPplan command line poller D Nov 03 2009 10:05:04 POLLER
Where the hostname is not updated.
2009-11-03 21:02:12 UTC by davisms
-
Okay I have turned off debugging for now. I was able to fix NMap by uninstalling it and re-installing it to c:\nmap. For some reason PHP script didn't like the spaces in the path.
2009-11-03 20:59:58 UTC by davisms
-
In an earlier post you enabled debugging, turn it off to stop the messages. As for nmap not working under windows, I have no idea why.
2009-11-03 20:55:25 UTC by nobody
-
When I open IPPLAN now I have these errors:
If you see this message, submit a detailed bug report on Sourceforge including the message below, the database platform used and the steps to perform to recreate the problem.
PHP 5.2.11 (WINNT)
NOTICE: [8] Undefined variable: row Line: 716 File: C:\inetpub\wwwroot\adodb\drivers\adodb-odbc.inc.php
NOTICE: [8] Undefined variable: row Line: 716...
2009-11-03 18:10:36 UTC by davisms
-
moved nmap to c:\nmap, now it runs with this output
For nmap range "10.12.5.0/25" found the following active addresses
Using this nmap command: C:\Program Files (x86)\Nmap\nmap.exe -sP -PE -q -n -v -oG - "10.12.5.0/25"
array(0) {
}
For nmap range "10.12.5.0/25" found the following active addresses
Using this nmap command: C:\Nmap\Nmap.exe -sP -PE -q -n -v...
2009-11-03 18:07:39 UTC by davisms