testing changes
@ -3,7 +3,9 @@
|
||||
include "./config.php";
|
||||
require_once "../src/D2Functions.php";
|
||||
require_once '../src/D2ItemData.php';
|
||||
require_once '../src/D2ItemDesc.php';
|
||||
$idata = new D2ItemData();
|
||||
$idesc = new D2ItemDesc();
|
||||
/*
|
||||
|
||||
Copyright (C) 2021 Hash Borgir
|
||||
@ -149,18 +151,42 @@ if ($cmd == 'search') {
|
||||
/*
|
||||
* @cmd = getString
|
||||
*
|
||||
*
|
||||
* @arg = property, par, min, max
|
||||
*
|
||||
*
|
||||
*/
|
||||
if ($cmd == 'getString') {
|
||||
|
||||
|
||||
$prop = $_GET['prop'];
|
||||
|
||||
$sql = "SELECT stat1,stat2,stat3,stat4,stat5,stat6,stat7 FROM `properties` WHERE `code` = '$prop'";
|
||||
$stat = array_filter(PDO_FetchRow($sql));
|
||||
|
||||
$s = array_filter(getIscStrings($stat['stat1']));
|
||||
$s = array_filter($idata->getIscStrings($stat['stat1']));
|
||||
|
||||
// now combine isc strings with par, min, max
|
||||
|
||||
$params = array_merge($_GET, $s);
|
||||
|
||||
|
||||
$return = $idesc->getDesc($params);
|
||||
|
||||
/*
|
||||
* This goes into D2ItemDesc->getDesc();
|
||||
*
|
||||
$s1 = $params['string1'];
|
||||
$s2 = $params['string2'];
|
||||
$prop = $params['prop'];
|
||||
$par = $params['par'];
|
||||
$min = (int) $params['min'];
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
header('Content-Type: application/json');
|
||||
echo json_encode($s, JSON_INVALID_UTF8_IGNORE);
|
||||
echo json_encode($return, JSON_INVALID_UTF8_IGNORE);
|
||||
}
|
9463
docs/Ironman/uniqueitems.html
Normal file → Executable file
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 229 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 228 B |
Before Width: | Height: | Size: 549 B |
Before Width: | Height: | Size: 417 B |
Before Width: | Height: | Size: 505 B |
Before Width: | Height: | Size: 568 B |
Before Width: | Height: | Size: 589 B |
Before Width: | Height: | Size: 546 B |
Before Width: | Height: | Size: 564 B |
Before Width: | Height: | Size: 527 B |
Before Width: | Height: | Size: 576 B |
Before Width: | Height: | Size: 579 B |
Before Width: | Height: | Size: 565 B |
Before Width: | Height: | Size: 575 B |
Before Width: | Height: | Size: 428 B |
Before Width: | Height: | Size: 451 B |
Before Width: | Height: | Size: 475 B |
Before Width: | Height: | Size: 487 B |
Before Width: | Height: | Size: 528 B |
Before Width: | Height: | Size: 486 B |
Before Width: | Height: | Size: 548 B |
Before Width: | Height: | Size: 487 B |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 461 B |
Before Width: | Height: | Size: 567 B |
Before Width: | Height: | Size: 637 B |
Before Width: | Height: | Size: 694 B |
Before Width: | Height: | Size: 667 B |
Before Width: | Height: | Size: 684 B |
Before Width: | Height: | Size: 644 B |
Before Width: | Height: | Size: 704 B |
Before Width: | Height: | Size: 709 B |
Before Width: | Height: | Size: 671 B |
Before Width: | Height: | Size: 715 B |
Before Width: | Height: | Size: 486 B |
Before Width: | Height: | Size: 504 B |
Before Width: | Height: | Size: 536 B |
Before Width: | Height: | Size: 575 B |
Before Width: | Height: | Size: 593 B |
Before Width: | Height: | Size: 568 B |
Before Width: | Height: | Size: 627 B |
Before Width: | Height: | Size: 562 B |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 863 B |
Before Width: | Height: | Size: 473 B |
Before Width: | Height: | Size: 599 B |
Before Width: | Height: | Size: 640 B |
Before Width: | Height: | Size: 667 B |
Before Width: | Height: | Size: 630 B |
Before Width: | Height: | Size: 651 B |
Before Width: | Height: | Size: 653 B |
Before Width: | Height: | Size: 697 B |
Before Width: | Height: | Size: 699 B |
Before Width: | Height: | Size: 660 B |
Before Width: | Height: | Size: 676 B |
Before Width: | Height: | Size: 502 B |
Before Width: | Height: | Size: 533 B |
Before Width: | Height: | Size: 526 B |
Before Width: | Height: | Size: 558 B |
Before Width: | Height: | Size: 579 B |