RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

Newsletter script
spaces in user names got File Not Found

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro
View previous topic :: View next topic  
Author Message
hscorp



Joined: 12 Nov 2008
Posts: 117

PostPosted: Nov 15, 2008 11:46 pm    Post subject: spaces in user names got File Not Found Reply with quote

for example my user name is Mai Share

so my page will be

http://www.maishare.com/Mai Share

if you tried to open it you'll get File Not Found error

so whats the solution ?

regards
Back to top
View user's profile Send private message Visit poster's website
PilgrimX182



Joined: 22 Mar 2006
Posts: 1901
Location: UFO Lab

PostPosted: Nov 17, 2008 7:46 am    Post subject: Reply with quote

Try this one: in htdocs/.htaccess find line
Code:
RewriteRule    ^([0-9A-Za-z\-_]{4,64})(/[^\/]*/?|$)$      /cgi-bin/index.cgi?op=user_public&usr_login=$1&fld=$2 [L,NC]

and replace there
Code:
[0-9A-Za-z\-_]

with
Code:
[0-9A-Za-z\-_\s]
Back to top
View user's profile Send private message Visit poster's website
hscorp



Joined: 12 Nov 2008
Posts: 117

PostPosted: Nov 17, 2008 7:14 pm    Post subject: Reply with quote

worked fine Smile

i think you should edit it in the next version

regards
Back to top
View user's profile Send private message Visit poster's website
PilgrimX182



Joined: 22 Mar 2006
Posts: 1901
Location: UFO Lab

PostPosted: Nov 18, 2008 1:47 pm    Post subject: Reply with quote

I think I should restrict usernames to not allow spaces.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro All times are GMT
Page 1 of 1

 
Jump to:  
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

Powered by phpBB © 2001, 2005 phpBB Group