http://gatherer.dragonkillers.us/gatherer_0.9b.zip
This beta require you to run convertdb.php before uploading additional data!
Enjoy!
Moderator: Foxy
Notice: Undefined index: zonecont in /var/www/htmlxyzzy/roster/addons/gatherer/convertdb.php on line 87
Notice: Undefined variable: output in /var/www/htmlxyzzy/roster/update.php on line 203
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
Notice: Undefined index: realm in /var/www/htmlxyzzy/roster/lib/wowdb.php on line 2099
if(file_exists(ROSTER_ADDONS.'Gatherer'))
if(file_exists(ROSTER_ADDONS.'gatherer'))
// Files that we accept for upload. Up to the first dot, lowercase.
// add the following
$filefields[] = 'gatherer'; // Adds gatherer uploads
$filefields[] = 'cartographer_herbalism'; // Adds cart herb uploads
$filefields[] = 'cartographer_mining'; // Adds cart mine uploads
// If Gatherer data is there, assign it to $uploadData['GathererItems']
if(isset($data['GatherItems']))
{
$uploadData['GatherItems'] = $data['GatherItems'];
}
// If Cartographer Herb data is there, assign it to $uploadData['Cartographer_HerbalismDB']
if(isset($data['Cartographer_HerbalismDB']))
{
$uploadData['Cartoherb'] = $data['Cartographer_HerbalismDB'];
}
// If Cartographer Mine data is there, assign it to $uploadData['Cartographer_MiningDB']
if(isset($data['Cartographer_MiningDB']))
{
$uploadData['Cartomine'] = $data['Cartographer_MiningDB'];
}
// Create the Gatherer input field if addon exists
if(file_exists(ROSTER_ADDONS.'gatherer'))
{
$gathererInputField = "
<tr>
<td class=\"membersRow1\" style=\"cursor:help;\" onmouseover=\"overlib('<b>gatherer.lua</b> ".$wordings[$roster_conf['roster_lang']]['filelocation']."\\\\gatherer.lua',WRAP,RIGHT);\" onmouseout=\"return nd();\"><img src=\"".$roster_conf['img_url']."blue-question-mark.gif\" alt=\"\" /> gatherer.lua</td>
<td class=\"membersRowRight1\"><input type=\"file\" accept=\"gatherer.lua\" name=\"gatherer\"></td>
</tr>
<tr>
<td class=\"membersRow1\" style=\"cursor:help;\" onmouseover=\"overlib('<b>cartographer_herbalism.lua</b> ".$wordings[$roster_conf['roster_lang']]['filelocation']."\\\\cartographer_herbalism.lua',WRAP,RIGHT);\" onmouseout=\"return nd();\"><img src=\"".$roster_conf['img_url']."blue-question-mark.gif\" alt=\"\" /> cartographer_herbalism.lua</td>
<td class=\"membersRowRight1\"><input type=\"file\" accept=\"cartographer_herbalism.lua\" name=\"cartographer_herbalism\"></td>
</tr>
<tr>
<td class=\"membersRow1\" style=\"cursor:help;\" onmouseover=\"overlib('<b>cartographer_mining.lua</b> ".$wordings[$roster_conf['roster_lang']]['filelocation']."\\\\cartographer_mining.lua',WRAP,RIGHT);\" onmouseout=\"return nd();\"><img src=\"".$roster_conf['img_url']."blue-question-mark.gif\" alt=\"\" /> cartographer_mining.lua</td>
<td class=\"membersRowRight1\"><input type=\"file\" accept=\"cartographer_mining.lua\" name=\"cartographer_mining\"></td>
</tr>";
}
else
{
$gathererInputField = '';
}
Foxy wrote:@ ds001
@ Borsti
Errors the same as arcadin's when running convertdb.php?
Notice: Use of undefined constant ROSTER_DIED - assumed 'ROSTER_DIED' in /var/www/wow/roster/lib/commonfunctions.lib.php on line 192
Notice: Use of undefined constant ROSTER_DIED - assumed 'ROSTER_DIED' in /var/www/wow/roster/lib/commonfunctions.lib.php on line 202
Database Error
1054: Unknown column 'xPos' in 'field list'
SQL:
SELECT `map`,`xPos`,`yPos`, `nodeType`, `nodeNumber` FROM `roster_addon_gatherer_nodes`;
File: convertdb.php
Line: 29
$index = $gatherwords['zonecont'][$map];
$index = 0;
if (array_key_exists($map, $gatherwords['zones']['1'])) $index = 1;
if (array_key_exists($map, $gatherwords['zones']['2'])) $index = 2;
if (array_key_exists($map, $gatherwords['zones']['3'])) $index = 3;
Users browsing this forum: No registered users and 1 guest