YOUNGWEEZY
Weezy Hw will I create that random related file the one in ur download page
Weezy
YOUNGWEEZY Random related files code below! U will add
&fold=/FolderPath in all ur filelist template
<div class="yourClass" align="justify">
<!--parser:xtscript-->
# Path to files folder
var $path_to_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.&fold={_$fold|}">.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="{_$fold|}" 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>
Copy code For the recent admin apps, java games and android apps ..u will use filelist code and apply the template of the above random related files in them!
YOUNGWEEZY
Weezy Thanks, should I Duplicated the folder
YOUNGWEEZY
YOUNGWEEZY Hw can I create site map for xtgem?
Young-Reezy
Help me start, I'm new so I will need everything from the beginning and how to use them.. Thanks
Weezy
Young-Reezy Request for the codes you need here!
YOUNGWEEZY
Weezy I mean hw to create sitemap for xtgem , site map use in submitting URL on google , like wapka site map or ar u not using site map in ur site?
Young-Reezy
Weezy What will be d first code for me to use
presh
YOUNGWEEZY dey dont use site map on xtgem only wapka. you just add your site to google console and they craw some of your pages