Search Result:
----------(Members)---------->
Rasel898727 Email: Owner: https:// User ID: 233083 |
----------(Members)---------->
rasel898727t827 Email: Owner: https:// User ID: 233084 |
----------(Post-Search)---------->
How do I allow a user to recover/change a forgotten password?
fchagas97 · Published on 2021-11-19 12:58:49 (3 years ago )
fchagas97 · Published on 2021-11-19 12:58:49 (3 years ago )
I realized that Wapka does not have a password recovery system for my users. Is it possible to create a workaround to allow this?
comment |
----------(Post-Search)---------->
----------(Post-Search)---------->
News Feed
mario · Published on 2021-11-19 09:18:18 (3 years ago )
mario · Published on 2021-11-19 09:18:18 (3 years ago )
since everyone know the auto submit js form let talk about creating game like example opening treasure box with user available key and when key finished the we will purchase key with points... what content is going to be in these treasure? then i suggested that the box will have what is called token will then use the token number to generate level but if you think about it not everyone coding game design should look thesame so if i code the game now you suport is to change pic,points,token numbers. and also color bg or bc.
comment |
----------(Post-Search)---------->
How to delete Api Data file
mario · Published on 2021-11-18 17:59:21 (3 years ago )
mario · Published on 2021-11-18 17:59:21 (3 years ago )
its good to delete api using js auto submit button form method="post" when action="/data/delete/%id%" button id="autosubmit" think of using rule to disable code when data api file delete success
<*script type="text/javascript"> function submit2() { document.submitForm2.submit2(); // Submits the form without the button } setTimeout(function submit2(){ document.getElementById("autosubmit").click() }, 0000); <*/script>
comment |
----------(Post-Search)---------->
how to replace your name with any content in message lister
mario · Published on 2021-11-18 17:53:28 (3 years ago )
mario · Published on 2021-11-18 17:53:28 (3 years ago )
:VALUE(%sender_id%).IFEQ.VAR(USER_ID).THEN(your content here).ELSE(%sender_id%);
comment |
----------(Post-Search)---------->
how to submit wapka login form without clicking the button
mario · Published on 2021-11-18 13:01:41 (3 years ago )
mario · Published on 2021-11-18 13:01:41 (3 years ago )
We have specific js for you already
your form button should have id="autologin"
Javascript:
function submit2() { document.submitForm2.submit2(); // Submits the form without the button } setTimeout(function submit2(){ document.getElementById("autologin").click() }, 0000);
make sure login url config. Redirect to any page else archieved denied
comment |
----------(Post-Search)---------->
----------(Post-Search)---------->
----------(Post-Search)---------->
----------(Post-Search)---------->
News Feed
mario · Published on 2021-11-16 10:53:11 (3 years ago )
mario · Published on 2021-11-16 10:53:11 (3 years ago )
<object class="list1" style="margin-left:2px;margin-right:2px;" data="http://poptalk.wapka.co" width="100%" height="600px"></object> <style> .list1 {background:milk;padding:10px;box-shadow:3px 3px 9px grey;color:blue;} </style>
comment |