XtGem Forum catalog
ADS By Strikecoded:
Smash Your 2018/19 Jamb, Waec, Neco With CAMPUSBASE Visit Now.. Best Java, Android Games, Apps


No1. Naija Awarded Download Portal For Both Mobile And Pc Users..

Home | Blog | Search | Uploads

f
p
_
x

*SMSWHATSAPPPhone

Home
Forum
Blog

Xtgem GuideCss Tutorials

Wapka GuidePhp Scripts

Filelist GeneratorCss Collections

Chat (1)Main Menu



STRIKECODED Members Forum

*GISTVIBES 2015-09-14 21:53
Pls how did weezy do his page page @follow dis link http://weezywap.xtgem.com/android/android_apps pls give me all d code
    ·
  • rated(0)
*STRIKELORD said to Gistvibes 0n 2015-09-15 10:12
Tel me wat u need in dat page!
    ·
  • rated(0)
*GISTVIBES said to STRIKELORD 0n 2015-09-15 18:04
I need the codes he use to do dis with d filelist »Android Applications
Search
Updated. Name. Size. Type
Ascending. Descending
Per Page
Advanced Search Engine Android Installation Guide
    ·
  • rated(0)
*STRIKELORD said to Gistvibes 0n 2015-09-16 14:01
Copy it is a filelist made wit xtscript
<center><!--parser:xtscript-->
# GET CURRENT VALUES OR SET DEFAULTS #
get_or_default srtby;updated
get_or_default srtdir;asc
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 #fff;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:#3b5998;color:#fff;padding:0 1px !important;margin: 2px !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 */
<xt:filelist sort_type="$srtby" sort_dir="$srtdir" folder="/UPLOADS" template="&lt;table width='100%'&gt;&lt;tr&gt;&lt;td width='25%' class='zxfourborder' align='center'&gt;&lt;img src='UR IMAGE PREVIEW.png' width='50px' height='50px' /&gt;&lt;/td&gt;&lt;td width='75%' align='left' class='zxfourborder'&gt;&lt;img src='http://strikecoded.xtgem.com/admin/rating.gif'/&gt;&lt;br/&gt;&lt;b&gt;Name: &lt;/b&gt;&lt;b style='color:blue'&gt;.file_name_parsed.&lt;/b&gt;&lt;br/&gt;&lt;b&gt;File Size: &lt;/b&gt;&lt;b style='color:green'&gt;.file_size.&lt;/b&gt;&lt;br/&gt;&lt;b&gt;•   &lt;/b&gt;&lt;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.'&gt;&lt;b style='color:red'&gt;Download Now!&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;" filter="$fltr*" per_page="$prpg" /><br/><b style=color:black;->Jump To Page:</b><form action="<xt:url type="path" />" method="get"><input type="text" style="width:15px" name="__filelist_page"><input
type="submit" value="jump"></form></center>
}}
<!--/parser:xtscript-->

Copy code
pt the folder dat u upload ur files in the place UPLOADS and pt the image preview fr the files in the place UR IMAGE PREVIEW others are set.. Dats all!
    ·
  • rated(0)
*GISTVIBES said to STRIKELORD 0n 2015-09-17 23:52
    ·
  • rated(0)
*STRIKELORD said to Gistvibes 0n 2015-09-18 01:00
    ·
  • rated(0)
*GISTVIBES said to STRIKELORD 0n 2015-09-22 21:28
.....Love u broPls bro d filelist we discussed togeda.....pls dnt forget give me ur downloadpage make with random related file pls
    ·
  • rated(0)
*STRIKELORD said to Gistvibes 0n 2015-09-23 07:04
Copy mine download page code
<div class="full">
<div class="name">&raquo;File Screenshot </div></div>
<div class="zxfourborder" align="center"><a href="{_$href|strikecoded}"><img src="{_$img|http://strikecoded.xtgem.com/admin/no_screenshot.png}" style="width:100px;height:100px;" alt="{_$name|strikecoded}" /></a></div></div>
<div class="zxfourborder" align="center"><a href="{_$href|}"><img src="http://strikecoded.xtgem.com/file/download2.png" alt="download" /></a></div></center>
<center><div class="full"><div class="name"><b>File Statistics</b></div></div></center>
<div class="zxfourborder"><b>&bull;Name:</b><font color="blue"><b>{_$name|Strikecoded Mobile.jar}</b></font></div>
<div class="zxfourborder"><b>&bull;File size:</b><font color="blue"><b>{_$size|1.04MB}</font></b></div>
<div class="zxfourborder"><b>&bull;Category:</b><font color="blue"><b>{_$category|application/java-archive}</font></b></div>
<div class="zxfourborder"><b>&bull;Time Of Upload:</b> <font color="blue"><b>{_$time|12:25:43}</font></b></div>
<div class="zxfourborder"><b>&bull;Last Browser:</b><b style=color:blue;-><xt:browser detail="1"/></b></div>
<div class="zxfourborder"><b>&bull;Date Of Upload:</b><font color="blue"><b>{_$date|2015-06-26}</font></b></div><div class="zxfourborder"><b>&bull;No. Of Downloads:</b><b style=color:blue;-><xt:counter type="1" /></div></b>
<div class="zxfourborder"><!-- Hupso Share Buttons - http://www.hupso.com/share/ --><a class="hupso_toolbar" href="http://www.hupso.com/share/"><img src="http://static.hupso.com/share/buttons/share-medium.png" style="border:0px; padding-top:5px; float:left;" alt="Share Button"/></a>
<script type="text/javascript">var hupso_services_t=new Array("Twitter","Facebook","Google Plus","Linkedin","StumbleUpon");var hupso_toolbar_size_t="medium";</script>
<script type="text/javascript" src="http://static.hupso.com/share/js/share_toolbar.js"></script>
  <!-- Hupso Share Buttons --></div>
<div class="zxfourborder"><b>&bull;Rate:</b><font color:red;-> {_$name|}</font><xt:widget id="xt.c.a.t." tool="rating" /></div><div class="zxfourborder" align="center"><a href="{_$href|}"><img src="http://strikecoded.xtgem.com/admin/Download.gif" alt="download file now" /></a></div><center>
<div class="zxfourborder"><font color="green"><b>Copy And Share File Link Below </font></b></div></center><div class="zxfourborder">
<table width="100%" border="0"><tr><td width="33%" bgcolor="" 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="" 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></div>
<div class="full"><div class="name">&raquo;Drop a comment For {_$name|}</div></div>
<xt:widget id="chatt"
type="custom"
custom_key="{_$file|}" count="5"
 />

Copy code
    ·
  • rated(0)
*GISTVIBES said to STRIKELORD 0n 2015-09-24 12:59
    ·
  • rated(0)
*STRIKELORD said to Gistvibes 0n 2015-09-24 21:18
Copy u wil insert the folda were u wil be creatin the html file fr all the xtgem tools, Insert it in the place DIRECTORY
<xt:filelist sort_type="xt:filelist" sort_dir="name" folder="/DIRECTORY" template="&lt;div class='zxfourborder'&gt;&lt;img src='http://strikecoded.xtgem.com/admin/xtgem.png' alt='SC' /&gt;&lt;a href='.file_url.'&gt;&lt;b&gt;.file_name_parsed.&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;" per_page="5" />
Copy code
Copy u wil insert the folda were u wil be creatin the html file fr all the wapka tools, Insert it in the place DIRECTORY
<xt:filelist sort_type="xt:filelist" sort_dir="name" folder="/DIRECTORY" template="&lt;div class='zxfourborder'&gt;&lt;img src='http://strikecoded.xtgem.com/admin/wapka.png' alt='SC' /&gt;&lt;a href='.file_url.'&gt;&lt;b&gt;.file_name_parsed.&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;" per_page="5" />
Copy code
(Edited by 2015-09-24 21:26 STRIKELORD )
    ·
  • rated(0)
Online Members
Twig by : LORDMIDO™

Theme Created By: LORDMIDO

Powered By: STRIKECODED. INC
Copyright © 2015 -
All Rights Reserved.

Page Statistics

DataLoads
Online1
Today's Hits 684
Total Today's Hits6607
Total Hits This Week 2411
Total Page Hits 927687
Total Forum Members191

Close Page Information

Go BackPromote Forum Services Members About us Terms of use Advertise News room Contact us Feedback

chart1FOLLOW US ON

FBTW G VK
OFFICIAL BOARD
Credits Admin FAQ Our Privacy Site Rules
Email subscription

Enter your email address:

Copyright © 2015 -
STRIKECODED TECH.
All Rights Reserved.

Go To Top

168466072411927687191


fldtView Page Datas
Page Statistics

DataLoads
Online1
Today's Hits 684
Total Today's Hits6607
Total Hits This Week 2411
Total Page Hits 927687
Total Forum Members191

Close Page Information

Go BackPromote Forum Services Members About us Terms of use Advertise News update Contact us Feedback

chart1FOLLOW US ON

FBTWG LDRS
Back to the Top

Copyright © . Theme by STRIKECODED TECH.

Desktop View