VOLThor6
AGKLOADED Here, you need to paste this into your INDEX PAGE in a code block:
<xt:filelist sort_type="updated" sort_dir="asc" per_page="3" filter="*.*" folder="/FOLDER OF FILES" template="<img src='http://YOUR URL TO IMAGES/.file_name..jpg'/><br/><b>Name:</b> .file_name_parsed.<br/><b>Size:</b> .file_size.<br/><a href='http://URL TO YOUR DOWNLOAD PAGE/?file=.file_name.&size=.file_size.'>Download Now!</a><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>
Copy code Edit only the parts that are in UPPERCASE with your information. And paste this into the DOWNLOAD PAGE in a code block:
<img src="http://YOUR URL TO IMAGES/{_$file|}.jpg" border="0" alt="{_$file|}" /><br /><b>Name:</b> {_$file|}<br/><b>Size:</b> {_$size|}<br/><b> Download:</b> <a href="http://<xt:url type="domain" />/FOLDER OF FILES/{_$file|}"> {_$file|} </a><br />Share url:<br /><textarea cols="15" rows="2"><xt:url "/></textarea>
Copy code Again, edit only the parts in UPPERCASE. And remember you have to rename your images with the same extension of your files. Like: my myfile.jar.jpg and file should be: myfile.jar