Installation of ArmorySync

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

Moderators: Ulminia, poetter

Installation of ArmorySync

Postby Saeros » Thu Aug 09, 2007 9:52 pm

Hey Guys, i've been reading through the forums and threads for more or less an hour now - but i couldn't find a step-by-step installation instruction for this very useful addon.

The ZIP File for download only includes a subfolder "armorysync" with some files but i have no idea how to include that in the existing roster installation. do i need to replace the index.php with the one from the archive? what else to do?

Would be great if someone can give me a short 1. 2. 3. description of the steps necessary.

THANKS
Saeros
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Thu Aug 09, 2007 9:22 pm

Installation of ArmorySync

Postby Saeros » Thu Aug 09, 2007 9:55 pm

Another question is, do i need to start the armory synchronisation or is it done once a day automatically?
Saeros
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Thu Aug 09, 2007 9:22 pm

Re: Installation of ArmorySync

Postby swampy » Fri Aug 10, 2007 12:20 am

Hiya,

Put the ArmorySync in the addons directory that's under your wowroster installation (you'll see stuff like the siggen directory there as well)

Next time you go into wowroster, you'll see an 'ArmorySynch' button in the menu. Click on that, supply your roster password and it'll start synching.
<br /><a href="http://www.argentdawnexiles.org" rel="nofollow" target="_blank" title="http://www.argentdawnexiles.org" ><img src="http://www.argentdawnexiles.org/wowroster/sig/Jakob.png" style="border:0;" alt="" /></a><br />
User avatar
swampy
WR.net Apprentice
WR.net Apprentice
 
Posts: 43
Joined: Mon Sep 25, 2006 9:38 pm
Location: UK

Installation of ArmorySync

Postby Pugro » Fri Aug 10, 2007 12:32 am

In the ArmorySynch dir will be a file config.php, edit that to set which armory to use, EU or US.
--------------------------------
Pugro_
Ice and Trinity Guilds, Nordrassil, EU PvE
www.iceguild.org.uk, www.trinityguild.net
Image
Pugro
WR.net Journeyman
WR.net Journeyman
 
Posts: 79
Joined: Fri Jul 07, 2006 2:14 pm
Location: London, UK

Re: Installation of ArmorySync

Postby Tarran » Fri Sep 21, 2007 3:12 am

Hmmm.

So I've installed the addon in the proper directory. Changed the config.php file to US and told it I'm using the DF version of roster. Still it doesn't work. I get parsing errors like

Code: Select all
Fatal error: main() [function.require]: Failed opening required 'simpleclass.php' (include_path='.:/var/www/vhosts/calculator.jaftech.com/httpdocs/components/com_calculator/class') in /var/www/vhosts/podwiki.net/httpdocs/modules/WoWRosterDF/addons/ArmorySynch/simpleparser.php on line 2



Config file.
Code: Select all
<?php

if (!defined('ROSTER_INSTALLED')) {
   exit('Detected invalid access to this file!');
}

//Configuration
$addon_conf['ArmorySync']['Host'] = "www.wowarmory.com"; //Americans use "www.wowarmory.com", European players use: "eu.wowarmory.com"
$addon_conf['ArmorySync']['MinLevel'] = 10; //The minimum level to be updated
$addon_conf['ArmorySync']['SynchCutoffTime'] = 60; //Time, in minutes.  All players who have not updated in the last (24) hours will be updated.
$addon_conf['ArmorySync']['UseCurl'] = false; //Set this to false if you want to use the original FileSocket function.
$addon_conf['ArmorySync']['DebugLevel'] = 1; //0 = no debug messages, 1 = some debug messages, 2 = verbose debug messages
$addon_conf['ArmorySync']['UpdateRoster'] = true; //Wether or not to update Roster.  Useful if you're just debugging.
$addon_conf['ArmorySync']['Locale'] = $roster_conf['roster_lang']; //The language used, but default it is the language that roster is configured to.
$addon_conf['ArmorySync']['ArmoryLocale'] = strtolower(substr($addon_conf['ArmorySync']['Locale'], 0, 2)) . "_" . strtolower(substr($addon_conf['ArmorySync']['Locale'], 2, 2)); //The Locale that armory is expecting, in the format of lowercase_lowercase (ie en_us or de_de).
$addon_conf['ArmorySync']['MemberSorting'] = "members.last_online DESC"; //alternatives are "members.update_time DESC" to use the last time the member was updated
$addon_conf['ArmorySync']['ServerMonth'] = array("January","February","March","April","May","June","July","August","September","October","November","December"); //just a list of the month names for the server.  Change this to whatever language necessary.
$addon_conf['ArmorySync']['DateUpdatedFormat'] = "%m/%d/%y %H:%i:%s"; //Don't touch this!!! As i can see the time format is always set as it is set here
$addon_conf['ArmorySync']['IsWoWRosterDF'] = 1; //DragonFly Users with WoWRosterDF want this to be 1
$addon_conf['ArmorySync']['IsMySQLLower411'] = 0; //Users of MySQL Version lower than 4.1.1 want thi sto be 1
?>
User avatar
Tarran
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Sat Mar 10, 2007 3:04 pm

Installation of ArmorySync

Postby boyo » Fri Sep 21, 2007 3:28 am

Are you using the 2.0 beta? The current version of armory sync is for 2.0.
boyo
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 103
Joined: Wed Jan 24, 2007 7:37 am

Re: Installation of ArmorySync

Postby Tarran » Fri Sep 21, 2007 3:41 am

I'm using "armorysynch_fixes_253_4.zip"
User avatar
Tarran
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Sat Mar 10, 2007 3:04 pm

Installation of ArmorySync

Postby MJuric » Sat Sep 29, 2007 11:05 am

Anyone with any idea hy the armorsynch button wouldn't show up? I appear to have R2 up and running and copied the Synch files to the addon dir but the but to initiate synching button doesn't show up.

Getting late and could be missing something obvious, but any help would be appreciated.

~Matt
MJuric
WR.net Apprentice
WR.net Apprentice
 
Posts: 8
Joined: Tue Apr 10, 2007 2:20 am

Installation of ArmorySync

Postby joehail » Sat Sep 29, 2007 11:45 am

dumb question Matt, but did you go to addon config in the main config panel and install it?

If so then I have no idea what happened.
Image
User avatar
joehail
WR.net Journeyman
WR.net Journeyman
 
Posts: 103
Joined: Tue Jul 04, 2006 4:54 pm
Location: Cincinnati, Ohio USA

Installation of ArmorySync

Postby MJuric » Sat Sep 29, 2007 8:56 pm

Yeah it doesn't show up there either.

Everything else is working fine once I updated to the latest beta. Very odd.

Any ideas on manually forcing an install?

~Matt
Last edited by MJuric on Sat Sep 29, 2007 8:59 pm, edited 1 time in total.
MJuric
WR.net Apprentice
WR.net Apprentice
 
Posts: 8
Joined: Tue Apr 10, 2007 2:20 am

Re: Installation of ArmorySync

Postby gajillion » Sun Sep 30, 2007 3:30 am

The version of armorysynch we have doesn't have an install.def.php file in it so it's not getting picked up. Do we have a bad download or something?
gajillion
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Wed Apr 11, 2007 7:56 am

Installation of ArmorySync

Postby poetter » Sun Sep 30, 2007 8:31 am

which one did you download? This one's the one and only. I double checked that the archive you can download is the one i uploaded and there is an install.def.php
Image
User avatar
poetter
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 462
Joined: Sat Jun 30, 2007 9:41 pm
Location: Germany/Hamburg


Return to ArmorySync - Depreciated

Who is online

Users browsing this forum: No registered users and 0 guests

cron