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

File mirror script

Newsletter script
Help with Main Index Page

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



Joined: 10 Nov 2008
Posts: 8

PostPosted: Nov 19, 2008 12:43 am    Post subject: Help with Main Index Page Reply with quote

Hello. I am trying to do something I would think to be easy. I want the news page to show up as my main page, and then have to go to upload.html to upload something. I tried changing to htaccess document to something for specific, but the other variables got mixed up. Could you please tell me how to change the index page to the news page and allow uploads to be accessed by upload.html. Actually I just added a rewrite line into the htaccess and had it point to the index.cgi file. That has solved the problem for the upload page, I just need it now for the index page to show the news and not the upload bar.

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



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

PostPosted: Nov 19, 2008 7:06 am    Post subject: Reply with quote

In index.cgi find
Code:
if($sub && $ses->getUser)
{
   &$sub;
}
else
{
   &UploadForm;
}

and replace
Code:
&UploadForm;

with
Code:
&News;
Back to top
View user's profile Send private message Visit poster's website
H1M



Joined: 10 Nov 2008
Posts: 8

PostPosted: Nov 20, 2008 2:09 pm    Post subject: Reply with quote

Thank you very much. Now that I have done that, how do I go about making the upload form on another page?
Back to top
View user's profile Send private message
PilgrimX182



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

PostPosted: Nov 21, 2008 2:15 pm    Post subject: Reply with quote

lol, sure
after
Code:
    login         => \&LoginPage,

add
Code:
    upload         => \&UploadForm,
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