![]() |
Well, this mod seems pretty dead, and I doubt the dev would add this to the actual product, but I thought it was important to show the IP.
Change register_addmember_process to: PHP Code:
|
wow sounds like just what I need!! thanks (don't know how I missed this!)
|
There are three (3) register templates with the phrase:
<input type="hidden" name="url" value="$url" /> Which is the correct one to add th new text line after? Thanks ... :) Regards, Badger Edit: Ignore question. As a test, I added it to the template called "register" only and it must have worked, as after about an hour, I got this: Quote:
|
how do i edit..when i click on on the xml it shows all the codes but i cant edit them
|
where do i exactly put this sorry not sure where to put please guide:
Change register_addmember_process to: PHP Code: $vbulletin->input->clean_array_gpc('p', array( 'isbot_time1' => TYPE_UINT )); if ($vbulletin->GPC['username'] && $vbulletin->GPC['email']) { $isbot_time1 = $vbulletin->GPC['isbot_time1']; $isbot_time2 = TIMENOW; $isbot_timediff = intval($isbot_time2 - $isbot_time1); if ($isbot_timediff <= 15) // difference in seconds { $isbot_username = htmlspecialchars_uni($vbulletin->GPC['username']); $isbot_email = htmlspecialchars_uni($vbulletin->GPC['email']); $isbot_subject = $vbphrase['isbot_user_blocked_from_registering']; $isbot_message = $vbphrase['isbot_the_following_name_email_blocked'] . ': ' . $isbot_username . ' - ' . $isbot_email . ' (' . $isbot_timediff . ' ' . $vbphrase['isbot_seconds_transpired'] . ')'; $isbot_message .= "\n\r\n\rAttempt was made from: ". IPADDRESS .""; vbmail($vbulletin->options['webmasteremail'], $isbot_subject, $isbot_message, true); eval(standard_error(fetch_error('noregister'))); } } |
Quote:
I made that change completely replacing existing plugin code with yours.... Regards, Badger |
Mystic, You edit the plugin after it's been installed. Go to the Plugin Manager.
Badger, 5 seconds is extremely low. I constantly have bots taking up to 14 seconds (I have it set at 15), and my other hacks catch the rest that take over 15 seconds. |
Quote:
I'll raise it to 15 seconds.... BTW, what other hacks to you use to catch the rest? Thanks .. :) Regards, Badger |
thanks milkcarton very kind of you to reply
|
Quote:
|
All times are GMT. The time now is 09:36 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|