Search Result:
----------(Members)---------->
![]() |
dinesh230 Email: Owner: User ID: 124904 |
----------(Members)---------->
![]() |
maria Email: Owner: User ID: 124905 |
----------(Members)---------->
![]() |
sapna Email: Owner: User ID: 124906 |
----------(Members)---------->
![]() |
rajeev0606 Email: Owner: User ID: 125067 |
----------(Members)---------->
![]() |
aishwarygupta Email: Owner: User ID: 125132 |
----------(Post-Search)---------->
Dua for entering in Washroom or toilet
UnitedMuslim · Published on 2024-11-26 19:35:41 (2 years ago )
UnitedMuslim · Published on 2024-11-26 19:35:41 (2 years ago )
<br><b> Read this dua when u enter in any washroom or toilet. It will blind the male jinn and female jinn's eyes they will not able to see you or harm you whenever you read this dua before enter in any washroom or toilet. Kindly share this dua to your family and friends. Jazakallah :) </b>
| comment |
|
----------(Post-Search)---------->
Aytal Kurshi
UnitedMuslim · Published on 2024-11-26 19:25:39 (2 years ago )
UnitedMuslim · Published on 2024-11-26 19:25:39 (2 years ago )
<br> Read this duaa before sunrise and before sunset<br> Also read this dua and blow urself when you are going on journey or step outside of your home 🏡. Jazakallah :-)
| comment |
|
----------(Post-Search)---------->
What is Sadaqa Jariyah in Islam ?
UnitedMuslim · Published on 2024-11-24 09:23:52 (2 years ago )
UnitedMuslim · Published on 2024-11-24 09:23:52 (2 years ago )
Sadaqa Jariyah is an Islamic practice of ongoing charity that continues to benefit others even after the donor's death. It's considered one of the most rewarding deeds in Islam, and the donor is believed to receive ongoing rewards from Allah.
| comment |
|
----------(Post-Search)---------->
News Feed
Thatcruise · Published on 2024-11-23 04:27:49 (2 years ago )
Thatcruise · Published on 2024-11-23 04:27:49 (2 years ago )
please how to display site name and page link in lua
| comment |
|
----------(Post-Search)---------->
Simple login page code using Lua scripting
UnitedMuslim · Published on 2024-11-22 03:56:49 (2 years ago )
UnitedMuslim · Published on 2024-11-22 03:56:49 (2 years ago )
<div class="content">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.<br> The code can be a little challenging to understand at first, but feel free to ask if you don't understand any part.<br> See also: <a href="https://forum.wapka.org/viewtopic.php?t=2057" class="postlink">Simple register page code using Lua scripting</a><br> <br> How to use it: <ol style="list-style-type:decimal"> <li>Log in to the Wapka Dashboard (<a href="https://web.wapka.org/dashboard" class="postlink">https://web.wapka.org/dashboard</a>);</li> <li>Select your website from the "Your services" list;</li> <li>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.</li> <li>Now open the login page we created and go to Advanced function > Script, and finally paste the following Lua code into the textarea:</li> </ol> <div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><pre><code>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 "")) </code></pre></div></div> <div class="notice"> Credit - <a href="/view/135624?q=francisco&id=135624&uid=135624" class="username">francisco</a> </div>
| comment |
|
----------(Post-Search)---------->
Wapka code block ip address
UnitedMuslim · Published on 2024-11-21 03:23:39 (2 years ago )
UnitedMuslim · Published on 2024-11-21 03:23:39 (2 years ago )
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 |
|
----------(Post-Search)---------->
https://forum.wapka.org
UnitedMuslim · Published on 2024-11-19 18:12:31 (2 years ago )
UnitedMuslim · Published on 2024-11-19 18:12:31 (2 years ago )
https://forum.wapka.org Wapka forum codes and Real updates about Wapka.org are available here. <br> <br> <br> <div><a href="/"><div style="text-align: center; color: black; font-size: 25px;">WAPKA</div></a></div> <div><strong>Create your own WAP site simple and fast!</strong></div> <div class="bar1">
<div class="bar1top">What is WAPKA?</div>
<div class="info">
Wapka is a platform which provides free service for users to create websites.<br/> With Wapka you can create own professional looks WAP site simply and fast without knowledge of any programming language.<br/> You can use many commands and pseudotags, which help you to create dynamic website.<br/> You can use html, text, css, JavaScript, xml or JSON to make your website attractive.<br/> If you don't know how to use tags & function you can just use default themes.<br/> We are committed to help more users to have their own websites.<br/> Creating website in Wapka, it does not require professional skills and server space.<br/> We can be very easy to create our own website.<br/> Using services on Wapka.org is absolute free, so start building your website just right now :)
</div>
<a href="/login"><button class="button">Login →</button></a>
<a href="https://wapka.org/register"><button class="button">New Account</button></a>
</div>
| comment |
|
----------(Post-Search)---------->
Wapka Official Forum
UnitedMuslim · Published on 2024-11-19 17:13:59 (2 years ago )
UnitedMuslim · Published on 2024-11-19 17:13:59 (2 years ago )
<div class="postbody"> <div id="post_content2860"> <h3 class="first"> <a href="./viewtopic.php?p=2860&sid=c17b740bdb4363bad25d051a36ebca91#p2860">https://forumm.wapka.co</a> </h3> <div class="content">Hey Wapka developers our first old Wapka forum site forum.wapka.co was restricted and down by the Wapka administration.<br> Whenever you search on google you will get most results from froum.wapka.co not from forum.wapka.io i think this is reason he let down the forum.wapka.co <br> 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 <a href="https://forumm.wapka.co" class="postlink">https://forumm.wapka.co</a> thank you<br> <br> Important notice:<br> Due to Some reason<br> Real ChaTLook has been Removed <br> Real Dschat has been Removed<br> <a href="https://Forumm.wapka.co" class="postlink">https://Forumm.wapka.co</a> don't owe These Domin name anymore</div> </div> </div>
| comment |
|
----------(Post-Search)---------->
----------(Post-Search)---------->
----------(1-File-Search)---------->
wapka.org1675804450.png
amen08
· Published on 2023-02-07 21:14:10
(4 years ago )
why is wapka.org not working???
| comment |
|
----------(1-File-Search)---------->
www.ifunwap.com ♥️♥️ 1675669350.jpg
Userdeleted
· Published on 2023-02-06 07:42:29
(4 years ago )
Visit @ifunwap.com Best Chatting site!
| comment |
|
----------(1-File-Search)---------->
----------(1-File-Search)---------->
chat4all inbox backgrounds1675619616.png
amen08
· Published on 2023-02-05 17:53:36
(4 years ago )
| comment |
|
----------(1-File-Search)---------->
----------(1-File-Search)---------->
www.ifunwap.com - ♥️1675577238.jpg
Userdeleted
· Published on 2023-02-05 06:07:17
(4 years ago )
Best wapsite on wapka site builder!
| comment |
|
----------(1-File-Search)---------->
Upchats1675570373.png
charmingdc
· Published on 2023-02-05 04:12:53
(4 years ago )
#upchats
Upchats
Upchats best online chatting site
| comment |
|
----------(1-File-Search)---------->
Upchats1675570239.png
charmingdc
· Published on 2023-02-05 04:10:39
(4 years ago )
#upchats
#keep
#moving
Upchats
Upchats best online I site
| comment |
|
----------(1-File-Search)---------->
chat4all1675471061.png
amen08
· Published on 2023-02-04 00:37:41
(4 years ago )
latest chat4all version
| comment |
|
----------(1-File-Search)---------->
www.ifunwap.com 1673224083.jpg
Userdeleted
· Published on 2023-01-09 00:28:03
(4 years ago )
Visit www.ifunwap.com
| comment |
|


<br><b>
Read this dua when u enter in any washroom or toilet.
It will blind the male jinn and female jinn's eyes they will not able to see you or harm you whenever you read this dua before enter in any washroom or toilet.
Kindly share this dua to your family and friends. Jazakallah :) </b>
<br>
Read this duaa before sunrise and before sunset<br>
Also read this dua and blow urself when you are going on journey or step outside of your home 🏡.
Jazakallah :-)








