MAGIKLORD
DAPBOY insert your recent apps folder to the code below::
<div class="all"><div class="right"><div class="left" align="right"><img src="http://weezywap.xtgem.com/i/i/jar.png" alt=" " /><font size="3">RECENT ADMIN APPS</font></div></div></div><div class="ex"><div class="in"><div class="bodie"><div class="lime2" align="justify">
<!--parser:xtscript-->
#Path to files folder
var $path_to_folder = $folder
# this removes files with no extension
var $filter= *.*
#0 for all items
var $number_of_items = 10
#un-encoded filelist template
var $filelist_template = <a href="/download?file=.file_name.&name=.file_name_parsed.&type=.file_mime.&size=.file_size.&ext=.file_type.&link=.file_url.&date=.file_date.&time=.file_time.">.file_name_parsed.</a><b> - </b>
# Process variables
var $filelist_template = call htmlspecialchars $val=$filelist_template
if not $number_of_items
var $number_of_items = list.length-1
endif
<!--/parser:xtscript-->
<script type="text/javascript">
function shuffleArray(array) {
for (var i = array.length - 2; i > 0; i--) {
var j = Math.floor(Math.random() * (i + 1));
var temp = array[i];
array[i] = array[j];array[j] = temp;}
return array;}
var list=[<xt:filelist folder="files/Apps/Admin_apps" template=" '{_$$filelist_template |}', " filter="{_$$filter|}"/>'dummy_entry'];
var list = shuffleArray(list);for(var i=0;i<{_$$number_of_items |};i++){
document.write(list[i]);}</script>
[<a href="#more">+More</a>]</div></div></div></div>
Copy code
For the flag counter click it it will show you where to register yours.
For the other codes copy below::
<div
class="jam"><div class="re"><div
class="lime"><table width="100%"
border="0"><tr><td width="40%" class="lime2"><b
class="xt_blog_comment_date" style="color:
lime;">Online:</b> </td><td width="60%"
class="lime2" align="center"><b
class="xt_blog_comment_date" style="color:white;"><xt:online /></b><b style="color:lime;"> Guest(s)</b></td></tr><tr><td width="40%" class="lime2"><b
class="xt_blog_comment_date" style="color:
lime;">Today:</b> </td><td width="60%"
class="lime2" align="center"><b
class="xt_blog_comment_date" style="color:
white;"> <xt id="counter" type
="1" /></b><b style="color:lime;"> Guest(s)</b></td></tr>
<tr><td width="40%" class="lime2"><b
class="xt_blog_comment_date" style="color:lime;">Browser:</b> </td><td width="60%"
class="lime2" align="center"><b
class="xt_blog_comment_date" style="color:
white;"> <xt:browser detail="1
"/></b></td></tr>
<tr><td width="40%" class="lime2"><b
class="xt_blog_comment_date" style="color:
lime;">Ip Detect:</b> </td><td width="60%"
class="lime2" align="center"><b
class="xt_blog_comment_date" style="color:white;"> <xt:ipaddress type="1"
/></b></td></tr>
<tr><td width="40%" class="lime2"><b
class="xt_blog_comment_date" style="color:
lime;">Total:</b> </td><td width="60%" class="lime2"
align="center"><b class="xt_blog_comment_date"
style="color: white;"> <xt id="counter" type
="4" /></b></td></tr>
</table></div>
Copy code