Search Result: co
Use captcha protection code
salamonvikkas · Published on 2022-04-05 12:40:44 (3 years ago )
Enter your User name<br/><input type="text" name="user" required/><br/>Enter your password:<br/><input type="password" name="pass" required/><center><script src="https://cdn.wapka.io/007c64/499347da3361f418f8463efd1bf2851e/doomcaptcha.js?1" countdown="on" label="Captcha" enemies="3"></script></center><br/><input type="submit" value="Login"/>
comment
Wapka change font style code
salamonvikkas · Published on 2022-04-04 02:44:53 (3 years ago )
Head tags: <*link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet"/>
comment
Creating a Comment System with Wapka Data API
francisco · Published on 2022-04-03 23:32:06 (3 years ago )

Learn how to use the Data API function to create a comment system for your Wapka website.
https://wk.franciscodaschagas.dev/articles/34696/creating-a-comment-system-with-wapka-data-api/
comment
delete post creator only code
salamonvikkas · Published on 2022-04-03 02:41:22 (3 years ago )
:*VAR(USER_ID).IFEQ(%userid%).THEN(<a href="%delete%">❌ delete</a>).ELSE();
comment
Play online Youtube video code
salamonvikkas · Published on 2022-04-02 03:06:18 (3 years ago )
Url: ?v=https://youtu.be/aiDLDFdovz4

Api data lister:

<style>.youtubeShow{max-height: 500px;height:auto;width:auto;}.wk_pl_wrap,.wk_pl_content,.wk_pl_closelink,img.wk_pl_close,img.wk_pl_message-icon,.wk_pl_link,.wk_pl_finlink,.wk_pl_message{display:none !important;}
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/plyr/3.6.7/plyr.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/plyr/3.6.7/plyr.min.js"></script>
<div id="player" data-plyr-provider="youtube" data-plyr-embed-id=":GET(v);"></div>
<script>
const player = new Plyr('#player') ;
</script>
config: <pid>1</pid><limit>1</limit>
comment
converts comma separated values ​​to random
hmei7 · Published on 2022-03-17 11:16:33 (3 years ago )
value tags: pop, rock, metal, edm

:URL_ENCODE(["%var(tags)%"]).REPLACE(["%2C%20", "%22%2C%20%22"]).URL_DECODE.RANDOM.SET(related).NULL;

result var(related) : edm (one of the random var tags above)
comment
Do not upload copyrighted content to Wapka!
francisco · Published on 2022-03-14 17:12:43 (3 years ago )
I'm not the Wapka Admin and I don't know how they handle sites that host copyrighted content, but I recommend that you don't upload such files as it can cause serious problems for Wapka.
For example, the 4Webku platform had its domain suspended after the Admin received a DMCA on account of two websites that were sharing copyrighted content.
As far as I know, more than half of the websites on Wapka also share this type of content (such as music, images, audios, videos, etc).
I believe the Fair Use policy does not apply in this case, even if the sites explicitly say they are for educational purposes.
If we want to keep Wapka running for a long time, we must abide by the law, even if Wapka doesn't explicitly request it.

Long live Wapka!
comment
New wapka code called (link target v1.0)
mario · Published on 2022-02-16 12:40:53 (3 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 <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>
comment
How to remove this error on console
prabhu · Published on 2022-01-10 16:23:24 (3 years ago )
  

How to remove this error on console on wapka advert 
comment
convert [br] to // in user input paragraph click.
mario · Published on 2022-01-08 18:52:17 (3 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>
comment