Search Result:
----------(Members)---------->
Music Email: Owner: https://santalimp3song.in User ID: 167165 |
----------(Members)---------->
hypesloaded Email: Owner: https://hypesloaded.top User ID: 167255 |
----------(Members)---------->
Nectar Email: Owner: https://nectar.wpka.website User ID: 167374 |
----------(Members)---------->
Hariskuttu Email: Owner: https://bmallu.wapka.co User ID: 167490 |
----------(Members)---------->
Onemax Email: Owner: https://www.petaukemusic.com User ID: 167626 |
----------(Post-Search)---------->
News Feed
mkhossainx · Published on 2022-07-19 08:42:47 (2 years ago )
mkhossainx · Published on 2022-07-19 08:42:47 (2 years ago )
How to create custom 404 page in wapka????
comment |
----------(Post-Search)---------->
How to let post visible to people who followed you.
mario · Published on 2022-07-18 18:24:10 (2 years ago )
mario · Published on 2022-07-18 18:24:10 (2 years ago )
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>
comment |
----------(Post-Search)---------->
----------(Post-Search)---------->
----------(Post-Search)---------->
How to build different page pattern url structure
mario · Published on 2022-07-18 07:37:58 (2 years ago )
mario · Published on 2022-07-18 07:37:58 (2 years ago )
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
comment |
----------(Post-Search)---------->
Why i should not use any file url thats is not uploaded in wapka
mario · Published on 2022-07-18 05:57:03 (2 years ago )
mario · Published on 2022-07-18 05:57:03 (2 years ago )
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
comment |
----------(Post-Search)---------->
How to set file upload variable
mario · Published on 2022-07-18 05:43:50 (2 years ago )
mario · Published on 2022-07-18 05:43:50 (2 years ago )
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>
comment |
----------(Post-Search)---------->
Credit user 10point when added comment to post
mario · Published on 2022-07-18 05:06:03 (2 years ago )
mario · Published on 2022-07-18 05:06:03 (2 years ago )
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.
comment |
----------(Post-Search)---------->
Remove wapka bottom footer ads - wapka popup ads remove
hridoymini · Published on 2022-07-18 04:29:25 (2 years ago )
hridoymini · Published on 2022-07-18 04:29:25 (2 years ago )
Wanna remove wapka ads? See this post How to remove wapka Popup ads - Wapka Bottom ads Remove code
comment |
----------(Post-Search)---------->
News Feed
hridoymini · Published on 2022-07-18 03:42:54 (2 years ago )
hridoymini · Published on 2022-07-18 03:42:54 (2 years ago )
User post a comment to get point... How can i add this?
comment |