//
{$_SESSION['modname']} Unique Items
//
Auto generated with D2Modder by Hash Casper
//
//EOT;
//
// $htmlbottom = <<
//
//
//EOT;
// $htmlFinal = $htmltop;
//
// //echo $htmltop;
//
// $dir = getcwd()."/docs/{$_SESSION['modname']}";
//
// mkdir($dir, 0777, true);
// for each unique item index, now grab the whole row
foreach ($uIndex as $u) {
//$items[] = $idata->uniqueItems($u['index'], true);
//var_dump($u['index']);
$item = $idata->uniqueItems($u['index'], true);
//
//
//
echo ($item['index']) . "\n";
ob_flush();
//
// //index
// $props = "{$item['index']}";
//
// //type
// $props .= "{$item["*type"]}";
//
// //level
// $props .= "Level: {$item["lvl"]}";
//
// //lvlreq
// $props .= "Level Required: {$item["lvl req"]}";
//
// //code
// $props .= "Item Code: {$item["code"]}";
//
// //reqstr
// if ($item["reqstr"]) {
// $props .= "{$item["reqstr"]}";
// }
// //reqdex
// if ($item["reqdex"]) {
// $props .= "{$item["reqdex"]}";
// }
// //sock
// if ($item["gemsockets"] && $item["gemsockets"] > 6) {
// $item["gemsockets"] = 6;
// $props .= "{$item["gemsockets"]}";
// }
//
//
// foreach ($item['props'] as $prop) {
// if ($prop['string'][0]) {
// $props .= "{$prop['string'][0]}";
// }
// }
//
// $itemBoxTop = <<
//
//
//
//
//
//EOT;
//
// $itemBoxBottom = <<
//
//
//
//
//EOT;
// $itemFull .= $itemBoxTop . $props . $itemBoxBottom;
//// echo $itemFull;
//// ob_flush();
//
// $htmlFinal .= $itemFull;
}// end loop
// $htmlFinal .= $htmlbottom;
//file_put_contents("$dir/uniqueitems.html", $htmlFinal);
//header("Location: /docs/{$_SESSION['modname']}/uniqueitems.html");
}