DavidPS
Posts
-
Hide Widgets -
Hide WidgetsAny way to hide widgets on mobile version?
-
Custom PHP PageI want to redirect user to login as when you try to go any other private page like /unread
-
Custom PHP PageMore questions: How make content for registred users only?
-
[nodebb-plugin-portal-homepage] menu problemsAnybody know how to add title?
-
Custom PHP PageNice I nearly finished it! just need how to store some info to database and how to display errors with the nodebb modal boxes
-
Custom PHP PageHow to send the results in a div or something?
-
Custom PHP Page@belstgut said:
var TeamSpeakClient = require("node-teamspeak"), util = require("util"); var cl = new TeamSpeakClient("##SERVERIP###"); cl.send("login", {client_login_name: "##USERNAME##", client_login_password: "##PASSWORD##"}, function(err, response, rawResponse){ cl.send("use", {sid: 1}, function(err, response, rawResponse){ cl.send("clientinfo", {clid: "##CLIENTID##"} ,function(err, response, rawResponse){ console.log(util.inspect(response)); }); }); });
this should connect you to your server, log u in, select virtual server 1, and print clientinfo for the client with id ##CLIENTID##.
(slightly modified from the node-teamspeak example)
tryed to use it between <script> tang on HTML and nothing appeared
-
Custom PHP Pageoh nice, how send it as var from plugin to template? becouse if i add this script as script won't be secure becouse i will show my user password to everyone who insepct the code
-
Custom PHP Pagein what var this information will be stored? i don't understand the concept console.log of node.js
-
Custom PHP PageAnybody can send me an example using this? https://github.com/gwTumm/node-teamspeak
just a basic things to start to test and learn.
-
Custom PHP Page@belstgut said:
yes there are a lot but i can't find one where i can grab client info. I just found move and poke ones
-
Custom PHP PageI can't find a good node.js framework for TS3 :c
-
Custom PHP Pageyup the problem is my node.js knowledge is -100 haha ^^ if someone can teach me the basics I can try it
-
Custom PHP PageThe plugin is outdated and it don't do what i'm looking for i'm trying to syncronize registred users with teamspeak to make users want to register to the forum to get teamspeak powers. I already have a PHP script doing it problem is embead it to nodebb
-
Custom PHP PageCan you link it? Also I want to know if you can query info to the teamspeak... sadly i'm so newbiw with node.js
-
Custom PHP PageI just want make a TeamSpeak aplication and the only way is use the PHP Framework i just want to make a form to send some info to a PHP script. And then recive the response as HTML
-
How create a tabletest No way to center out of tables? -
Custom PHP Pagehumm there must be a way to make a PHP query like AJAX
-
Custom PHP PageHow create a custom page? I want to add there a PHP code. Also I want to know how to query NodeBB database!