local nav_html = [=[ ]=] print(string.format(search_html));local title_html = [=[

HCFC WAPka

HTTP Costum Free Config | AkunSSH | Download | Tutorial | Tools Service | Searching Video and File Sharing.

]=] print(string.format(title_html)) local post_html = [=[

%title%

Upload by: HCFC WAPka
%title%
%content%
]=] raw_uri = req.uri postid = tonumber(string.match(raw_uri, "/post/(%d+)")) local post_param = { id = postid, limit = 1 } local is_ok, postlist = api.post_info(post_param) print(html.render_tag(post_html, postlist, true)); title_post = [=[%title%]=] title_post = html.render_tag(title_post, postlist, true) html.title(title_post)


Statistik

Ada 37 artikel dan 369 file terbaru telah diunggah.

News Upload 35 file config terbaru. Baru saja diunggah pengunjung.

News Upload 20 file txt terbaru. Baru saja diunggah pengunjung.

News Upload 211 file gambar terbaru. Baru saja diunggah pengunjung.

News Upload 56 file video terbaru. Baru saja diunggah pengunjung.



Tools Service


local jumbotron = [[

HCFC.WAPKA.SITE

]] print(jumbotron) local jumbotron_list_html = [[ %name% (%postnum%) ]] local jumbotron_param = { parent = 0, limit = 20, order = "id_desc" } local is_ok, jumbotron_list = api.forum_info(jumbotron_param) if is_ok then print(html.render_tag(jumbotron_list_html, jumbotron_list, true)) end print("
") local footer_html = [=[ ]=] print(string.format(footer_html))