Forum: Eventscripter
03.10.2022, 16:57
|
Replies: 3,086
Views: 11,541,297
|
Forum: Eventscripter
02.10.2022, 12:42
|
Replies: 3,086
Views: 11,541,297
|
Forum: Eventscripter
02.10.2022, 10:53
|
Replies: 3,086
Views: 11,541,297
|
Forum: Eventscripter
01.10.2022, 18:59
|
Replies: 3,086
Views: 11,541,297
|
Forum: Eventscripter
11.11.2018, 15:18
|
Replies: 3,086
Views: 11,541,297
|
Forum: Eventscripter
11.11.2018, 14:12
|
Replies: 3,086
Views: 11,541,297
|
Forum: Eventscripter
28.10.2018, 12:56
|
Replies: 3,086
Views: 11,541,297
Hi there,
i'm looking for a script thats...
Hi there,
i'm looking for a script thats blocked the refresh of the share-online limit of the premium accounts during the account is in use. There is an error that the limit jumps back on the full...
|
Forum: Eventscripter
09.02.2018, 19:28
|
Replies: 3,086
Views: 11,541,297
the script was:
// Check if updates are...
the script was:
// Check if updates are availaible when JD is idle
if (callAPI("update", "isUpdateAvailable") && isDownloadControllerIdle()) {
// Restart JD and Update
callAPI("update",...
|
Forum: Eventscripter
09.02.2018, 13:26
|
Replies: 3,086
Views: 11,541,297
|
Forum: Eventscripter
09.02.2018, 09:28
|
Replies: 3,086
Views: 11,541,297
|
Forum: Eventscripter
07.02.2018, 00:05
|
Replies: 3,086
Views: 11,541,297
@hartm
Try this script
Trigger is...
@hartm
Try this script
Trigger is Interval with 10000ms
//überprüfen, ob überhaupt gedownloadet wird
if (isDownloadControllerRunning() && !isDownloadControllerStopping()) {
var...
|