Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Change register.php to other

Asked Modified Viewed 9,108 times
M
matr1x
M
matr1x 10
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
asked
Junior Member

Hi, how to change file name register.php to custom one? Is the name somewhere defined? Changing simply file name do not change it in login panels.
0 replies

6 posts

A
Ankur
A
Ankur 10
Hi! Its me, Ankur Thakur! smile
  • Veteran Member, joined since
  • Contributed 1,277 posts on the community forums.
  • Started 60 threads in the forums
answered
Veteran Member

This should not affect the overall working. But all of the links to register.php in any of the panels/infusions will be 404 then.

Also, in includes/classes/UserFieldsInput.class.php, you need to change registration link in function _setEmailVerification() !
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

Also, maybe you can use redirect() to the right file (not tested :) )
0 replies
M
matr1x
M
matr1x 10
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
answered
Junior Member

Thanks guys!
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Redirect register.php somewhere else in a panel just put......

if (FUSION_SELF =="register.php") {  redirect(BASEDIR."new_register.php");  }


Aye
0 replies
— 1 month later —
K
Kamillo
K
------------------------------
PHP-Fusion PL Crew | Spam Cop | My Site
  • Senior Member, joined since
  • Contributed 244 posts on the community forums.
  • Started 23 threads in the forums
answered
Senior Member

Works better then captcha :)
I think spammers software gets confused.. For my site weekly 20 bots registration per week decreased to 1 per month.
0 replies
— 3 months later —
C
clone9cz
C
www.vwings.net
  • Newbie, joined since
  • Contributed 6 posts on the community forums.
  • Started 2 threads in the forums
answered
Newbie

I am using this trick many years.
A good choice is the damage register.php instead of deleting it

[syntaxhighlighter brush=php,first-line=1,highlight=2,collapse=false,html-script=false]// $userFields->postName = "register"; /* register.php mod */
$userFields->postName = "register-try-it-1000000-times";[/syntaxhighlighter]
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 6 posts
  • Votes 0 votes
  • Topic users 6 members

6 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
P
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
K
K
------------------------------
PHP-Fusion PL Crew | Spam Cop | My Site
  • Senior Member, joined since
  • Contributed 244 posts on the community forums.
  • Started 23 threads in the forums
C
C
www.vwings.net
  • Newbie, joined since
  • Contributed 6 posts on the community forums.
  • Started 2 threads in the forums
M
M
matr1x 10
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
A
A
Ankur 10
Hi! Its me, Ankur Thakur! smile
  • Veteran Member, joined since
  • Contributed 1,277 posts on the community forums.
  • Started 60 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet