• Support will be limited until May 8th, as I will be out of the office travelling. Thank you for your patience and understanding.

Search results for query: *

  1. ZeroHour

    Legacy Google human verification when verifying email

    The very basic block I added (you can see it on our register page) seems to have massively cut the amount of mail being sent and we are talking by a huge HUGE amount.
  2. ZeroHour

    Legacy Google human verification when verifying email

    I have hacked a very minimal hotfix into the source to try and block the basic bots for now but ideally we need it to use the human verification built into vbulletin.
  3. ZeroHour

    Legacy Google human verification when verifying email

    I have been checking stats and it is a huge amount of mail being sent out, I am blocking ips right now and domains but it really needs human verification at the first stage asap if possible.
  4. ZeroHour

    Legacy Google human verification when verifying email

    The problem we are finding is emails titled "Verify your email at" are being sent on mass to spam domains. I have human verification turned on in the instance but the first step when you have to enter your email address to verify first isnt showing human verification.
  5. ZeroHour

    Legacy Google human verification when verifying email

    Hi We use DB pro to verify the email address before the person can register there account. The only problem we have found is that the first step when you enter your email address to verify you dont have any human verification such as google verification. This is causing a huge amount of mail to...
  6. ZeroHour

    Bug Missing registration.js

    Regarding the email verification user feedback, is there supposed to be a popup message or similar after submitting registration to let the user know the submission was successful as it appears currently it just shows the same page again even though it does send the link.
  7. ZeroHour

    Bug Missing registration.js

    Hi Like this post: http://www.dragonbyte-tech.com/f182/registration-js-files-missing-18081/ I recently updated my plugin from 2.0.5 to the latest version and there is no registration.js file although I have checked my templates and they are not customised. The template dbtech_registration has a...
  8. ZeroHour

    Bug Missing isset() code checks

    Hi Moved to 4.2.3 and spotted a few errors related to: PHP Error: Undefined index: For example on line 231 of /dbtech/vbsecurity/includes/class_core.php you have: if (!$info['intperm']) but it should be: if (!isset($info['intperm']))
  9. ZeroHour

    Legacy Pruning options

    Yeah I noticed there is no lastvisit data, I may just hack in a column myself and a cron to clean up. Admittedly the majority of sites probably wont have this issue but we have a large enough volume to warrant it. Another side question, does your mod use the inbuilt vbulletin spiders list or...
  10. ZeroHour

    Legacy Pruning options

    vb_dbtech_registration_session specifically, ours had grown to hundreds of mb's.
  11. ZeroHour

    Legacy Pruning options

    Hi We have very large tracking and session tables and I was wondering if you could add a prune option for visitors that dont return after 30/60 days to clear out bot registration attempts and stale sessions.
  12. ZeroHour

    Bug vBulletin banned emails ignored

    Hi I think banned emails set in the vbulletin settings are being ignored for us, I banned a domain a while ago and I just found accounts registering recently using that domain. Is the banned list working currently? I am still check if other addons are causing the problem.
  13. ZeroHour

    Custom Registration page broken

    Basically settings seemed to apply properly now for custom registration where as before updating changing display order etc of sections wouldnt be applied to the custom page as well as item order for some reason. We use quite a custom setup so its possible caching was at fault but nothing in the...
  14. ZeroHour

    Please disable the anti-spam for customers

    Key Captcha, it appears when I try to post or search.
  15. ZeroHour

    Custom Registration page broken

    I just updated Advanced User Tagging from 3.0.6 to 3.0.9 and it seems better now although the users email address still doesn't appear to be filled in.
  16. ZeroHour

    Please disable the anti-spam for customers

    I understand the need to prevent spam but please please disable this for customers who have bought a product at least. Using the search is a nightmare because of this so I am having to use google to get around the problem. Cheers
  17. ZeroHour

    Custom Registration page broken

    The only other mod that hits the registration hooks is the Glowhost mod and I still had problems with the custom registration page then too. I have disabled custom registration page for now while I have this problem.
  18. ZeroHour

    Custom Registration page broken

    Hi Just finally upgraded to v2 from 1.2 and for some reason custom registration pages are not working. The sections are shown but the display order is ignored and I cant hide fields properly. Also it doesnt appear to prepopulate the email address field (do I have to hide that?) It has been a...
  19. ZeroHour

    Bug Poor performance (forumhome from 0.4s to 1.4s processing time)

    Hi Found the issue, it appears some settings had no applied properly in the config, I reinstalled the addon fresh and reset everything and now it seems to work fine. Thanks for all the help.
Back
Top