ArmorySync 2.6 beta svn[234] for Roster 2.0 Beta

Sync Blizzards' Armory data with WoWRoster (addon depreciated no longer works see ApiSync)

Moderators: Ulminia, poetter

ArmorySync 2.6 beta svn[224] for Roster 2.0 Beta

Postby zanix » Tue Sep 18, 2007 5:56 am

A quick note about the localization
Roster already has faction reputation in the base locale

I also attached an updated locale file for enUS

Code: Select all
//strings for Rep-tab
$lang['exalted']='Exalted';
$lang['revered']='Revered';
$lang['honored']='Honored';
$lang['friendly']='Friendly';
$lang['neutral']='Neutral';
$lang['unfriendly']='Unfriendly';
$lang['hostile']='Hostile';
$lang['hated']='Hated';
$lang['atwar']='At War';
$lang['notatwar']='Not at War';
Attachments
armory_26224_enus.zip
ArmorySync 2.6.224 enUS Locale
(2.28 KiB) Downloaded 334 times
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

ArmorySync 2.6 beta svn[224] for Roster 2.0 Beta

Postby poetter » Tue Sep 18, 2007 6:26 am

Nice, so i got rep-tab, race_to_en and class_to_en.

To make me really happy i would need a talenttree_to_en array like this

Code: Select all
$lang[talenttree_to_en] = array (
    'Paladin' => array (
        'Heilig' => 'Holy',
        ...,
                        ),
    ...,
    );


How about adding it to the base locales?
Image
User avatar
poetter
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 462
Joined: Sat Jun 30, 2007 9:41 pm
Location: Germany/Hamburg

ArmorySync 2.6 beta svn[224] for Roster 2.0 Beta

Postby mrmuskrat » Tue Sep 18, 2007 9:35 am

Roster 2.0 [1337] with 2.6 beta svn[224]

I can do the Armory Memberlist Sync just fine but when I try to do an Armory Sync I get the following error on the first character:

Fatal error: Call to undefined function: mb_convert_encoding() in /home/content/m/r/m/mrmuskrat/html/roster/addons/armorysync/inc/armorysync.class.php on line 860

How do I enable mb_convert_encoding on my server?
User avatar
mrmuskrat
WR.net Journeyman
WR.net Journeyman
 
Posts: 117
Joined: Sat Jul 29, 2006 9:50 pm

ArmorySync 2.6 beta svn[224] for Roster 2.0 Beta

Postby mrmuskrat » Tue Sep 18, 2007 9:53 am

Looks like I can't since it's an installation option. :(

http://www.php.net/manual/en/ref.mbstring.php
User avatar
mrmuskrat
WR.net Journeyman
WR.net Journeyman
 
Posts: 117
Joined: Sat Jul 29, 2006 9:50 pm

ArmorySync 2.6 beta svn[224] for Roster 2.0 Beta

Postby zanix » Tue Sep 18, 2007 12:25 pm

Yep, this is one of the possible bugs I posted
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: ArmorySync 2.6 beta svn[224] for Roster 2.0 Beta

Postby Anaxent » Tue Sep 18, 2007 1:20 pm

mrmuskrat wrote:Roster 2.0 [1337] with 2.6 beta svn[224]

I can do the Armory Memberlist Sync just fine but when I try to do an Armory Sync I get the following error on the first character:

Fatal error: Call to undefined function: mb_convert_encoding() in /home/content/m/r/m/mrmuskrat/html/roster/addons/armorysync/inc/armorysync.class.php on line 860

How do I enable mb_convert_encoding on my server?


tbh ds and I were talking the other day and wondering why this was even needed as it seem it is used to convert the data to utf-8 but under my understanding the data was already utf-8 compatiable... I supose i could be worng, but we should find another way around this as yes it comes installed in php by default but not enabled in php by default which would make it to where you have to recompile php like I did with --enable-mbstring with in your configure command and I know everyone can not do this and most hosts will also not do this for them.
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

Re: ArmorySync 2.6 beta svn[224] for Roster 2.0 Beta

Postby Eltari » Tue Sep 18, 2007 1:40 pm

mrmuskrat wrote:Roster 2.0 [1337] with 2.6 beta svn[224]
I can do the Armory Memberlist Sync just fine but when I try to do an Armory Sync I get the following error on the first character:

Fatal error: Call to undefined function: mb_convert_encoding() in /home/content/m/r/m/mrmuskrat/html/roster/addons/armorysync/inc/armorysync.class.php on line 860


I got the same issue as above.
Roster 2.0 svn[1337] with ArmoySynch 2.6 beta svn[224].
PHP Version 5.1.6
MySQL Version 5.0.27

Running Fedora Core as the OS, so installing the php-mbstring and restarting apache solved the issue.
Code: Select all
# yum install php-mbstring
# /etc/init.d/httpd restart


This is an awesome addon though, I hope I have time to do some more testing at some point. At the moment it seems to be running fine.

Armory Memberlist Sync went fine to US-Uther.
Eltari
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Wed Jan 24, 2007 1:00 am

Re: ArmorySync 2.6 beta svn[224] for Roster 2.0 Beta

Postby poetter » Tue Sep 18, 2007 3:51 pm

mrmuskrat wrote:Roster 2.0 [1337] with 2.6 beta svn[224]

I can do the Armory Memberlist Sync just fine but when I try to do an Armory Sync I get the following error on the first character:

Fatal error: Call to undefined function: mb_convert_encoding() in /home/content/m/r/m/mrmuskrat/html/roster/addons/armorysync/inc/armorysync.class.php on line 860

How do I enable mb_convert_encoding on my server?


I already found a workaround. as zanix mentioned at the weekend, that there will will be problem with mb_convert_encoding i found another way to get rid of htmlentities. Its already in svn but not released as package yet. wait till this evening for the new release( evening from my view of time )
Last edited by poetter on Tue Sep 18, 2007 7:43 pm, edited 1 time in total.
Image
User avatar
poetter
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 462
Joined: Sat Jun 30, 2007 9:41 pm
Location: Germany/Hamburg

Re: ArmorySync 2.6 beta svn[224] for Roster 2.0 Beta

Postby deminus » Tue Sep 18, 2007 4:54 pm

Hi all
I have this error

Fatal error: Call to undefined function: fetchitemtooltiphtml() in /home/www/db4b2a9779200d6f047189f4e6cc8f91/web/aubeecarlate/roster2/addons/armorysync/inc/armorysync.class.php on line 851


I use roster v2 and the last version of armorysynch
deminus
WR.net Apprentice
WR.net Apprentice
 
Posts: 10
Joined: Mon Apr 16, 2007 5:25 pm

ArmorySync 2.6 beta svn[224] for Roster 2.0 Beta

Postby poetter » Tue Sep 18, 2007 7:45 pm

The only reason i know that this function is not defined is that you are not using the version of roster v2.
Image
User avatar
poetter
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 462
Joined: Sat Jun 30, 2007 9:41 pm
Location: Germany/Hamburg

ArmorySync 2.6 beta svn[224] for Roster 2.0 Beta

Postby Subxero » Tue Sep 18, 2007 7:51 pm

Hi poetter,

There are possibility to get rank names ? and not rank1,rank2,rank3..

Or define it at admin page..

like:
rank1 = officer
rank2 = raider
rank3 = alters..
Last edited by Subxero on Tue Sep 18, 2007 7:55 pm, edited 1 time in total.
Subxero - Priest 70 Holy - Asphelt Knight Officer - Zul'jin Horde.
User avatar
Subxero
WR.net Artisan
WR.net Artisan
 
Posts: 234
Joined: Thu Jul 06, 2006 4:08 pm
Realm: Zul'jin (PvE) - US

Re: ArmorySync 2.6 beta svn[224] for Roster 2.0 Beta

Postby poetter » Tue Sep 18, 2007 8:06 pm

Subxero wrote:Hi poetter,

There are possibility to get rank names ? and not rank1,rank2,rank3..

Or define it at admin page..

like:
rank1 = officer
rank2 = raider
rank3 = alters..


Not from the armory. Manualy adding can by a way, but would be a nice to have.
Image
User avatar
poetter
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 462
Joined: Sat Jun 30, 2007 9:41 pm
Location: Germany/Hamburg

ArmorySync 2.6 beta svn[224] for Roster 2.0 Beta

Postby deminus » Tue Sep 18, 2007 8:14 pm

After a fresh installation y have this probleme when y try too update

lib/update.lib.php
Notice line 389: strtotime() [function.strtotime]: Called with empty time parameter
deminus
WR.net Apprentice
WR.net Apprentice
 
Posts: 10
Joined: Mon Apr 16, 2007 5:25 pm

Re: ArmorySync 2.6 beta svn[224] for Roster 2.0 Beta

Postby luciver » Tue Sep 18, 2007 8:50 pm

Hello !

I have now this problem :
http://roster.boten-des-zorns.org/index ... &member=55

the items not showing :)

at this char i have updatet the data over the roster, and it works
http://roster.boten-des-zorns.org/index ... &member=60

wat is the problem ?
The German Community
wowroster.de
Akecheta of Frostwolf
User avatar
luciver
WR.net Apprentice
WR.net Apprentice
 
Posts: 26
Joined: Wed Jul 05, 2006 12:28 am
Location: Berlin

Re: ArmorySync 2.6 beta svn[224] for Roster 2.0 Beta

Postby Subxero » Tue Sep 18, 2007 9:13 pm

luciver wrote:wat is the problem ?


Try read first post :evil: and later try to understand it.
Subxero - Priest 70 Holy - Asphelt Knight Officer - Zul'jin Horde.
User avatar
Subxero
WR.net Artisan
WR.net Artisan
 
Posts: 234
Joined: Thu Jul 06, 2006 4:08 pm
Realm: Zul'jin (PvE) - US

PreviousNext

Return to ArmorySync - Depreciated

Who is online

Users browsing this forum: No registered users and 1 guest

cron