Search Result: Wap
olahypes wapka site theme and Key Id
Salmonvikash · Published on 2022-04-03 10:47:07 (4 years ago )
1.legacy

[b5f9751c0a30231b86c2f74c12c446cc:322864]
comment
Finewap latest Theme and Key ID
Salmonvikash · Published on 2022-03-23 17:14:10 (4 years ago )
1. Finewap-v9.8
[a75511a11ce44126407707ca860661f9:318678]
comment
Do not upload copyrighted content to Wapka!
francisco · Published on 2022-03-14 17:12:43 (4 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
Salmonvikash · Published on 2022-03-03 17:36:09 (4 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 (4 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
New Six Wapka Themes and Keys ID
mario · Published on 2022-02-11 08:37:08 (4 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]
comment
follow btn wapka
mario · Published on 2022-02-10 06:31:23 (4 years ago )
comment
How many programe skill wapka accept?
mario · Published on 2022-02-06 10:08:54 (4 years ago )
1. Tags & functions
2. Html
3. Javascript
4. Jquery
5. css
6. xml
7. wapka script (ws) [new]
comment
What type of site wapka can create?
mario · Published on 2022-02-06 10:02:41 (4 years ago )
1. Chat site 100%
2. Video Share 100%
3. Music Share 100%
4. Graphic Work 100%
5. Blog site 100%
6. Additive Game 92%
7. Mailing to Gmail 25%
8. Map site 55%
9. Website builder 90%
10. Tech & science
comment
Wapka Basic function
maria · Published on 2022-02-04 12:18:14 (4 years ago )
<div class="bar1">
    <div class="bar1top">Helper function</div>
    <div class="info">You can use helper function with tag codes. Helper function is very useful for data processing.
        WAPKA function name is case sensitive. To make function chain use (.) dot</div>
    <div class="bar13"><b>:GET(name);</b> - To get data from url</div>
    <div class="bar14"><b>:POST(name);</b> - To get http post data</div>
    <div class="bar13"><b>:COOKIE(name);</b> - To get http cookie</div>
    <div class="bar14"><b>:REQUEST(name);</b> - Get combined data from get, post & cookie</div>
    <div class="bar13"><b>:VALUE(data);</b> - This function is used to set function parameter.</div>
    <div class="bar14"><b>:DATA(Function or tag or data);</b> - You can get data from many function like :DATA(Name: #GET(name)# ID: #VAR(USER_ID)#);</div>
    <div class="bar13"><b>:SET(name);</b> - You can use this function to define variable. :VALUE(test data).SET(new_var); You can also call multiply function and make chain - :GET(id).INT.SET(ID); here we get data from url then make sure it number then set variable.</div>
    <div class="bar14"><b>:SAVE(name);</b> - This is similar as SET but this will save data in server (session) and you can use this data later on any page</div>
    <div class="bar13"><b>:VAR(name);</b> - To get data from variable use this function</div>
    <div class="bar14"><b>:DATE();</b> - This function is for date and time. To format current date Use :DATE(formater); You can format any date from other function and also time ago like :VALUE(Dec 2020).DATE(AGO); to use with other function use :VALUE(%date%).DATE(Formater or AGO);</div>
    <div class="bar13"><b>:SLUG(make url);</b> - Make SEO frendly url from any text. You can use with other function/tag like :SLUG(%title%);</div>
    <div class="bar14"><b>:URL_ENCODE(url); , :HTML_ENCODE(html);, :BASE64_ENCODE(data);)</b> - To encode data</div>
    <div class="bar13"><b>:URL_DECODE(url); , :HTML_DECODE(html);, :BASE64_DECODE(data);)</b> - decode encoded data</div>
    <div class="bar14"><b>:REMOVE_TAG;</b> - to remove html tag from input. usage - :REMOVE_TAG(&lt;tag&gt;this is tag&lt;/tag&gt;); To allow tag use like - :VALUE(&lt;b&gt;this is bold&lt;/b&gt;&lt;i&gt;this is italic&lt;/i&gt;).REMOVE_TAG(&lt;i&gt;);</div>
    <div class="bar13"><b>:LOWER(MAKE IT LOWER);</b> - convert all character to lower case.</div>
    <div class="bar14"><b>:UPPER(lower to upper)</b> - convert all character to upper case</div>
    <div class="bar13"><b>:TRIM( space );</b> - Remove whitespace from data. You can also remove other character like :VALUE(-----test--------).TRIM(-); this will remove all -</div>
    <div class="bar14"><b>:CHOP(space );</b> - Same as TRIM but remove from at the end of string</div>
    <div class="bar13"><b>:CUT(["start", "end"]);</b> - Get part of string from start to end you can also set starting and ending position like :VALUE(this is test).CUT([0, 10]); to get first 10 character</div>
    <div class="bar14"><b>:LENGTH(data);</b> - length</div>
    <div class="bar13"><b>:INT(1234abcd);</b> - To make sure data is numeric</div>
    <div class="bar14"><b>:NULL(nothing);</b> - If you want to call a function and hide result use this at the end. :GET(data).SET(var).NULL; set variable and display nothing</div>
    <div class="bar13"><b>:REPLACE(["search", "replace"]);</b> - This function is used to search and replace you can pass json array or string as parameter. Usage :VALUE(test_data).REPLACE("_data");</div>
    <div class="bar14"><b>:RANDOM(["one", "two", "three", "More");</b> - Get random value form JSON array or string. To generate random number use like :RANDOM("123456790");</div>
    <div class="bar13"><b>:PLUS(numeric value);</b> - Math function.</div>
    <div class="bar14"><b>:MINUS(numeric value);</b> - Math function.</div>
    <div class="bar13"><b>:DIVIDE(numeric value);</b> - Math function.</div>
    <div class="bar14"><b>:MULTIPLY(numeric value);</b> - Math function.</div>
    <div class="bar13"><b>Math function usage:</b> - To calculate data you can use math function. Example usage: :GET(id).PLUS(100); , :VALUE(100).PLUS(100).DIVIDE(2);, :VAR(number).PlUS.GET(number);</div>
</div>
comment