vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Anti-Spam Options - Rename register.php by BOP5 (https://vborg.vbsupport.ru/showthread.php?t=297834)

BirdOPrey5 06-09-2013 02:33 AM

What VB version are you using?

You sure you have downloaded the latest version of the mod?

djbaxter 06-09-2013 04:27 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2426769)
What VB version are you using?

vBulletin 4.2.1

Quote:

Originally Posted by BirdOPrey5 (Post 2426769)
You sure you have downloaded the latest version of the mod?

Yes. Version 1.15 installed.

kmplex 06-09-2013 11:16 AM

Thank you, signed up for your forum and left a post as well.

- Brian

BirdOPrey5 06-09-2013 12:49 PM

Quote:

Originally Posted by djbaxter (Post 2426779)
vBulletin 4.2.1



Yes. Version 1.15 installed.

Weird, working ok for me. I added code to fix this issue.


Please do this- in your admin cp, right click on the users link and choose to open in a new window.

Then try sending the codes again.

Let me know the URL in your browser on the smilie page. (you can remove your domain if you want)

djbaxter 06-09-2013 02:08 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2426845)
Weird, working ok for me. I added code to fix this issue.


Please do this- in your admin cp, right click on the users link and choose to open in a new window.

Then try sending the codes again.

Let me know the URL in your browser on the smilie page. (you can remove your domain if you want)

I created a new dummy user (me-test) and then selected that new member profile in AdminCP.

I don't have an option to right click "send activation codes" and open in a new tab or window from the button at the top of the AdminCP page.

The button is titled "Email Activation Codes".

Using the Firefox Web Developer: Inspector feature, i can see that this fills in and submits a form. Here's the code:

Code:

<!-- form started:49 queries executed -->
    <form id="cpform" name="cpform" method="post" action="../register.php?do=emailcode"><input id="do" type="hidden" value="emailcode" name="do"></input><input type="hidden" value="4eaa72378b27e70a445a12c6a9846659" name="adminhash"></input><input type="hidden" value="1370790095-f6d3a87b7ba0ac11ee6a32833ba6a21ce6b3649e" name="securitytoken"></input><p align="center"><input id="submit0" class="button" type="submit" accesskey="s" value="Email Activation Codes" tabindex="1"></input></p><input type="hidden" value="TESTUSER@ISPDOMAIN.COM" name="email"></input></form>
<!-- form ended: 49 queries executed -->

Notice that it is still referencing register.php although that is no longer the correct name for the file.

1. I do use email verification and have made all the edits in the two indicated phrases.

2. I do not use Facebook Connect.

RFViet 06-10-2013 02:52 PM

Hi POB5,
The mod looks interested to me, before installing this mod my question is will it effects vB update since it changes file name register.php ? and how do I uninstall if I won't use it in the future ?

JamesUK 06-11-2013 08:35 AM

installed easily and working great, thanks.
I can instantly see a big drop-off in cpu useage on our server (39% of all website traffic has been to our register.php recently!!)
I've put a dummy 'hello world' file in as register.php so the server's not serving up a load of 404s and it all seems happy :)
thanks again,.
James

BirdOPrey5 06-12-2013 12:28 AM

Quote:

Originally Posted by RFViet (Post 2427116)
Hi POB5,
The mod looks interested to me, before installing this mod my question is will it effects vB update since it changes file name register.php ? and how do I uninstall if I won't use it in the future ?

After an upgrade you would need to rename register.php again to whatever the custom name you chose is.

If uninstalling just undo whatever manual changes you made. If you manually changed the phrases, change them back. If you manually changed the class_core.php file, change it back. Then just rename the register.php file back to normal and disable/install the mod. It should take just as many steps to install as uninstall.

BirdOPrey5 06-12-2013 12:33 AM

Quote:

Originally Posted by djbaxter (Post 2426861)
I created a new dummy user (me-test) and then selected that new member profile in AdminCP.

I don't have an option to right click "send activation codes" and open in a new tab or window from the button at the top of the AdminCP page.

The button is titled "Email Activation Codes".

Using the Firefox Web Developer: Inspector feature, i can see that this fills in and submits a form. Here's the code:

Code:

<!-- form started:49 queries executed -->
    <form id="cpform" name="cpform" method="post" action="../register.php?do=emailcode"><input id="do" type="hidden" value="emailcode" name="do"></input><input type="hidden" value="4eaa72378b27e70a445a12c6a9846659" name="adminhash"></input><input type="hidden" value="1370790095-f6d3a87b7ba0ac11ee6a32833ba6a21ce6b3649e" name="securitytoken"></input><p align="center"><input id="submit0" class="button" type="submit" accesskey="s" value="Email Activation Codes" tabindex="1"></input></p><input type="hidden" value="TESTUSER@ISPDOMAIN.COM" name="email"></input></form>
<!-- form ended: 49 queries executed -->

Notice that it is still referencing register.php although that is no longer the correct name for the file.

1. I do use email verification and have made all the edits in the two indicated phrases.

2. I do not use Facebook Connect.


Thanks. I can confirm this is working on 4.2.1 on my site, so I assume it must be due to some conflict on yours.

In the drop down menu there should also be an option to email activation codes, can you try there too.

I'm talking about the "Quick User Links" drop down.

djbaxter 06-12-2013 12:37 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2427520)
Thanks. I can confirm this is working on 4.2.1 on my site, so I assume it must be due to some conflict on yours.

In the drop down menu there should also be an option to email activation codes, can you try there too.

I'm talking about the "Quick User Links" drop down.

The same thing except it opens a new blank window with the url

Code:

http://myforum.com/register.php?do=requestemail&email=testuser%40isp.com&url=http%3A%2F%2Fmyporum.com%2Fadmincp%2Fuser.php%3Fdo%3Dedit%26u%3D10444
Again, notice it is referencing register.php, not the alternate filename.

I'm not sure what other plug-in could be interfering, or indeed what other plugin I have installed that even references register.php


All times are GMT. The time now is 06: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
  • Page Generation 0.01205 seconds
  • Memory Usage 1,755KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete