View Full Version : Help With Php Forum Registrations!
recondite
06-03-2005, 05:08 PM
I'm fairly new to php, though I do have basic html, dhtml, java, and xml knowledge. The problem that I am having is that when people register to my forums they get the confirmation letter and have to go to the link that they're directed to - however when they go to that link it is an incorrect url and the names are never registered.
I can't figure out what is wrong with it.. any ideas?
Silmaril8n
06-03-2005, 05:59 PM
Is this a forum that you've created? If not, what forum is it? I would double-check the configuration of it and make sure that the site information is correct. Also, try registering yourself and see what URL is being placed in the email.
recondite
06-03-2005, 06:08 PM
The website is www.the-legio.com and the link it directs me to is: http://the-legio.com/phpnuke/modules.php?name=Your_Account&op=activate&username=Prymal&check_num=541fd78c742523db2a6cd5b6b177b983
It's a module on the php, one that was already made for me.
Silmaril8n
06-06-2005, 02:08 PM
This returns a 404
http://the-legio.com/phpnuke/modules.php?name=Your_Account&op=activate&username=Prymal&check_num=541fd78c742523db2a6cd5b6b177b983
Removing the "phpnuke/" from the path loads the page. Check the config out and take that out of the path.
http://the-legio.com/modules.php?name=Your_Account&op=activate&username=Prymal&check_num=541fd78c742523db2a6cd5b6b177b983
recondite
06-07-2005, 09:35 AM
Where can I find the config at, that has that particular string?
Silmaril8n
06-07-2005, 02:10 PM
I'm not familiar with the setup that you have. Is it PHP Nuke w/ PhpBB?
recondite
06-07-2005, 05:50 PM
I'm not sure, the whole thing is a php template I downloaded. All came in a package. I know it's set up as a module.
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.