Asslam o Alaikum, guest!
More
Chat
If you get an error during the chat, please Reload the page !
News Feed
रुक मत, थक मत, चलना है, अंधेरों से भी लड़ना है। जो गिरकर फिर संभल गया, उसी को आगे बढ़ना है। ना सोच कि राह कठिन है, ना मान कि किस्मत कमज़ोर है, जिसके इरादे लोहे जैसे, उसके आगे हर शोर है। तू आग है, तू शक्ति है, तू खुद अपनी भक्ति है, दुनिया तुझे क्या रोकेगी, जब तेरी सोच ही मुक्त है। हार नहीं बस एक सबक है, जीत तेरा अधिकार है, जो खुद पे विश्वास रखे, उसका ही संसार है। उठ, जाग, और साबित कर, तू किस मिट्टी का बना है, जो आज खड़ा है डर के आगे, कल वही इतिहास बना है।
comment
Media Post - Mobile Friendly
UnitedMuslim Published on 2024-12-03 11:51:00 1 year ago
Munafikeen ki pechan kese kere
comment
Media Post - Mobile Friendly
UnitedMuslim Published on 2024-12-02 03:36:05 1 year ago
Dr israr Ahmad May ALLAH S.W.T grant him, me and my beloveds and you to jannatul ferdous Ameeeen Suma Ameeeen.
comment
Mobile Friendly Post Widget
News Feed
please how to display site name and page link in lua
comment
Mobile Friendly Post Widget
Simple login page code using Lua scripting
Hello! I would like to share a simple code for a login page using Lua scripting. You are free to style the HTML codes however you want.
The code can be a little challenging to understand at first, but feel free to ask if you don't understand any part.
See also: Simple register page code using Lua scripting

How to use it:
  1. Log in to the Wapka Dashboard (https://web.wapka.org/dashboard);
  2. Select your website from the "Your services" list;
  3. Now create a new page called "login" (Basic Function > New Page) - you can skip this step if you already have a login page and want to use it.
  4. Now open the login page we created and go to Advanced function > Script, and finally paste the following Lua code into the textarea:

Code: Select all

if (env.userid ~= 0) then -- Check if the user is already logged in


url.redirect("/") -- If yes, redirect to the main page end if (req.method == "POST") then -- Checks if the login form has been submitted

error_message = nil -- Starts error message as null

username = req.post.username -- Gets the username from the POST request

password = req.post.password -- Gets the password from the POST request

continue = req.get.continue -- Useful if the user came from another page

if continue == nil then continue = "/" end -- Checks if a continue URL has been defined, if not, it is defined as the home page

if (username == "" and password == "") then -- Checks if the username and password are empty



error_message = "You must enter your username and password."

elseif (username == "") then -- Checks if username is empty



error_message = "You must enter your username."

elseif (password == "") then -- Checks if password is empty



error_message = "You must enter your password."

else -- Continue with login if username and password have been filled in



local param = { -- Sets the parameters for the API login method





username = username,





password = password



}



local is_ok, login, info, error_login = api.user_login(param)



if (is_ok) then -- Username and password are correct and login was successful





url.redirect(continue) -- Redirects to the destination defined in continue



else -- An error occurred while trying to login





error_message = error_login -- defines the error message as the one received in the login method



end

end

if (error_message) then -- Checks if any errors occurred and sets an error message div to display on the page



html_error = [=[<div class="error-message">%s</div>]=]



error_message = string.format(html_error, error_message)

end end local html_code = [=[ <h2>Log-in to your account</h2> %s <!-- This is where the error message will be --> <form method="post"> <div class="input"> <label for="username">Username:</label><br> <input type="text" name="username" value="%s" placeholder="Username" id="username"> </div> <div class="input"> <label for="password">Password:</label><br> <input type="password" name="password" value="%s" placeholder="Password" id="password"> </div> <div class="input-button"> <input type="submit" class="input-button" value="Login"> </div> </form> <div class="register-message"> Not registered yet? <a href="/register">Register</a> </div> ]=] print(string.format(html_code, error_message or "", username or "", password or ""))
Credit - francisco
comment
Mobile Friendly Post Widget
Wapka code block ip address
Rule: :VAR(USER_AGENT).IFEQ(Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36).THEN(#DISABLE#);
comment
Mobile Friendly Post Widget
https://forum.wapka.org
https://forum.wapka.org Wapka forum codes and Real updates about Wapka.org are available here.


Create your own WAP site simple and fast!


What is WAPKA?










Wapka is a platform which provides free service for users to create websites.
With Wapka you can create own professional looks WAP site simply and fast without knowledge of any programming language.
You can use many commands and pseudotags, which help you to create dynamic website.
You can use html, text, css, JavaScript, xml or JSON to make your website attractive.
If you don't know how to use tags & function you can just use default themes.
We are committed to help more users to have their own websites.
Creating website in Wapka, it does not require professional skills and server space.
We can be very easy to create our own website.
Using services on Wapka.org is absolute free, so start building your website just right now :)

















comment
Mobile Friendly Post Widget
Wapka Official Forum

https://forumm.wapka.co

Hey Wapka developers our first old Wapka forum site forum.wapka.co was restricted and down by the Wapka administration.
Whenever you search on google you will get most results from froum.wapka.co not from forum.wapka.org i think this is reason he let down the forum.wapka.co
today I am giving full authority to Wapka admin to control the link forum.wapka.co I have no objection thank you. i am going to replace the Domin name with https://forumm.wapka.co thank you

Important notice:
Due to Some reason
Real ChaTLook has been Removed
Real Dschat has been Removed
https://Forumm.wapka.co don't owe These Domin name anymore
comment
Mobile Friendly Post Widget
News Feed
I need blog theme like as worldprss theme blogsite ( blogsite ) on wapka can anyone provide me these type theme ?
comment
Mobile Friendly Post Widget
News Feed
Hello! Good day, I hope everyone is doing well
comment
Mobile Friendly Post Widget
News Feed
comment
Mobile Friendly Post Widget
News Feed
[youtube]video url[/youtube][video]video url[/video][](https://)texttexttext
comment
Mobile Friendly Post Widget
News Feed
comment
Category
Statistics
Total posts 836 •Total Files 167 •Total members 391 •Our newest member abhijeet