Amverified PRO

  • Get complete access to Amverified Pro features.
  • Be a featured member
  • Show / Hide last seen
  • Promotion / Advertising Access
  • Extra Verified badge+ / Standout among the crowd

Pick your Plan

Public Figure
1 / Per Year

Be a featured member

See profile visitors

Show / Hide last seen

Extra Verified badge+ / Standout among the crowd

5 posts Promotion / Advertising Access

5 Pages promotion

100% Discount

Enthusiast
2000 / Per Week

Be a featured member

See profile visitors

Show / Hide last seen

Extra Verified badge+ / Standout among the crowd

1 Post Promotion / Advertising Access

1 Page promotion

100% Discount

Entrepreneur
5000 / Per Month

Be a featured member

See profile visitors

Show / Hide last seen

Extra Verified badge+ / Standout among the crowd

1 Post Promotion / Advertising Access

1 Page promotion

100% Discount

Vip
75000 / Per Year

Be a featured member

See profile visitors

Show / Hide last seen

Extra Verified badge+ / Standout among the crowd

5 posts Promotion / Advertising Access

5 Pages promotion

100% Discount

"); setTimeout(function () { $('#cashfree_alert').html(""); },3000); } $('#cashfree_btn').html("Pay Now"); $('#cashfree_btn').removeAttr('disabled'); }); } function pay_using_paystack(type) { $("#paystack_alert").html(''); $('#paystack_type').val(type) $('#pay-go-pro').modal('hide'); $('#paystack_modal').modal({ show: true }); } function InitializePaystack() { $('#paystack_btn').html("Please wait.."); $('#paystack_btn').attr('disabled','true'); type = $('#paystack_type').val(); email = $('#paystack_email').val(); $.post(Wo_Ajax_Requests_File() + '?f=paystack', {type:type,email:email}, function(data) { if (data.status == 200) { window.location.href = data.url; } else { $('#paystack_alert').html("
"+data.message+"
"); setTimeout(function () { $('#paystack_alert').html(""); },3000); } $('#paystack_btn').html("Pay Now"); $('#paystack_btn').removeAttr('disabled'); }); } function pay_using_wallet(type,description){ var result = confirm("Are you want to buy "+ description + " using your wallet balance?"); if (result) { $('.btn-walletpay').attr('disabled', true).text("Please wait.."); $.post(Wo_Ajax_Requests_File() + '?f=pay_using_wallet', {type:type}, function(data) { if (data.status == 200) { window.location.href = data.url; } else { $('.btn-walletpay').attr('disabled', false).html("Problem While pay using wallet"); } }); } } function Wo_GetPayPalLink(type) { $('.btn-paypal').attr('disabled', true).text("Please wait.."); $.post(Wo_Ajax_Requests_File() + '?f=get_paypal_url', {type:type}, function(data) { if (data.status == 200) { window.location.href = data.url; } else { $('.btn-paypal').attr('disabled', false).html("PayPal App not set yet."); } }); } function Wo_CheckOutCard(type, description, amount, payment_type) { if (payment_type == 'bitcoin') { $('.btn-bitcoin').attr('disabled', true).text("Please wait.."); } else if (payment_type == 'credit_card') { $('.btn-cart').attr('disabled', true).text("Please wait.."); } else if (payment_type == 'alipay') { $('.btn-alipay').attr('disabled', true).text("Please wait.."); } var img = 'star'; if (type == 1) { img = 'star'; } else if (type == 2) { img = 'hot'; } else if (type == 3) { img = 'ultima'; } else if (type == 4) { img = 'vip'; } if (payment_type != 'bank_payment' && payment_type != 'bitcoin') { var stripe = Stripe(''); $.post(Wo_Ajax_Requests_File() + '?f=stripe', {amount: amount,type:'pro',pro_type:type,payment_type:payment_type}, function(data, textStatus, xhr) { if (data.status == 200) { return stripe.redirectToCheckout({ sessionId: data.sessionId }); } }); } if (payment_type == 'bitcoin') { $.get(Wo_Ajax_Requests_File() + '?f=paypro_with_bitcoin&amount=' + (amount/100) + '&desc=' + description + '&usertype=' + type , function (data) { if (data.status == 200) { $(data.html).appendTo('body').submit(); } }); } else if (payment_type == 'bank_payment') { $('#configreset').click(); $(".prv-img").html('

Drop Image Here

OR

Browse To Upload

'); $("#blog-alert").html(''); $('#bank_transfer_des').val(description); $('#bank_transfer_type').val(type); $('#pay-go-pro').modal('hide'); $('#bank_transfer_modal').modal({ show: true }); } else if (payment_type == 'checkout') { $("#2checkout_alert").html(''); $('#pay-go-pro').modal('hide'); $('#2checkout_type').val(type); $('#2checkout_modal').modal({ show: true }); } $(window).on('popstate', function() { handler.close(); }); } $(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'); }); function Wo_GetPaymentLink(type) { $.get(Wo_Ajax_Requests_File() + '?f=get_payment_method&type=' + type, function (data) { if (data.status == 200) { $('#pay-modal').html(data.html); $('#pay-go-pro').modal({ show: true }); } }); } jQuery(document).ready(function($) { $('#bank_transfer_form').ajaxForm({ url: Wo_Ajax_Requests_File() + '?f=bank_transfer', beforeSend: function() { $('#bank_transfer_form').find('.disable_btn').attr('disabled','disabled'); }, success: function(data) { if (data['status'] == 200) { $("#blog-alert").html('
'+ data['message'] +'
'); setTimeout(function () { window.location = "https://amverified.ng"; $(".prv-img").html('

Drop Image Here

OR

Browse To Upload

'); $("#blog-alert").html(''); $('#configreset').click(); },3000) } else if (data['message']) { $("#blog-alert").html('
' + data['message'] + '
'); } $('#bank_transfer_form').find('.disable_btn').removeAttr("disabled"); }}); }); // Called when token created successfully. var successCallback = function(data) { console.log(data); var myForm = document.getElementById('2checkout_form'); $.post(Wo_Ajax_Requests_File() + '?f=2checkout_pro', {card_number: $("#card_number").val(),card_cvc: $("#card_cvc").val(),card_month: $("#card_month").val(),card_year: $("#card_year").val(),card_name: $("#card_name").val(),card_address: $("#card_address").val(),card_city: $("#card_city").val(),card_state: $("#card_state").val(),card_zip: $("#card_zip").val(),card_country: $("#card_country").val(),card_email: $("#card_email").val(),card_phone: $("#card_phone").val(),type: $("#2checkout_type").val(),token: data.response.token.token}, function(data, textStatus, xhr) { $('#2checkout_btn').html("Pay Now"); $('#2checkout_btn').attr('disabled'); $('#2checkout_btn').removeAttr('disabled'); if (data.status == 200) { window.location.href = data.location; } else { $('#2checkout_alert').html("
"+data.error+"
"); setTimeout(function () { $('#2checkout_alert').html(""); },3000); } /*optional stuff to do after success */ }); }; // Called when token creation fails. var errorCallback = function(data) { $('#2checkout_btn').html("Pay Now"); $('#2checkout_btn').removeAttr('disabled'); if (data.errorCode === 200) { tokenRequest(); } else { $('#2checkout_alert').html("
"+data.errorMsg+"
"); setTimeout(function () { $('#2checkout_alert').html(""); },3000); } }; var tokenRequest = function() { $('#card_number').val($('#_number_').val()); $('#2checkout_btn').html("Please wait.."); $('#2checkout_btn').attr('disabled','true'); if ($("#card_number").val() != '' && $("#card_cvc").val() != '' && $("#card_month").val() != '' && $("#card_year").val() != '' && $("#card_name").val() != '' && $("#card_address").val() != '' && $("#card_city").val() != '' && $("#card_state").val() != '' && $("#card_zip").val() != '' && $("#card_country").val() != 0 && $("#card_email").val() != '' && $("#card_phone").val() != '') { $('#2checkout_form').find('.disable_btn').attr('disabled','disabled'); // Setup token request arguments var args = { sellerId: "", publishableKey: "", ccNo: $("#card_number").val(), cvv: $("#card_cvc").val(), expMonth: $("#card_month").val(), expYear: $("#card_year").val() }; // Make the token request TCO.requestToken(successCallback, errorCallback, args); } else{ $('#2checkout_btn').html("Pay Now"); $('#2checkout_btn').removeAttr('disabled'); $('#2checkout_alert').html("
Please check your details.
"); setTimeout(function () { $('#2checkout_alert').html(""); },3000); } };