| Author |
Message |
CBF1Ando
Nuke Soldier


Joined: Jan 20, 2005
Posts: 22
|
Posted:
Wed Jan 19, 2005 10:25 pm |
  |
Hi all,
Our server has a password attached (server password, not user)
Is it possible to use this code with a server password?
Thanks.
Ando |
|
|
    |
 |
Ruh
Nuke Cadet


Joined: Jan 21, 2005
Posts: 4
|
Posted:
Sat Jan 22, 2005 2:35 am |
  |
One thing I would like to be able to see is the ability to try and jump directly from the login on the webpage, right into a specific channel. I believe the best way to get this done graphically would be by usign a dropdown menu. If anyone has done this or knows how could you please. Im going to mess around with it and try, however i have very limited experience when combining php and html. It shouldn't be too hard tho with VB and C++ background. In either case anyhelp would be appreciated. Perhaps someone could let me know which variables specifically to watch for when populating the drop down menu. |
|
|
   |
 |
Ruh
Nuke Cadet


Joined: Jan 21, 2005
Posts: 4
|
Posted:
Sat Jan 22, 2005 2:36 am |
  |
and sorry ando I don't believe its possible. At least from my using it, it doesnt seem possible to do that. Another possible addon. |
|
|
   |
 |
MALAN
Nuke Cadet


Joined: Feb 10, 2005
Posts: 8
|
Posted:
Thu Feb 10, 2005 6:48 am |
  |
I am still kinda new nuke so please forgive me if I don't give the right info or ask the right questions. I am still learning this stuff. But here is my question.
How can I make the nickname, login, and password box's smaller in width? Right now they look too long and they are extending my block out a little and it looks strange. I have looked around and I am having a tough time coming up with an answer. And help would be appreciated. |
|
|
   |
 |
MALAN
Nuke Cadet


Joined: Feb 10, 2005
Posts: 8
|
Posted:
Thu Feb 10, 2005 7:19 am |
  |
Nevermind, I found it in the style.css file. |
|
|
   |
 |
CaptDD
Corporal


Joined: Jan 02, 2005
Posts: 51
Location: Manistee, MI, USA
|
Posted:
Mon Feb 21, 2005 6:11 pm |
  |
|
      |
 |
WRATHofGOD18
Nuke Cadet


Joined: Jan 19, 2006
Posts: 1
|
Posted:
Thu Jan 19, 2006 12:39 pm |
  |
I custom built my site, and was wondering if anyone has ported this teamspeak module to plain old php- so I can just dump the code into an .inc and have it display on each page? I don't have phpnuke, but I've worked with php alot. I'm going to continue to keep trying to port this and strip it clean of the php nuke code, but I was wondering if anyone has done this yet.
Thanks!
WoG |
|
|
   |
 |
Azraelus
Nuke Cadet


Joined: Jan 08, 2006
Posts: 4
|
Posted:
Sat Apr 01, 2006 1:09 pm |
  |
Hi I am having a hard time getting this working I used the last posted code line and created my php script, uploaded etc
I activated the block and it appears however it is stating an error inside the block on the mian page that it cannot connect.
| Quote: |
teamspeak
An error connecting to the TeamSpeak server has occured!
Error number:
Error description: |
I have entered my information in the settings area as follows (will only give partial code seeing no need to duplicate the whole code just the part I edited the settings in)
| Code: |
<?php
/************************************************************************/
/* PHP-NUKE: Web Portal System */
/* =========================== */
/* */
/* Copyright (c) 2002 by Francisco Burzi (fbc@mandrakesoft.com) */
/* http://phpnuke.org */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/
/************************************************************************/
/* block-Teamspeak3.php */
/* =========================== */
/* */
/* Copyright (c) 2004 by jaj (jaj@nukecops.com) */
/* http://nukecops.com */
/************************************************************************/
/* Cosmetic changes by CaptDD at webmaster@rapidfireclan.com */
/* http://rapidfireclan.com */
/************************************************************************/
/* Additional Cosmetic changes by Aleister at admin@dcwclan.com */
/* http://www.dcwclan.com */
/************************************************************************/
// **** settings - to be edited before first use ****
$serverAddress = "207.44.140.85:4321"; // can be ip address or url
$serverQueryPort = 4321; // default 51234, must be accessible and usable. check server.ini
$serverUDPPort = 4321; // default 8767
// **** end of settings ****
|
Those are the setting used to get on our teamspeak server. no clue why I get the error saying it is not connecting.[/quote] |
|
|
   |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12368
|
Posted:
Sat Apr 01, 2006 3:06 pm |
  |
|
     |
 |
Azraelus
Nuke Cadet


Joined: Jan 08, 2006
Posts: 4
|
Posted:
Sun Apr 02, 2006 1:13 pm |
  |
Good question. My co leader of the Linkshell that uses teamspeak is the one who ordered it, so I'd have to ask him. I am the webadmin ^^
He did give me admin status to log into the server site and see the configurations, but I dind't see anything talking about that. |
|
|
   |
 |
CaptDD
Corporal


Joined: Jan 02, 2005
Posts: 51
Location: Manistee, MI, USA
|
Posted:
Sat Jul 29, 2006 9:40 am |
  |
| Azraelus wrote: |
Hi I am having a hard time getting this working I used the last posted code line and created my php script, uploaded etc
I activated the block and it appears however it is stating an error inside the block on the mian page that it cannot connect.
| Quote: |
teamspeak
An error connecting to the TeamSpeak server has occured!
Error number:
Error description: |
I have entered my information in the settings area as follows (will only give partial code seeing no need to duplicate the whole code just the part I edited the settings in)
| Code: |
<?php
/************************************************************************/
/* PHP-NUKE: Web Portal System */
/* =========================== */
/* */
/* Copyright (c) 2002 by Francisco Burzi (fbc@mandrakesoft.com) */
/* http://phpnuke.org */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/
/************************************************************************/
/* block-Teamspeak3.php */
/* =========================== */
/* */
/* Copyright (c) 2004 by jaj (jaj@nukecops.com) */
/* http://nukecops.com */
/************************************************************************/
/* Cosmetic changes by CaptDD at webmaster@rapidfireclan.com */
/* http://rapidfireclan.com */
/************************************************************************/
/* Additional Cosmetic changes by Aleister at admin@dcwclan.com */
/* http://www.dcwclan.com */
/************************************************************************/
// **** settings - to be edited before first use ****
$serverAddress = "207.44.140.85:4321"; // can be ip address or url
$serverQueryPort = 4321; // default 51234, must be accessible and usable. check server.ini
$serverUDPPort = 4321; // default 8767
// **** end of settings ****
|
Those are the setting used to get on our teamspeak server. no clue why I get the error saying it is not connecting. |
I know this is WAY old but you have the server address wrong.... just 207.44.140.85.... take of the :4321 |
_________________
 |
|
      |
 |
Mythryndyr
Nuke Cadet


Joined: Oct 26, 2004
Posts: 8
|
Posted:
Sat Aug 26, 2006 5:41 am |
  |
Ok Ppls,,
I Am Using Php Nuke 7.9 Patched 2.3 From Nukescripts.
I Have All My Settings Correct ( Unless Theres Somthing I've Totaly Missed),
I Have Used This And Other TS Blocks On Many Other Versions Of Patched Nuke, Yet Now I Am Getting The Same Error..
An error connecting to the TeamSpeak server has occured!
Error number:
Error description:
Please Contact The Server Admin.
// **** settings - to be edited before first use ****
$serverAddress = "208.101.14.2"; // can be ip address or url
$serverQueryPort = 51234; // default 51234, must be accessible and usable. check server.ini
$serverUDPPort = 8767; // default 8767
// **** end of settings ****
And All 3 Ports(The 3rd Being The Http Admin One) Are Definatly Open And FireWall Allowed,
And Have Been Cheked With A Port Scanner By My Hoster..
Any Ideas Ppls
Thanks  |
|
|
     |
 |
CaptDD
Corporal


Joined: Jan 02, 2005
Posts: 51
Location: Manistee, MI, USA
|
Posted:
Sun Aug 27, 2006 11:23 am |
  |
Make sure that the query port is open per your host. Many use a non default port to avoid hacks. |
_________________
 |
|
      |
 |
-Javier-
Nuke Cadet


Joined: Nov 17, 2004
Posts: 5
|
Posted:
Tue Jul 03, 2007 1:48 pm |
  |
| CBF1Ando wrote: |
Hi all,
Our server has a password attached (server password, not user)
Is it possible to use this code with a server password?
Thanks.
Ando |
Anyone find a solution about this? I have a server with password too.
Any help would be appreciated.. |
|
|
   |
 |
|
|