Search Result:
samim24 samim24
Email:
Owner: https://bangla.xyz
User ID: 168084
Sam009 Sam009
Email:
Owner: https://khmerapk.wapka.top
User ID: 168158
itshenry002 itshenry002
Email:
Owner: https://
User ID: 168242
Nuhuaziz Nuhuaziz
Email:
Owner: https://
User ID: 168472
komangsugih komangsugih
Email:
Owner: https://www.topexamdump.com/
User ID: 168516
News Feed
Userdeleted · Published on 2022-07-17 21:58:51 (2 years ago )
The other pictures don't work?
comment
News Feed
mario · Published on 2022-07-17 11:19:04 (2 years ago )
Hello Developers,You know that message inbox(group) doesn't bring the newest received message to top. i suggest we will also use api to do those stuff possible... am coming let me create example to share.
comment
How to get wapka user info by code without user lister
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
News Feed
t1quan · Published on 2022-07-16 12:02:10 (2 years ago )
hi admin. May I ask a question? can wapka.org last ten years? thank!
comment
News Feed
hridoymini · Published on 2022-07-16 06:20:18 (2 years ago )
How to get wapka user info by code without user lister
comment
Can i use wapka to store my files and session and use my xml app to import them and use?
mario · Published on 2022-07-15 18:36:24 (2 years ago )
yes possible if you are building a xml app but you want to use wapka as the diretory of your files. once u on cellular data to import file true ur xml finally it will be save and updated whenever u on data on the app again.
comment
list of browsers name in wapka database for :VAR(BROWSER)
mario · Published on 2022-07-15 18:26:13 (2 years ago )
-:VAR(BROWSER);
--Opera
--Chrome
--Safari
--Firefox
--Handheld
--Ucweb
comment
how to build real rating 5 star by %total% count
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
News Feed
ramadan22 · Published on 2022-07-15 14:12:27 (2 years ago )
randome (post/user)

in config codear you can make a good idea to randomize list like that
limit=1, page=:random([123]), order=:random([new, old]),
this will output randomize page 
comment
How to specify user by gender when avatar not set yet
mario · Published on 2022-07-12 19:36:55 (2 years ago )
comment