Hi, guest!

Chat
If you get an error during the chat, please Reload the page !
Mak Creations YouTube Channel
Copy to clipboard
How to create custom 404 page in wapka????
Copy to clipboard
These time no one will even see the post trash half. here we go.
create page called "followers.js"
/statement.js
--Api Data Lister
---configuration
<pid>:GET(owner);</pid>
<key1>followers</key1>
<key2>:VAR(USER_ID);</key2>
---code
document.getElementById(":GET(status);").style.display = "block";
---code(default)
document.getElementById(":GET(status);").style.display = "none";
Now create new page called "private.js"
--New Tag Code
document.getElementById(":GET(status);").style.display = ":GET(owner).IFNE.VAR(USER_ID).THEN(none).ELSE(block);";
we are true now go to newsfeed.html
<div><div id="%id%">news code here</div><script src=":VALUE(%key3%).REPLACE([["private","followers","public"],["/private/?owner=%userid%&status=%id%","/followers/?owner=%userid%&status=%id%","#index"]]);"></script></div>
create page called "followers.js"
/statement.js
--Api Data Lister
---configuration
<pid>:GET(owner);</pid>
<key1>followers</key1>
<key2>:VAR(USER_ID);</key2>
---code
document.getElementById(":GET(status);").style.display = "block";
---code(default)
document.getElementById(":GET(status);").style.display = "none";
Now create new page called "private.js"
--New Tag Code
document.getElementById(":GET(status);").style.display = ":GET(owner).IFNE.VAR(USER_ID).THEN(none).ELSE(block);";
we are true now go to newsfeed.html
<div><div id="%id%">news code here</div><script src=":VALUE(%key3%).REPLACE([["private","followers","public"],["/private/?owner=%userid%&status=%id%","/followers/?owner=%userid%&status=%id%","#index"]]);"></script></div>
Copy to clipboard
Look it is very case sensitive...
/(?<token>[0-9]+)/* - link /index/123456 - :VAR(token);
/(?<token>[a-z]+[0-9]+)/* - link /index/abcdtoz0123456789 - :VAR(token);
/(?<token>[A-Z]+[a-z]+[0-9]+)/* - link /index/ABCabc01239 - :VAR(token);
/(?<token>[a-z-0-9]+)/* - link /index/a1b2c3d4 - :VAR(token);
if multiple then url must be sensitive
/(?<token>[a-z]+)/*/(?<session>[0-9]+)/* - link /index/abcd/012349 - token is: :VAR(token); and session: :VAR(session);
if tripple then url also must be sensitive
/(?<token>[a-z]+)/*/(?<session>[A-Z]+)/*/(?<apikey>[0-9]+)/* - link /index/abcd/ABCDE/012349
if want to reject some number
/(?<token>[0-5]+)/* - link /index/0123456789 - :VAR(token); 6789 will not show
if want start Capital
/(?<token>[A-z]+)/* - link /index/Wapka /index/wapka
/(?<token>[0-9]+)/* - link /index/123456 - :VAR(token);
/(?<token>[a-z]+[0-9]+)/* - link /index/abcdtoz0123456789 - :VAR(token);
/(?<token>[A-Z]+[a-z]+[0-9]+)/* - link /index/ABCabc01239 - :VAR(token);
/(?<token>[a-z-0-9]+)/* - link /index/a1b2c3d4 - :VAR(token);
if multiple then url must be sensitive
/(?<token>[a-z]+)/*/(?<session>[0-9]+)/* - link /index/abcd/012349 - token is: :VAR(token); and session: :VAR(session);
if tripple then url also must be sensitive
/(?<token>[a-z]+)/*/(?<session>[A-Z]+)/*/(?<apikey>[0-9]+)/* - link /index/abcd/ABCDE/012349
if want to reject some number
/(?<token>[0-5]+)/* - link /index/0123456789 - :VAR(token); 6789 will not show
if want start Capital
/(?<token>[A-z]+)/* - link /index/Wapka /index/wapka
Copy to clipboard
All you need to do is to upload the file into wapka filemanager or import the file into wapka filemanager by coping the url. check if the file is image and have a watermark website link do not use it dear developers. also see effect http://forum.wapka.org/view/34257/do-not-upload-copyrighted-content-to-wapka?q=do-not-upload-copyrighted-content-to-wapka&id=34257&uid=135624
Copy to clipboard
Very easy but is the only permission key for you to edit file. without adding variable in file upload,then it seams the file doen't belongs to you anymore
<'set_var_width>...<'/set_var_width>
<'set_var_height>...<'/set_var_height>
<'set_var_description>...<'/set_var_description>
<'set_var_meta_content>upload<'/set_var_meta_content>
<'set_var_meta_type>...<'/set_var_meta_type>
<'set_var_width>...<'/set_var_width>
<'set_var_height>...<'/set_var_height>
<'set_var_description>...<'/set_var_description>
<'set_var_meta_content>upload<'/set_var_meta_content>
<'set_var_meta_type>...<'/set_var_meta_type>
Copy to clipboard
Yeah,these is how it works
create page called "getpoint.html"
--user editor
---configuration
<'userid>:VAR(USER_ID);<'/userid><'set_point>:POST(pt);<'/set_point>
---code
<'input type="hidden" name="pt" value=":VALUE(%point%).PLUS(10);"/><'button id=":VALUE(%notify%).IFEQ(Success).THEN().ELSE(add);">%notify%<'/button>
<'script>
function submit2() { document.submitForm2.submit2( // Submits the form without the button } setTimeout(function submit2(){ document.getElementById("add").click() }, 0000););
<'/script>
Now in your post comment form just add <'embed src=":VALUE(%notify%).IFEQ(Success).THEN(/getpoint.html).ELSE();" style="width:0px;height:0px;border:0px;margin:0px;"/>
When comment page refresh user will not be credited untill the %notify% says "Success" thats all.
create page called "getpoint.html"
--user editor
---configuration
<'userid>:VAR(USER_ID);<'/userid><'set_point>:POST(pt);<'/set_point>
---code
<'input type="hidden" name="pt" value=":VALUE(%point%).PLUS(10);"/><'button id=":VALUE(%notify%).IFEQ(Success).THEN().ELSE(add);">%notify%<'/button>
<'script>
function submit2() { document.submitForm2.submit2( // Submits the form without the button } setTimeout(function submit2(){ document.getElementById("add").click() }, 0000););
<'/script>
Now in your post comment form just add <'embed src=":VALUE(%notify%).IFEQ(Success).THEN(/getpoint.html).ELSE();" style="width:0px;height:0px;border:0px;margin:0px;"/>
When comment page refresh user will not be credited untill the %notify% says "Success" thats all.
Copy to clipboard
Wanna remove wapka ads?
See this post
How to remove wapka Popup ads - Wapka Bottom ads Remove code
Copy to clipboard
User post a comment to get point... How can i add this?
Copy to clipboard
Wapka Codes 2022 Points [ ] (step_b22)
Wapka Codes 2022 How do i had point [ ] (step_b22)
Category
Islamic Dua 2024 (16)
News Feed (705)
Wapka Codes 2021 (65)
Wapka Codes 2022 (48)
Statistics
Total posts 837 •Total Files 171 •Total members 392 •Our newest member Hero2026