1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785
|
<?php
// IPplan v4.92a
// Aug 24, 2001
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
require_once("../ipplanlib.php");
require_once("../adodb/adodb.inc.php");
require_once("../class.dbflib.php");
require_once("../layout/class.layout");
require_once("../auth.php");
require_once("../class.xptlib.php");
require_once("../class.templib.php");
// first element of "Additional data" section of modifyipform page
// this changes as elements are added to the page
define("ADD_INFO", 9);
// find the next available address - this needs cleanup, can be done with
// only baseindex and look for gap
function FindNextFree($ds, $baseindex, $baseaddr, $subnetsize) {
// order is important here!
$result=&$ds->ds->Execute("SELECT ipaddr
FROM ipaddr
WHERE baseindex=$baseindex
ORDER BY ipaddr");
$offset=$subnetsize > 2 ? 1 : 0;
$cnt=0;
$arr=array();
while($row = $result->FetchRow()) {
// protect against network and broadcast address potentially
// existing in database
if ($row["ipaddr"] >= $baseaddr+$offset and
$row["ipaddr"] < $baseaddr+$subnetsize-$offset)
$arr[$cnt++]=$row["ipaddr"];
}
$cnt=0;
for ($i=$baseaddr+$offset; $i < $baseaddr+$subnetsize-$offset; $i++) {
if (isset($arr[$cnt]) and $arr[$cnt] == $i)
$cnt++;
else
break;
}
return $i;
}
$auth = new SQLAuthenticator(REALM, REALMERROR);
// And now perform the authentication
$auth->authenticate();
// set language
isset($_COOKIE["ipplanLanguage"]) && myLanguage($_COOKIE['ipplanLanguage']);
//setdefault("window",array("bgcolor"=>"white"));
//setdefault("table",array("cellpadding"=>"0"));
//setdefault("text",array("size"=>"2"));
$title=my_("Modify IP address details");
newhtml($p);
// if close is true (popup), then do not display menu
list($close) = myRegister("I:close"); // from modifyipform - close the popup?
insert($p, $h = wheader("IPPlan - $title"));
insert($h, script("", array("type"=>"text/javascript", "src"=>"../cookies.js")));
insert($h, script("", array("type"=>"text/javascript", "src"=>"../phpserializer.js")));
insert($h, script("", array("type"=>"text/javascript", "src"=>"../ipplanlib.js")));
$w=myheading($p, $title, $close ? false : true);
// explicitly cast variables as security measure against SQL injection
list($ip, $baseindex, $block, $updatedescrip, $ind, $action, $probe, $search, $expr, $ipplanParanoid) = myRegister("B:ip I:baseindex I:block I:updatedescrip I:ind S:action I:probe S:search S:expr, I:ipplanParanoid");
// and add the cookie
list($ipplanPoll) = myRegister("I:ipplanPoll");
$formerror="";
if (!$_GET) {
myError($w,$p, my_("You cannot reload or bookmark this page!"));
}
// basic sequence is connect, search, interpret search
// result, close connection
$ds=new IPplanDbf() or myError($w,$p, my_("Could not connect to database"));
// make sure subnetsize is available
$result=$ds->GetBaseFromIndex($baseindex);
$row = $result->FetchRow();
$subnetsize=$row["subnetsize"];
$netdescrip=$row["descrip"];
$baseaddr=$row["baseaddr"];
$cust=$row["customer"];
$formerror="";
// already have ip address to modify
if ($ip) {
$iptemp=inet_ntoa($ip);
// query could return nothing which is OK
$result=&$ds->ds->Execute("SELECT userinf, location, telno, macaddr, ipaddr, descrip, hname
FROM ipaddr
WHERE ipaddr=$ip AND baseindex=$baseindex");
$row = $result->FetchRow();
$result=&$ds->ds->Execute("SELECT info, infobin
FROM ipaddradd
WHERE ipaddr=$ip AND baseindex=$baseindex");
$rowadd = $result->FetchRow();
}
// find next free address to modify
else {
$ip=FindNextFree($ds, $baseindex, $baseaddr, $subnetsize);
$iptemp=inet_ntoa($ip);
$offset=$subnetsize > 2 ? 1 : 0;
if ($ip==$baseaddr+$subnetsize-$offset) {
myError($w,$p, my_("There are no available addresses"));
}
// rowadd is empty as this is a new empty address assignment
$rowadd = array();
$row = array();
}
// initialize $files array now as can be used by uploaded file section
// required later to draw table of uploaded files too
// files should be "" if no record (rowadd is not set)
$files=isset($rowadd["infobin"]) ? unserialize($rowadd["infobin"]) : "";
// suppress warning if string is empty
// file uploaded
if ($action=="fileupload") {
if (empty($_FILES)) {
$tmp=get_cfg_var("file_uploads");
if (empty($tmp)) {
insert($w,textB(my_("File uploads may have been disabled in the php.ini configuration file")));
insert($w,block("<b>"));
}
}
else {
// some versions of PHP return 0 on failed upload due to size exceeded
if ($_FILES['userfile']['size'] == 0) {
myError($w,$p, sprintf(my_("Possible file size exceeded php.ini or webserver limit of %s - break file into smaller parts"), MAXUPLOADSIZE));
}
if (!is_uploaded_file($_FILES['userfile']['tmp_name'])) {
myError($w,$p, my_("Possible file upload attack"));
}
}
$filename = $_FILES['userfile']['tmp_name'];
if (empty($descrip)) {
$formerror .= my_("Filename must have a description - uploaded aborted")."\n";
}
else {
// try to move file
if (is_dir(UPLOADDIRECTORY) && is_writable(UPLOADDIRECTORY) &&
move_uploaded_file($filename, UPLOADDIRECTORY."/".basename($filename))) {
// move successful, now update files array and save to dbf
$files[] = array("name"=>$_FILES['userfile']['name'],
"size"=>$_FILES['userfile']['size'],
"date"=>date("F j, Y, g:i a"),
"descrip"=>$descrip,
"tmp_name"=>basename($_FILES['userfile']['tmp_name']));
$ds->DbfTransactionStart();
// add serialized info from file upload
$ds->ds->Execute("UPDATE ipaddradd
SET infobin=".$ds->ds->qstr(serialize($files))."
WHERE baseindex=$baseindex AND
ipaddr=$ip");
// this generates a "duplicate key" error if no update
// should be OK under normal circumstances, but generates error under
// debug mode turned on
if ($ds->ds->Affected_Rows() == 0) {
$ds->ds->Execute("INSERT INTO ipaddradd
(infobin, baseindex, ipaddr)
VALUES
(".$ds->ds->qstr(serialize($files)).",
$baseindex,
$ip)");
}
$ds->AuditLog(array("event"=>140, "action"=>"upload file",
"ip"=>$iptemp, "user"=>getAuthUsername(), "baseindex"=>$baseindex,
"filename"=>$_FILES['userfile']['name']));
$ds->DbfTransactionEnd();
}
else {
$formerror .= my_("File could not be moved to upload location - upload failed probably due to directory permission problem")."\n";
}
}
}
else if ($action=="filedelete") {
// use basename again - just incase somebody tampered with array?
if (is_file(UPLOADDIRECTORY."/".basename($files[$ind]["tmp_name"])) &&
unlink(UPLOADDIRECTORY."/".basename($files[$ind]["tmp_name"]))) {
$ds->DbfTransactionStart();
$filename=$files[$ind]["name"];
unset($files[$ind]);
// last file deleted, clear array
if (empty($files)) {
$files=""; // so that array test fails?
//unset($files);
}
// add serialized info after file deteled
$ds->ds->Execute("UPDATE ipaddradd
SET infobin=".$ds->ds->qstr(empty($files) ? "" : serialize($files))."
WHERE baseindex=$baseindex AND
ipaddr=$ip") and
$ds->AuditLog(array("event"=>141, "action"=>"delete file",
"ip"=>$iptemp, "user"=>getAuthUsername(), "baseindex"=>$baseindex,
"filename"=>$filename));
$ds->DbfTransactionEnd();
}
else {
$formerror .= my_("File could not be deleted - delete failed probably due to directory permission problem")."\n";
}
}
else if ($action=="filedownload") {
// use basename again - just incase somebody tampered with array?
if (is_readable(UPLOADDIRECTORY."/".basename($files[$ind]["tmp_name"]))) {
$ds->DbfTransactionStart();
$ds->AuditLog(array("event"=>142, "action"=>"download file",
"ip"=>$iptemp, "user"=>getAuthUsername(), "baseindex"=>$baseindex,
"tmpname"=>$files[$ind]["tmp_name"],
"filename"=>$files[$ind]["name"]));
$ds->DbfTransactionEnd();
// force file download due to bad mime type
header("Content-Description: File Transfer");
header("Content-Type: application/force-download");
header("Content-Type: application/octet-stream");
header("Content-Length: ".$files[$ind]["size"]);
header("Content-Transfer-Encoding: binary");
header("Content-Disposition: attachment; filename=".$files[$ind]["name"].";");
readfile(UPLOADDIRECTORY."/".($files[$ind]["tmp_name"]));
exit;
}
else {
$formerror .= my_("File could not be downloaded - download failed probably due to directory permission problem")."\n";
}
}
// save md5str for check in displaysubnet.php to see if info has
// been modified since start of edit
$md5str=$ds->GetMD5($ip, $baseindex);
myError($w,$p, $formerror, FALSE);
insert($w,block("<h3>"));
insert($w,textbr(my_("Customer/autonomous system description:")." ".$ds->GetCustomerDescrip($cust)));
insert($w,text(my_("Subnet:")." ".
inet_ntoa($baseaddr)." ".my_("Mask:")." ".
inet_ntoa(inet_aton(ALLNETS)+1 -
$subnetsize)."/".inet_bits($subnetsize)));
insert($w,block("<small>"));
if (isset($_SERVER['HTTP_REFERER']) and stristr($_SERVER['HTTP_REFERER'], "displaysubnet.php")) {
insert($w,anchor($_SERVER['HTTP_REFERER'], my_("Back to subnet")));
}
insert($w,block("</small>"));
insert($w,textbr());
insert($w,text(my_("Description:")." ".$netdescrip));
insert($w,block("<small>"));
insert($w,anchor("modifybase.php?cust=$cust&descrip=".urlencode($netdescrip),my_("Delete/Edit/Modify/Split/Join Subnet")));
insert($w,block("</small>"));
insert($w,block("</h3>"));
// ------------------- request ip address section starts here ------------------------
requestip($p, $w, $ds, $cust);
function jsAddSlashes($str) {
$pattern = array(
"/\"/" ,
"/\'/" , "/&/" , "/</" , "/>/"
);
$replace = array(
"\\\"" ,
"\\'" , "\\x26" , "\\x3C" , "\\x3E"
);
return preg_replace($pattern, $replace, $str);
}
function requestip(&$p, &$w, $ds, $cust) {
// get all request records
$sqllastmod = $ds->ds->SQLDate("M d Y H:i:s", 'lastmod');
$result=$ds->ds->Execute("SELECT requestindex, requestdesc, userinf, location, telno,
descrip, hname, macaddr, $sqllastmod AS lastmod, info
FROM requestip
WHERE customer=$cust");
// emulate for databases that do not have RecordCount
// not records, do nothing
if (!$result->PO_RecordCount("requestip", "customer=$cust")) {
return;
}
// if a specific network template exists, use that, else use generic template
$savtemplate=new IPplanIPTemplate("iptemplate", $cust);
$err=$savtemplate->is_error();
$lst=array();
$jsarr="";
$lst["0"]="No request";
$cnt=0;
while($row=$result->FetchRow()) {
$template=$savtemplate; // reset template - additional fields could have been added
$col=$row["requestindex"];
$lst["$col"]=$row["requestdesc"];
$jsarr.=" dbf[$col]=new Array();\n";
$jsarr.=" dbf[$col][1]=\"".jsAddSlashes($row["userinf"])."\";\n";
$jsarr.=" dbf[$col][2]=\"".jsAddSlashes($row["location"])."\";\n";
$jsarr.=" dbf[$col][3]=\"".jsAddSlashes($row["descrip"])."\";\n";
$jsarr.=" dbf[$col][4]=\"".jsAddSlashes($row["hname"])."\";\n";
$jsarr.=" dbf[$col][5]=\"".jsAddSlashes($row["telno"])."\";\n";
$jsarr.=" dbf[$col][6]=\"".jsAddSlashes(substr(chunk_split($row["macaddr"], 2, ':'), 0, -1))."\";\n";
// no template error
if (!$err) {
$template->Update($template->decode($row["info"]));
$cnt2=ADD_INFO;
$jsset="";
foreach($template->userfld as $arr) {
$jsarr.=" dbf[$col][$cnt2]=\"".jsAddSlashes(preg_replace('/(\r\n)|\n|\r/m', '\n',
isset($arr["value"]) ? $arr["value"] : "" ))."\";\n";
$jsset.=" parent.document.MODIFY.elements[$cnt2].value=dbf[idx][$cnt2];\n";
$cnt2++;
}
}
$cnt++;
}
insert($p, script('
function modifyipform() {
dbf=new Array();
'.$jsarr.'
idx=document.REQUESTIP.request.value;
document.MODIFY.request.value=idx;
if ((idx) == 0) return;
document.MODIFY.user.value=dbf[idx][1];
document.MODIFY.location.value=dbf[idx][2];
document.MODIFY.descrip.value=dbf[idx][3];
document.MODIFY.hname.value=dbf[idx][4];
document.MODIFY.telno.value=dbf[idx][5];
document.MODIFY.macaddr.value=dbf[idx][6];
'.$jsset.'
} ', array("language"=>"JavaScript", "type"=>"text/javascript")));
insert($w, $f = form(array("name"=>"REQUESTIP",
"method"=>"get",
"action"=>$_SERVER["PHP_SELF"])));
insert($f, $con=container("fieldset",array("class"=>"fieldset")));
insert($con, $legend=container("legend",array("class"=>"legend")));
insert($legend, text(my_("Requested addresses")));
insert($con,selectbox($lst,
array("name"=>"request", "onChange"=>"modifyipform()")));
}
// ------------------- request ip address section ends here ------------------------
// ------------------- support functions block start here ------------------------
insert($w,textB(my_("IP Address to modify:")." ".$iptemp));
// scan the new address to see if it is currently active
if ($probe or $ipplanPoll) {
if (NMAP != "") {
$ipscan = NmapScan(NmapRange($iptemp, $iptemp));
if (!empty($ipscan)) {
insert($w,text(my_(" (Address active on network) "),
array("color"=>"#FF0000")));
}
}
else {
if (ScanHost($iptemp, 1)) {
insert($w,text(my_(" (Address active on network) "),
array("color"=>"#FF0000")));
}
}
}
insert($w,block(" | "));
insert($w,anchor("whois.php?lookup=".$iptemp,
my_("Whois")));
insert($w,block(" | "));
// dont bother checking for safe mode as error will be thrown in called scripts
//if (!ini_get("safe_mode")) {
insert($w,anchor("ping.php?lookup=".$iptemp,
my_("Ping")));
insert($w,block(" | "));
insert($w,anchor("traceroute.php?lookup=".$iptemp,
my_("Traceroute")));
insert($w,block(" | "));
//}
insert($w,anchor("dns.php?ip=".$iptemp,
my_("DNS")));
insert($w,block(" | "));
insert($w,anchor("modifyipform.php?ip=".$ip.
"&baseindex=".$baseindex."&block=".$block.
"&updatedescrip=1",
my_("Update hostname from DNS")));
if (extension_loaded("snmp")) {
insert($w,block(" | "));
insert($w,anchor("modifyipform.php?ip=".$ip.
"&baseindex=".$baseindex."&block=".$block.
"&updatedescrip=2",
my_("Query device info via SNMP")));
}
insert($w,generic("p"));
// start form for delete - to be completed later
$settings=array("name"=>"DELETE",
"method"=>"post",
"action"=>"displaysubnet.php");
if ($ipplanParanoid)
$settings["onsubmit"]="return confirm('".my_("Are you sure?")."')";
insert($w, $fdel = form($settings));
// end of delete form
// ------------------- support functions block ends here ------------------------
// ------------------- user information block starts here ------------------------
insert($w,generic("p"));
// start form for modify
insert($w, $f = form(array("name"=>"MODIFY",
"method"=>"post",
"action"=>"displaysubnet.php")));
$userinf=isset($row["userinf"]) ? $row["userinf"] : "";
$location=isset($row["location"]) ? $row["location"] : "";
$descrip=isset($row["descrip"]) ? $row["descrip"] : "";
$hname=isset($row["hname"]) ? $row["hname"] : "";
$telno=isset($row["telno"]) ? $row["telno"] : "";
$macaddr=isset($row["macaddr"]) ? $row["macaddr"] : "";
// format macaddr with :'s
$macaddr=substr(chunk_split($macaddr, 2, ':'), 0, -1);
// check if userinf field has an encoded linked address in format of LNKx.x.x.x
// where x.x.x.x is an ip address
$lnk="";
if (preg_match("/^LNK[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}/", $userinf)) {
list($lnk, $userinf) = preg_split("/[\s]+/", $userinf, 2);
$lnk=substr($lnk, 3);
}
// rowadd could be empty if looking for next available address
$dbfinfo=isset($rowadd["info"]) ? $rowadd["info"] : "";
if ($updatedescrip==1) {
$dnsdescrip=gethostbyaddr($iptemp);
if ($dnsdescrip != $iptemp) {
$hname=$dnsdescrip;
}
} else if ($updatedescrip==2) {
$community=(SNMP_COMMUNITY=="") ? "public" : SNMP_COMMUNITY;
// snmpget returns false on error, substr in if would break logic
if ($userinf = @snmpget($iptemp, $community, ".1.3.6.1.2.1.1.4.0")) {
if (strpos(strtoupper(PHP_OS),'WIN') !== false) {
$snmpoffset=0; // no offset for Windows
}
else {
$snmpoffset=8;
}
$userinf = substr($userinf, $snmpoffset);
// only query others if first query was a success
$descrip = substr(@snmpget($iptemp, $community, ".1.3.6.1.2.1.1.1.0"),$snmpoffset);
$hname = substr(@snmpget($iptemp, $community, ".1.3.6.1.2.1.1.5.0"),$snmpoffset);
$location = substr(@snmpget($iptemp, $community, ".1.3.6.1.2.1.1.6.0"),$snmpoffset);
// get the interface table while we are at it and check the subnet
// mask - could be multiple interfaces on router
// array contains ip address as key and mask as value
$interfaces = snmpwalkoid($iptemp, $community, ".1.3.6.1.2.1.4.20.1.3");
foreach($interfaces as $key => $value) {
if (strstr($key, $iptemp)) {
// found exact match of interface - compare mask
if (!strstr($value, inet_ntoa(inet_aton(ALLNETS)+1 - $subnetsize))) {
insert($f,textbr());
myError($f,$p, my_("The subnet mask configured on the device appears to be incorrect!")."\n", FALSE);
}
break;
}
}
}
else {
// reset failed query to original value
$userinf=$row["userinf"];
}
}
// user section starts here
myFocus($p, "MODIFY", "user");
insert($f, $con=container("fieldset",array("class"=>"fieldset")));
insert($con, $legend=container("legend",array("class"=>"legend")));
insert($legend, text(my_("User information")));
insert($con,textbr(my_("User")));
insert($con,input_text(array("name"=>"user",
"value"=>$userinf,
"size"=>"80",
"maxlength"=>"80")));
insert($con,block(" <a href='#' onclick='MODIFY.user.value=\"".
DHCPRESERVED."\";'>".my_("DHCP address")."</a>"));
insert($con,textbrbr(my_("Location")));
insert($con,input_text(array("name"=>"location",
"value"=>$location,
"size"=>"80",
"maxlength"=>"80")));
insert($con,textbrbr(my_("Device description")));
insert($con,input_text(array("name"=>"descrip",
"value"=>$descrip,
"size"=>"80",
"maxlength"=>"80")));
insert($con,textbrbr(my_("Device hostname")));
insert($con,input_text(array("name"=>"hname",
"value"=>$hname,
"size"=>"80",
"maxlength"=>"100")));
insert($con,textbrbr(my_("Telephone number")));
insert($con,input_text(array("name"=>"telno",
"value"=>$telno,
"size"=>"15",
"maxlength"=>"15")));
insert($con,textbrbr(my_("MAC address")));
insert($con,input_text(array("name"=>"macaddr",
"value"=>$macaddr,
"size"=>"17",
"maxlength"=>"17")));
insert($con,textbrbr(my_("Linked address")));
insert($con,span(my_("Link this address by pointing it to another address - useful for NAT definitions"),
array("class"=>"textSmall")));
insert($con,input_text(array("name"=>"lnk",
"value"=>$lnk,
"size"=>"15",
"maxlength"=>"15")));
insert($con,anchor("JavaScript:follow()",
my_("Go to address")));
//insert($con,anchor("JavaScript:printDOMTree(document.getElementById('framediv'));",
// my_("Test")));
// add some javascript magic to follow a link if field is completed
insert($w, script('
function empty(x) {
if (x.length > 0) return false;
else return true;
}
function follow() {
if (empty(document.MODIFY.lnk.value)) return;
document.DUMMY.ipaddr.value=document.MODIFY.lnk.value;
document.DUMMY.submit();
}
', array("language"=>"JavaScript", "type"=>"text/javascript")));
// ------------------- user information block ends here ------------------------
// -------------------- template section starts here ---------------------------
// if a specific network template exists, use that, else use generic template
$template=new IPplanIPTemplate("iptemplate", $cust, !TestBaseAddr($ip, $subnetsize));
if ($template->is_error() == FALSE) {
//insert($f,block("<hr>"));
insert($f, $con=container("fieldset",array("class"=>"fieldset")));
insert($con, $legend=container("legend",array("class"=>"legend")));
insert($legend, text(my_("Additional information")));
//insert($f,textbr(my_("Additional information"), array("b"=>1)));
$template->Merge($template->decode($dbfinfo));
$template->DisplayTemplate($con);
}
// -------------------- template section ends here ---------------------------
insert($con,hidden(array("name"=>"baseindex",
"value"=>"$baseindex")));
insert($con,hidden(array("name"=>"ip",
"value"=>"$ip")));
insert($con,hidden(array("name"=>"subnetsize",
"value"=>"$subnetsize")));
insert($con,hidden(array("name"=>"block",
"value"=>"$block")));
insert($con,hidden(array("name"=>"search",
"value"=>"$search")));
insert($con,hidden(array("name"=>"expr",
"value"=>"$expr")));
insert($con,hidden(array("name"=>"md5str",
"value"=>"$md5str")));
insert($con,hidden(array("name"=>"close",
"value"=>"$close")));
// from the requestip - this will be the index to delete from the request
// table
insert($con,hidden(array("name"=>"request",
"value"=>"0")));
insert($f,generic("br"));
insert($f,submit(array("value"=>my_("Submit"))));
insert($f,freset(array("value"=>my_("Clear"))));
myCopyPaste($f, "ipplanCPip", "MODIFY");
// --------------------------- start of upload section ----------------------------
insert($w, $f = form(array("method"=>"post",
"enctype"=>"multipart/form-data",
"action"=>$_SERVER["PHP_SELF"]."?baseindex=$baseindex&ip=$ip&block=$block")));
insert($f, $con=container("fieldset",array("class"=>"fieldset")));
insert($con, $legend=container("legend",array("class"=>"legend")));
insert($legend, text(my_("Upload files")));
//insert($f,block("<hr>"));
//insert($f,textbr(my_("Upload files"), array("b"=>1)));
//insert($f,block("<p>"));
// files have been uploaded previously - $files array has been initialize
// earlier
if (is_array($files)) {
insert($con,$t = table(array("cols"=>"5",
"cellspacing"=>"1",
"class"=>"outputtable")));
// draw heading
setdefault("cell",array("class"=>"heading"));
insert($t,$c = cell());
insert($c,text(my_("Filename")));
insert($t,$c = cell());
insert($c,text(my_("Description")));
insert($t,$c = cell());
insert($c,text(my_("Size")));
insert($t,$c = cell());
insert($c,text(my_("Date")));
insert($t,$c = cell());
insert($c,text(my_("Action")));
foreach($files as $key => $value) {
setdefault("cell",array("class"=>color_flip_flop()));
insert($t,$c = cell());
insert($c,text($files[$key]["name"]));
insert($t,$c = cell());
insert($c,text($files[$key]["descrip"]));
insert($t,$c = cell());
insert($c,text($files[$key]["size"]));
insert($t,$c = cell());
insert($c,text($files[$key]["date"]));
insert($t,$c = cell());
insert($c,block("<small>"));
insert($c,anchor($_SERVER["PHP_SELF"]."?baseindex=$baseindex&ip=$ip&block=$block&action=filedelete&ind=$key",
my_("Delete file")));
insert($c,block("</small>"));
insert($c,block(" | "));
insert($c,block("<small>"));
insert($c,anchor($_SERVER["PHP_SELF"]."?baseindex=$baseindex&ip=$ip&block=$block&action=filedownload&ind=$key",
my_("Download file")));
insert($c,block("</small>"));
}
}
insert($con,textbr(my_("Filename description")));
insert($con,input_text(array("name"=>"descrip",
"size"=>"80",
"maxlength"=>"80")));
insert($con,textbrbr(my_("File name")));
insert($con,hidden(array("name"=>"MAX_FILE_SIZE",
"value"=>MAXUPLOADSIZE)));
insert($con,inputfile(array("name"=>"userfile")));
insert($con,hidden(array("name"=>"action",
"value"=>"fileupload")));
insert($con,hidden(array("name"=>"md5str",
"value"=>"$md5str")));
insert($con,submit(array("value"=>my_("Upload file"))));
// --------------------------- end of upload section ----------------------------
// complete delete form - created earlier
insert($fdel,hidden(array("name"=>"baseindex",
"value"=>"$baseindex")));
insert($fdel,hidden(array("name"=>"ip",
"value"=>"$ip")));
insert($fdel,hidden(array("name"=>"subnetsize",
"value"=>"$subnetsize")));
insert($fdel,hidden(array("name"=>"action",
"value"=>"delete")));
insert($fdel,hidden(array("name"=>"block",
"value"=>"$block")));
insert($fdel,hidden(array("name"=>"search",
"value"=>"$search")));
insert($fdel,hidden(array("name"=>"expr",
"value"=>"$expr")));
insert($fdel,hidden(array("name"=>"md5str",
"value"=>"$md5str")));
insert($fdel,hidden(array("name"=>"close",
"value"=>"$close")));
insert($fdel,submit(array("value"=>my_("Delete record"))));
insert($fdel,text(my_("WARNING: Deleting an entry does not preserve the last modified information as the record is completely removed from the database to conserve space. ")));
if (is_array($files)) {
myError($fdel,$p, my_("Deleting this record will delete all associated uploaded files!")."\n", FALSE);
}
// end of delete form
// dummy form for "follow" function
$settings=array("name"=>"DUMMY",
"method"=>"get",
"action"=>"displaybase.php");
insert($w, $f = form($settings));
insert($f,hidden(array("name"=>"ipaddr",
"value"=>$lnk)));
insert($f,hidden(array("name"=>"cust",
"value"=>$cust)));
insert($f,hidden(array("name"=>"searchin",
"value"=>"1")));
insert($f,hidden(array("name"=>"jump",
"value"=>"1")));
// create the export view form
$export = new exportForm();
$export->addRow(array("user", "location", "description", "hostname", "telephone", "mac_addr", "linked_addr"));
$export->saveRow();
$export->addRow(array($userinf, $location, $descrip, $hname, $telno, $macaddr, $lnk));
$export->saveRow();
$export->setInfo(array(array("subnet_ID", "subnet_addr", "subnet_mask", "subnet_description", "ip_address"),
array($baseindex, inet_ntoa($baseaddr), (inet_ntoa(inet_aton(ALLNETS)+1 - $subnetsize)."/".inet_bits($subnetsize)), $netdescrip, $ip)));
$export->createExportForm($w, $template);
printhtml($p);
?>
|