1
bumbum
Registration page hack?
  • 2005/2/13 14:14

  • bumbum

  • Just popping in

  • Posts: 99

  • Since: 2004/10/18


Can anyone tell me how I can add in a simple link to my registration page?
It seems that a lot of new software firewalls and some OS prevent HTML_REFERRER and as a result some people can't seem to register as a user on XOOPS sites unless this option is disabled.
This will compromise security and I'm not prepared to take this kind of risk so I want to put a link on my site that points to a page / downloadable document outlining the settings that must be altered Win XP, Zonealarm, Norton etc... on the user's PC that will allow them to register.
register.php & registerform.php seem to be to two files that make up the registration page but I can't seem to add this link in anywhere without getting parse errors etc...
p.s. I'm a complete novice so I'm looking for someone to hold my hand and walk me through this step by step...

2
rowdie
Re: Registration page hack?
  • 2005/2/13 14:42

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


Open register.php

At the bottom of the page you'll see
include 'header.php';
    
//OpenTable();
    
include 'include/registerform.php';
    
$reg_form->display();
    
//CloseTable();
    
include 'footer.php';


Add a line before include/registerform.php
echo "<div>If you are having problems with registering please visit <a href='"XOOPS_URL ."/modules/smartfaq/index.php'>this FAQ link</a></div><br />";

include 
'include/registerform.php';


Of course, change the writing and link to whatever you want

Rowd

3
carnuke
Re: Registration page hack?
  • 2005/2/13 14:51

  • carnuke

  • Home away from home

  • Posts: 1955

  • Since: 2003/11/5


Thanks guys... this one is really useful, so it's now FAQd

Richard

4
catalin12345
Re: Registration page hack?

http://mods.postnuke.com/Article2511.html
i found something interesting check this link...
needed to get back into the swing of things and learn pnRender, so I wrote the MyInfo module. It allows users to enter whatever information they like and supports categories. The concept is fairly simple, but since the item body supports html, it can be quite powerful.

More information in the full text.

Features include:
Add, Edit and Delete Items
Add categories on the fly (while creating Items)
Edit and delete categories
View other users' items
Item body accepts html

Please visit www.chucksteel.com/postnuke for the download. To view full functionality, you will need to create an account, otherwise, you will just be able to view other user's info (click the My Info - Anonymous User View link in the menu).
-----------------------------------------------------------this is the module used here::
http://www.clubxtrem.net/modules/PN_Profil_List/ ?
if this is the module someone can port it to be used in xoops?!
also in clubxtrem after you login you have in the menu de user this features that are not in xoops:
http://www.clubxtrem.net/anniversaire.php
and:
http://www.clubxtrem.net/editprofil.php
those two if someone can integer will be very useful too xoops..
so if you make an user in club xtrem when you :
http://www.clubxtrem.net/userinfo.php?uid=25510
you have there more :anniversare and carte d`identite
how to do that?!

Login

Who's Online

208 user(s) are online (145 user(s) are browsing Support Forums)


Members: 0


Guests: 208


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits