Snack's 1967
Eaglenet logo
24/7 updates on happenings in africa
*LORDEAGLE 2015-06-07 21:11
In this tutorial I will show you how to add total count of files in a directory of files in your wapka file manager..
After this tutorial you will be able to show how much files are there is a direcory.. i.e. How much in games directory etc. Lets do it.
1.Login to your wapka account
2.Goto Admin Mode
3.Get your DIR ID's by going to ES > FILE MANAGER, in our case 1 for games and 2 for applications.. It will be different for yours..
4.In homepage.. Add wml code via ES > WML/xHTML code
:filelist:d=ID,l=0:: :: :/filelist:
Copy code
Change ID with the Directory ID which we get in step 3.
5.If you wanted to count files for multiple ID's use the following code instead of above
:filelist:d=ID1 ID2 ID3,l=0:: :: :/filelist:
Copy code
Change ID1, ID2, ID3 with the directory ID's, you can add more directories just seperate new one with a space.
6.Here are some examples, you can use..
1.Only Total files in games directory
Games [:filelist:d=1,l=0:: :: :/filelist:]
Copy code
2.Total Files in games and application directory
Games and Application [:filelist:d=1 2,l=0:: :: :/filelist:]
Copy code
The main usage of this code is to count total files in a directory or several directories from FILE MANAGER, for example you wanted to show total files before the link to games directory :) Comment if you like this tutorial.. Like our fb page 4 more
    ·
  • rated(0)
*THETHEM 2015-06-08 01:51
Bro,What about in Content Manager? Is there a directory id?
    ·
  • rated(0)
*LORDEAGLE said to Thethem 0n 2015-06-08 02:42
Is that wat u ar using?
    ·
  • rated(0)
*SIR_SUNSTAR said to Lordeagle 0n 2015-07-14 05:05
Wat abt content manager hw to do am?
    ·
  • rated(0)
*LORDEAGLE said to Sir_Sunstar 0n 2015-07-14 09:34
Just use cid
    ·
  • rated(0)
Oniline