Search found 80 matches

by vikkas
Thu May 23, 2024 3:43 am
Forum: Ask any question
Topic: How to add wapka api, post lister multiple forumid?
Replies: 9
Views: 18168

Re: How to add wapka api post lister multiple forumid?

wapka api post lister multiple forumid 💯 working, but lua not accepted local post_check1, post_list, post_stats = api.post_info({forumid[]=15554,forumid[]=24306,forumid[]=24510,limit=10}) if 10 > 0 then for loopindex, article in ipairs(post_list) do thumbnail = string.match(article['content'], "...
by vikkas
Wed May 22, 2024 7:41 am
Forum: Ask any question
Topic: How to add wapka api, post lister multiple forumid?
Replies: 9
Views: 18168

How to add wapka api, post lister multiple forumid?

Code: Select all

<a href="https://api.wapka.org/PostInfo?apikey={{VAR(APIKEY)}}&forumid=21425,limit=10,order='id_asc'">vikkas</a>
ex:<forumid>810,16927,16928,20382</forumid>
post lister
post lister
snapshot_m.wapka.org_1716363505623.png (122.19 KiB) Viewed 18168 times
by vikkas
Wed May 22, 2024 7:33 am
Forum: Promote your site
Topic: I need a wapka site
Replies: 1
Views: 7726

Re: I need a wapka site

by vikkas
Tue May 07, 2024 2:55 am
Forum: Tutorials
Topic: Wapka Lua Video Page Code
Replies: 2
Views: 3145

Re: Wapka Lua Video Page Code

Source: https://dorew.ovh/forum/425-LUA-Code-page-video-giong-Dorew-cho-Wapka.html Code by me And this link "https://www.youtube.com/watch?v=vWGhEKJZ2yI" is a song about students of the university I'm studying at, Hanoi University of Civil Engineering - Vietnam bro, come to my website htt...
by vikkas
Mon May 06, 2024 8:33 am
Forum: Tutorials
Topic: Wapka Lua Video Page Code
Replies: 2
Views: 3145

Wapka Lua Video Page Code

Demo: https://chiase.wapka.co/plugin?link=https://youtube.com/watch?v=u1JYT5XJg7k Go to wapka.org, select script code, paste this code fullurl0 = req.get.link if not fullurl0 or fullurl0 == "" then fullurl0 = "https://www.youtube.com/watch?v=vWGhEKJZ2yI" end -- Initialize necessa...
by vikkas
Sat Apr 13, 2024 4:34 pm
Forum: Promote your site
Topic: i need search bar and results page code
Replies: 2
Views: 2483

Re: i need search bar and results page code

Search bar: <form method="get" action="/find_friends.html"><input name="q" type="text" style="padding: 4px"/> <input value="Search" type="submit" style="background: #20B2AA;padding: 4px"/></form> result: user lister <div...