Search Result: wapka
Wapka Unlimited Code And Theme
webmash · Published on 2022-05-25 05:00:49 (3 years ago )
Daily visit https://webmash.xyz for wapka code and wapka theme.
comment
How to set wapka theme
salamonvikkas · Published on 2022-04-24 04:18:04 (3 years 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]
comment
Wapka Forum Style Themes and Keys ID
salamonvikkas · Published on 2022-04-10 07:11:21 (3 years ago )
1, Mobile
[4d0555308b83d0b034a7fbf9be6d82d6:345908]
2, Merci
[62eb168e7d292a2254a26acd1291bd4a:345909]
3, Dorew
[bb95c3642e78b138ee0cb9a8a6556c8d:326376]
4, Finewap v10
[a5a2d55f50458eb18c3aedb40569f025:345910]
comment
Wapka Set rule code
salamonvikkas · Published on 2022-04-07 07:20:12 (3 years ago )
Rule:
:GET(upload).IFNE(attach).THEN(#DISABLE#);
Url:
https://vikkas.wapka.site/inbox/142107/?upload=attach
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
olahypes wapka site theme and Key Id
salamonvikkas · Published on 2022-04-03 10:47:07 (3 years ago )
1.legacy

[b5f9751c0a30231b86c2f74c12c446cc:322864]
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
Old Six Wapka Themes and Keys ID
salamonvikkas · Published on 2022-03-03 17:36:09 (3 years ago )
1. themestore
[2e3bf2ee14dcad091461d1817b6da937:307282]
2. MusicBD
[546df77a75e373cb82e2d716a6d8b23a:307281]
3. Mp3 Download Site
[44c8881da7a46b02107cd7dc9859ef86:307280]
4. matikiri
[446a556997658783675ff6d8cdae193b:307279]
5. Tamilware
[1a8dcd2ace5cbf8cafdd5f4c7b9c3b7e:307277]
6. Finewap
[336f1c97909ed63ffdec44fb9e7d0012:307276]
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