<?php
session_start();
ob_start();
?>
<?php
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Always modified
header("Cache-Control: private, no-store, no-cache, must-revalidate"); // HTTP/1.1
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache"); // HTTP/1.0
?>
<?php include ("../ewconfig.php") ?>
<?php include ("../db.php") ?>
<?php include ("chklist_bstinfo.php") ?>
<?php include ("../advsecu.php") ?>
<?php include ("../phpmkrfn.php") ?>
<?php
if (!IsLoggedIn() && (@$_COOKIE[ewCookieAutoLogin] == "autologin" && @$_COOKIE[ewCookiePassword] <> "")) {
ob_end_clean();
header("Location: ../login.php");
exit();
}
LoadUserLevel();
$ewCurSec = (IsLoggedIn())? CurrentUserLevelPriv("chklist_bst") : GetAnonymousPriv("chklist_bst");
if (($ewCurSec & ewAllowAdd) <> ewAllowAdd) {
ob_end_clean();
header("Location: ../MyProfile.php");
exit();
}
?>
<?php
// Load key from QueryString
$bCopy = true;
$x_bst_name = @$_GET["bst_name"];
if (($x_bst_name == "") || (is_null($x_bst_name))) $bCopy = false;
// Get action
$sAction = @$_POST["a_add"];
if (($sAction == "") || ((is_null($sAction)))) {
if ($bCopy) {
$sAction = "C"; // Copy record
} else {
$sAction = "I"; // Display blank record
}
} else {
// Get fields from form
$x_bst_name = @$_POST["x_bst_name"];
$x_step001 = @$_POST["x_step001"];
$x_step002 = @$_POST["x_step002"];
$x_step003 = @$_POST["x_step003"];
$x_step004 = @$_POST["x_step004"];
$x_step005 = @$_POST["x_step005"];
$x_step006 = @$_POST["x_step006"];
$x_step007 = @$_POST["x_step007"];
$x_step008 = @$_POST["x_step008"];
$x_step009 = @$_POST["x_step009"];
$x_step010 = @$_POST["x_step010"];
$x_step011 = @$_POST["x_step011"];
$x_step012 = @$_POST["x_step012"];
$x_step013 = @$_POST["x_step013"];
$x_step014 = @$_POST["x_step014"];
$x_step015 = @$_POST["x_step015"];
$x_step016 = @$_POST["x_step016"];
$x_step017 = @$_POST["x_step017"];
$x_step018 = @$_POST["x_step018"];
$x_step019 = @$_POST["x_step019"];
$x_step020 = @$_POST["x_step020"];
$x_step021 = @$_POST["x_step021"];
$x_step022 = @$_POST["x_step022"];
$x_step023 = @$_POST["x_step023"];
$x_step024 = @$_POST["x_step024"];
$x_step025 = @$_POST["x_step025"];
$x_step026 = @$_POST["x_step026"];
$x_step027 = @$_POST["x_step027"];
$x_step028 = @$_POST["x_step028"];
$x_step029 = @$_POST["x_step029"];
$x_step030 = @$_POST["x_step030"];
$x_step031 = @$_POST["x_step031"];
$x_step032 = @$_POST["x_step032"];
$x_step033 = @$_POST["x_step033"];
$x_step034 = @$_POST["x_step034"];
$x_step035 = @$_POST["x_step035"];
$x_step036 = @$_POST["x_step036"];
$x_step037 = @$_POST["x_step037"];
$x_step038 = @$_POST["x_step038"];
$x_step039 = @$_POST["x_step039"];
$x_step040 = @$_POST["x_step040"];
$x_step041 = @$_POST["x_step041"];
$x_step042 = @$_POST["x_step042"];
$x_step043 = @$_POST["x_step043"];
$x_step044 = @$_POST["x_step044"];
$x_step045 = @$_POST["x_step045"];
$x_step046 = @$_POST["x_step046"];
$x_step047 = @$_POST["x_step047"];
$x_step048 = @$_POST["x_step048"];
$x_step049 = @$_POST["x_step049"];
$x_step050 = @$_POST["x_step050"];
$x_step051 = @$_POST["x_step051"];
$x_step052 = @$_POST["x_step052"];
$x_step053 = @$_POST["x_step053"];
$x_step054 = @$_POST["x_step054"];
$x_step055 = @$_POST["x_step055"];
$x_step056 = @$_POST["x_step056"];
$x_step057 = @$_POST["x_step057"];
$x_step058 = @$_POST["x_step058"];
$x_step059 = @$_POST["x_step059"];
$x_step060 = @$_POST["x_step060"];
$x_step061 = @$_POST["x_step061"];
$x_step062 = @$_POST["x_step062"];
$x_step063 = @$_POST["x_step063"];
$x_step064 = @$_POST["x_step064"];
$x_step065 = @$_POST["x_step065"];
$x_step066 = @$_POST["x_step066"];
$x_step067 = @$_POST["x_step067"];
$x_step068 = @$_POST["x_step068"];
$x_step069 = @$_POST["x_step069"];
$x_step070 = @$_POST["x_step070"];
$x_step071 = @$_POST["x_step071"];
$x_step072 = @$_POST["x_step072"];
$x_step073 = @$_POST["x_step073"];
$x_step074 = @$_POST["x_step074"];
$x_step075 = @$_POST["x_step075"];
$x_step076 = @$_POST["x_step076"];
$x_step077 = @$_POST["x_step077"];
$x_step078 = @$_POST["x_step078"];
$x_step079 = @$_POST["x_step079"];
$x_step080 = @$_POST["x_step080"];
$x_step081 = @$_POST["x_step081"];
$x_step082 = @$_POST["x_step082"];
$x_step083 = @$_POST["x_step083"];
$x_step084 = @$_POST["x_step084"];
$x_step085 = @$_POST["x_step085"];
$x_step086 = @$_POST["x_step086"];
$x_step087 = @$_POST["x_step087"];
$x_step088 = @$_POST["x_step088"];
$x_step089 = @$_POST["x_step089"];
$x_step090 = @$_POST["x_step090"];
$x_step091 = @$_POST["x_step091"];
$x_step092 = @$_POST["x_step092"];
$x_step093 = @$_POST["x_step093"];
$x_step094 = @$_POST["x_step094"];
$x_step095 = @$_POST["x_step095"];
$x_step096 = @$_POST["x_step096"];
$x_step097 = @$_POST["x_step097"];
$x_step098 = @$_POST["x_step098"];
$x_step099 = @$_POST["x_step099"];
$x_step100 = @$_POST["x_step100"];
$x_step101 = @$_POST["x_step101"];
$x_step102 = @$_POST["x_step102"];
$x_step103 = @$_POST["x_step103"];
$x_step104 = @$_POST["x_step104"];
$x_step105 = @$_POST["x_step105"];
$x_step106 = @$_POST["x_step106"];
$x_step107 = @$_POST["x_step107"];
$x_step108 = @$_POST["x_step108"];
$x_step109 = @$_POST["x_step109"];
$x_step110 = @$_POST["x_step110"];
$x_step111 = @$_POST["x_step111"];
$x_step112 = @$_POST["x_step112"];
$x_step113 = @$_POST["x_step113"];
$x_step114 = @$_POST["x_step114"];
$x_step115 = @$_POST["x_step115"];
$x_step116 = @$_POST["x_step116"];
$x_step117 = @$_POST["x_step117"];
$x_step118 = @$_POST["x_step118"];
$x_step119 = @$_POST["x_step119"];
$x_step120 = @$_POST["x_step120"];
$x_step121 = @$_POST["x_step121"];
$x_step122 = @$_POST["x_step122"];
$x_step123 = @$_POST["x_step123"];
$x_step124 = @$_POST["x_step124"];
$x_step125 = @$_POST["x_step125"];
$x_step126 = @$_POST["x_step126"];
$x_step127 = @$_POST["x_step127"];
$x_step128 = @$_POST["x_step128"];
$x_step129 = @$_POST["x_step129"];
$x_step130 = @$_POST["x_step130"];
$x_step131 = @$_POST["x_step131"];
$x_step132 = @$_POST["x_step132"];
$x_step133 = @$_POST["x_step133"];
$x_step134 = @$_POST["x_step134"];
$x_step135 = @$_POST["x_step135"];
$x_step136 = @$_POST["x_step136"];
$x_step137 = @$_POST["x_step137"];
$x_step138 = @$_POST["x_step138"];
$x_step139 = @$_POST["x_step139"];
$x_step140 = @$_POST["x_step140"];
$x_step141 = @$_POST["x_step141"];
$x_step142 = @$_POST["x_step142"];
$x_step143 = @$_POST["x_step143"];
$x_step144 = @$_POST["x_step144"];
$x_step145 = @$_POST["x_step145"];
$x_step146 = @$_POST["x_step146"];
$x_step147 = @$_POST["x_step147"];
$x_step148 = @$_POST["x_step148"];
$x_step149 = @$_POST["x_step149"];
$x_step150 = @$_POST["x_step150"];
$x_step151 = @$_POST["x_step151"];
$x_step152 = @$_POST["x_step152"];
$x_step153 = @$_POST["x_step153"];
$x_step154 = @$_POST["x_step154"];
$x_step155 = @$_POST["x_step155"];
$x_step156 = @$_POST["x_step156"];
$x_step157 = @$_POST["x_step157"];
$x_step158 = @$_POST["x_step158"];
$x_step159 = @$_POST["x_step159"];
$x_step160 = @$_POST["x_step160"];
$x_step161 = @$_POST["x_step161"];
$x_step162 = @$_POST["x_step162"];
}
$conn = phpmkr_db_connect(HOST, USER, PASS, DB, PORT);
switch ($sAction) {
case "C": // Copy record
if (!LoadData($conn)) { // Load record
$_SESSION[ewSessionMessage] = "No Records Found";
phpmkr_db_close($conn);
ob_end_clean();
header("Location: ../MyProfile.php");
exit();
}
break;
case "A": // Add
if (AddData($conn)) { // Add new record
$_SESSION[ewSessionMessage] = "Beastlord Epic Checklist Added to My Profile";
phpmkr_db_close($conn);
ob_end_clean();
header("Location: ../MyProfile.php");
exit();
}
break;
}
?>
<?php include ("../sources/header_lists.php") ?>
<script type="text/javascript">
<!--
EW_LookupFn = "../ewlookup.php"; // ewlookup file name
EW_AddOptFn = "../ewaddopt.php"; // ewaddopt.php file name
//-->
</script>
<script type="text/javascript" src="../ewp.js"></script>
<script type="text/javascript">
$(document).ready(function(){
function visibleCheck() {
var $this = $(this);
var ul = $this.siblings("ul");
if ($this.is(":checked"))
ul.hide("normal");
else
ul.show("normal");
}
$(":checkbox")
.click(visibleCheck)
.each(visibleCheck);
});
</script>
<p> </p>
<form name="fchklist_bstadd" id="fchklist_bstadd" action="chklist_bstadd.php" method="post">
<input type="hidden" name="a_add" value="A" />
<?php
if (@$_SESSION[ewSessionMessage] <> "") {
?>
<p><div class="ewmsg"><?php echo $_SESSION[ewSessionMessage]; ?></div></p>
<?php
$_SESSION[ewSessionMessage] = ""; // Clear message
}
?>
<span class="chktitle">Beastlord Epic Checklist</span>
<?php $x_bst_name = stripslashes($_SESSION[ewSessionUserName]); ?>
<input type="hidden" id="x_bst_name" name="x_bst_name" value="<?php echo @$x_bst_name; ?>" />
<ul>
<li><input type="checkbox" name="x_step001" value="Y"<?php if ($x_step001 == "Y") { ?> checked<?php } ?> /> Pre-Quest 1.5
<ul>
<li><input type="checkbox" name="x_step002" value="Y"<?php if ($x_step002 == "Y") { ?> checked<?php } ?> /> Part 1 - Begining
<ul>
<li><input type="checkbox" name="x_step003" value="Y"<?php if ($x_step003 == "Y") { ?> checked<?php } ?> />
Talk to Elder Animist Muada (-163, 465, -104 Shar Vahl)
</li>
<li><input type="checkbox" name="x_step004" value="Y"<?php if ($x_step004 == "Y") { ?> checked<?php } ?> />
Kill Shriekers (Loc?? The Deep)
<ul>
<li><input type="checkbox" name="x_step005" value="Y"<?php if ($x_step005 == "Y") { ?> checked<?php } ?> />
Loot Fungal Padding
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step006" value="Y"<?php if ($x_step006 == "Y") { ?> checked<?php } ?> />
Trigger traps to spawn Bolder Fiend, A Stone Beast, Boulder Stonehand (Loc?? The Grey)
<ul>
<li><input type="checkbox" name="x_step007" value="Y"<?php if ($x_step007 == "Y") { ?> checked<?php } ?> />
Loot Perfect Acrylia Ore
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step008" value="Y"<?php if ($x_step008 == "Y") { ?> checked<?php } ?> />
Kill XI Vius, Xi Xaui and Xin Thall Centien (Loc?? Maidens Eye)
<ul>
<li><input type="checkbox" name="x_step009" value="Y"<?php if ($x_step009 == "Y") { ?> checked<?php } ?> />
Loot gem of the void x2
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step010" value="Y"<?php if ($x_step010 == "Y") { ?> checked<?php } ?> />
Locate Weapons Master Rahoul
<ul>
<li><input type="checkbox" name="x_step011" value="Y"<?php if ($x_step011 == "Y") { ?> checked<?php } ?> />
Give the Fungal Padding, Perfect Acrylia Ore, Gem of the Void, and Gem of the Void items to Weapons Master Rahoul
</li>
<li><input type="checkbox" name="x_step012" value="Y"<?php if ($x_step012 == "Y") { ?> checked<?php } ?> />
Follow additional dialog
</li>
<li><input type="checkbox" name="x_step013" value="Y"<?php if ($x_step013 == "Y") { ?> checked<?php } ?> />
Receive Adornments pattern
</li>
<li><input type="checkbox" name="x_step014" value="Y"<?php if ($x_step014 == "Y") { ?> checked<?php } ?> />
Give 2000 pp to Weapons Master Rahoul
<ul>
<li><input type="checkbox" name="x_step015" value="Y"<?php if ($x_step015 == "Y") { ?> checked<?php } ?> />
Receive Plain Beastlord Statuette
</li>
</ul>
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step016" value="Y"<?php if ($x_step016 == "Y") { ?> checked<?php } ?> />
Kill Various Ukuns (Zones in Gates of Discord/Omens of War)
<ul>
<li><input type="checkbox" name="x_step017" value="Y"<?php if ($x_step017 == "Y") { ?> checked<?php } ?> />
Loot Ukun Hide x2
</li>
</ul>
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step018" value="Y"<?php if ($x_step018 == "Y") { ?> checked<?php } ?> /> Part 2 - Construct Statuette
<ul>
<li><input type="checkbox" name="x_step019" value="Y"<?php if ($x_step019 == "Y") { ?> checked<?php } ?> />
Combine in Brew Barrel: Celestial Essence x3 + Jar of Acid (Trivial: 151)
<ul>
<li><input type="checkbox" name="x_step020" value="Y"<?php if ($x_step020 == "Y") { ?> checked<?php } ?> />
Receive Acid Wash
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step021" value="Y"<?php if ($x_step021 == "Y") { ?> checked<?php } ?> />
Buy Large Sewing Kit (Planar sewing kit DOES NOT WORK as a Loom)
</li>
<li><input type="checkbox" name="x_step022" value="Y"<?php if ($x_step022 == "Y") { ?> checked<?php } ?> />
Combine in a Brew Barrel: Ukun hide + Ukun hide + Acid wash (Need 100 Brewing)
<ul>
<li><input type="checkbox" name="x_step023" value="Y"<?php if ($x_step023 == "Y") { ?> checked<?php } ?> />
Receive Tanned ukun leather
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step024" value="Y"<?php if ($x_step024 == "Y") { ?> checked<?php } ?> />
Combine in a Large Sewing Kit: Tanned ukun leather + Adornment Pattern (Need 100 Tailoring)
<ul>
<li><input type="checkbox" name="x_step025" value="Y"<?php if ($x_step025 == "Y") { ?> checked<?php } ?> />
Receive Tassels
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step026" value="Y"<?php if ($x_step026 == "Y") { ?> checked<?php } ?> />
Combine in a Large Sewing Kit: Tassels + the Plain Beastlord Statuette
<ul>
<li><input type="checkbox" name="x_step027" value="Y"<?php if ($x_step027 == "Y") { ?> checked<?php } ?> />
Receive Decorated Statuette of the Feral
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step028" value="Y"<?php if ($x_step028 == "Y") { ?> checked<?php } ?> /> 1.5
<ul>
<li><input type="checkbox" name="x_step029" value="Y"<?php if ($x_step029 == "Y") { ?> checked<?php } ?> />
Part 1 - Helm of the Feral
<ul>
<li><input type="checkbox" name="x_step030" value="Y"<?php if ($x_step030 == "Y") { ?> checked<?php } ?> />
Talk to Elder Animist Muada (Shar Vahl)
</li>
<li><input type="checkbox" name="x_step031" value="Y"<?php if ($x_step031 == "Y") { ?> checked<?php } ?> />
Buy or Loot 3 Blue Diamonds
</li>
<li><input type="checkbox" name="x_step032" value="Y"<?php if ($x_step032 == "Y") { ?> checked<?php } ?> />
Hand 3 Blue Diamonds Unstacked to Savage Lord Hunter (-2644 , +918): Gulf of Gunthak)
<ul>
<li><input type="checkbox" name="x_step033" value="Y"<?php if ($x_step033 == "Y") { ?> checked<?php } ?> />
Receive Taut Leather Swatch
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step034" value="Y"<?php if ($x_step034 == "Y") { ?> checked<?php } ?> />
Kill An Ailing Walrus (Loc?? Sirens Grotto)
<ul>
<li><input type="checkbox" name="x_step035" value="Y"<?php if ($x_step035 == "Y") { ?> checked<?php } ?> />
Loot Wildspirit Tear
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step036" value="Y"<?php if ($x_step036 == "Y") { ?> checked<?php } ?> />
Collect Roaring Grass (Ground Spawn, Loc?? Plane of Disease)
</li>
<li><input type="checkbox" name="x_step037" value="Y"<?php if ($x_step037 == "Y") { ?> checked<?php } ?> />
Collect Petrified Fangshrub (Ground Spawn -349 , -29 Riwwi, Coliseum of Games)
</li>
<li><input type="checkbox" name="x_step038" value="Y"<?php if ($x_step038 == "Y") { ?> checked<?php } ?> />
Give all 4 items to Elder Animist Mauda
<ul>
<li><input type="checkbox" name="x_step039" value="Y"<?php if ($x_step039 == "Y") { ?> checked<?php } ?> />
Receive Plain Animist Helm and Shiny Sewing Needle
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step040" value="Y"<?php if ($x_step040 == "Y") { ?> checked<?php } ?> />
Combine in a tailoring kit: Plain Animist Helm + Shiny Sewing Needle (Need 100 Tailoring)
<ul>
<li><input type="checkbox" name="x_step041" value="Y"<?php if ($x_step041 == "Y") { ?> checked<?php } ?> />
Receive Helm of the Feral
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step042" value="Y"<?php if ($x_step042 == "Y") { ?> checked<?php } ?> />
Equip Helm of the Feral
</li>
<li><input type="checkbox" name="x_step043" value="Y"<?php if ($x_step043 == "Y") { ?> checked<?php } ?> />
Say, 'I am done' to Elder Animist Muada
<ul>
<li><input type="checkbox" name="x_step044" value="Y"<?php if ($x_step044 == "Y") { ?> checked<?php } ?> />
Receive Letter from Muada
</li>
</ul>
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step045" value="Y"<?php if ($x_step045 == "Y") { ?> checked<?php } ?> />
Part 2 - Letter from Muada
<ul>
<li><input type="checkbox" name="x_step046" value="Y"<?php if ($x_step046 == "Y") { ?> checked<?php } ?> />
Hand Letter from Muada to Marrey McGrannel (-1521, +1542 Ocean of Tears)
</li>
<li><input type="checkbox" name="x_step047" value="Y"<?php if ($x_step047 == "Y") { ?> checked<?php } ?> />
Hand Letter from Muada to Irionu Bastun (+3520 , -3096 North East Corner of Overthere)
</li>
<li><input type="checkbox" name="x_step048" value="Y"<?php if ($x_step048 == "Y") { ?> checked<?php } ?> />
Hand Letter from Muada to Rashara Wrualla (+324, -1592 Jaggedpine Forest)
</li>
<li><input type="checkbox" name="x_step049" value="Y"<?php if ($x_step049 == "Y") { ?> checked<?php } ?> />
Hand Letter from Muada to Ikpug Giblod (+865, -355 Cazic Thule, In the water tanks)
</li>
<li><input type="checkbox" name="x_step050" value="Y"<?php if ($x_step050 == "Y") { ?> checked<?php } ?> />
Hand Letter from Muada to Elder Diddugu (+4246, -93 Western Wastes)
</li>
<li><input type="checkbox" name="x_step051" value="Y"<?php if ($x_step051 == "Y") { ?> checked<?php } ?> />
Hand Letter from Muada to Elder Muada (Shar Vahl)
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step052" value="Y"<?php if ($x_step052 == "Y") { ?> checked<?php } ?> />
Part 3 - Essences
<ul>
<li><input type="checkbox" name="x_step053" value="Y"<?php if ($x_step053 == "Y") { ?> checked<?php } ?> />
Kill Frantic Ravenous Beast (Maidens Eye)
<ul>
<li><input type="checkbox" name="x_step054" value="Y"<?php if ($x_step054 == "Y") { ?> checked<?php } ?> />
Loot Disturbed Beast Essence
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step055" value="Y"<?php if ($x_step055 == "Y") { ?> checked<?php } ?> />
Kill Ravenous Nightstalkers (Plane of Nightmare)
<ul>
<li><input type="checkbox" name="x_step056" value="Y"<?php if ($x_step056 == "Y") { ?> checked<?php } ?> />
Loot Disturbed Beast Essence
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step057" value="Y"<?php if ($x_step057 == "Y") { ?> checked<?php } ?> />
Give both Essences to Elder Animist Muada (Shar Vahl)
<ul>
<li><input type="checkbox" name="x_step058" value="Y"<?php if ($x_step058 == "Y") { ?> checked<?php } ?> />
Receive Note to Irionu
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step059" value="Y"<?php if ($x_step059 == "Y") { ?> checked<?php } ?> />
Hand Note to Irionu Bastun (+3520 , -3096 North East Corner of Overthere)
</li>
<li><input type="checkbox" name="x_step060" value="Y"<?php if ($x_step060 == "Y") { ?> checked<?php } ?> />
Kill Delirious Drogmor (Loc?? Gulf of Gunthak)
<ul>
<li><input type="checkbox" name="x_step061" value="Y"<?php if ($x_step061 == "Y") { ?> checked<?php } ?> />
Loot Swirling Feral Essence
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step062" value="Y"<?php if ($x_step062 == "Y") { ?> checked<?php } ?> />
Give Swirling Feral Essence to Irionu Bastun
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step063" value="Y"<?php if ($x_step063 == "Y") { ?> checked<?php } ?> />
Part 4 - The Sphinx
<ul>
<li><input type="checkbox" name="x_step064" value="Y"<?php if ($x_step064 == "Y") { ?> checked<?php } ?> />
Talk to Elder Animist Muada (Shar Vahl)
</li>
<li><input type="checkbox" name="x_step065" value="Y"<?php if ($x_step065 == "Y") { ?> checked<?php } ?> />
Combine in Brew Barrel: 1 water + 1 cask + 1 malt + 1 barley (Brewing Trivial 68)
<ul>
<li><input type="checkbox" name="x_step066" value="Y"<?php if ($x_step066 == "Y") { ?> checked<?php } ?> />
Receive Ale
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step067" value="Y"<?php if ($x_step067 == "Y") { ?> checked<?php } ?> />
Talk to Marrey McGrannel (-1521, +1542 Ocean of Tears)
<ul>
<li><input type="checkbox" name="x_step068" value="Y"<?php if ($x_step068 == "Y") { ?> checked<?php } ?> />
Receive Feral Lord's Brooch
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step069" value="Y"<?php if ($x_step069 == "Y") { ?> checked<?php } ?> />
Talk to Ankhefenmut (+3462, -3316, +24 Mountains of Rathe)
</li>
<li><input type="checkbox" name="x_step070" value="Y"<?php if ($x_step070 == "Y") { ?> checked<?php } ?> />
Talk to Zazmoukh (+3462, -3316, +24 Mountains of Rathe)
</li>
<li><input type="checkbox" name="x_step071" value="Y"<?php if ($x_step071 == "Y") { ?> checked<?php } ?> />
Kill a Rambling Sphinx Spiritservant (Mountains of Rathe)
<ul>
<li><input type="checkbox" name="x_step072" value="Y"<?php if ($x_step072 == "Y") { ?> checked<?php } ?> />
Loot Tarnished Ankh Piece
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step073" value="Y"<?php if ($x_step073 == "Y") { ?> checked<?php } ?> />
Hand the Tarnished Ankh Piece to Zazamoukh
<ul>
<li><input type="checkbox" name="x_step074" value="Y"<?php if ($x_step074 == "Y") { ?> checked<?php } ?> />
Receive Sparkling Silk Scarf
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step075" value="Y"<?php if ($x_step075 == "Y") { ?> checked<?php } ?> />
Hand the Sparkling Silk Scarf to Ankhefenmut
</li>
<li><input type="checkbox" name="x_step076" value="Y"<?php if ($x_step076 == "Y") { ?> checked<?php } ?> />
Kill a Raving Sphinx Spiritservant (Mountains of Rathe)
<ul>
<li><input type="checkbox" name="x_step077" value="Y"<?php if ($x_step077 == "Y") { ?> checked<?php } ?> />
Loot a Sullied Ankh Piece
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step078" value="Y"<?php if ($x_step078 == "Y") { ?> checked<?php } ?> />
Hand Sullied Ankh Piece to Ankhefenmut
<ul>
<li><input type="checkbox" name="x_step079" value="Y"<?php if ($x_step079 == "Y") { ?> checked<?php } ?> />
Receive Gift of the Sphinx
</li>
</ul>
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step080" value="Y"<?php if ($x_step080 == "Y") { ?> checked<?php } ?> />
Part 5 -
<ul>
<li><input type="checkbox" name="x_step081" value="Y"<?php if ($x_step081 == "Y") { ?> checked<?php } ?> />
Hand Gift of the Sphinx to Elder Animist Muada and follow more dialog
</li>
<li><input type="checkbox" name="x_step082" value="Y"<?php if ($x_step082 == "Y") { ?> checked<?php } ?> />
Talk to Rashara (+324, -1592 Jaggedpine Forest)
<ul>
<li><input type="checkbox" name="x_step083" value="Y"<?php if ($x_step083 == "Y") { ?> checked<?php } ?> />
Receive Request of the Elders
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step084" value="Y"<?php if ($x_step084 == "Y") { ?> checked<?php } ?> />
Hail Yerika Sisslak (-590, +50 Dranik's Scar)
<ul>
<li><input type="checkbox" name="x_step085" value="Y"<?php if ($x_step085 == "Y") { ?> checked<?php } ?> />
Hand Request of the Elders to Yerika Sisslak (Spawns: Girplan Spiritleecher along with many minions)
</li>
<li><input type="checkbox" name="x_step086" value="Y"<?php if ($x_step086 == "Y") { ?> checked<?php } ?> />
Kill Girplan Spiritleecher
<ul>
<li><input type="checkbox" name="x_step087" value="Y"<?php if ($x_step087 == "Y") { ?> checked<?php } ?> />
Loot Rashara's Warder's Essence
</li>
</ul>
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step088" value="Y"<?php if ($x_step088 == "Y") { ?> checked<?php } ?> />
Hand Rashara's Warder's Essence to Yerika
</li>
<li><input type="checkbox" name="x_step089" value="Y"<?php if ($x_step089 == "Y") { ?> checked<?php } ?> />
Give Request of the Elders and the Rashara's Warder's Essence to Rashara Wrualla
</li>
<li><input type="checkbox" name="x_step090" value="Y"<?php if ($x_step090 == "Y") { ?> checked<?php } ?> />
Talk to Elder Animist Muada (Shar Vahl)
<ul>
<li><input type="checkbox" name="x_step091" value="Y"<?php if ($x_step091 == "Y") { ?> checked<?php } ?> />
Receive Elder Cloak of Resilience
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step092" value="Y"<?php if ($x_step092 == "Y") { ?> checked<?php } ?> />
Locate Erana (-1019, -253 Ruined City of Dranik - Under bridge)
<ul>
<li><input type="checkbox" name="x_step093" value="Y"<?php if ($x_step093 == "Y") { ?> checked<?php } ?> />
Hand Elder Cloak of Resilience to Erana (Spawns Discordling Dark Animist at 413, -1466)
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step094" value="Y"<?php if ($x_step094 == "Y") { ?> checked<?php } ?> />
Kill Discordling Dark Animist
<ul>
<li><input type="checkbox" name="x_step095" value="Y"<?php if ($x_step095 == "Y") { ?> checked<?php } ?> />
Loot a Discordant Totem of the Feral
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step096" value="Y"<?php if ($x_step096 == "Y") { ?> checked<?php } ?> />
Give Discordant Totem of the Feral to Erana Farrel
<ul>
<li><input type="checkbox" name="x_step097" value="Y"<?php if ($x_step097 == "Y") { ?> checked<?php } ?> />
Receive Wrapped Discordant Totem of the Feral
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step098" value="Y"<?php if ($x_step098 == "Y") { ?> checked<?php } ?> />
Give Wrapped Discordant Totem of the Feral to Elder Animist Muada
<ul>
<li><input type="checkbox" name="x_step099" value="Y"<?php if ($x_step099 == "Y") { ?> checked<?php } ?> />
Receive Savage Lord's Totem (1.5)
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step100" value="Y"<?php if ($x_step100 == "Y") { ?> checked<?php } ?> />2.0
<ul>
<li><input type="checkbox" name="x_step101" value="Y"<?php if ($x_step101 == "Y") { ?> checked<?php } ?> />
Part 1 - A Few Kills
<ul>
<li><input type="checkbox" name="x_step102" value="Y"<?php if ($x_step102 == "Y") { ?> checked<?php } ?> />
Talk to Elder Animist Muada (Shar Vahl)
<ul>
<li><input type="checkbox" name="x_step103" value="Y"<?php if ($x_step103 == "Y") { ?> checked<?php } ?> />
To Start dialog: Say, 'I wish to continue to walk among the elders'
</li>
<li><input type="checkbox" name="x_step104" value="Y"<?php if ($x_step104 == "Y") { ?> checked<?php } ?> />
Receive Peculiar Unshapen Piece of Wood
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step105" value="Y"<?php if ($x_step105 == "Y") { ?> checked<?php } ?> />
Hail Scout Husman (Loc?? Grimling Forest)
<ul>
<li><input type="checkbox" name="x_step106" value="Y"<?php if ($x_step106 == "Y") { ?> checked<?php } ?> />
Say, 'I wish to end the great threat in the grimling forest
</li>
<li><input type="checkbox" name="x_step107" value="Y"<?php if ($x_step107 == "Y") { ?> checked<?php } ?> />
Kill Colonel near -240, 100 (Roams)
<ul>
<li><input type="checkbox" name="x_step108" value="Y"<?php if ($x_step108 == "Y") { ?> checked<?php } ?> />
Loot Eerie Medallion
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step109" value="Y"<?php if ($x_step109 == "Y") { ?> checked<?php } ?> />
Once Colonel is killed General Spawns, Locate and Kill General near 500, 400 (Roams)
<ul>
<li><input type="checkbox" name="x_step110" value="Y"<?php if ($x_step110 == "Y") { ?> checked<?php } ?> />
Loot Eerie Medallion
</li>
</ul>
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step111" value="Y"<?php if ($x_step111 == "Y") { ?> checked<?php } ?> />
Kill Dismal Darkpaw Mystic
<ul>
<li><input type="checkbox" name="x_step112" value="Y"<?php if ($x_step112 == "Y") { ?> checked<?php } ?> />
Loot Scalding Blood
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step113" value="Y"<?php if ($x_step113 == "Y") { ?> checked<?php } ?> />
Kill The Spiritfrenzied Phoenix (Phoenix Isle (Isle 6) - Erylasi, the Kingdom of Wind)
<ul>
<li><input type="checkbox" name="x_step114" value="Y"<?php if ($x_step114 == "Y") { ?> checked<?php } ?> />
Loot Fierce Spirit Clay
</li>
</ul>
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step115" value="Y"<?php if ($x_step115 == "Y") { ?> checked<?php } ?> />
Part 2 - Spirit Bound Totem
<ul>
<li><input type="checkbox" name="x_step116" value="Y"<?php if ($x_step116 == "Y") { ?> checked<?php } ?> />
Return to Elder Animist Muada
<ul>
<li><input type="checkbox" name="x_step117" value="Y"<?php if ($x_step117 == "Y") { ?> checked<?php } ?> />
Say, 'Make the totem'
</li>
<li><input type="checkbox" name="x_step118" value="Y"<?php if ($x_step118 == "Y") { ?> checked<?php } ?> />
Receive Combined Essence
</li>
<li><input type="checkbox" name="x_step119" value="Y"<?php if ($x_step119 == "Y") { ?> checked<?php } ?> />
Receive Elders' Totem Mold
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step120" value="Y"<?php if ($x_step120 == "Y") { ?> checked<?php } ?> />
Perform the actual Combines in Plane of Knowledge (Need a minimum skill of 100 in Pottery, Baking, and Blacksmithing)
<ul>
<li><input type="checkbox" name="x_step121" value="Y"<?php if ($x_step121 == "Y") { ?> checked<?php } ?> />
Combine in a New Taanan kiln: the two Eerie medallion's + the Scalding Blood + the Fierce Spirit Clay
<ul>
<li><input type="checkbox" name="x_step122" value="Y"<?php if ($x_step122 == "Y") { ?> checked<?php } ?> />
Receive Gilded Resonating Clay
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step123" value="Y"<?php if ($x_step123 == "Y") { ?> checked<?php } ?> />
Combine in a New Taanan oven: Gilded Resonating Clay + the Peculiar Unshapen Piece of Wood + the Combined Essence
<ul>
<li><input type="checkbox" name="x_step124" value="Y"<?php if ($x_step124 == "Y") { ?> checked<?php } ?> />
Receive the Malleable Glowing Totem
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step125" value="Y"<?php if ($x_step125 == "Y") { ?> checked<?php } ?> />
Combine in a New Taanan forge: Malleable Glowing Totem + the Elders' Totem Mold
<ul>
<li><input type="checkbox" name="x_step126" value="Y"<?php if ($x_step126 == "Y") { ?> checked<?php } ?> />
Receive the Spiritbound Totem
</li>
</ul>
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step127" value="Y"<?php if ($x_step127 == "Y") { ?> checked<?php } ?> />
Talk to Elder Animist Muada (Shar Vahl)
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step128" value="Y"<?php if ($x_step128 == "Y") { ?> checked<?php } ?> />
Part 3 - Gemmed Dark Animist Wand
<ul>
<li><input type="checkbox" name="x_step129" value="Y"<?php if ($x_step129 == "Y") { ?> checked<?php } ?> />
Speak to Jillaa Oogblat (Loc?? Nobles Causeway, 2 hours up 2 hours down cycle)
<ul>
<li><input type="checkbox" name="x_step130" value="Y"<?php if ($x_step130 == "Y") { ?> checked<?php } ?> />
Kill the Bazu Terror and 4 Bazu Crushers that spawn upon hailing Jillaa Oogblat
<ul>
<li><input type="checkbox" name="x_step131" value="Y"<?php if ($x_step131 == "Y") { ?> checked<?php } ?> />
Loot Feral Dust
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step132" value="Y"<?php if ($x_step132 == "Y") { ?> checked<?php } ?> />
Insta Spawn when Bazu Terror dies: Kill Discordling Dark Animist
<ul>
<li><input type="checkbox" name="x_step133" value="Y"<?php if ($x_step133 == "Y") { ?> checked<?php } ?> />
Loot a Discordant Animist Wand
</li>
</ul>
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step134" value="Y"<?php if ($x_step134 == "Y") { ?> checked<?php } ?> />
Turn in Dark Animist Wand to Jillaa Oogblat
<ul>
<li><input type="checkbox" name="x_step135" value="Y"<?php if ($x_step135 == "Y") { ?> checked<?php } ?> />
Receive Dark Animist Wand
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step136" value="Y"<?php if ($x_step136 == "Y") { ?> checked<?php } ?> />
Turn in Feral Dust to Elder Animist Muada
<ul>
<li><input type="checkbox" name="x_step137" value="Y"<?php if ($x_step137 == "Y") { ?> checked<?php } ?> />
Receive Blended Elixir of Fortitude
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step138" value="Y"<?php if ($x_step138 == "Y") { ?> checked<?php } ?> />
Talk to Jillaa Oogblat (Nobles Causeway)
</li>
<li><input type="checkbox" name="x_step139" value="Y"<?php if ($x_step139 == "Y") { ?> checked<?php } ?> />
Talk to Tormented Scout (Loc?? The Bloodfields)
<ul>
<li><input type="checkbox" name="x_step140" value="Y"<?php if ($x_step140 == "Y") { ?> checked<?php } ?> />
Kill Discordling Dark Animist and 6 Savage Ferans
<ul>
<li><input type="checkbox" name="x_step141" value="Y"<?php if ($x_step141 == "Y") { ?> checked<?php } ?> />
Loot Gemmed Dark Animist Wand
</li>
</ul>
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step142" value="Y"<?php if ($x_step142 == "Y") { ?> checked<?php } ?> />
Give the Gemmed Dark Animist Wand to the Tormented Scout
<ul>
<li><input type="checkbox" name="x_step143" value="Y"<?php if ($x_step143 == "Y") { ?> checked<?php } ?> />
Receive Gemmed Dark Animist Wand back
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step144" value="Y"<?php if ($x_step144 == "Y") { ?> checked<?php } ?> />
Give Gemmed Dark Animist Wand to Elder Animist Muada (Shar Vahl)
<ul>
<li><input type="checkbox" name="x_step145" value="Y"<?php if ($x_step145 == "Y") { ?> checked<?php } ?> />
Say, 'lost'
</li>
<li><input type="checkbox" name="x_step146" value="Y"<?php if ($x_step146 == "Y") { ?> checked<?php } ?> />
Give Elder Animist Dumul 5000 platinum pieces
<ul>
<li><input type="checkbox" name="x_step147" value="Y"<?php if ($x_step147 == "Y") { ?> checked<?php } ?> />
Receive Spiritbound Totem
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step148" value="Y"<?php if ($x_step148 == "Y") { ?> checked<?php } ?> />
Part 4 - Spiritcaller Totem of the Feral
<ul>
<li><input type="checkbox" name="x_step149" value="Y"<?php if ($x_step149 == "Y") { ?> checked<?php } ?> />
Globe of Discordant Energy - Drops from 4 mobs in complete clearing of Citidel of Anguish
</li>
<li><input type="checkbox" name="x_step150" value="Y"<?php if ($x_step150 == "Y") { ?> checked<?php } ?> />
Hand in Globe of Discordant Energy and Spiritbound Totem to Elder Animist Muada
<ul>
<li><input type="checkbox" name="x_step151" value="Y"<?php if ($x_step151 == "Y") { ?> checked<?php } ?> />
Receive Letter from Muada (Exact Name of Letter Uncertain at This Time)
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step152" value="Y"<?php if ($x_step152 == "Y") { ?> checked<?php } ?> />
Hail Alladnu Araihse (Loc?? Hollowshade Moor)
<ul>
<li><input type="checkbox" name="x_step153" value="Y"<?php if ($x_step153 == "Y") { ?> checked<?php } ?> />
Give Araihse Letter from Muada and Savage Lord's Totem to Alladnu
</li>
<li><input type="checkbox" name="x_step154" value="Y"<?php if ($x_step154 == "Y") { ?> checked<?php } ?> />
Ceremonial dialog begins
</li>
<li><input type="checkbox" name="x_step155" value="Y"<?php if ($x_step155 == "Y") { ?> checked<?php } ?> />
Say, 'I am ready' (At end of ceremonial dialog)
<ul>
<li><input type="checkbox" name="x_step156" value="Y"<?php if ($x_step156 == "Y") { ?> checked<?php } ?> />
Receive Spiritcaller Totem of the Feral (2.0)
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><input type="checkbox" name="x_step157" value="Y"<?php if ($x_step157 == "Y") { ?> checked<?php } ?> />2.5
<ul>
<li><input type="checkbox" name="x_step158" value="Y"<?php if ($x_step158 == "Y") { ?> checked<?php } ?> />
An Epic Augment (Quest - Dreadspire Keep)
<ul>
<li><input type="checkbox" name="x_step159" value="Y"<?php if ($x_step159 == "Y") { ?> checked<?php } ?> />
Kill ??
<ul>
<li><input type="checkbox" name="x_step160" value="Y"<?php if ($x_step160 == "Y") { ?> checked<?php } ?> />
Loot??</li>
</ul>
</li>
<li><input type="checkbox" name="x_step161" value="Y"<?php if ($x_step161 == "Y") { ?> checked<?php } ?> />
Turn in ?? to Eric Von Schnelling (Loc?? Zone??)
<ul>
<li><input type="checkbox" name="x_step162" value="Y"<?php if ($x_step162 == "Y") { ?> checked<?php } ?> />
Receive ??</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<p></p>
<input type="submit" name="btnAction" id="btnAction" value="Add Beastlord Checklist" class="button" />
</form>
<?php include ("../footer.php") ?>
<?php
phpmkr_db_close($conn);
?>
<?php
//-------------------------------------------------------------------------------
// Function LoadData
// - Variables setup: field variables
function LoadData($conn)
{
global $x_bst_name;
$sFilter = ewSqlKeyWhere;
$x_bst_name = (get_magic_quotes_gpc()) ? stripslashes($x_bst_name) : $x_bst_name;
$sFilter = str_replace("@bst_name", AdjustSql($x_bst_name), $sFilter); // Replace key value
if ((CurrentUserID() <> "-1") && (CurrentUserID() <> "")) {
//$sFilter .= " AND " . str_replace("#UserID", AdjustSql(CurrentuserID()), ewSqlUserIDFilter);
$sFilter .= " AND " . ewSqlUserIDFilter;
$sFilter = str_replace("#Key", "`bst_name`", $sFilter);
$sFilter = str_replace("#UserID", AdjustSql(CurrentUserID()), $sFilter);
}
$sSql = ewBuildSql(ewSqlSelect, ewSqlWhere, ewSqlGroupBy, ewSqlHaving, ewSqlOrderBy, $sFilter, "");
$rs = phpmkr_query($sSql,$conn) or die("Failed to execute query at line " . __LINE__ . ": " . phpmkr_error($conn) . '<br>SQL: ' . $sSql);
if (phpmkr_num_rows($rs) == 0) {
$bLoadData = false;
} else {
$bLoadData = true;
$row = phpmkr_fetch_array($rs);
// Get the field contents
$GLOBALS["x_bst_name"] = $row["bst_name"];
$GLOBALS["x_step001"] = $row["step001"];
$GLOBALS["x_step002"] = $row["step002"];
$GLOBALS["x_step003"] = $row["step003"];
$GLOBALS["x_step004"] = $row["step004"];
$GLOBALS["x_step005"] = $row["step005"];
$GLOBALS["x_step006"] = $row["step006"];
$GLOBALS["x_step007"] = $row["step007"];
$GLOBALS["x_step008"] = $row["step008"];
$GLOBALS["x_step009"] = $row["step009"];
$GLOBALS["x_step010"] = $row["step010"];
$GLOBALS["x_step011"] = $row["step011"];
$GLOBALS["x_step012"] = $row["step012"];
$GLOBALS["x_step013"] = $row["step013"];
$GLOBALS["x_step014"] = $row["step014"];
$GLOBALS["x_step015"] = $row["step015"];
$GLOBALS["x_step016"] = $row["step016"];
$GLOBALS["x_step017"] = $row["step017"];
$GLOBALS["x_step018"] = $row["step018"];
$GLOBALS["x_step019"] = $row["step019"];
$GLOBALS["x_step020"] = $row["step020"];
$GLOBALS["x_step021"] = $row["step021"];
$GLOBALS["x_step022"] = $row["step022"];
$GLOBALS["x_step023"] = $row["step023"];
$GLOBALS["x_step024"] = $row["step024"];
$GLOBALS["x_step025"] = $row["step025"];
$GLOBALS["x_step026"] = $row["step026"];
$GLOBALS["x_step027"] = $row["step027"];
$GLOBALS["x_step028"] = $row["step028"];
$GLOBALS["x_step029"] = $row["step029"];
$GLOBALS["x_step030"] = $row["step030"];
$GLOBALS["x_step031"] = $row["step031"];
$GLOBALS["x_step032"] = $row["step032"];
$GLOBALS["x_step033"] = $row["step033"];
$GLOBALS["x_step034"] = $row["step034"];
$GLOBALS["x_step035"] = $row["step035"];
$GLOBALS["x_step036"] = $row["step036"];
$GLOBALS["x_step037"] = $row["step037"];
$GLOBALS["x_step038"] = $row["step038"];
$GLOBALS["x_step039"] = $row["step039"];
$GLOBALS["x_step040"] = $row["step040"];
$GLOBALS["x_step041"] = $row["step041"];
$GLOBALS["x_step042"] = $row["step042"];
$GLOBALS["x_step043"] = $row["step043"];
$GLOBALS["x_step044"] = $row["step044"];
$GLOBALS["x_step045"] = $row["step045"];
$GLOBALS["x_step046"] = $row["step046"];
$GLOBALS["x_step047"] = $row["step047"];
$GLOBALS["x_step048"] = $row["step048"];
$GLOBALS["x_step049"] = $row["step049"];
$GLOBALS["x_step050"] = $row["step050"];
$GLOBALS["x_step051"] = $row["step051"];
$GLOBALS["x_step052"] = $row["step052"];
$GLOBALS["x_step053"] = $row["step053"];
$GLOBALS["x_step054"] = $row["step054"];
$GLOBALS["x_step055"] = $row["step055"];
$GLOBALS["x_step056"] = $row["step056"];
$GLOBALS["x_step057"] = $row["step057"];
$GLOBALS["x_step058"] = $row["step058"];
$GLOBALS["x_step059"] = $row["step059"];
$GLOBALS["x_step060"] = $row["step060"];
$GLOBALS["x_step061"] = $row["step061"];
$GLOBALS["x_step062"] = $row["step062"];
$GLOBALS["x_step063"] = $row["step063"];
$GLOBALS["x_step064"] = $row["step064"];
$GLOBALS["x_step065"] = $row["step065"];
$GLOBALS["x_step066"] = $row["step066"];
$GLOBALS["x_step067"] = $row["step067"];
$GLOBALS["x_step068"] = $row["step068"];
$GLOBALS["x_step069"] = $row["step069"];
$GLOBALS["x_step070"] = $row["step070"];
$GLOBALS["x_step071"] = $row["step071"];
$GLOBALS["x_step072"] = $row["step072"];
$GLOBALS["x_step073"] = $row["step073"];
$GLOBALS["x_step074"] = $row["step074"];
$GLOBALS["x_step075"] = $row["step075"];
$GLOBALS["x_step076"] = $row["step076"];
$GLOBALS["x_step077"] = $row["step077"];
$GLOBALS["x_step078"] = $row["step078"];
$GLOBALS["x_step079"] = $row["step079"];
$GLOBALS["x_step080"] = $row["step080"];
$GLOBALS["x_step081"] = $row["step081"];
$GLOBALS["x_step082"] = $row["step082"];
$GLOBALS["x_step083"] = $row["step083"];
$GLOBALS["x_step084"] = $row["step084"];
$GLOBALS["x_step085"] = $row["step085"];
$GLOBALS["x_step086"] = $row["step086"];
$GLOBALS["x_step087"] = $row["step087"];
$GLOBALS["x_step088"] = $row["step088"];
$GLOBALS["x_step089"] = $row["step089"];
$GLOBALS["x_step090"] = $row["step090"];
$GLOBALS["x_step091"] = $row["step091"];
$GLOBALS["x_step092"] = $row["step092"];
$GLOBALS["x_step093"] = $row["step093"];
$GLOBALS["x_step094"] = $row["step094"];
$GLOBALS["x_step095"] = $row["step095"];
$GLOBALS["x_step096"] = $row["step096"];
$GLOBALS["x_step097"] = $row["step097"];
$GLOBALS["x_step098"] = $row["step098"];
$GLOBALS["x_step099"] = $row["step099"];
$GLOBALS["x_step100"] = $row["step100"];
$GLOBALS["x_step101"] = $row["step101"];
$GLOBALS["x_step102"] = $row["step102"];
$GLOBALS["x_step103"] = $row["step103"];
$GLOBALS["x_step104"] = $row["step104"];
$GLOBALS["x_step105"] = $row["step105"];
$GLOBALS["x_step106"] = $row["step106"];
$GLOBALS["x_step107"] = $row["step107"];
$GLOBALS["x_step108"] = $row["step108"];
$GLOBALS["x_step109"] = $row["step109"];
$GLOBALS["x_step110"] = $row["step110"];
$GLOBALS["x_step111"] = $row["step111"];
$GLOBALS["x_step112"] = $row["step112"];
$GLOBALS["x_step113"] = $row["step113"];
$GLOBALS["x_step114"] = $row["step114"];
$GLOBALS["x_step115"] = $row["step115"];
$GLOBALS["x_step116"] = $row["step116"];
$GLOBALS["x_step117"] = $row["step117"];
$GLOBALS["x_step118"] = $row["step118"];
$GLOBALS["x_step119"] = $row["step119"];
$GLOBALS["x_step120"] = $row["step120"];
$GLOBALS["x_step121"] = $row["step121"];
$GLOBALS["x_step122"] = $row["step122"];
$GLOBALS["x_step123"] = $row["step123"];
$GLOBALS["x_step124"] = $row["step124"];
$GLOBALS["x_step125"] = $row["step125"];
$GLOBALS["x_step126"] = $row["step126"];
$GLOBALS["x_step127"] = $row["step127"];
$GLOBALS["x_step128"] = $row["step128"];
$GLOBALS["x_step129"] = $row["step129"];
$GLOBALS["x_step130"] = $row["step130"];
$GLOBALS["x_step131"] = $row["step131"];
$GLOBALS["x_step132"] = $row["step132"];
$GLOBALS["x_step133"] = $row["step133"];
$GLOBALS["x_step134"] = $row["step134"];
$GLOBALS["x_step135"] = $row["step135"];
$GLOBALS["x_step136"] = $row["step136"];
$GLOBALS["x_step137"] = $row["step137"];
$GLOBALS["x_step138"] = $row["step138"];
$GLOBALS["x_step139"] = $row["step139"];
$GLOBALS["x_step140"] = $row["step140"];
$GLOBALS["x_step141"] = $row["step141"];
$GLOBALS["x_step142"] = $row["step142"];
$GLOBALS["x_step143"] = $row["step143"];
$GLOBALS["x_step144"] = $row["step144"];
$GLOBALS["x_step145"] = $row["step145"];
$GLOBALS["x_step146"] = $row["step146"];
$GLOBALS["x_step147"] = $row["step147"];
$GLOBALS["x_step148"] = $row["step148"];
$GLOBALS["x_step149"] = $row["step149"];
$GLOBALS["x_step150"] = $row["step150"];
$GLOBALS["x_step151"] = $row["step151"];
$GLOBALS["x_step152"] = $row["step152"];
$GLOBALS["x_step153"] = $row["step153"];
$GLOBALS["x_step154"] = $row["step154"];
$GLOBALS["x_step155"] = $row["step155"];
$GLOBALS["x_step156"] = $row["step156"];
$GLOBALS["x_step157"] = $row["step157"];
$GLOBALS["x_step158"] = $row["step158"];
$GLOBALS["x_step159"] = $row["step159"];
$GLOBALS["x_step160"] = $row["step160"];
$GLOBALS["x_step161"] = $row["step161"];
$GLOBALS["x_step162"] = $row["step162"];
}
phpmkr_free_result($rs);
return $bLoadData;
}
?>
<?php
//-------------------------------------------------------------------------------
// Function AddData
// - Add Data
// - Variables used: field variables
function AddData($conn)
{
global $x_bst_name;
$sFilter = ewSqlKeyWhere;
// Check for duplicate key
$bCheckKey = true;
if ((@$x_bst_name == "") || (is_null(@$x_bst_name))) {
$bCheckKey = false;
} else {
$sFilter = str_replace("@bst_name", AdjustSql($x_bst_name), $sFilter); // Replace key value
}
if ($bCheckKey) {
$sSqlChk = ewBuildSql(ewSqlSelect, ewSqlWhere, ewSqlGroupBy, ewSqlHaving, ewSqlOrderBy, $sFilter, "");
$rsChk = phpmkr_query($sSqlChk, $conn) or die("Failed to execute query at line " . __LINE__ . ": " . phpmkr_error($conn) . '<br>SQL: ' . $sSqlChk);
if (phpmkr_num_rows($rsChk) > 0) {
$_SESSION[ewSessionMessage] = "You Already Have a Beastlord Epic Checklist";
phpmkr_free_result($rsChk);
return false;
}
phpmkr_free_result($rsChk);
}
// Field bst_name
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_bst_name"]) : $GLOBALS["x_bst_name"];
$theValue = ($theValue != "") ? " '" . $theValue . "'" : "NULL";
$fieldList["`bst_name`"] = $theValue;
// Field step001
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step001"]) : $GLOBALS["x_step001"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step001`"] = $theValue;
// Field step002
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step002"]) : $GLOBALS["x_step002"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step002`"] = $theValue;
// Field step003
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step003"]) : $GLOBALS["x_step003"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step003`"] = $theValue;
// Field step004
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step004"]) : $GLOBALS["x_step004"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step004`"] = $theValue;
// Field step005
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step005"]) : $GLOBALS["x_step005"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step005`"] = $theValue;
// Field step006
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step006"]) : $GLOBALS["x_step006"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step006`"] = $theValue;
// Field step007
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step007"]) : $GLOBALS["x_step007"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step007`"] = $theValue;
// Field step008
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step008"]) : $GLOBALS["x_step008"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step008`"] = $theValue;
// Field step009
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step009"]) : $GLOBALS["x_step009"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step009`"] = $theValue;
// Field step010
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step010"]) : $GLOBALS["x_step010"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step010`"] = $theValue;
// Field step011
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step011"]) : $GLOBALS["x_step011"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step011`"] = $theValue;
// Field step012
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step012"]) : $GLOBALS["x_step012"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step012`"] = $theValue;
// Field step013
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step013"]) : $GLOBALS["x_step013"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step013`"] = $theValue;
// Field step014
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step014"]) : $GLOBALS["x_step014"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step014`"] = $theValue;
// Field step015
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step015"]) : $GLOBALS["x_step015"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step015`"] = $theValue;
// Field step016
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step016"]) : $GLOBALS["x_step016"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step016`"] = $theValue;
// Field step017
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step017"]) : $GLOBALS["x_step017"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step017`"] = $theValue;
// Field step018
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step018"]) : $GLOBALS["x_step018"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step018`"] = $theValue;
// Field step019
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step019"]) : $GLOBALS["x_step019"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step019`"] = $theValue;
// Field step020
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step020"]) : $GLOBALS["x_step020"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step020`"] = $theValue;
// Field step021
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step021"]) : $GLOBALS["x_step021"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step021`"] = $theValue;
// Field step022
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step022"]) : $GLOBALS["x_step022"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step022`"] = $theValue;
// Field step023
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step023"]) : $GLOBALS["x_step023"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step023`"] = $theValue;
// Field step024
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step024"]) : $GLOBALS["x_step024"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step024`"] = $theValue;
// Field step025
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step025"]) : $GLOBALS["x_step025"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step025`"] = $theValue;
// Field step026
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step026"]) : $GLOBALS["x_step026"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step026`"] = $theValue;
// Field step027
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step027"]) : $GLOBALS["x_step027"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step027`"] = $theValue;
// Field step028
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step028"]) : $GLOBALS["x_step028"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step028`"] = $theValue;
// Field step029
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step029"]) : $GLOBALS["x_step029"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step029`"] = $theValue;
// Field step030
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step030"]) : $GLOBALS["x_step030"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step030`"] = $theValue;
// Field step031
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step031"]) : $GLOBALS["x_step031"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step031`"] = $theValue;
// Field step032
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step032"]) : $GLOBALS["x_step032"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step032`"] = $theValue;
// Field step033
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step033"]) : $GLOBALS["x_step033"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step033`"] = $theValue;
// Field step034
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step034"]) : $GLOBALS["x_step034"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step034`"] = $theValue;
// Field step035
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step035"]) : $GLOBALS["x_step035"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step035`"] = $theValue;
// Field step036
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step036"]) : $GLOBALS["x_step036"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step036`"] = $theValue;
// Field step037
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step037"]) : $GLOBALS["x_step037"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step037`"] = $theValue;
// Field step038
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step038"]) : $GLOBALS["x_step038"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step038`"] = $theValue;
// Field step039
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step039"]) : $GLOBALS["x_step039"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step039`"] = $theValue;
// Field step040
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step040"]) : $GLOBALS["x_step040"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step040`"] = $theValue;
// Field step041
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step041"]) : $GLOBALS["x_step041"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step041`"] = $theValue;
// Field step042
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step042"]) : $GLOBALS["x_step042"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step042`"] = $theValue;
// Field step043
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step043"]) : $GLOBALS["x_step043"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step043`"] = $theValue;
// Field step044
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step044"]) : $GLOBALS["x_step044"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step044`"] = $theValue;
// Field step045
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step045"]) : $GLOBALS["x_step045"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step045`"] = $theValue;
// Field step046
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step046"]) : $GLOBALS["x_step046"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step046`"] = $theValue;
// Field step047
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step047"]) : $GLOBALS["x_step047"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step047`"] = $theValue;
// Field step048
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step048"]) : $GLOBALS["x_step048"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step048`"] = $theValue;
// Field step049
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step049"]) : $GLOBALS["x_step049"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step049`"] = $theValue;
// Field step050
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step050"]) : $GLOBALS["x_step050"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step050`"] = $theValue;
// Field step051
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step051"]) : $GLOBALS["x_step051"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step051`"] = $theValue;
// Field step052
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step052"]) : $GLOBALS["x_step052"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step052`"] = $theValue;
// Field step053
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step053"]) : $GLOBALS["x_step053"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step053`"] = $theValue;
// Field step054
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step054"]) : $GLOBALS["x_step054"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step054`"] = $theValue;
// Field step055
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step055"]) : $GLOBALS["x_step055"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step055`"] = $theValue;
// Field step056
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step056"]) : $GLOBALS["x_step056"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step056`"] = $theValue;
// Field step057
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step057"]) : $GLOBALS["x_step057"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step057`"] = $theValue;
// Field step058
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step058"]) : $GLOBALS["x_step058"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step058`"] = $theValue;
// Field step059
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step059"]) : $GLOBALS["x_step059"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step059`"] = $theValue;
// Field step060
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step060"]) : $GLOBALS["x_step060"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step060`"] = $theValue;
// Field step061
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step061"]) : $GLOBALS["x_step061"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step061`"] = $theValue;
// Field step062
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step062"]) : $GLOBALS["x_step062"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step062`"] = $theValue;
// Field step063
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step063"]) : $GLOBALS["x_step063"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step063`"] = $theValue;
// Field step064
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step064"]) : $GLOBALS["x_step064"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step064`"] = $theValue;
// Field step065
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step065"]) : $GLOBALS["x_step065"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step065`"] = $theValue;
// Field step066
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step066"]) : $GLOBALS["x_step066"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step066`"] = $theValue;
// Field step067
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step067"]) : $GLOBALS["x_step067"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step067`"] = $theValue;
// Field step068
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step068"]) : $GLOBALS["x_step068"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step068`"] = $theValue;
// Field step069
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step069"]) : $GLOBALS["x_step069"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step069`"] = $theValue;
// Field step070
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step070"]) : $GLOBALS["x_step070"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step070`"] = $theValue;
// Field step071
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step071"]) : $GLOBALS["x_step071"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step071`"] = $theValue;
// Field step072
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step072"]) : $GLOBALS["x_step072"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step072`"] = $theValue;
// Field step073
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step073"]) : $GLOBALS["x_step073"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step073`"] = $theValue;
// Field step074
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step074"]) : $GLOBALS["x_step074"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step074`"] = $theValue;
// Field step075
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step075"]) : $GLOBALS["x_step075"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step075`"] = $theValue;
// Field step076
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step076"]) : $GLOBALS["x_step076"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step076`"] = $theValue;
// Field step077
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step077"]) : $GLOBALS["x_step077"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step077`"] = $theValue;
// Field step078
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step078"]) : $GLOBALS["x_step078"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step078`"] = $theValue;
// Field step079
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step079"]) : $GLOBALS["x_step079"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step079`"] = $theValue;
// Field step080
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step080"]) : $GLOBALS["x_step080"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step080`"] = $theValue;
// Field step081
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step081"]) : $GLOBALS["x_step081"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step081`"] = $theValue;
// Field step082
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step082"]) : $GLOBALS["x_step082"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step082`"] = $theValue;
// Field step083
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step083"]) : $GLOBALS["x_step083"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step083`"] = $theValue;
// Field step084
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step084"]) : $GLOBALS["x_step084"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step084`"] = $theValue;
// Field step085
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step085"]) : $GLOBALS["x_step085"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step085`"] = $theValue;
// Field step086
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step086"]) : $GLOBALS["x_step086"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step086`"] = $theValue;
// Field step087
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step087"]) : $GLOBALS["x_step087"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step087`"] = $theValue;
// Field step088
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step088"]) : $GLOBALS["x_step088"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step088`"] = $theValue;
// Field step089
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step089"]) : $GLOBALS["x_step089"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step089`"] = $theValue;
// Field step090
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step090"]) : $GLOBALS["x_step090"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step090`"] = $theValue;
// Field step091
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step091"]) : $GLOBALS["x_step091"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step091`"] = $theValue;
// Field step092
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step092"]) : $GLOBALS["x_step092"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step092`"] = $theValue;
// Field step093
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step093"]) : $GLOBALS["x_step093"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step093`"] = $theValue;
// Field step094
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step094"]) : $GLOBALS["x_step094"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step094`"] = $theValue;
// Field step095
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step095"]) : $GLOBALS["x_step095"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step095`"] = $theValue;
// Field step096
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step096"]) : $GLOBALS["x_step096"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step096`"] = $theValue;
// Field step097
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step097"]) : $GLOBALS["x_step097"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step097`"] = $theValue;
// Field step098
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step098"]) : $GLOBALS["x_step098"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step098`"] = $theValue;
// Field step099
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step099"]) : $GLOBALS["x_step099"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step099`"] = $theValue;
// Field step100
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step100"]) : $GLOBALS["x_step100"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step100`"] = $theValue;
// Field step101
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step101"]) : $GLOBALS["x_step101"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step101`"] = $theValue;
// Field step102
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step102"]) : $GLOBALS["x_step102"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step102`"] = $theValue;
// Field step103
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step103"]) : $GLOBALS["x_step103"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step103`"] = $theValue;
// Field step104
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step104"]) : $GLOBALS["x_step104"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step104`"] = $theValue;
// Field step105
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step105"]) : $GLOBALS["x_step105"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step105`"] = $theValue;
// Field step106
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step106"]) : $GLOBALS["x_step106"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step106`"] = $theValue;
// Field step107
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step107"]) : $GLOBALS["x_step107"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step107`"] = $theValue;
// Field step108
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step108"]) : $GLOBALS["x_step108"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step108`"] = $theValue;
// Field step109
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step109"]) : $GLOBALS["x_step109"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step109`"] = $theValue;
// Field step110
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step110"]) : $GLOBALS["x_step110"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step110`"] = $theValue;
// Field step111
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step111"]) : $GLOBALS["x_step111"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step111`"] = $theValue;
// Field step112
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step112"]) : $GLOBALS["x_step112"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step112`"] = $theValue;
// Field step113
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step113"]) : $GLOBALS["x_step113"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step113`"] = $theValue;
// Field step114
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step114"]) : $GLOBALS["x_step114"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step114`"] = $theValue;
// Field step115
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step115"]) : $GLOBALS["x_step115"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step115`"] = $theValue;
// Field step116
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step116"]) : $GLOBALS["x_step116"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step116`"] = $theValue;
// Field step117
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step117"]) : $GLOBALS["x_step117"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step117`"] = $theValue;
// Field step118
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step118"]) : $GLOBALS["x_step118"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step118`"] = $theValue;
// Field step119
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step119"]) : $GLOBALS["x_step119"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step119`"] = $theValue;
// Field step120
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step120"]) : $GLOBALS["x_step120"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step120`"] = $theValue;
// Field step121
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step121"]) : $GLOBALS["x_step121"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step121`"] = $theValue;
// Field step122
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step122"]) : $GLOBALS["x_step122"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step122`"] = $theValue;
// Field step123
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step123"]) : $GLOBALS["x_step123"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step123`"] = $theValue;
// Field step124
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step124"]) : $GLOBALS["x_step124"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step124`"] = $theValue;
// Field step125
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step125"]) : $GLOBALS["x_step125"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step125`"] = $theValue;
// Field step126
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step126"]) : $GLOBALS["x_step126"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step126`"] = $theValue;
// Field step127
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step127"]) : $GLOBALS["x_step127"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step127`"] = $theValue;
// Field step128
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step128"]) : $GLOBALS["x_step128"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step128`"] = $theValue;
// Field step129
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step129"]) : $GLOBALS["x_step129"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step129`"] = $theValue;
// Field step130
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step130"]) : $GLOBALS["x_step130"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step130`"] = $theValue;
// Field step131
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step131"]) : $GLOBALS["x_step131"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step131`"] = $theValue;
// Field step132
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step132"]) : $GLOBALS["x_step132"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step132`"] = $theValue;
// Field step133
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step133"]) : $GLOBALS["x_step133"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step133`"] = $theValue;
// Field step134
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step134"]) : $GLOBALS["x_step134"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step134`"] = $theValue;
// Field step135
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step135"]) : $GLOBALS["x_step135"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step135`"] = $theValue;
// Field step136
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step136"]) : $GLOBALS["x_step136"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step136`"] = $theValue;
// Field step137
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step137"]) : $GLOBALS["x_step137"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step137`"] = $theValue;
// Field step138
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step138"]) : $GLOBALS["x_step138"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step138`"] = $theValue;
// Field step139
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step139"]) : $GLOBALS["x_step139"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step139`"] = $theValue;
// Field step140
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step140"]) : $GLOBALS["x_step140"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step140`"] = $theValue;
// Field step141
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step141"]) : $GLOBALS["x_step141"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step141`"] = $theValue;
// Field step142
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step142"]) : $GLOBALS["x_step142"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step142`"] = $theValue;
// Field step143
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step143"]) : $GLOBALS["x_step143"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step143`"] = $theValue;
// Field step144
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step144"]) : $GLOBALS["x_step144"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step144`"] = $theValue;
// Field step145
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step145"]) : $GLOBALS["x_step145"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step145`"] = $theValue;
// Field step146
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step146"]) : $GLOBALS["x_step146"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step146`"] = $theValue;
// Field step147
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step147"]) : $GLOBALS["x_step147"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step147`"] = $theValue;
// Field step148
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step148"]) : $GLOBALS["x_step148"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step148`"] = $theValue;
// Field step149
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step149"]) : $GLOBALS["x_step149"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step149`"] = $theValue;
// Field step150
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step150"]) : $GLOBALS["x_step150"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step150`"] = $theValue;
// Field step151
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step151"]) : $GLOBALS["x_step151"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step151`"] = $theValue;
// Field step152
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step152"]) : $GLOBALS["x_step152"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step152`"] = $theValue;
// Field step153
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step153"]) : $GLOBALS["x_step153"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step153`"] = $theValue;
// Field step154
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step154"]) : $GLOBALS["x_step154"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step154`"] = $theValue;
// Field step155
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step155"]) : $GLOBALS["x_step155"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step155`"] = $theValue;
// Field step156
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step156"]) : $GLOBALS["x_step156"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step156`"] = $theValue;
// Field step157
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step157"]) : $GLOBALS["x_step157"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step157`"] = $theValue;
// Field step158
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step158"]) : $GLOBALS["x_step158"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step158`"] = $theValue;
// Field step159
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step159"]) : $GLOBALS["x_step159"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step159`"] = $theValue;
// Field step160
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step160"]) : $GLOBALS["x_step160"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step1060`"] = $theValue;
// Field step161
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step161"]) : $GLOBALS["x_step161"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step161`"] = $theValue;
// Field step162
$theValue = (!get_magic_quotes_gpc()) ? addslashes($GLOBALS["x_step162"]) : $GLOBALS["x_step162"];
$theValue = (strtoupper($theValue) != "Y") ? " 'N'" : " 'Y'";
$fieldList["`step162`"] = $theValue;
// Inserting event
if (Recordset_Inserting($fieldList)) {
// Insert
$sSql = "INSERT INTO `chklist_bst` (";
$sSql .= implode(",", array_keys($fieldList));
$sSql .= ") VALUES (";
$sSql .= implode(",", array_values($fieldList));
$sSql .= ")";
phpmkr_query($sSql, $conn) or die("Failed to execute query at line " . __LINE__ . ": " . phpmkr_error($conn) . '<br>SQL: ' . $sSql);
$result = (phpmkr_affected_rows($conn) > 0);
// Inserted event
if ($result) Recordset_Inserted($fieldList);
} else {
$result = false;
}
return $result;
}
// Inserting event
function Recordset_Inserting(&$newrs)
{
// Enter your customized codes here
return true;
}
// Inserted event
function Recordset_Inserted($newrs)
{
$table = "chklist_bst";
}
?>