Am 29.03.2013 20:31, schrieb 1nsane:
It be great if Valve post update notifications to both appids at the same.
So we wouldn't need workarounds.

If we need to stick with the ineffective system here is a workaround in PHP:

API requests:
$lookUpAppID=123;
if ($lookUpAppID==90) {
    $lookUpAppID=10;
} else if ($lookUpAppID==740) {
    $lookUpAppID=730;
} else if ($lookUpAppID==215360) {
    $lookUpAppID=1250;
} else if ($lookUpAppID==229830) {
    $lookUpAppID=440;
} else if ($lookUpAppID==232290) {
    $lookUpAppID=300;
} else if ($lookUpAppID==232330) {
    $lookUpAppID=240;
} else if ($lookUpAppID==232370) {
    $lookUpAppID=320;
}



Updates:
$updateID=123;
if ($updateID==10) {
    $updateID=90;
} else if ($updateID==240) {
    $updateID=232330;
} else if ($updateID==300) {
    $updateID=232290;
} else if ($updateID==320) {
    $updateID=232370;
} else if ($updateID==440) {
    $updateID=229830;
} else if ($updateID==740) {
    $updateID=730;
} else if ($updateID==1250) {
    $updateID=215360;
}

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux

Reply via email to