MAGIKLORD
STRIKELORD copy below for my filelist code insert your folder and edit the div class only
<div class="in"><center><xt:filelist sort_type="updated" sort_dir="desc" folder="/YOUR_FOLDER" template="<table width='100%'><tr><td width='25%' class='lime' align='center'><img src='http://IMAGE_PREVIEW_ICON.png' width='100%' height='100%'></td><td width='75%' align='left' class='lime'><img src='http://weezywap.xtgem.com/images/rating.gif'/><br/><b>Name: </b><b style='color:blue'>.file_name_parsed.</b><br/><b>File Size: </b><b style='color:green'>.file_size.</b><br/><b>• </b><a href='/download?file=.file_name.&name=.file_name_parsed.&category=.file_mime.&size=.file_size.&href=.file_url.&date=.file_date.&time=.file_time.'><b style='color:red'>DOWNLOAD!</b></a></td></tr></table>" filter="*.*" per_page="10" /><br/>Jump to page:<form action="<xt:url type="path" />" method="get"><input type="text" style="width:25px" name="__filelist_page"><input
type="submit" value="jump"></form></center></div>
Copy code
For my download page code copy below NOTE:you should create a page named download directly in your file browser and past this code
<div class="zxfourborder"><center><a href="{_$href|404}"><img src="http://magikwap.xtgem.com/Pic/download"/></a></div></center><div class="zxfourborder"><center><b><div class="name">File Statistics</b></center></div></div>
<div class="zxfourborder"><b style=color:black;>¤ Name :</b> <b style=color:blue;>{_$name|No File Referred To}</b></div>
<div class="zxfourborder"><b style=color:black;>¤ File size :</b> <b style=color:blue;>{_$size|No File Referred To}</b></div>
<div class="zxfourborder"><b style=color:black;>¤ Category :</b> <b style=color:blue;>{_$category|No File Referred To}</b></div>
<div class="zxfourborder"><b style=color:black;>¤ Time Of Upload :</b> <b style=color:blue;>{_$time|Not Available}</b></div>
<div class="zxfourborder"><b style=color:black;>¤ Date Of Upload :</b> <b style=color:blue;>{_$date|Not Available}</b></div>
<div class="zxfourborder"><a href="{_$href|404}"><center><img src="http://www.weezywap.xtgem.com/Pic/download_icon1.png"></center></a></div><div class="error"><b style=color:blue;><center>Copy From MAGIKWAP To Your Wapsite</center></b></div><table width="100%" border="0"><tr><td width="33%" bgcolor="blue" class="zxfourborder" align="center"><b>URL</b><br/><input type="text" size="5%" value="{_$href|http://<xt:url type="domain"/>/index}"></input></td><td width="34%" bgcolor="black" class="zxfourborder" align="center"><b>HTML</b><br/><input type='text' size='5%' value='<a href="{_$href|http://<xt:url type="domain"/>/index}">Download {_$name|Nothing}</a>'></input></td><td width="33%" bgcolor="" class="zxfourborder" align="center"><b>BB CODE</b><br/><input type="text" size="5%" value="[url={_$href|http://<xt:url type="domain"/>/index}]Download {_$name|Nothing}[/url]"></input></td></tr></table>
Copy code