STRIKELORD
MAGIKLORD Bt pls am confused my games i created it by catergories, so tel me wil i create a filelist page fr each of them. Pls see and check
http://strikecoded.xtgem.com/gameszone
MAGIKLORD
STRIKELORD yes that's what you should do
STRIKELORD
MAGIKLORD Give me ur filelist and download page fr my games and apps
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
STRIKELORD
MAGIKLORD Tanx pls, i need the code for image link with text combined and image as link with text. The codes pls
MAGIKLORD
STRIKELORD For image with text copy below: note:input the values in capital letters::
<div class="YOUR_DIV_CLASS"><a href="http://YOUR_LINK"><img src="http://IMAGE_ADDRESS"/><b style=color:COLOUR;>YOUR_TEXT</a></b></div>
Copy code
For image as link only with text copy below
<div class="YOUR_DIV_CLASS"><a href="http://YOUR_LINK"><img src="http://IMAGE_ADDRESS"/></a><b style=color:COLOR;>YOUR_TEXT</b></div>
Copy code
STRIKELORD
MAGIKLORD Tanks! Pls help me wit ur themes, music, wallpaper and videos filelist code
STRIKELORD
STRIKELORD And secondly i need dat ur online counter at ur footer pls i wnt it to be in the center in all my pages
STRIKELORD
STRIKELORD Pls give me the code fr an image to be in a centre and give me ur background stylesheet
MAGIKLORD
STRIKELORD For my filelist copy below just edit the ones in capital letters only::
<center><xt:filelist sort_type="updated" sort_dir="desc" folder="/YOUR_FOLDER" template="<table width='100%'><tr><td width='25%' class='YOUR_DIV_CLASS' align='center'><img src='http://FILE_PREVIEW_ICON' width='100%' height='100%'></td><td width='75%' align='left' class='YOUR_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='.file_url.?__xt_download=1'><b style='color:red'>Download Now!</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
For my online counter copy below::
<div class="YOUR_DIV_"><div align="center">Online : <font color="red"> <xt id="online"/></font> user[s]</b><br />Today :</b> <font color="red"> <xt id="counter" type="1" /></font>guest[s]</b><br />Total all :</b> <font color="red"> <xt id="counter" type="4" /></font>Visitor[s]</b><br /></div>
Copy code
For image center alignment copy below
<div class="YOUR_DIV" align="center"><img src="http://IMAGE-ADDRESS"/></div>
Copy code