yes, create it on android studio.How to create app apk ? andriod studio
have document and use file folder ? thank youyes, create it on android studio.
Yes it has but why don't you download and open it?have document and use file folder ? thank you
it download more site. becuease you file don't unzipYes it has but why don't you download and open it?
TRY 7 ZIP I HOPE IT WILL WORKit download more site. becuease you file don't unzip
Can I get it too? Both the web script and app script nulled !!!! I am Searching this too! ThanksWell, I'm now outside so when I'll reach home, I'll give you the null file.
Get it! I guess it's already nulled.Can I get it too? Both the web script and app script nulled !!!! I am Searching this too! Thanks@ChintanBhat
You should at least have good reading skills.any nulled files?
can't install it....
sure thanksCheck it here, first. It's Android Application's Thread not the web panel thread. I've posted the patch there already.
Add this code in .htaccesshow can i set my homepage to my domain....not mydomain/public.....please help
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
ok can you also add force https on this htaccess tooAdd this code in .htaccess
Code:<IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^(.*)$ public/$1 [L] </IfModule>
Add this code in .htaccess for removing public as well as force HTTPS.ok can you also add force https on this htaccess too
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>