MYS: fix raya pro & multi ads on inter
This commit is contained in:
parent
1fa324f842
commit
6865b0e64d
4 changed files with 19 additions and 15 deletions
|
|
@ -10,6 +10,9 @@
|
|||
Var Timeout = 0
|
||||
DEBUGVAR TelephoneNumber
|
||||
DEBUGVAR FromFruityRaya
|
||||
DEBUGVAR Seeker.VendingCode
|
||||
DEBUGVAR Seeker.FruityRaya
|
||||
DEBUGVAR Seeker.UseFruityRayaCode
|
||||
|
||||
Var Cid = 43
|
||||
Var param1 = ""
|
||||
|
|
@ -22,7 +25,14 @@
|
|||
|
||||
Else
|
||||
; Telephone must not empty
|
||||
AddData Cid TelephoneNumber param1 param2 param3
|
||||
If Seeker.CodeChannel = 1 Then
|
||||
Var Seeker.UseFruityRayaCode = 1
|
||||
Var Seeker.FruityRaya = 1
|
||||
Else
|
||||
Var Seeker.FruityRaya = 1
|
||||
Var Seeker.UseFruityRayaCode = 0
|
||||
AddData Cid TelephoneNumber param1 param2 param3
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
|
|
|||
|
|
@ -14,18 +14,16 @@ Var FromFruityRaya = 0
|
|||
Var DisableUntilServerPartOK = 1
|
||||
|
||||
|
||||
If DisableUntilServerPartOK = 0 Then
|
||||
If SystemDateMonthInt = 3 Then
|
||||
If SystemDateDayInt >= 29 Then
|
||||
Var FruityRayaEnable = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 4 Then
|
||||
If SystemDateMonthInt = 3 Then
|
||||
If SystemDateDayInt >= 27 Then
|
||||
Var FruityRayaEnable = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 4 Then
|
||||
Var FruityRayaEnable = 1
|
||||
EndIf
|
||||
|
||||
|
||||
If BoxID = 177746 Then
|
||||
Var FruityRayaEnable = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue