Liked videos
WAR YAHZ
10 Views 5 months ago
WAR YAHZ
4 Views 26 days ago
WAR YAHZ
4 Views 7 days ago
Above All That Drama
10 Views 8 days ago
Above All That Drama
6 Views 8 days ago
lustman
7 Views 8 days ago
commonman80
8 Views 8 days ago
Above All That Drama
16 Views 10 days ago
Above All That Drama
10 Views 11 days ago
Above All That Drama
13 Views 12 days ago
Above All That Drama
14 Views 18 days ago
Black Global Village
10 Views 25 days ago
1PathwaytoFreedom
5 Views 20 days ago
WAR YAHZ
4 Views 26 days ago
1PathwaytoFreedom
8 Views 25 days ago
ReefTheWatcher
17 Views 30 days ago
Above All That Drama
23 Views 1 month ago
Please complete all required fields
');
$('#stripe_btn').text("Purchase");
$('#stripe_btn').removeAttr('disabled');
}
}
function SH_StripeCardResponseHandler(status, response) {
if (response.error) {
$('#stripe_alert').html(''+response.error.message+'
');
$('#stripe_btn').text("Purchase");
$('#stripe_btn').removeAttr('disabled');
} else {
stripe_array['token'] = response.id;
$.post('https://blackjunction.tv/aj/go_pro/subscribe', {'stripe_name': stripe_array['stripe_name'],'stripe_email': stripe_array['stripe_email'],'stripe_number': stripe_array['stripe_number'],'stripe_month': stripe_array['stripe_month'],'stripe_year': stripe_array['stripe_year'],'stripe_cvc': stripe_array['stripe_cvc'],stripeToken:stripe_array['token'],user_id: '575',type:'stripe'}, function (data) {
if (data.status == 200) {
window.location.href = data.url;
} else {
$('#stripe_alert').html(' Payment declined, please try again later.
');
}
});
}
}
function PT_OpenStripe(pkg,self,video_id = 0,price = 0,user_id = 0){
$('#pay-go-pro').modal('hide');
$('#stripe_modal').modal('show');
}
$(document).on('click', '#select-img', function(event) {
$("#thumbnail").click()
});
$(document).on('change', '#thumbnail', function(event) {
let imgPath = $(this)[0].files[0].name;
if (typeof(FileReader) != "undefined") {
let reader = new FileReader();
reader.onload = function(e) {
$('#receipt_img_preview').attr('src', e.target.result);
}
reader.readAsDataURL(this.files[0]);
}
$('#bank_transfer_modal').addClass('up_rec_img_ready');
});
jQuery(document).ready(function($) {
$('#bank_transfer_form').ajaxForm({
url: 'https://blackjunction.tv/aj/go_pro/subscribe',
beforeSend: function() {
$('#bank_transfer_form').find('.ball-pulse').fadeIn(100);
},
success: function(data) {
if (data['status'] == 200) {
$("#blog-alert").html(''+ data['message'] +'
');
setTimeout(function () {
$(".prv-img").html('https://blackjunction.tv/browse_to_upload
' + data['message'] + '
');
}
$('#bank_transfer_form').find('.ball-pulse').fadeOut(100);
}});
});
function PT_OpenBank(pkg,self,video_id = 0,price = 0){
if (!pkg || !self) {
return false;
}
$(self).text("Please wait..").attr('disabled', 'true');
$('#pay-go-pro').modal('hide');
$('#configreset').click();
$("#blog-alert").html('');
$('#pay-go-pro').modal('hide');
$('#bank_transfer_modal').modal({
show: true
});
}
