Page 1 of 2 1 2 LastLast
Results 1 to 15 of 29

Bought VBSEO 16 hours ago, got a reply but no response to my emails after

This is a discussion on Bought VBSEO 16 hours ago, got a reply but no response to my emails after within the General Discussion forums, part of the vBSEO SEO Plugin category; Hi! I bought vBSEO today, and after 8 hours I received an email that the download was available to account ...

  1. #1
    Senior Member
    Real Name
    Jan Jaap
    Join Date
    May 2006
    Location
    The Netherlands
    Posts
    132
    Liked
    0 times

    Question Bought VBSEO 16 hours ago, got a reply but no response to my emails after

    Hi!

    I bought vBSEO today, and after 8 hours I received an email that the download was available to account "n/a", then a sentence wich said:

    "If you have not yet done so, please register on our forums and email or PM me your username so that we can enable your download."

    If I haven't done what? Before that sentence is this:

    "Your username is: n/a"

    A stupid email, and not verry clear.

    So I wrote to them that my username is Adult SEO. I wait for 2 hours and then send an other email with the question how long it's going to take them to activate my account.

    It's now 6 hours later since then and still no reply!

    It seems a bit unprofessional to me, as if they have stupid clients.

    Best Regards,
    Jan Jaap

  2. #2
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand, New Zealand
    Posts
    3,999
    Liked
    11 times
    Hello Jan,

    Please PM your 2CO or Paypal receipt number to Joe Ward.

    All accounts are verified manually, to ensure they comply with the vBSEO Terms of Use.

    Also, accounts are automatically linked to the Buyer's profile here. If you did not have a profile when you purchased, that becomes even more manual.

  3. #3
    Senior Member
    Real Name
    Jan Jaap
    Join Date
    May 2006
    Location
    The Netherlands
    Posts
    132
    Liked
    0 times
    Hi!

    Thanks for the reply!

    I've already PM'ed my PayPal transaction id to the user I needed to send it to directly aprox. 16 hours ago.

    Should I do it again?

    Best Regards,
    Jan Jaap

  4. #4
    Senior Member
    Real Name
    Jan Jaap
    Join Date
    May 2006
    Location
    The Netherlands
    Posts
    132
    Liked
    0 times
    Hi!

    Thanks for the reply!

    I've already PM'ed my PayPal transaction id to the user I needed to send it to directly aprox. 16 hours ago.

    Should I do it again?

    Best Regards,
    Jan Jaap

  5. #5
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand, New Zealand
    Posts
    3,999
    Liked
    11 times
    You could send it to me.. I will see what I can do.

  6. #6
    Senior Member
    Real Name
    Jan Jaap
    Join Date
    May 2006
    Location
    The Netherlands
    Posts
    132
    Liked
    0 times
    Hi!

    I've send the PM directly, it's now 16 hours later again! And I still don't have access to vBSEO.

    Best Regards,
    Jan Jaap

  7. #7
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    You're showing as having download access according to what I see...

  8. #8
    Senior Member
    Real Name
    Jan Jaap
    Join Date
    May 2006
    Location
    The Netherlands
    Posts
    132
    Liked
    0 times
    Yes, it works!

    It would be nice if users would be able to get download access directly and don't have to wait for support to enable or verify anything as this may go wrong as you can see in this case and users need to wait up to 2 days to get their ordered software.

    As you may know, webmasters like to be able to work fast.

    If users pay via PayPal you know directly if a transfer is received or not.

  9. #9
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    The content of each site has to be checked to make sure it meets the user agreement/license, so it will always be a manual process.

  10. #10
    Senior Member
    Real Name
    Jan Jaap
    Join Date
    May 2006
    Location
    The Netherlands
    Posts
    132
    Liked
    0 times
    Ok, there is an error btw:

    Code:
    Warning: Invalid argument supplied for foreach() in /home/webadmin/papegaaienforum.com/html/vbseo.php on line 378
    
    Fatal error: Call to undefined function: dzx2d_vc2swg3cwcj() in /home/webadmin/papegaaienforum.com/html/vbseo.php on line 771

  11. #11
    Senior Member
    Real Name
    Jan Jaap
    Join Date
    May 2006
    Location
    The Netherlands
    Posts
    132
    Liked
    0 times
    Sorry, still uploading

  12. #12
    Senior Member
    Real Name
    Jan Jaap
    Join Date
    May 2006
    Location
    The Netherlands
    Posts
    132
    Liked
    0 times
    PHP Code:
    #RewriteCond %{HTTP_HOST} !^www\.papegaaienforum\.com
    #RewriteRule (.*) http://www.papegaaienforum.com/$1 [L,R=301] 
    Should be:

    PHP Code:
    #RewriteCond %{HTTP_HOST} !^www\.papegaaienforum\.com
    #RewriteRule (.*) http://www.papegaaienforum.com/$1?%{QUERY_STRING} [L,R=301] 
    Why? So that the Query string is preserved!

  13. #13
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    The original code should work just fine. (And you need to uncomment those lines if you want to use that option. )

  14. #14
    Senior Member
    Real Name
    Jan Jaap
    Join Date
    May 2006
    Location
    The Netherlands
    Posts
    132
    Liked
    0 times
    Well, it's better with preservation of the querystring in case a MOD requires a query string, so to make it more widely usable and bugfree it should be added

  15. #15
    Senior Member
    Real Name
    Jan Jaap
    Join Date
    May 2006
    Location
    The Netherlands
    Posts
    132
    Liked
    0 times
    Btw there is one little detail wich might be a problem:

    When you use my code to preserve the query string, the ? will also be added if no querystring is present and it would be nicer and maybe also more SE friendly to have non query string URLs rewritten without the ?.

    So maybe you could find a solution for it, to make it perfect

Page 1 of 2 1 2 LastLast

Similar Threads

  1. vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 74
    Last Post: 05-20-2006, 10:29 PM
  2. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-09-2005, 12:00 AM

Posting Permissions

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