Hello, Quest!
More
Chat
If you get an error during the chat, please Refresh the page!
News Feed
salamonvikkas · Published on 2023-11-29 15:52:26 (5 months ago )
Test
like comment
Forum Creator salamonvikkas · Published on 2024-03-16 02:36:17 (1 month ago )
Visit http://finewap.tk
views(0) comment
Random code salamonvikkas · Published on 2024-03-03 18:58:25 (2 months ago )
Visit http://finewap.tk
views(0) comment
How to create sitemap.xml file
salamonvikkas · Published on 2022-12-06 07:33:00 (1 year ago )
http://vikkas.wapka.site/sitemap.xml<br/><br/><*urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<*!--  created with Free Online Sitemap Generator www.xml-sitemaps.com  -->
<*url>
<*loc>https://:*VAR(SITE_NAME);/<*/loc>
<*lastmod>2021-02-05T06:18:47+00:00<*/lastmod>
<*priority>1.00<*/priority>
<*/url>
<*url>
<*loc>https://:*VAR(SITE_NAME);/index.html<*/loc>
<*lastmod>2021-02-05T06:18:47+00:00<*/lastmod>
<*priority>0.80<*/priority>
<*/url>
<*url>
<*loc>https://:*VAR(SITE_NAME);/profile.html<*/loc>
<*lastmod>2021-02-05T06:18:47+00:00<*/lastmod>
<*priority>0.80<*/priority>
<*/url>
<*/urlset>
like comment
File uploader code style
salamonvikkas · Published on 2022-12-06 07:27:58 (1 year ago )
<br><br><br><center><div style="color:#fff; background-color:#0099ff; width:96%; border-radius:4px;">%notify% <font size="6" color="#fff"><b>Image Uploader</b></font><br><br>



<br/>%file%<br/><br>



<font size="4" color="#fff"><b>Description</b></font><br/>



%description%<br/><br>



<center>



<table w><tr>



<td><center><font size="4" color="#fff"><b>File Name</b></font><br/>



%var-name%</center></td>



<td><center><font size="4" color="#fff"><b>WA Number</b></font><br/>



%var-number%</center></td>



</tr></table></center>







<br/><br><br>



%submit% <br><br><br></div></center>







<style> input {



background:#e1e1e1;



height:;



width:94%;



color:#;



border:1px solid #bbb;



border-radius:4px;



padding:8px 0px 8px 0px;



margin:0px;}







textarea {



background:#e1e1e1;



height:;



width:94%;



color:#;



border:1px solid #bbb;



border-radius:4px;



padding:8px 0px 8px 0px;



margin:0px;}



</style>
like comment
wapka shortcut javascript file.js explanantion
salamonvikkas · Published on 2022-12-06 07:25:22 (1 year ago )
no need to create any javascrip into <*script> js code <*/script> in any code you made. just use wapka page has script for example to show count from another page just <*script src="/count/id/5532.js"><*/script> output is to be <*class id="5532"><*/class>
like comment
How to remove or replace numbers from or of value
salamonvikkas · Published on 2022-12-05 18:32:36 (1 year ago )
To remove use :VALUE(12345).TRIM(4); finally 4 have been remove from 12345 what is left is 1235
To replace use :VALUE(12845).REPLACE(["8","3"]); finally 8 has been replace with 3 therefore output is now 12345
like comment
How to randomix text when page refresh (default Quotes)
salamonvikkas · Published on 2022-12-05 18:31:03 (1 year ago )
You dont know how to randomize text/div when people can be able to read your lovely quotes? then use :RANDOM(["Wapka is the easiest wap builder","Poptalk is created for chat and sharing with friends","Statusload is one of the best place to download videos","podyt is the famous wap were people like to watch movies of choice online","poptalk for music is a wap that enable you to play music online with 0.1Megabyte"]);
like comment
Setting a different time zone for the DATE function
salamonvikkas · Published on 2022-12-05 18:12:23 (1 year ago )
657
76

 Home » Wapka Codes 2021 » Setting a different time zone for the DATE function
fchagas97
 fchagas97
 1 year ago
Due to an apparent bug, the DATE function always uses the UTC time zone, even if you have set a different time zone in your Site Settings.
To display the date in a different time zone, use the following workaround as an example:

:VALUE(+03:00).DATE();
And you will have the time displayed in the UTC-3:00 time zone (I can't explain why you use + to set a negative time zone o_o)

If you want the time displayed in UTC+3:00, use the following example:
:VALUE(-03:00).DATE();

Note: the function will not take into account whether it is daylight saving time or not in the time zone you chose, because technically the time zone is still UTC.
like comment
wapka clock/time/date codes
salamonvikkas · Published on 2022-12-05 18:09:51 (1 year ago )
<br><div class="list1" style="margin-left:10px;margin-right:10px;background:aliceblue;border-radius:15px;padding:10px;box-shadow:3px 3px 9px grey;">:DATE(D); - to show todays day in name<br>:DATE(d); - to show todays day in number<br>:DATE(m); - to show todays month in number<br>:DATE(M); - to show todays month in name<br>:DATE(s); - seconds<br>:DATE(S); - to show todays day in 2digit name<br>:DATE(H); - hours<br>:DATE(mm); - minutes<br>:DATE(utc); - UTC</div><br>
like comment
Wapka newsfeed personal like & unlike button code
salamonvikkas · Published on 2022-12-05 18:07:52 (1 year ago )
we know that api data is not only made for comment but can do more than what you think.... wapka api data can save people who like your post or unlikes. by using key1 to seperate comment from likes & unlikes go to your post comment page edit api data lister add <*key1>comment<*/key1> for comment lister. create another api data lister then add these
<*key1>like<*/key1> for like lister. and create another api lister then <*key1>unlike<*/key1>
we have succed seperating comment from likes an unlikes lister then read previous wapka on how to add the counts in newsfeed in index
like comment
Why all wapka developer must create register form that save user password
salamonvikkas · Published on 2022-12-05 18:05:05 (1 year ago )
657
76

 Home » Wapka Codes 2021 » Why all wapka developer must create register form that save user password
mario
 mario
 1 year ago
<div class="list1" style="margin-left:10px;margin-right:10px;background:crimson;color:white;">is to let register member who forgot password recover it easily than you wasting time to visit api data lister of guest posted that they lost their password... i have two (2) idea for recovering the password of a user and the first one is security question & email recovery password pattern set var_password in register form which collect psw and store for login & session </div><div class="list1" style="margin-left:10px;margin-right:10px;background:lightblue;"><div style="background:blue;color:white;text-align:center;">Note some people can use these to hacked users psw.</div>Register config. <code><*password>:POST(password);<*/password> <*var_password>:POST(password);<*/var_password></code> so these config can save user password at once for recovering password Read how to recovered psw when forgot it.</div>
like comment
How to I add forgot password?
salamonvikkas · Published on 2022-12-05 18:00:32 (1 year ago )
in register form set var_password and use default :POST(password); for both < password > and < var_password > it will save user password so then create a page forgot password then code user lister search form let user lister < search > be :REQUEST(account); < / search > when visitor forget password then search account to ask visitor is these your account? if click Yes btn then direct visitor to page were he will input email address of that specific search account and then login replace var(password) account login direct to change account.
like comment
Update
File Upload User Editor.jpg [ ] (296.16 KB)(salamonvikkas)
File Upload Registration.jpg [ ] (270.2 KB)(salamonvikkas)
File Upload User Login.jpg [ ] (241.15 KB)(salamonvikkas)
Categorys
2024 merci.wapka.co
Version 1.0