Search found 3 matches

by zaferbey4949
Thu Oct 03, 2024 9:53 am
Forum: Ask any question
Topic: [LUA] Post Create Help
Replies: 2
Views: 40333

Re: [LUA] Post Create Help

ok. thank u <3
by zaferbey4949
Wed Sep 25, 2024 3:34 pm
Forum: Ask any question
Topic: [LUA] Post Create Help
Replies: 2
Views: 40333

[LUA] Post Create Help

Hello, I am trying to create a post with postcreate using Lua.

forumid = req.post.category,
title = req.post.title,
content = req.post.content,
thumb = req.post.thumb,

It adds, but I couldn't find how to save something in var (videoid) style.

videoid = req.post.var_videoid,
I tried this way ...
by zaferbey4949
Wed Sep 25, 2024 3:24 pm
Forum: Wapka REST API
Topic: Intro to Wapka API
Replies: 12
Views: 636511

Re: Intro to Wapka API

Thanks.