Hello, Quest!
"Get Knowledge And Spread Knowledge"
Chat
If you get an error during the chat, please Refresh the page!
Online user (wapka api)
salamonvikkas · Published on 2025-01-24 10:23:22 (6 days ago )
salamonvikkas · Published on 2025-01-24 10:23:22 (6 days ago )
https://api.wapka.org/UserOnline?apikey={{VAR(APIKEY&limit=10&page=1)}}
like | comment |
----------(1-File-Search)---------->
Related files
Admin
· Published on 2024-07-27 07:34:24 (6 months ago )
Visit http://finewap.tk
views(0) | comment |
----------(1-File-Search)---------->
Forum Creator
salamonvikkas
· Published on 2024-03-16 02:36:17 (11 months ago )
Visit http://finewap.tk
views(0) | comment |
New wapka code called (link target v1.0)
salamonvikkas · Published on 2022-12-06 15:58:04 (2 years ago )
salamonvikkas · Published on 2022-12-06 15:58:04 (2 years ago )
Lot of developers in wapka like to show content of div when link is click something like /index/?page=login but the page load true browser to make sure their :GET; function collect the page data called login. There is a shortcut to display div content like app without page loading... and you will enjoy it. Set your css .login,.register,.terms {display:none;} #login:target,#register:target,#terms:target {display:block;} link Login Page Register Page Terms PageLogin to your account hereRegister your account hereYou full terms and others content here
like | comment |
Check if logged user is an Admin
salamonvikkas · Published on 2022-12-06 15:56:58 (2 years ago )
salamonvikkas · Published on 2022-12-06 15:56:58 (2 years ago )
The following Wapka code can check if the logged user is an Admin: :VAR(USER_ROLE).IFMATCH(Admin).THEN(Is an Admin).ELSE(Not an Admin); It returns "Is an Admin" if the user belongs to any of the following roles: Administrator, Master Admin, or Super Admin. Returns "Not an Admin" if the user belongs to any other role.
like | comment |
New Six Wapka Themes and Keys ID
salamonvikkas · Published on 2022-12-06 15:55:59 (2 years ago )
salamonvikkas · 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)
salamonvikkas · Published on 2022-12-06 15:45:42 (2 years ago )
salamonvikkas · 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
salamonvikkas · Published on 2022-12-06 08:03:40 (2 years ago )
salamonvikkas · 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
salamonvikkas · Published on 2022-12-06 07:59:25 (2 years ago )
salamonvikkas · 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 /(?[0-9]+)/*/(? [0-9]+)/*/(? [0-9]+)/*/(? [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.
salamonvikkas · Published on 2022-12-06 07:54:56 (2 years ago )
salamonvikkas · 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
salamonvikkas · Published on 2022-12-06 07:33:00 (2 years ago )
salamonvikkas · Published on 2022-12-06 07:33:00 (2 years ago )
http://vikkas.wapka.site/sitemap.xml
<*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 (2 years ago )
salamonvikkas · Published on 2022-12-06 07:27:58 (2 years ago )
%notify% Image Uploader
%file%
Description
%description%
File Name
%var-name%WA Number
%var-number%
%submit%
like | comment |
wapka shortcut javascript file.js explanantion
salamonvikkas · Published on 2022-12-06 07:25:22 (2 years ago )
salamonvikkas · 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 |
Update
File Upload Message Lister.jpg [ ] (207.61 KB)(salamonvikkas)
File Upload User Editor.jpg [ ] (296.16 KB)(salamonvikkas)
File Upload Registration.jpg [ ] (270.2 KB)(salamonvikkas)
Wapka Codes 2022 How to get wapka user info by code without user lister [ ] (salamonvikkas)
Wapka Codes 2022 list of browsers name in wapka database for :VAR(BROWSER) [ ] (salamonvikkas)
Wapka Codes 2022 how to build real rating 5 star by %total% count [ ] (salamonvikkas)
Wapka Codes 2022 How to display my full users lister in any website. [ ] (salamonvikkas)
Wapka Codes 2022 converts comma separated values to random [ ] (salamonvikkas)
Wapka Codes 2022 how to create a shoutbox? [ ] (salamonvikkas)
Wapka Codes 2022 How many programe skill wapka accept? [ ] (salamonvikkas)
Categorys
News Feed (25)
Wapka Codes 2021 (40)
Wapka Codes 2022 (20)
Wapka Codes 2023 (2)
Wapka api (5)
File Upload (4)
Wapka Images 2021 (15)
Statistics
Total posts 1148 •Total Files 42 •Total members 39 •Our newest member Priyanka