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
New User with new question

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



Joined: 18 Sep 2008
Posts: 3

PostPosted: Sep 18, 2008 12:37 am    Post subject: New User with new question Reply with quote

Good day all,

can any one explain how can i install xfilesharing in subfolder in my site because i try to make it so many times but it didn't worked fine, and i hope from the administrators to make explanations supported by images to solve a lot of repated questions in this forum


thanks
Back to top
View user's profile Send private message
PilgrimX182



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

PostPosted: Sep 18, 2008 8:22 am    Post subject: Reply with quote

2 important steps required:
1) Config URLs/Pats:

Code:
 # Your site URL, witout trailing /
 site_url => 'http://site.com/subfolder',

 # Your site cgi-bin URL, witout trailing /
 site_cgi => 'http://site.com/cgi-bin/subfolder',

 # Path to your site htdocs folder
 site_path => '/var/www/htdocs/subfolder',


2) .htaccess in htdocs:
Replace all
Code:
/cgi-bin/

with
Code:
/cgi-bin/subfolder/


I think that's it.
Back to top
View user's profile Send private message Visit poster's website
masterf



Joined: 18 Sep 2008
Posts: 3

PostPosted: Sep 18, 2008 3:25 pm    Post subject: Reply with quote

PilgrimX182,
Thanks for your reply, i will try it if its works i will let you know

best regards
Back to top
View user's profile Send private message
masterf



Joined: 18 Sep 2008
Posts: 3

PostPosted: Sep 19, 2008 2:08 am    Post subject: Reply with quote

PilgrimX182

i did as what you said, and it's works fine but i have two problems
1- in admin area i can not get the admin page ( settings - etc) even i enter the correct passowrd

2- after up load files it does not give me the links for the files it only show me "Transfer complete!". Note i make max upload files 10 files.

and one more thing. When i up load images can i use them direct from my server to be shown in forum with code [img] www.example.com[\img]
Back to top
View user's profile Send private message
PilgrimX182



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

PostPosted: Sep 22, 2008 9:17 am    Post subject: Reply with quote

1) Probably you're using www. domain to login and have domain without www in settings of vice versa. What URL you're using?

2) Try to set "confirm_email" in config empty.
Also comment this piece of code in upload.cgi:
Code:
document.location='javascript:false';


3) Possible, only need to put uploads folder to htdocs (public_html) accessible from the web.
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 Free 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