i install the new ArmorySync AddOn in my roster and it works great. (Ok, no DK Support, but this is not a problem)
After i set the Wait-Times a little higher i had no problems with the Armory-Security but this need's more time. (a round of 8 hours for my 100 Characters)
And as you don't support Jobs i help myself with a little HTML File for starting the Sync process with this file:
<html><head>
<script language="JavaScript" type="text/javascript">
<!--
function fnSubmit() {
window.document.allow.submit();
return;
}
// -->
</script>
</head>
<body LANGUAGE="javascript" onload="return fnSubmit()">
<body>
<form action="http://www.yourPage.com/roster/index.php?p=guild-armorysync&a=g:1" method="post" id="allow" name="allow">
<input type="hidden" id="start" name="action" value="start" />
<input type="hidden" name="job_id" value="0" />
<input name="password" class="wowinput128" type="password" size="30" maxlength="30" value="yourPass" />
<input type="submit" value="Go" />
</form>
</body></html>
You only need to Change the URL to the right one and enter the Password and than you can start the Sync process without any addl. Clicks.
If you start this over the MS Scheduler your Server (or PC) can Sync every night without any problems.
I don't know if anyone help's this Code, but i think it's better to share the Informations
Regards
Xevion