yabsoft
08-02-2006, 04:36 PM
CSS file:
style.css
Header:
header.html
Inlcude sitename,META keywords,META description,charset,site menu,top Ads information
Footer:
footer.html
Include copyright information
Body of Index page:
index.body.html
Main frame for body of index page
uploadform.inc.html
Upload form for Form upload, Flash Upload, URL upload, and FTP upload.
Note:Tag <form>,<IFRAME>,<input> can't be changed if you don't know what it means.
emailform.inc.html
Another form which shows Your email and Recipients field.
Note:Tag <form>,<IFRAME>,<input> can't be changed if you don't know what it means.
progbar.inc.html
Left of Progress bar
progbar2.inc.html
Right of Progress bar
downloadlinks.inc.html
Will show download & delete links after upload is complete!
loginform.inc.html
Small login form on the index page Can be used by other template files by
<!-- INCLUDE loginform.inc.html -->
uploaderror.inc.html
Will show the upload errors if upload fails
uploadoverview.inc.html
Will show the upload results "{uploaded_num} files {uploaded_size}bytes uploaded" when the upload is done.
featured.inc.html
Random top files on the bottom of index page
Can be disabled from admin panel.
Can be resued in other template(Advanced user):
Add this line in the script on which you want to show sitestats,for example,download.php
if($user->setting[show_featured_files])
{
$template->assign_var('show_featured_files',$user->setting[show_featured_files]);
ListFiles('RAND()',0,4,4);
#ListFiles('totalrated',5,5);
} Then add
<!-- IF show_featured_files -->
<!-- INCLUDE featured.inc.html -->
<!-- ENDIF -->
to the template "download.html"
sitestats.inc.html
Site stats on the bottom of index page
Can be disabled from admin panel.
Can be resued in other template(Advanced user):
Add this line in the script on which you want to show sitestats,for example,download.php
if($user->setting[sitestats]) siteStats(); Then add
<!-- IF show_site_stats -->
<!-- INCLUDE sitestats.inc.html -->
<!-- ENDIF --> to the template "download.html"
Site Ad:
sponsorbox.inc.html
The floating box on the index page and top page Can be reused in other template by this code:
<!-- IF show_sponser_ads -->
<!-- INCLUDE sponsorbox.inc.html -->
<script type="text/javascript">
/***********************************
* setting for sponser ad
************************************/
var shakeTime={shakeTime}; // shake time for advertisement
var startShow={startShow}; //how long to begin to show advertisement
var AdTop = {AdTop}; //top of advertisement
var AdLeft = {AdLeft}; // left of advertisement
var slideStep = {slideStep}; // 0 will dissble the slide down
var slideInternal = {slideInternal}; //1000 = 1 seconds
/***********************************/
onload=initAd;
Drag.init(document.getElementById("sponsorAdDiv"));
</script>
<!-- ENDIF -->
siteadtop.inc.html
Top Ads,can be reused in other template:
<!-- INCLUDE siteadtop.inc.html -->
siteadleft.inc.html
Left Ads,can be reused in other template:
<!-- INCLUDE siteadleft.inc.html --> siteadright.inc.html
Right Ads,can be reused in other template:
<!-- INCLUDE siteadright.inc.html -->
topadbox.inc.html
The Ads will show on top page,top/1.html,top/2.html...
Member area:
members.html
Main frame for member area.
profile.inc.html
User profile page,subpage of member area
package_info.inc.html
User package info page,subpage of member area
upgrade.inc.html
User Upgarde page,subpage of member area
bill.inc.html
User billing history page,subpage of member area
filelinks.html
User files page,subpage of member area
news.inc.html
News page,subpage of member area
login.html
User Login page
register.htm
User Register page
File:
download.html
Download page
dl_package.inc.html
Package information show on download page
delete.html
File deletion page
report.html
File report page
Site:
faq.html
featured.html
Top file page
sitenews.html
rules.html
links.html
contact.html
service.html
style.css
Header:
header.html
Inlcude sitename,META keywords,META description,charset,site menu,top Ads information
Footer:
footer.html
Include copyright information
Body of Index page:
index.body.html
Main frame for body of index page
uploadform.inc.html
Upload form for Form upload, Flash Upload, URL upload, and FTP upload.
Note:Tag <form>,<IFRAME>,<input> can't be changed if you don't know what it means.
emailform.inc.html
Another form which shows Your email and Recipients field.
Note:Tag <form>,<IFRAME>,<input> can't be changed if you don't know what it means.
progbar.inc.html
Left of Progress bar
progbar2.inc.html
Right of Progress bar
downloadlinks.inc.html
Will show download & delete links after upload is complete!
loginform.inc.html
Small login form on the index page Can be used by other template files by
<!-- INCLUDE loginform.inc.html -->
uploaderror.inc.html
Will show the upload errors if upload fails
uploadoverview.inc.html
Will show the upload results "{uploaded_num} files {uploaded_size}bytes uploaded" when the upload is done.
featured.inc.html
Random top files on the bottom of index page
Can be disabled from admin panel.
Can be resued in other template(Advanced user):
Add this line in the script on which you want to show sitestats,for example,download.php
if($user->setting[show_featured_files])
{
$template->assign_var('show_featured_files',$user->setting[show_featured_files]);
ListFiles('RAND()',0,4,4);
#ListFiles('totalrated',5,5);
} Then add
<!-- IF show_featured_files -->
<!-- INCLUDE featured.inc.html -->
<!-- ENDIF -->
to the template "download.html"
sitestats.inc.html
Site stats on the bottom of index page
Can be disabled from admin panel.
Can be resued in other template(Advanced user):
Add this line in the script on which you want to show sitestats,for example,download.php
if($user->setting[sitestats]) siteStats(); Then add
<!-- IF show_site_stats -->
<!-- INCLUDE sitestats.inc.html -->
<!-- ENDIF --> to the template "download.html"
Site Ad:
sponsorbox.inc.html
The floating box on the index page and top page Can be reused in other template by this code:
<!-- IF show_sponser_ads -->
<!-- INCLUDE sponsorbox.inc.html -->
<script type="text/javascript">
/***********************************
* setting for sponser ad
************************************/
var shakeTime={shakeTime}; // shake time for advertisement
var startShow={startShow}; //how long to begin to show advertisement
var AdTop = {AdTop}; //top of advertisement
var AdLeft = {AdLeft}; // left of advertisement
var slideStep = {slideStep}; // 0 will dissble the slide down
var slideInternal = {slideInternal}; //1000 = 1 seconds
/***********************************/
onload=initAd;
Drag.init(document.getElementById("sponsorAdDiv"));
</script>
<!-- ENDIF -->
siteadtop.inc.html
Top Ads,can be reused in other template:
<!-- INCLUDE siteadtop.inc.html -->
siteadleft.inc.html
Left Ads,can be reused in other template:
<!-- INCLUDE siteadleft.inc.html --> siteadright.inc.html
Right Ads,can be reused in other template:
<!-- INCLUDE siteadright.inc.html -->
topadbox.inc.html
The Ads will show on top page,top/1.html,top/2.html...
Member area:
members.html
Main frame for member area.
profile.inc.html
User profile page,subpage of member area
package_info.inc.html
User package info page,subpage of member area
upgrade.inc.html
User Upgarde page,subpage of member area
bill.inc.html
User billing history page,subpage of member area
filelinks.html
User files page,subpage of member area
news.inc.html
News page,subpage of member area
login.html
User Login page
register.htm
User Register page
File:
download.html
Download page
dl_package.inc.html
Package information show on download page
delete.html
File deletion page
report.html
File report page
Site:
faq.html
featured.html
Top file page
sitenews.html
rules.html
links.html
contact.html
service.html