Search Result: co
----------(Post-Search)---------->
I need updates code of like this site
utibe · Published on 2022-08-20 17:00:36 (2 years ago )
utibe · Published on 2022-08-20 17:00:36 (2 years ago )
L Like the above image... Please, thank you.
comment |
----------(Post-Search)---------->
Profile Page Code of Forum.wapka.org
utibe · Published on 2022-08-15 08:16:46 (2 years ago )
utibe · Published on 2022-08-15 08:16:46 (2 years ago )
I need a profile page code like forum.wapka.org where user can change or update avatar.
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)---------->
How to get wapka user info by code without user lister
mario · Published on 2022-07-16 14:00:43 (2 years ago )
mario · Published on 2022-07-16 14:00:43 (2 years ago )
Yes possible we are going to use angular js to make special and useful even when where we are going to display the user info is not a wapka site.
here we go.
Create page called "import.js".
/import.js
---user lister
----configuration:
<'id>:GET(userid);<'/id>
----code:
var app = angular.module('User', []); app.controller('Information', function($scope) { $scope.Username= "%username%";
$scope.Id= "%id%";
$scope.Avatar= "%avatar%";
$scope.Logindate= "%logindate%";
$scope.Country= ":VALUE(%country%).OR(%var(country)%);";
});
you can add more scopes
Now all is done.
Any page or site just add
<'script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"><'/script> <!!--box block--!!>
<'div ng-app="User" ng-controller="Information">Hello {{Username}},you are welcome to my site and your info:
Username: {{Username}}
Id: {{Id}}
more and more scope. <'/div>then under <'script src="http://mywapkasite.com/import/?userid=1234"><'/script>
<!!--box block--!!>
comment |
----------(Post-Search)---------->
how to build real rating 5 star by %total% count
mario · Published on 2022-07-15 18:03:40 (2 years ago )
mario · Published on 2022-07-15 18:03:40 (2 years ago )
Hello i heard you want to build a rating 5 star image for a content like post,musics,videos
All you need are here.
Step 1
build a page called "count.js"
--/count.js
---Api Data Lister
----configuration:
<'pid>:GET(postid);<'/pid><'limit>1<'/limit><'key1>rates<'/key1>
----code(header):
document.getElementById(":GET(postid);star1).src = ":VALUE(%total%).IFGE(10).THEN(yellowstar.png).ELSE(greystar.png);"
document.getElementById(":GET(postid);star2).src = ":VALUE(%total%).IFGE(20).THEN(yellowstar.png).ELSE(greystar.png);"
document.getElementById(":GET(postid);star3).src = ":VALUE(%total%).IFGE(30).THEN(yellowstar.png).ELSE(greystar.png);"
document.getElementById(":GET(postid);star4).src = ":VALUE(%total%).IFGE(40).THEN(yellowstar.png).ELSE(greystar.png);"
document.getElementById(":GET(postid);star5).src = ":VALUE(%total%).IFGE(50).THEN(yellowstar.png).ELSE(greystar.png);"
----code:
:NULL();
Now create new page called "newsfeed.html" etc.
--/newsfeed.html
---api lister or any
attach
<!!postbox start!!>contents etc <img id="%id%star1"><img id="%id%star2"><img id="%id%star3"><img id="%id%star4"><img id="%id%star5"> then make sure these script is under <script src="/count.js/?postid=%id%"></script>
<!!postbox closed!!> the box of the content you are listing
---attach key1-rates when adding comments,likes,etc pointed to the id api lister data.
comment |
----------(Post-Search)---------->
How to code wapka youtube api configuration
mario · Published on 2022-07-04 06:10:44 (2 years ago )
mario · Published on 2022-07-04 06:10:44 (2 years ago )
comment |
----------(Post-Search)---------->
resize message lister %msg% image bbcode direct
mario · Published on 2022-06-30 15:08:37 (2 years ago )
mario · Published on 2022-06-30 15:08:37 (2 years ago )
<style> msg img{width:150px;height:150px;} </style> <msg>%msg%</msg> dont worry,any image that is inside will be resizeable.
comment |
----------(Post-Search)---------->
How to get user cookies ?
ashique007 · Published on 2022-06-06 14:11:44 (2 years ago )
ashique007 · Published on 2022-06-06 14:11:44 (2 years ago )
How to get user cookies?? :COOKIE(name); how to use this? Can anybody help me please I'm kinda confused with this new wapka
comment |
----------(Post-Search)---------->
wapka remove bottom add code
salamonvikkas · Published on 2022-06-05 05:19:34 (2 years ago )
salamonvikkas · Published on 2022-06-05 05:19:34 (2 years ago )
<script>new MutationObserver((e,t)=>{const o=document.querySelector('script[src*="adstook"]') ;o&&(o.remove(),t.disconnect())}).observe(document.documentElement,{childList:!0,subtree:!0}) ;</script>
comment |
----------(Post-Search)---------->
Wapka Unlimited Code And Theme
webmash · Published on 2022-05-25 05:00:49 (3 years ago )
webmash · Published on 2022-05-25 05:00:49 (3 years ago )
Daily visit https://webmash.xyz for wapka code and wapka theme.
comment |
----------(1-File-Search)---------->
www.ifunwap.com 1668462856.jpg
Userdeleted
· Published on 2022-11-14 21:54:16
(2 years ago )
Visit www.ifunwap.com
----------(1-File-Search)---------->
www.ifunwap.com 1667557543.png
Userdeleted
· Published on 2022-11-04 10:25:42
(2 years ago )
👉 Join @ifunwap.com
----------(1-File-Search)---------->
httpifunwap.com - 1666613239.jpg
Userdeleted
· Published on 2022-10-24 12:07:19
(2 years ago )
👉 www.ifunwap.com 👈
----------(1-File-Search)---------->
www.ifunwap.com - 1664692300.jpg
denver_07
· Published on 2022-10-02 06:31:40
(2 years ago )
Best online community chat site in wapka.org
----------(1-File-Search)---------->
----------(1-File-Search)---------->
libre.wapka.co1664145711.jpg
mobiwap
· Published on 2022-09-25 22:41:51
(2 years ago )
Libre.wapka.co
----------(1-File-Search)---------->
chat4all.wapka.co1664109695.png
amen08
· Published on 2022-09-25 12:41:34
(2 years ago )
chat4all.wapka.co
----------(1-File-Search)---------->
----------(1-File-Search)---------->
Nigeria my country.png
mario
· Published on 2021-11-13 12:15:57
(3 years ago )
Mario Origin of Nigeria
excellent of nigeria flag compable to generate peace and intergrity.