• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

WebViewGold for Android – WebView URL/HTML to Android app + Push, URL Handling, APIs & much more!

WebViewGold for Android – WebView URL/HTML to Android app + Push, URL Handling, APIs & much more! Version 14.5 (27 March 24)

No permission to download
Does anyone know how can we trigger the native share dialog using this source?
It doesn't support native web share as far as it seems.
 
  • Like
Reactions: stuarty2k
<?php // Check if the request contains a "codecanyon_app_template_purchase_code" query parameter if (isset($_GET['codecanyon_app_template_purchase_code'])) { // Store the value of the parameter in a variable $purchase_code = $_GET['codecanyon_app_template_purchase_code']; echo "Regular"; // Process the purchase code according to your needs // For example, you could verify it with an API or store it in a database // ... } ?>
pretty easy to bypass the authentication by creating your own response.
line 1826 under MainActivity.java
upload this to your server and point at it.
here is my example that should work for anyone who leaves the code empty or not it will still return "Regular" which is what the application is looking for if it does not validate it returns 0000-0000-0000-0000 and sends you to an alternative webpage. Convert your URL to base 64, an online tool to help base64decode*dot(org).

aHR0cHM6Ly9raWxsZXJhcGkuY29tL2FwaT9jb2RlY2FueW9uX2FwcF90ZW1wbGF0ZV9wdXJjaGFzZV9jb2RlPQ==
please: the php file how is named? or i must put the code into the mainactivity??
 
On some files it is a different code
if (BuildConfig.IS_DEBUG_MODE) {
osURL(myOSurl);
}
so remove this then it will work
tested with android studio
 
  • Like
Reactions: benimjoomla
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock