XtGem Forum catalog
Click Here Now To Follow Us On Twitter And Get Free Recharge Card Daily!
Always Post unlimitedapps.xtgem.com on your facebook, twitter and 2go status! If you love UNLIMITEDAPPS(¤) and enjoy unlimited services here!
»UNLIMITEDAPPS Forum
Forum Rules|Smilies|BB Codes|Back
Click Like Page below and then x to continue.
* Ahmadlucky1 * Unlimitedapps I can't download the files it shows page not found pls check it out nd help me pls dis is d link http://luckywap99.xtgem.com/yunique_2016
2016-06-14 04:55 · (0)
* Unlimitedapps * Ahmadlucky1 Create a page named download direct in your filebrowser and paste the download page code dia.
Note: The name of the page should be written in lower case.
2016-06-14 06:40 · (0)
* Ahmadlucky1 * Unlimitedapps TNX oga pls I hav paste d code it show d download page bt as I press d download pics it still reply me say page not found I don't know y pls help, and secondly help me edit the file list code I want it to b in ascending other nd I want it to show 10 file once pls
2016-06-14 11:02 · (0)
* Unlimitedapps * Ahmadlucky1 Copy the filelist, it has been editted
<!--parser:xtscript-->
# GET CURRENT VALUES OR SET DEFAULTS #
get_or_default srtby;updated
get_or_default srtdir;desc
get_or_default prpg;10
get_or_default fltr;
get_or_default __filelist_page;1
/* MARK CURRENT SORT TYPE */
var $cst = color:#0f0 !important
if $srtby==updated
var $cst1=$cst
elseif $srtby==name
var $cst2=$cst
elseif $srtby==size
var $cst3=$cst
elseif $srtby==type
var $cst4=$cst
endif
/* MARK CURRENT SORT DIRECTION */
if $srtdir==asc
var $csd1=$cst
elseif $srtdir==desc
var $csd2=$cst
endif
/* SET CURRENT PER PAGE */
var $sel = selected="selected" class="selected"
if $prpg==3
var $pp1=$sel
elseif $prpg==5
var $pp2=$sel
elseif $prpg==10
var $pp3=$sel
elseif $prpg==20
var $pp4=$sel
elseif $prpg==50
var $pp5=$sel
elseif  $prpg <=1
var $pp6=$sel
endif

# SET OUTER HOLDERS AND FORM HIDDEN FIELDS #
print {{
<div style="text-align:center">
<div style="display:inline-block;text-align:center;background-color:#aab;border:1px solid #000;border-radius:3px;padding:2px;margin:0 auto">
<form action=" " method="get">
<input style="display:inline" type="hidden" name="srtby" value="$srtby" />
<input style="display:inline" type="hidden" name="srtdir" value="$srtdir" />
<input style="display:inline" type="hidden" name="__filelist_page" value="$__filelist_page" />
}}
# SET THE COMMON STYLES #
var $style=border:none;border-radius:2px;background:#555;color:#ffd;padding:0 1px !important;margin: 1px !important;font-size:.75em;text-decoration:none !important
# SHOW SEARCH FILTER#
print {{
<input style="$style;width:5em"  type="search" name="fltr" value="$fltr" /><input style="$style" type="submit" value="Search" />
<br />
}}
# SHOW SORT TYPE #
print {{
<a  style="$style;$cst1" href="?srtby=updated&srtdir=$srtdir&fltr=$fltr&prpg=$prpg&__filelist_page=$__filelist_page" title="Updated">Updated</a><a  style="$style;$cst2" href="?srtby=name&srtdir=$srtdir&fltr=$fltr&prpg=$prpg&__filelist_page=$__filelist_page" title="Name">Name</a><a  style="$style;$cst3" href="?srtby=size&srtdir=$srtdir&fltr=$fltr&prpg=$prpg&__filelist_page=$__filelist_page" title="Size">Size</a><a  style="$style;$cst4" href="?srtby=type&srtdir=$srtdir&fltr=$fltr&prpg=$prpg&__filelist_page=$__filelist_page" title="type">Type</a>
}}
# SHOW SORT DIRECTION #
print {{ 
<a style="$style;$csd1" href="?srtby=$srtby&srtdir=asc&fltr=$fltr&prpg=$prpg&__filelist_page=$__filelist_page" title="Ascending">Ascending</a><a style="$style;$csd2" href="?srtby=$srtby&srtdir=desc&fltr=$fltr&prpg=$prpg&__filelist_page=$__filelist_page" title="Descending">Descending</a>
<br />
}}
# SHOW PER PAGE #
print {{
<select style="$style;" name="prpg">
<option $pp1>3</option>
<option $pp2>5</option>
<option $pp3>10</option>
<option $pp4>20</option>
<option $pp5>50</option>
<option $pp6 value=" ">all</option>
</select><input style="$style"  type="submit" value="per page" />
}}
# CLOSE FORM AND HOLDERS #
print {{
</form>
</div>
</div>

/* THE XT:FILELIST FUNCTION */
/* Set your own folder and template */
print <xt:filelist sort_type="$srtby" sort_dir="$srtdir" folder="/FOLDER"  template="&lt;hr style='border: 1px dotted red;'/&gt;&lt;div class='full' style='background:url&amp;#40;/B/Bg/download.png&amp;#41;'&gt;&lt;table cellspacing='0px'&gt;&lt;tr align='middle'&gt;&lt;td align='left'&gt;&lt;img src='IMAGE PREVIEW LINK' alt='**' class='ico' width='27px' height='30px' /&gt;&lt;/td&gt;&lt;td align='left'&gt;&lt;img src='http://unlimitedapps.xtgem.com/Admin/rating.gif' /&gt;&lt;br/&gt;&lt;b&gt;Name:&lt;/b&gt;&lt;font color='green'&gt;.file_name.&lt;/font&gt;&lt;br/&gt;&lt;b&gt;Size:&lt;/b&gt;.file_size.&lt;br/&gt;• &lt;a href='/download?file=.file_name.&amp;name=.file_name_parsed.&amp;type=.file_type.&amp;size=.file_size.&amp;ext=.file_mime.&amp;link=.file_url.&amp;date=.file_date.&amp;time=.file_time.&amp;fold=/FOLDER'&gt;&lt;b&gt;Download&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;" filter="$fltr*" per_page="$prpg" />

}}
<!--/parser:xtscript-->

Copy code
2016-06-14 13:12 · (0)
* Ahmadlucky1 * Unlimitedapps Ya TNX pls but I can't still download it said page not found y pls
2016-06-14 14:22 · (0)
* Unlimitedapps * Ahmadlucky1 Drop the link to your filelist
2016-06-14 19:07 · (0)
* Ahmadlucky1 * Unlimitedapps http://luckywap99.xtgem.com/yunique_2016
2016-06-14 23:06 · (0)
* Unlimitedapps * Ahmadlucky1 Inbox me your login details let me see what i can do.
2016-06-15 00:29 · (0)
* Ahmadlucky1 * Unlimitedapps TNX it hav start working bt in d download page d category shows no file reffered y pls
2016-06-16 22:31 · (0)
* Unlimitedapps * Ahmadlucky1 Drop the download page here let me edit it for you.
2016-06-16 23:30 · (0)

Online: Guests: 1
Online : 1 Guest(s)
Today : 12 Guest(s)
Total : 988687 Hit(s)
Created by: ONYECHELSEA™
Copyright © 2014 -
All Rights Reserved
Imo, NIGERIAUA