<div dir="ltr">I have changed the source and rebuilt the client to change the update server. <div><br></div><div>My clientupdater.php file goes something like this (I've added a "client" tag too for our individual purposes):</div>

<div><br></div><div><div>if($_GET['version'] && $_GET['platform'] && $_GET['client']){</div><div>    switch($_GET['client']){</div><div>        case "kjh":</div><div>

            $latest['macos'] = "1.4.0";</div><div>            $latest['win32'] = "1.4.0";</div><div><div><br class="">        case "iforn":</div><div>        default:</div><div>

            $latest['macos'] = "1.3.0";</div><div>            $latest['win32'] = "1.3.0";</div></div><div>    }</div><div>    </div><div>    if($_GET['version'] < $latest[$_GET['platform']]){</div>

<div>        echo '<?xml version="1.0"?></div><div>    <owncloudclient></div><div>      <version>'.$latest[$_GET['platform']].'</version></div><div>      <versionstring>ownCloud Client '.$latest[$_GET['platform']].'</versionstring></div>

<div>      <web><a href="http://kjhosting.com/oc/owncloud-'.$latest[$_GET['platform']].'-'.($_GET['platform">http://kjhosting.com/oc/owncloud-'.$latest[$_GET['platform']].'-'.($_GET['platform</a>'] == "win32" ? 'win.exe' : 'mac.dmg').'</web></div>

<div>    </owncloudclient></div><div>        ';</div><div>    }else{</div><div>        echo '<?xml version="1.0"?></div><div>    <owncloudclient></div><div>      <version></version></div>

<div>      <versionstring></versionstring></div><div>      <web></web></div><div>    </owncloudclient></div><div>        ';</div><div>    }</div><div>    </div><div>}</div></div></div><div class="gmail_extra">

<br><br><div class="gmail_quote">On Tue, Sep 10, 2013 at 9:35 PM, kwillems <span dir="ltr"><<a href="mailto:kwillems@zonnet.nl" target="_blank">kwillems@zonnet.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I would like to know that too.<br>
Also, what's in 'clientupdater.php'? Is that piece of PHP published<br>
somewere?<br>
<br>
Cheers,<br>
Koen<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://owncloud.10557.n7.nabble.com/client-auto-update-tp10628p10715.html" target="_blank">http://owncloud.10557.n7.nabble.com/client-auto-update-tp10628p10715.html</a><br>
Sent from the ownCloud mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Owncloud mailing list<br>
<a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br>
</blockquote></div><br></div>