• 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"

v.1.2.5 – OXOO Nulled – Android Live TV & Movie Portal App with Powerful Admin Panel Free Download

in build.gradle change this line
Code:
implementation 'com.stripe:stripe-android:16.0.0'

then, in file EventPaymentStripeActivity replace this code
Code:
stripe.createToken(
        card, new ApiResultCallback<Token>() {
            @Override
            public void onSuccess(@NonNull Token result) {
                createCharge(result.getId());
            }

            @Override
            public void onError(@NonNull Exception e) {
                Toast.makeText(EventPaymentStripeActivity.this, e.getMessage(), Toast.LENGTH_LONG)
                        .show();
            }
        }
);

with this code
Code:
stripe.createCardToken(card, new ApiResultCallback<Token>() {
    @Override
    public void onSuccess(@NotNull Token token) {
        createCharge(token.getId());
    }

    @Override
    public void onError(@NotNull Exception e) {
        Toast.makeText(EventPaymentStripeActivity.this, e.getMessage(), Toast.LENGTH_LONG)
                .show();
    }
});


in file StripePaymentActivity, replace this code
Code:
stripe.createToken(
        card, new ApiResultCallback<Token>() {
            @Override
            public void onSuccess(@NonNull Token result) {
                createCharge(result.getId());
            }

            @Override
            public void onError(@NonNull Exception e) {
                Toast.makeText(StripePaymentActivity.this, e.getMessage(), Toast.LENGTH_LONG)
                        .show();
            }
        }
);

with this code
Code:
stripe.createCardToken(card, new ApiResultCallback<Token>() {
    @Override
    public void onSuccess(@NotNull Token token) {
        createCharge(token.getId());
    }

    @Override
    public void onError(@NotNull Exception e) {
        Toast.makeText(StripePaymentActivity.this, e.getMessage(), Toast.LENGTH_LONG)
                .show();
    }
});
 
  • Love
Reactions: davians
in build.gradle change this line
Code:
implementation 'com.stripe:stripe-android:16.0.0'

then, in file EventPaymentStripeActivity replace this code
Code:
stripe.createToken(
        card, new ApiResultCallback<Token>() {
            @Override
            public void onSuccess(@NonNull Token result) {
                createCharge(result.getId());
            }

            @Override
            public void onError(@NonNull Exception e) {
                Toast.makeText(EventPaymentStripeActivity.this, e.getMessage(), Toast.LENGTH_LONG)
                        .show();
            }
        }
);

with this code
Code:
stripe.createCardToken(card, new ApiResultCallback<Token>() {
    @Override
    public void onSuccess(@NotNull Token token) {
        createCharge(token.getId());
    }

    @Override
    public void onError(@NotNull Exception e) {
        Toast.makeText(EventPaymentStripeActivity.this, e.getMessage(), Toast.LENGTH_LONG)
                .show();
    }
});


in file StripePaymentActivity, replace this code
Code:
stripe.createToken(
        card, new ApiResultCallback<Token>() {
            @Override
            public void onSuccess(@NonNull Token result) {
                createCharge(result.getId());
            }

            @Override
            public void onError(@NonNull Exception e) {
                Toast.makeText(StripePaymentActivity.this, e.getMessage(), Toast.LENGTH_LONG)
                        .show();
            }
        }
);

with this code
Code:
stripe.createCardToken(card, new ApiResultCallback<Token>() {
    @Override
    public void onSuccess(@NotNull Token token) {
        createCharge(token.getId());
    }

    @Override
    public void onError(@NotNull Exception e) {
        Toast.makeText(StripePaymentActivity.this, e.getMessage(), Toast.LENGTH_LONG)
                .show();
    }
});

Can you share me a script
 
in build.gradle change this line
Code:
implementation 'com.stripe:stripe-android:16.0.0'

then, in file EventPaymentStripeActivity replace this code
Code:
stripe.createToken(
        card, new ApiResultCallback<Token>() {
            @Override
            public void onSuccess(@NonNull Token result) {
                createCharge(result.getId());
            }

            @Override
            public void onError(@NonNull Exception e) {
                Toast.makeText(EventPaymentStripeActivity.this, e.getMessage(), Toast.LENGTH_LONG)
                        .show();
            }
        }
);

with this code
Code:
stripe.createCardToken(card, new ApiResultCallback<Token>() {
    @Override
    public void onSuccess(@NotNull Token token) {
        createCharge(token.getId());
    }

    @Override
    public void onError(@NotNull Exception e) {
        Toast.makeText(EventPaymentStripeActivity.this, e.getMessage(), Toast.LENGTH_LONG)
                .show();
    }
});


in file StripePaymentActivity, replace this code
Code:
stripe.createToken(
        card, new ApiResultCallback<Token>() {
            @Override
            public void onSuccess(@NonNull Token result) {
                createCharge(result.getId());
            }

            @Override
            public void onError(@NonNull Exception e) {
                Toast.makeText(StripePaymentActivity.this, e.getMessage(), Toast.LENGTH_LONG)
                        .show();
            }
        }
);

with this code
Code:
stripe.createCardToken(card, new ApiResultCallback<Token>() {
    @Override
    public void onSuccess(@NotNull Token token) {
        createCharge(token.getId());
    }

    @Override
    public void onError(@NotNull Exception e) {
        Toast.makeText(StripePaymentActivity.this, e.getMessage(), Toast.LENGTH_LONG)
                .show();
    }
});
this is doesn't work
 
Last edited:
Hello, you must be a member of 'https://www.themoviedb.org' to get movie and series information from tmdb.
then you have to write the api information.
'yourhost \ application \ models \ Tmdb_model.php \ line 33
$ data = file_get_contents ('https://api.themoviedb.org/3/movie/'.$tmdb_id.'?api_key=********************* ************* & append_to_response = credits & language = en ');

you should write here

change language code with your language code
credits & language = en ');
Screenshot_2020-09-28 Movie Search Import-CanlıTV.png

Could you upload the file or screenshot the line 33 please?
 
Hello, you must be a member of 'https://www.themoviedb.org' to get movie and series information from tmdb.
then you have to write the api information.
'yourhost \ application \ models \ Tmdb_model.php \ line 33
$ data = file_get_contents ('https://api.themoviedb.org/3/movie/'.$tmdb_id.'?api_key=********************* ************* & append_to_response = credits & language = en ');

you should write here

change language code with your language code
credits & language = en ');
Screenshot_2020-09-28 Movie Search Import-CanlıTV.png
y pensar que estuve tan cerca de lograrlo ::) Gracias

 

Attachments

  • Captura.PNG
    Captura.PNG
    6.9 KB · Views: 12
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