XFileSharing Pro - Questions about home page and files

Message
Author
dreadlocks1221
Posts: 3
Joined: Sep 08, 2009 10:10 pm

Questions about home page and files

#1 Postby dreadlocks1221 » Sep 09, 2009 4:33 pm

1, I have played with this and I would like to know how to change the default page that loads when you go to the domain, like if I want the premium packages or the logon screen to be the first thing that comes up


2, If a user loses their premium status, how long before their files are deleted?

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

Re: Questions about home page and files

#2 Postby admin » Sep 11, 2009 4:00 am

dreadlocks1221 wrote:1, I have played with this and I would like to know how to change the default page that loads when you go to the domain, like if I want the premium packages or the logon screen to be the first thing that comes up


2, If a user loses their premium status, how long before their files are deleted?
1. in index.cgi, line 127, find:

&UploadForm;

you can replace it with any function described in sub, for example:

&LoginPage();

or

&Payments();


2. If user loses their premium status, he will not be deleted. He will be just regular registered user.

dreadlocks1221
Posts: 3
Joined: Sep 08, 2009 10:10 pm

#3 Postby dreadlocks1221 » Sep 11, 2009 4:06 am

thank you much for your help