Weezy
Mujhtech Copy the images filelist code, note that the folder to be used should contain images only ..replace FOLDER with the path to the folder, DIV_CLASS with the div class name
<center><xt:filelist sort_type="updated" sort_dir="desc" folder="/FOLDER" template="<table width='100%'><tr><td width='25%' class='DIV_CLASS' align='center'><img src='.file_url.' width='100%' height='100%'></td><td width='75%' align='left' class='DIV_CLASS'><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='/preview?name=.file_name_parsed.&link=.file_url.'><b style='color:red'>Preview</b></a><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="5" /><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>
Copy code
Create a file directly in your filebrowser @
http://xtgem.com/filebrowser and name it
preview ..Copy the image preview page body code
<div class="zxfourborder"><img src="{_$link|http://mini.s-shot.ru/200x200/200/PNG/?weezywap.xtgem.com}" height="" width="" alt="preview of {_$name|WEEZYWAP}"/></div><table width="100%" border="0"><tr><td width="33%" bgcolor="" class="zxfourborder" align="center"><b>URL</b><br/><input type="text" size="5%" value="{_$link|http://weezywap.xtgem.com/index}"></input></td><td width="34%" bgcolor="" class="zxfourborder" align="center"><b>HTML</b><br/><input type='text' size='5%' value='<p align="center"><a href="http://weezywap.xtgem.com" target="_blank"><img src="{_$link|http://weezywap.xtgem.com/index}" border="0" alt="{_$name|weezywap}"></a></p>'></input></td><td width="33%" bgcolor="" class="zxfourborder" align="center"><b>BB CODE</b><br/><input type="text" size="5%" value="[img]{_$link|http://weezywap.xtgem.com/index}[/img]"></input></td></tr></table>
Copy code