Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 7.6
Author Message
mrkablooey
Hangin' Around



Joined: Nov 02, 2004
Posts: 31

PostPosted: Fri Sep 29, 2006 11:01 am Reply with quote

I'd like to downgrade 7.6v3.1patched to 7.6, is it possible to do so by just overwriting the files or is there a database edit as well? the issue is with not allowing space in usernames--I'd like to go back to the regular version. if only a rewrite, do i have to overwrite it all or only certain files and folders?

Thanks Smile
 
View user's profile Send private message
evaders99
Former Moderator in Good Standing



Joined: Apr 30, 2004
Posts: 3221

PostPosted: Fri Sep 29, 2006 11:32 am Reply with quote

Why? You are making your system more vulnerable to hackers and other sorts of problems. Yes there are database changes, mostly for the forums.

_________________
- Only registered users can see links on this board! Get registered or login! -

Need help? Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website
mrkablooey







PostPosted: Fri Sep 29, 2006 11:37 am Reply with quote

mostly to be able to give the spaces back to usernames unless there's a fix/tweak/hack somewhere for that. i've seen a few (i searched Wink ) but didn't find any that worked.
 
evaders99







PostPosted: Fri Sep 29, 2006 12:22 pm Reply with quote

In modules/Your_Account/index.php

First you have to delete
Code:


if (strrpos($username,' ') > 0) $stop = "<center>"._NICKNOSPACES."</center>";

Next you have to change the regular expression here to allow a space
Code:


"[^a-zA-Z0-9_-]"

TO

"[^a-zA-Z0-9_- ]"


I believe that should work.
Hopefully that's all it should take. See... and no need to downgrade anything. I don't recommend downgrading anything except from the latest phpNuke releases from FB Smile
 
mrkablooey







PostPosted: Fri Sep 29, 2006 12:35 pm Reply with quote

Thanks Smile There were two instances of that code

Code:
"[^a-zA-Z0-9_-]"


that needed changing before it took.... now to see if i can find the auth email generator.... the auth URL was cut because of the space so had to copy/paste it.

any hints for that? Wink

thanks for your time!
 
evaders99







PostPosted: Sun Oct 01, 2006 9:05 pm Reply with quote

You mean the confirmation email for creating accounts? I haven't looked at the exact code, but you may need to use urlencode() where the username is passed
 
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 7.6

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©