Hello, guest!
Chat
If you get an error during the chat, please Reload the page !
----------(Post-Search)---------->
News Feed
francisco · Published on 2024-02-14 17:27:45 (9 months ago )
francisco · Published on 2024-02-14 17:27:45 (9 months ago )
Simple login page code using Lua scripting https://forum.wapka.org/viewtopic.php?t=2054
comment |
----------(1-File-Search)---------->
themes an keys ready 5 wapka1643866768.png
mario
· Published on 2022-02-03 05:39:28
(3 years ago )
comment |
----------(1-File-Search)---------->
----------(Post-Search)---------->
News Feed
Userdeleted · Published on 2022-07-17 21:58:51 (2 years ago )
Userdeleted · Published on 2022-07-17 21:58:51 (2 years ago )
The other pictures don't work?
comment |
----------(Post-Search)---------->
----------(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)---------->
----------(Post-Search)---------->
News Feed
hridoymini · Published on 2022-07-16 06:20:18 (2 years ago )
hridoymini · Published on 2022-07-16 06:20:18 (2 years ago )
How to get wapka user info by code without user lister
comment |
----------(Post-Search)---------->
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 )
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 |
----------(Post-Search)---------->
list of browsers name in wapka database for :VAR(BROWSER)
mario · Published on 2022-07-15 18:26:13 (2 years ago )
mario · Published on 2022-07-15 18:26:13 (2 years ago )
-:VAR(BROWSER);
--Opera
--Chrome
--Safari
--Firefox
--Handheld
--Ucweb
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)---------->
----------(Post-Search)---------->
How to specify user by gender when avatar not set yet
mario · Published on 2022-07-12 19:36:55 (2 years ago )
mario · Published on 2022-07-12 19:36:55 (2 years ago )
comment |
Wapka Codes 2022 Search Engine/Code for wapka? [ ] (KrejvenRoud7)
News Feed ZeroGems Virtual Retro Magazine [ ] (KrejvenRoud7)
Category
News Feed (686)
Wapka Codes 2021 (64)
Wapka Codes 2022 (47)