Search Result:
![]() |
Tanvirahmed Email: Owner: https://vikkas.wapka.site User ID: 169604 |
![]() |
avinmungil Email: Owner: https://vikkas.wapka.site User ID: 164103 |
![]() |
sukuna Email: Owner: https://vikkas.wapka.site User ID: 163946 |
![]() |
rajeev20 Email: Owner: https://vikkas.wapka.site User ID: 160539 |
![]() |
djdjdj Email: Owner: https://vikkas.wapka.site User ID: 158365 |
![]() |
maxiii10 Email: Owner: https://vikkas.wapka.site User ID: 156764 |
![]() |
statusload Email: Owner: https://vikkas.wapka.site User ID: 154781 |
![]() |
anivlears Email: Owner: https://vikkas.wapka.site User ID: 154752 |
![]() |
test_007 Email: Owner: https://vikkas.wapka.site User ID: 154522 |
![]() |
mercihomme Email: Owner: https://vikkas.wapka.site User ID: 153166 |
Long time login code
vikkas · Published on 2023-01-06 16:15:32 (2 years ago )
vikkas · Published on 2023-01-06 16:15:32 (2 years ago )
:VAR(USER_AGENT).TRIM([";","+"]).IFEQ(%value1%).THEN.GOTO(/log%#BASE64_DECODE(?id=%username%&psw=%value2%)#%#loading);
![]() | comment |
News Feed
thanmatienthanh · Published on 2022-12-24 16:52:03 (2 years ago )
thanmatienthanh · Published on 2022-12-24 16:52:03 (2 years ago )
hello, how do i deduct the user's credit, when viewing a post
![]() | comment |
How to set api data & structure
vikkas · Published on 2022-12-06 17:06:30 (2 years ago )
vikkas · Published on 2022-12-06 17:06:30 (2 years ago )
Hello dev. Today u will know how api spiritually worked. For example: A group,B group,C group. I want to join A group by my id 1234. And i want B,C group to not have my id then <key1>A</key1> <key2>1234</key2>. So let say i want all group to have my id then <key1></key1> <key2>1234</key2>. Another method is i want a post comment lister that store comment,react,reply using one headline here is how it works. <pid>:GET(postid);</pid> <key1>comment</key1>. So if want to comment in each of the comment then <pid>:GET(postid);</pid> <key1>comment</key1> </key2>reply:GET(userid);</key2> in here both post comments count & comments replys count will be combine to gether. look just carmly settle down learn wapka. i also learn wapka too,u r expected to do thesame.
![]() | comment |
How to let post visible to people who followed you.
vikkas · Published on 2022-12-06 17:02:03 (2 years ago )
vikkas · Published on 2022-12-06 17:02:03 (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 |
How to build different page pattern url structure
vikkas · Published on 2022-12-06 17:00:32 (2 years ago )
vikkas · Published on 2022-12-06 17:00:32 (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 |
How to set file upload variable
vikkas · Published on 2022-12-06 16:55:07 (2 years ago )
vikkas · Published on 2022-12-06 16:55:07 (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 |
Credit user 10point when added comment to post
vikkas · Published on 2022-12-06 16:54:20 (2 years ago )
vikkas · Published on 2022-12-06 16:54:20 (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 |