Hello, Quest!
"Get Knowledge And Spread Knowledge"
More
Chat
If you get an error during the chat, please Refresh the page!
News Feed
vikkas · Published on 2025-03-13 16:05:06 (4 weeks ago )
hi, everyone
+ comments
like comment share
FB_IMG_1739463024479 vikkas · Published on 2025-03-14 08:00:39 (4 weeks ago )
Visit http://finewap.tk
like comment
FB_IMG_1739463438259 test_007 · Published on 2025-03-14 07:46:42 (4 weeks ago )
Visit http://finewap.tk
like comment
Browser Shortcut, Add to..
vikkas · Published on 2022-12-05 17:21:02 (2 years ago )
<script>final Intent in = new Intent(); final Intent shortcutIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(url)); long urlHash = url.hashCode(); long uniqueId = (urlHash << 32) | shortcutIntent.hashCode(); shortcutIntent.putExtra(Browser.EXTRA_APPLICATION_ID, Long.toString(uniqueId)); in.putExtra(Intent.EXTRA_SHORTCUT_INTENT, shortcutIntent); in.putExtra(Intent.EXTRA_SHORTCUT_NAME, title); in.putExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE, Intent.ShortcutIconResource.fromContext( BrowserBookmarksPage.this, R.drawable.ic_launcher_shortcut_browser_bookmark)); in.setAction("com.android.launcher.action.INSTALL_SHORTCUT"); //or in.setAction(Intent.ACTION_CREATE_SHORTCUT); sendBroadcast(in);</script> (Change Data that u want)
like comment
Auto Hide Message
vikkas · Published on 2022-12-05 17:19:28 (2 years ago )
:VALUE(%status%).IFEQ(unread).THEN(<center><div id="scgnoti"><p class="success"> <a id="close">Close</a>New Message <br>%sender_name%<br><textarea>%msg%</textarea></p></div></center>).ELSE(); <script> close = document.getElementById("close"); close.addEventListener('click', function() { scgnoti = document.getElementById("scgnoti"); scgnoti.style.display = 'none'; }, false); </script> For more details replay
like comment
how to abbrevate color text bbcode.
vikkas · Published on 2022-12-05 17:17:36 (2 years ago )
:POST(content).REPLACE([["[red]","[blue]","[green]","[/red]","[/blue]","[/green]"],["[*color=red]","[*color=blue]","[*color=green]","[/color]","[/color]","[/color]"]]);
like comment
how to add button to claim point everyday 1 times when user come online
vikkas · Published on 2022-12-05 17:15:37 (2 years ago )
Add User editor and edit
configuration: <*userid>:VAR(USER_ID);<*/userid> <*set_point>:POST(point);<*/set_point> <*set_var_date>:POST(date);<*/set_var_date>
code: <*input type="hidden" name="date" value=":DATE(d);"/> <*input type="hidden" name="point" value=":VALUE(%point%).PLUS(50);"/>:VALUE(%var(date)%).IFNE.DATE(d).THEN(<*button type="submit">claim 50 point<*/button>).ELSE(You have successfully claim today gift point,come back tomorrow for more);
like comment
how to inform user that his or her point is not enough to purchase items
vikkas · Published on 2022-12-05 17:14:10 (2 years ago )
:VALUE(%point%).IFLE(299).THEN(Sorry your point is too low to purchase item cost 300 point); you need :VALUE(300).MINUS(%point%); point to purchase these item.
correct lol am good in maths.
like comment
what is wapka code RULE means?
vikkas · Published on 2022-12-05 17:12:01 (2 years ago )
anytime i add code i see RULE under the code.... code rule is the easy way to detect and ban or command what will happen to the code when success not archeived.
like comment
how to inactivate user account.
vikkas · Published on 2022-12-05 17:10:29 (2 years ago )
Go to admin panel and enter user profiles click default user and click edit type....
like comment
how to add comment count for newsfeed in homepage
vikkas · Published on 2022-12-05 17:08:01 (2 years ago )
Newsfeed/Posts
<'comment id="count%id%"><'/comment> <'script src="/count/?id=%id%"><'/script>
page count.js
--Api data lister
---configuration
<'pid>:GET(id);<'/pid><'key1>comments<'/key1>
---code(header)
document.getElementById("count:GET(id);").innerHTML = "%total%";
---code
:NULL();
like comment
how to replace user avatar with thumbnail when pic is not uploaded
vikkas · Published on 2022-12-05 17:06:26 (2 years ago )
if user have not upload avatar (picture) think of it.. his or her profile will look boring. suggest you code avatar <*img>:VALUE(%avatar%).IFEQ().THEN(/thumbnail.png).ELSE(%avatar%);<*/img>
like comment
how to styled user status using green icon for online and grey icon for offline.
vikkas · Published on 2022-12-05 17:04:37 (2 years ago )
however it comprises of css like 100% and wapka tag like 65% <*style> #on {width:3px;height:3px;background:green;padding:3px;border-radius:50%;} #off {width:3px;height:3px;background:grey;padding:3px;border-radius:50%;} <*/style> :VALUE(Published).IFNE(online).THEN(<*span id="off"><*/span>).ELSE(<*span id="on"><*/span>);
like comment
Update
Categorys
Statistics
Total posts 1459 •Total Files 62 •Total members 42 •Our newest member patepang
2025 forum.wapka.co
Version 1.0