Gatherer v0.1 [Roster 1.7.3 addon]

Share Gatherer and Cartographer data via your Roster

Moderator: Foxy

Gatherer v0.1 [Roster 1.7.3 addon]

Postby Ulminia » Sun Mar 25, 2007 9:25 pm

im still haven issues with the flash file not showing but i have noticed one thing my roster is not in a /roster/ directoryyou might wana encode the addon to now use this defanition because if some one is not using the roster in this folder its gona kill the addon...
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

Re: Gatherer v0.1 [Roster 1.7.3 addon]

Postby Foxy » Mon Mar 26, 2007 4:37 am

Thanks everyone for the quick replies... Sorry it took me sol long to post again, RL has been calling... :-)

Okay here's the problem with the flash file... I had coded the url for the results.php :-P

Worling on a fix for this now... And the Update.php was not included in my last zip sorry that's my bad!

I'll try to fix this up today.... Thanks for the maps Vasting.
Attachments
update.zip
This Update.php allows for both Gatherer & Bookworm uploads.
(5.21 KiB) Downloaded 364 times
Foxy
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 111
Joined: Tue Aug 22, 2006 9:49 am

Re: Gatherer v0.1 [Roster 1.7.3 addon]

Postby Foxy » Mon Mar 26, 2007 7:52 am

Okay, took some time and addressed the flash problem... I have included the fla file for anyone that has AS knowledge and that might like to expand on the nodes... perhaps create a mouse over?

Never the less... fixed.zip has the fla, swf, config.php and gatherer.php

Replace all files on your WOW Roster - Gatherer addon folder with those in the zip...

Let me know if this solves the problem for everyone...

As for the check for duplicates... this is my next problem to fix.
Attachments
fixed.zip
Fixed swf load issues... Fixed php in config.php and gatherer.php, included fla for editing and new swf... Replace all files with these.
(15.4 KiB) Downloaded 383 times
Foxy
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 111
Joined: Tue Aug 22, 2006 9:49 am

Gatherer v0.1 [Roster 1.7.3 addon]

Postby elucas3689 » Mon Mar 26, 2007 10:52 am

ok this addon look awesome but i cant see any of the maps. i have uploaded the updates and additional map file but still no luck everything else looks right ( i think( but instead of a map i get a white box.

anyone have a suggestion?

thanks in advance
elucas3689
WR.net Apprentice
WR.net Apprentice
 
Posts: 10
Joined: Sun Aug 06, 2006 7:19 am

Gatherer v0.1 [Roster 1.7.3 addon]

Postby Ulminia » Mon Mar 26, 2007 11:18 am

*sigh* ok lets try thyis agian

great addon good job i got mine working
but

please dont hardcode /roster/ as the rosters default directory in the gathere.php use the veriable ROSTER_DIR saves people editing the addon

other then that dude good addon workes good any one having the whit screen after the fixed.zip edit the gatherer.pgp and change the

Code: Select all
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="1000" height="668" title="Gatherer">
    <param name="movie" value="/roster/addons/gatherer/flash/gatherer.swf?addonResults=<?php echo("$addonResults"); ?>&continent=<?php echo("$continent");?>&map=<?php echo("$map"); ?>">
    <param name="quality" value="high">
    <embed src="/roster/addons/gatherer/flash/gatherer.swf?addonResults=<?php echo("$addonResults"); ?>&continent=<?php echo("$continent");?>&map=<?php echo("$map"); ?>" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1000" height="668"></embed>
  </object>


to
Code: Select all
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="1000" height="668" title="Gatherer">
    <param name="movie" value="/addons/gatherer/flash/gatherer.swf?addonResults=<?php echo("$addonResults"); ?>&continent=<?php echo("$continent");?>&map=<?php echo("$map"); ?>">
    <param name="quality" value="high">
    <embed src="/addons/gatherer/flash/gatherer.swf?addonResults=<?php echo("$addonResults"); ?>&continent=<?php echo("$continent");?>&map=<?php echo("$map"); ?>" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1000" height="668"></embed>
  </object>


or what ever yu have your roster installed in to
Last edited by Ulminia on Mon Mar 26, 2007 8:07 pm, edited 1 time in total.
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

Re: Gatherer v0.1 [Roster 1.7.3 addon]

Postby Borsti » Mon Mar 26, 2007 11:52 am

Can anyone tell me what to do to work this great addon in German Roster?
Ok I had to edit the 2 Url`s in result.php, and in MAP.zip are 2 Write errors
Terokkar_Forest and Zangarmash must be renamed.
Last edited by Borsti on Mon Mar 26, 2007 1:20 pm, edited 1 time in total.
User avatar
Borsti
WR.net Journeyman
WR.net Journeyman
 
Posts: 87
Joined: Sat Jul 08, 2006 11:37 am
Location: Hamburg/Germany

Re: Gatherer v0.1 [Roster 1.7.3 addon]

Postby fhmilamber » Mon Mar 26, 2007 2:20 pm

Great addon!
Got it working just fine with the Fixed version. Keep up the good work. :)
User avatar
fhmilamber
WR.net Apprentice
WR.net Apprentice
 
Posts: 19
Joined: Sat Mar 03, 2007 10:08 pm
Location: Kansas

Gatherer v0.1 [Roster 1.7.3 addon]

Postby Nomandalan » Mon Mar 26, 2007 10:42 pm

So far i am impressed with this addon but I've run into one problem. My host does not allow spaces in directories or file names at all and that's come up as an issue with Eastern Kingdoms maps because the directory is spaced yet I'm not allowed to use that directory name. Any ideas or possible fixes i can do to resolve this?
Nomandalan
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Tue Jan 09, 2007 10:58 pm

Gatherer v0.1 [Roster 1.7.3 addon]

Postby Foxy » Mon Mar 26, 2007 10:47 pm

Ulminia, sorry about that I'm trying to fix all my hardcoded variables.... :-D

elucas3689, two things, make sure you uploaded the new gatherer.swf and have data in the database... then clear your browser cache and go to the gatherer addon... should show.

Borsti, sorry I just noticed the mis-named maps :-) As for the URLs in results.php, you must be talking about the image URLs that I hardcoded :-) Again sorry everyone, it's still beta!
Foxy
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 111
Joined: Tue Aug 22, 2006 9:49 am

Gatherer v0.1 [Roster 1.7.3 addon]

Postby Foxy » Mon Mar 26, 2007 10:54 pm

Nomandalan,

I plan to do some testing with this today... If anyone is familiar with normalizing a database, that's what I'm looking at....

I.E. rather than using the continent name for storage, I'll use the numbers....

This will eliminate the need for "Eastern Kingdom" and instead be continent = 2 .... Less data stored faster query....

As for the zones.... at this time it may be harder than I think to remove names and give them numerical values... So I'll leave it be...

I'll post a branch of this todayfor you to test Nomandalan.
Foxy
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 111
Joined: Tue Aug 22, 2006 9:49 am

Gatherer v0.1 [Roster 1.7.3 addon]

Postby Foxy » Mon Mar 26, 2007 11:01 pm

Borsti, do you have a copy of your gatherer.lua you can post? I want to check the zone names -vs- en-us versions.
Foxy
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 111
Joined: Tue Aug 22, 2006 9:49 am

Re: Gatherer v0.1 [Roster 1.7.3 addon]

Postby Borsti » Tue Mar 27, 2007 12:31 am

Foxy wrote:Borsti, do you have a copy of your gatherer.lua you can post? I want to check the zone names -vs- en-us versions.


It works on my side
http://borstiweb.de/temp1/Gathererlua.zip

If anyone has Maps in German with right format it would be Nice to share

Translation from Menü i can share next Time
Last edited by Borsti on Tue Mar 27, 2007 2:10 am, edited 1 time in total.
User avatar
Borsti
WR.net Journeyman
WR.net Journeyman
 
Posts: 87
Joined: Sat Jul 08, 2006 11:37 am
Location: Hamburg/Germany

Gatherer v0.1 [Roster 1.7.3 addon]

Postby Foxy » Tue Mar 27, 2007 4:36 am

Borsti, are you using a German wow client?

I looked over the gatherer.lua you had posted... Thought it might have the German zone names... maybe not...

Never the less I will be looking into localizing the words and names this week.
Foxy
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 111
Joined: Tue Aug 22, 2006 9:49 am

Re: Gatherer v0.1 [Roster 1.7.3 addon]

Postby Borsti » Tue Mar 27, 2007 5:29 am

Foxy wrote:Borsti, are you using a German wow client?



I´m playing with german client without language pack
Guildsharing says "sent gatherer Terozapfen to Guild"

It works fine with your roster addon, only your menü must be translate to German.

I had found 2 errors in my translation, if this fixed I`ll post it here.
You can see it on http://magicroster.de.ki
Last edited by Borsti on Tue Mar 27, 2007 5:57 am, edited 2 times in total.
User avatar
Borsti
WR.net Journeyman
WR.net Journeyman
 
Posts: 87
Joined: Sat Jul 08, 2006 11:37 am
Location: Hamburg/Germany

Gatherer v0.1 [Roster 1.7.3 addon]

Postby Foxy » Tue Mar 27, 2007 7:20 am

ty
Foxy
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 111
Joined: Tue Aug 22, 2006 9:49 am

PreviousNext

Return to Gatherer

Who is online

Users browsing this forum: No registered users and 0 guests

cron