Hello, Quest!
More
Chat
If you get an error during the chat, please Refresh the page!
News Feed
mobtony · Published on 2023-12-15 16:02:25 (3 months ago )
Hello!! 
Request any code and I we provide it for you,
Once I see your request @
 http://sweetpi.com.ng 

Thank you
like comment
Forum Creator salamonvikkas · Published on 2024-03-16 02:36:17 (2 weeks ago )
Visit http://finewap.tk
views(0) comment
Random code salamonvikkas · Published on 2024-03-03 18:58:25 (4 weeks ago )
Visit http://finewap.tk
views(0) comment
resize message lister %msg% image bbcode direct
salamonvikkas · Published on 2022-12-06 16:02:54 (1 year ago )
<style> msg img{width:150px;height:150px;} </style> <msg>%msg%</msg> dont worry,any image that is inside will be resizeable.
like comment
How to set wapka theme
salamonvikkas · Published on 2022-12-06 16:01:20 (1 year ago )
wapka.org: Control panel > Pre-build Themes > Restore

Wapka themes downloaded json file and select restore
Or
Enter wapka themes file key to restore
Ex:
[05f71cfbc2b6b19ff8cad727c55a03d1:326377]
like comment
delete post creator only code
salamonvikkas · Published on 2022-12-06 16:00:17 (1 year ago )
:*VAR(USER_ID).IFEQ(%userid%).THEN(<a href="%delete%">❌ delete</a>).ELSE();
like comment
New wapka code called (link target v1.0)
salamonvikkas · Published on 2022-12-06 15:58:04 (1 year 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 <a href="#login">Login Page</a> <a href="#register">Register Page</a> <a href="#terms">Terms Page</a> <div class="login" id="login">Login to your account here</div> <div class="register" id="register">Register your account here</div> <div class="terms" ="terms">You full terms and others content here</div>
like comment
Check if logged user is an Admin
salamonvikkas · Published on 2022-12-06 15:56:58 (1 year 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 (1 year 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 (1 year 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 (1 year 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 (1 year 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.
salamonvikkas · Published on 2022-12-06 07:54:56 (1 year 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
Update
File Upload Post Creator.jpg [ ] (224.62 KB)(salamonvikkas)
File Upload Message Sender.jpg [ ] (279.86 KB)(salamonvikkas)
File Upload Message Lister.jpg [ ] (207.61 KB)(salamonvikkas)
Categorys
2024 merci.wapka.co
Version 1.0