Introduction :
We already familiar with some of the major autoindex script that developed using php , But creating an autoindex site on site builders like Xtgem and Wapka is not at all easy . Because Xtgem and Wapka are using a special type of codes to program . On Xtgem the wapmasters where using Xtscript , With the Xtscript we can create an amazing autoindex site on Xtgem . So through this article you are going to learn about Xtscript and Creating a autoindex wapsite on Xtgem Site Builder .
What is XTScript :
XTScript is a special script which works only on Xtgem Site Builder , It is a server side script like PHP , By using XTScript wapmasters can create several web based programs that works same like the PHP Program .Advantage of Creating a Autoindex Wapsite :
By creating a Autoindex wapsite on Xtgem , You don't need to create separate pages for games that you uploaded to your site , The autoindex script will automatically create downloading page for your game also you can show screen shots for each games and attract your visitors by it . The autoindex script work like an CMS , Because everything done by the Autoindex . The job of the admin to uploads file in to the server all other activity will done by the Autoindex .
![]() |
Demo Image For Xtgem Autoindex Script |
How to Create a Autoindex Wap Site on Xtgem Site Builder :
It is very easy to create a Autoindex site on Xtgem Site Builder only if you have some basic idea of Xtgem Wapsite Building Process .
Here am going to create a autoindex page for Game ...
- First of all you need to login to your Xtgem Control Panel .
- Enter to the site which you want to create the "Autoindex" gaming page .
- Now create a Folder with name "game" .
- Now create a page inside the "game" Folder with name "game" .
- Now create a Folder inside the "game" Page with name "Images" .
- Now create a page for downloading inside the Folder "game" With name "load" .
Now open the page "game" and add the following Xtscript on it and save it . Dont forget to change the "http://yourwapsite.xtgem.com" to your Xtgem site address .
<xt:filelist sort_type="updated" sort_dir="asc" per_page="10" folder="/games/" template="<img src='http://yourwapsite.xtgem.com/games/images/.file_name..jpg'/><br/><b>Name:</b>.file_name_parsed.<br/><b>Size:</b>.file_size.<br/><a href='http://yourwapsite.xtgem.com/games/load?size=.file_size.&file=.file_name.'>Download Now!</a><br/>"/> Jump to page:<form action="<xt:url type="path" />" method="get"><input type="text" style="width:25px" name="__filelist_page"><input type="submit" value="jump"></form>
Now open the load page that you created inside the "game" Folder and add the below Xtcode on it and save it . Dont forget to change the "http://yourwapsite.xtgem.com" to your Xtgem site address .
<img src="http://yourwapsite.xtgem.com/game/images/{_$file|}.jpg" border="0" alt="{_$file|}" /> <br /> <b>Name:</b> {_$file|} <br/> <b>Size:</b> {_$size|} <br/> <b> Download:</b> <a href="http://<xt:url type="domain" />/games/{_$file|}"> {_$file|} </a> <br /> Share url:<br /><textarea cols="15" rows="2"><xt:url "/></textarea>
Now upload a java game to the "game" Folder also upload a screenshot for the game on the "images" Folder with the same name of the game that you uploaded to the "game" Folder .
Example :
Java game name : IronMan2.jar
Screenshot name : IronMan2.jar.png
By using the same method you can create Music Page , Ringtoon Page , Android App Page Etc .
Some Suggested Article :
I hope you well enjoyed this article , If you have any doubts related to this article you can ask help through the comment box sowed below this post . Thanks