DOWNLOAD Smarters 3.1.5 icon gif with gif Logos

ade2910

Active member
VIP Member
Joined
Aug 14, 2021
Messages
234
Awards
3
Offline
ok bit confused you say
works with v3 panel.
search for https://yourdns/api/ which suggests panel based but your dns suggests dns based so confused as to which it is
 

AfterLife

Well-known member
VIP Member
Joined
May 15, 2021
Messages
1,125
Awards
4
Offline
Took the Smarters with gif icons from here and add gif logos for splash screen, login screen, and dashboard logo. probably too much gif :ROFLMAO:.

works with v3 panel.
search for https://yourdns/api/

replace bet3_gif.gif
under res/drawable/
i used size 500x500 for this

*** Hidden text: cannot be quoted. ***


running into compile error after editing the android manifest.xml file with this app pal can someone help with this issue please
 

Attachments

  • Screenshot_20220422-233742.png
    Screenshot_20220422-233742.png
    91.2 KB · Views: 26

jbetbetbet

Well-known member
Joined
Aug 10, 2021
Messages
200
Awards
3
Offline
running into compile error after editing the android manifest.xml file with this app pal can someone help with this issue please
Change “false” to “@null” on that line and it’ll build
 

salehshwa

New member
Joined
Jun 4, 2021
Messages
3
Offline
I have a problem brother in the control panel, can you share it with us because I am trying via the v3 control panel
it would not work
 

jbetbetbet

Well-known member
Joined
Aug 10, 2021
Messages
200
Awards
3
Offline
I have a problem brother in the control panel, can you share it with us because I am trying via the v3 control panel
it would not work
sorry changed to work with my panel, ill reupload with original specs here in a bit

try changing this under g$a.smail under panel location

.field public static b:Ljava/lang/String; = "dns"

.field public static c:Ljava/lang/String; = "note"

.field public static d:Ljava/lang/String; = "rate"

.field public static e:Ljava/lang/String; = "update"

.field public static f:Ljava/lang/String; = "vpn"


to this

.field public static b:Ljava/lang/String; = "?action=dns"

.field public static c:Ljava/lang/String; = "?action=note"

.field public static d:Ljava/lang/String; = "?action=update"

.field public static e:Ljava/lang/String; = "?action=vpn"

.field public static f:Ljava/lang/String; = "?action=rate"
 

salehshwa

New member
Joined
Jun 4, 2021
Messages
3
Offline
It's already this way it would still work
to this

.field public static b:Ljava/lang/String; = "?action=dns"

.field public static c:Ljava/lang/String; = "?action=note"

.field public static d:Ljava/lang/String; = "?action=update"

.field public static e:Ljava/lang/String; = "?action=vpn"

.field public static f:Ljava/lang/String; = "?action=rate"
 

jbetbetbet

Well-known member
Joined
Aug 10, 2021
Messages
200
Awards
3
Offline
It's already this way it would still work
to this

.field public static b:Ljava/lang/String; = "?action=dns"

.field public static c:Ljava/lang/String; = "?action=note"

.field public static d:Ljava/lang/String; = "?action=update"

.field public static e:Ljava/lang/String; = "?action=vpn"

.field public static f:Ljava/lang/String; = "?action=rate"
lol whoops my bad do the opposite :ROFLMAO: :ROFLMAO: :ROFLMAO:


change this

.field public static b:Ljava/lang/String; = "?action=dns"

.field public static c:Ljava/lang/String; = "?action=note"

.field public static d:Ljava/lang/String; = "?action=update"

.field public static e:Ljava/lang/String; = "?action=vpn"

.field public static f:Ljava/lang/String; = "?action=rate"

to this


.field public static b:Ljava/lang/String; = "dns"

.field public static c:Ljava/lang/String; = "note"

.field public static d:Ljava/lang/String; = "rate"

.field public static e:Ljava/lang/String; = "update"

.field public static f:Ljava/lang/String; = "vpn"
 
Top