Hello, Quest!
"Get Knowledge And Spread Knowledge"
More
Chat
If you get an error during the chat, please Refresh the page!
News Feed
samman · Published on 2025-03-14 09:57:55 (3 weeks ago )
+ comments
like comment share
FB_IMG_1739463024479 vikkas · Published on 2025-03-14 08:00:39 (3 weeks ago )
Visit http://finewap.tk
like comment
FB_IMG_1739463438259 test_007 · Published on 2025-03-14 07:46:42 (3 weeks ago )
Visit http://finewap.tk
like comment
New Six Wapka Themes and Keys ID
vikkas · Published on 2022-12-06 15:55:59 (2 years ago )
1. Popchat 2022 [e30819a3662ed617fca53126789efd74:299548]
2. Edupedic [80e298d1cd2a371dc6156fd380124eac:296416]
3. Poptalk v9.8 [837fc68ef4cbb3958100625163519a3e:276892]
4. Poptalk 2021 [43d7fd7731d0ff820c09956cb05c84c4:263765]
5. Naijashare [dde9d3bde5f7abf7036d77cdb380fa01:205226]
6. Paint Note [e6a79475022db4cc9c23a403fffc0ad4:130074]
like comment
How to list posts (forum)
vikkas · Published on 2022-12-06 15:45:42 (2 years ago )
<*div class="catrow"><*a href="/profile/%userid%/?act=info">%username%<*/a><*br/>Says: %content%<*br/>:*VALUE(%delete%).IFEQ(/delete/post/%id%).THEN(<*a href="%delete%">Delete<*/a>).ELSE.NULL;<*br/>:*VALUE(%date%).DATE(AGO);<*/div> Config:<*forumid>15554<*/forumid><*limit>6<*/limit><*status>published<*/status><*order>new<*/order><*page>:*GET(page);<*/page><*url>?page=<*/url>
like comment
Checking if the current page starts with certain text
vikkas · Published on 2022-12-06 08:03:40 (2 years ago )
You can detect if the user is accessing a page that starts with a specific text using the URL_PATH and IFMATCH functions. An example of use is to redirect users to the home page if they directly access the /header/ and /footer/ pages. See comment to read more...
like comment
How to create wapka link to file,post etc
vikkas · Published on 2022-12-06 07:59:25 (2 years ago )
in wapka we have two (2) ways to create link but not everybody know how to do it the first link goes with / + ? + = + & why the second link goes with / + / + / + / unlimited these second link in wapka is called page pattern url why the other link is for beginners like these /index/?act=login&session=fr322eD6&browser=Chrome&phone=Tecno-Y2, in pattern url its just /index/login/fr322eD6/Chrome/Tecno-Y2 but you will get no result because its VAR not GET... your :VAR(name); will succeed when you add a pattern to header page or specific page like login,home,message any page you like something like these /(?<act>[0-9]+)/*/(?<session>[0-9]+)/*/(?<browser>[0-9]+)/*/(?<phone>[0-9]+)/*
i mean you should add it very important. now url pattern is done our final work is to collect value from server and display it by :VAR(name); change the word name to any like :VAR(act); to display content of "login" :VAR(session); Do thesame for rest.
like comment
convert [br] to // in user input paragraph click.
vikkas · Published on 2022-12-06 07:54:56 (2 years ago )
in msg snder you dont need to announce that paragraph is [*br] just enter config. and put something like these <*message>:POST(msg).REPLACE(["//","[*br]"]);<*/message>
like comment
How to create sitemap.xml file
vikkas · Published on 2022-12-06 07:33:00 (2 years 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
vikkas · Published on 2022-12-06 07:27:58 (2 years 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
vikkas · Published on 2022-12-06 07:25:22 (2 years 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
vikkas · Published on 2022-12-05 18:32:36 (2 years 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)
vikkas · Published on 2022-12-05 18:31:03 (2 years 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
Update
File Upload IMG-20220518-WA0000.jpg [ ] (113.29 KB)(vikkas)
File Upload IMG-20220625-WA0000.jpg [ ] (111.48 KB)(vikkas)
File Upload image_downloader_1650300255349.jpg [ ] (61.86 KB)(test_006)
Categorys
Statistics
Total posts 1457 •Total Files 62 •Total members 42 •Our newest member patepang
2025 forum.wapka.co
Version 1.0