Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Results 1 to 4 of 4

Thread: Paid Subscriptions

  1. #1
    Senior Member
    Join Date
    Nov 2009
    Posts
    168

    Default Paid Subscriptions

    Another bug (that was present in 3.2 as well): you get a 404 after trying to make a PayPal paid subscription from a translated page; the forum URL is added to the front of the PayPal API url.

    After you click the payment button, you are taken to: yoursite.com/forums/http://www.paypal.com...

    And that's not a valid URL, obviously.

  2. #2
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Hi please do this quick fix and tell does it help. It helped on our forum, but I see in your description that you are not redirecting to Paypal by https so I do not know did you write it wrong in your description or it is some other bug. So if it is by https then this fix will definitely help you (will be included in 3.3.1):
    1. open /includes/vbenterprisetranslator_functions_url_tracking.php
    2. Find:
    PHP Code:
    if (=== strpos($address'http:')) { 
    3. and replace it by:
    PHP Code:
    if (=== strpos($address'http')) { 

  3. #3
    Senior Member
    Join Date
    Nov 2009
    Posts
    168

    Default

    That did the trick! Thanks

  4. #4
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Great We will include it in vBET 3.3.1

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •