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! v16.3

No permission to download

StewFeed

New member
Oct 28, 2020
11
3
3
custom.css Why doesn't it work
1 example:footer{display: none;}
2 example: .footer{display: none;}
3 example: #footer{display: none;}
have you tried adding !important?

ex. #footer{display: none!important}
 

abelcustoms

New member
Sep 14, 2019
2
2
3
<?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==
 
  • Like
Reactions: underwater

matiq

Active member
Babiato Lover
Null Master
Trusted Uploader
Sep 19, 2020
120
194
43
37
Argentina

theekg

Member
Jul 25, 2020
34
12
8

How to Null this:

Safest way to self-null:

Open file MainActivity.java (in /app/src/main/java/webviewgold/myappname/MainActivity.java). Go to line ~472. Search and delete this:

Java:
if (BuildConfig.IS_DEBUG_MODE) {
osURL(myOSurl);
}


(Credits to: @matiq )



If this doesn´t work anymore: (Credits to @abelcustoms )

1675526728384.png
Change this to your Web Server path. Use www base64decode (.) org to decode/encode

1675526783058.png

Make sure your file makes this output:
1675526869079.png


I posted this because a few people still asked how to null. The methods are found by @matiq and @abelcustoms and not by me
 
  • Like
Reactions: underwater

matiq

Active member
Babiato Lover
Null Master
Trusted Uploader
Sep 19, 2020
120
194
43
37
Argentina

matiq

Active member
Babiato Lover
Null Master
Trusted Uploader
Sep 19, 2020
120
194
43
37
Argentina

matiq

Active member
Babiato Lover
Null Master
Trusted Uploader
Sep 19, 2020
120
194
43
37
Argentina

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu