Home
Whatsapp World
Videos
Images
Wapmaster
Facebook World
2go World
Handler Files
Applications
Chatroom
Blog
Forum
Services
Musics
Nimbuzz World
Themes
Games
Guestbook
News
Menu
24/7 updates on happenings in africa
Login
·
Signup
Forum
Wapmasters/Webmasters Zone
Xtgem coding help
realnet nid help
view posti
LORDEAGLE
said to
DAPBOY
0n
2015-04-06 22:03
Copy this and paste first
<!--parser:xtscript--> # Path to files folder var $path_to_folder = /uploads # this removes files with no extension var $filter= *.* # 0 for all items var $number_of_items = 5 # un-encoded filelist template var $filelist_template = <div style="border-bottom:1px solid;margin:1px;padding:1px"><img src="http://xtgem.com/images/icons/mimes/.file_type..png" alt="*" /><a href=".file_url."> .file_name_base_parsed.</a> <br />.file_size. .file_mime.</div> # 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-->
Now paste this code below the above code
<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="{_$$path_to_folder |}" 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>
add ur folda link where u c /uploads, study more nd edit to ur taste!
·
rated(0)
Forum
Wapmasters/Webmasters Zone
Xtgem coding help
realnet nid help
view posti
Oniline
1 Guests
Follow @eaglenetsoft