vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBa CMPS: Teamspeak Block (https://vborg.vbsupport.ru/showthread.php?t=70522)

Mephisteus 04-28-2005 03:48 PM

Quote:

Originally Posted by ChaoticMageDDC
I did create a seperate database outside of my forum DB. I usually like to keep those things seperated but i wasn't aware this had to be installed into the forum db :ermm: I will reinstall it thanks :nervous:

It's still required, but I do suggest you go for v2 which saves on file edits and querys ;)

ChaoticMageDDC 04-28-2005 03:58 PM

Quote:

Originally Posted by DarkSSJ3
It's still required, but I do suggest you go for v2 which saves on file edits and querys ;)


ok the listings are showing up correctly now... What TCP Query port has to be opened in order for it to show the users?

When i go into the listings and go to the users info i get this.

Gods of Azgalor

Data unavailable.
TCPQueryPort may not be open.

Mephisteus 04-28-2005 04:09 PM

And your not getting an error on the 3rd party programn?

ChaoticMageDDC 04-28-2005 04:14 PM

everything is displaying correctly. Go to this link http://www.goaguild.com/tsonline/listing.php


If you click on users online it's saying there is no data from the server yet the server shows up. Plus my front page script isnt updating. I have another script that runs at the bottom of the Whos Online field and that one is working correctly so i would assume the correct ports where open.

www.goaguild.com


EDIT: I just noticed that it's pointing to an old link, yet i updated it to the new one :tired: Wonder what else i missed... Where else does this script pull the webpost info from?

Mephisteus 04-28-2005 05:00 PM

I don't really know whats up with that, looks like an error with the listing script

http://www.goaguild.com/tsonline/lis...etailport=8767

This is the part where it should list properly (like this: http://www.16aa.com/forums/teamspeak...etailport=8512.

ChaoticMageDDC 04-28-2005 05:19 PM

I see when i click details it displays correctly. Any idea why i keep getting this error? Or what i can do to try and fix it?

Data unavailable.
TCPQueryPort may not be open.

I'm 100% sure that port 8767 is completely wide open. It works on the other script i have running but i can't get it to display on yours =\

Mephisteus 04-28-2005 05:34 PM

Link error :p

Does the other one require that you aim it to a webpost adres? Because the 3rd party script I use does it aswell...

(if not I'll be happy to look into it in more detail tomorrow)

ChaoticMageDDC 04-28-2005 05:43 PM

Quote:

Originally Posted by DarkSSJ3
Link error :p

Does the other one require that you aim it to a webpost adres? Because the 3rd party script I use does it aswell...

(if not I'll be happy to look into it in more detail tomorrow)


Nope, it does not :ermm:


Thanks for the help let me know if you find out anything :)

Mephisteus 04-28-2005 06:27 PM

Alright. Did you set the webpost adres from the teamspeak control panel?

ChaoticMageDDC 04-29-2005 01:15 AM

Quote:

Originally Posted by DarkSSJ3
Alright. Did you set the webpost adres from the teamspeak control panel?

Yes, I did.

Your script finds my server no problem as you can see it listed there. The problem is when you go to details it says my query port isn't open or something like that and no data will display. Since that happens no TS info is being pushed to the webpost.php file on my site... I know 100% that my query port is wide open because as i stated eariler its working with another TS script that runs under the Who's online table....


It's wierd i don't know why it's not working... :ermm:

Mephisteus 04-29-2005 09:16 AM

You have it set up internally... Not sure if that is the problem though.

I have set my server to point at it and that does work properly.

So it actually does look like the internal ip is the problem...

ChaoticMageDDC 04-29-2005 05:05 PM

Quote:

Originally Posted by DarkSSJ3
You have it set up internally... Not sure if that is the problem though.

I have set my server to point at it and that does work properly.

So it actually does look like the internal ip is the problem...


hmm how do i change that? I tried to find where to change the internal IP and i don't see it anywhere.

The problem is the TS server is hosted on the same server the website is on and it's internal to my network since i run it how would i go about assiging it an external ip address when it's internal??? lol :speechless:

Mephisteus 04-29-2005 09:43 PM

Try this: http://www.gryphonllc.com/forum/show...hp?threadid=59

ChaoticMageDDC 05-03-2005 05:49 PM

Good info but it still has not solved my problem =\

I tried all of their suggestions with no luck.

Acedeal 07-08-2005 04:54 AM

Great mod--
Just ported over 100k post and about 2k users (been running phpbb for about 4 years)
Just got VB about 3 / 4 days ago-
Still learning the way it's setup but---

Took some editing to get it work correctly but works great

To see it in action
http://www.dow-gamers.net/
left side 3 module down

Mephisteus 07-17-2005 08:17 PM

Updated to version v2 final as of this point. Previous versions are not supported in any way (officially neither is this version but I'm willing to look into it :p)

Acedeal 07-18-2005 12:00 PM

This one is not working as expected
Code:

Database error in vBulletin 3.0.7:

Invalid SQL:
        SELECT user.username,user.userid,gllcts2_user.pl_nickname,gllcts2_user.pl_playerflags,gllcts2_user.server_timestamp
        FROM gllcts2_user AS gllcts2_user
        LEFT JOIN user AS user ON(user.username=gllcts2_user.pl_nickname)
        WHERE gllcts2_user.server_timestamp>=1121691062
        ORDER BY gllcts2_user.pl_nickname

mysql error: Table 'dow-gamers_net-vb.user' doesn't exist

mysql error number: 1146

Date: Monday 18th of July 2005 07:57:02 AM
Script: http://www.dow-gamers.net/?
Referer: http://www.dow-gamers.net/vb/showthread.php?p=108192

UPDATE--
You forgot the
" . TABLE_PREFIX . "
on your
LEFT JOIN Statement
should read
Code:

LEFT JOIN " . TABLE_PREFIX . "user AS user ON(user.username=gllcts2_user.pl_nickname)

Mephisteus 07-19-2005 09:57 AM

Sorry, its added now :p

TsirhCitna 07-29-2005 05:07 AM

I've got this installed, but it says 0 users online and breaks all the tables.

Mephisteus 07-30-2005 11:01 AM

I'll need some more info then that Tsirh, did you also install gllcts2 4.1.7. And on the breaking of the tables, dont know whats up with that. It works fine here :/ (I installed the hack using the info given here).

TsirhCitna 07-30-2005 03:27 PM

Well it seems to have stopped breaking the tables now...?

Since it's not breaking them here's the link to the CMPS http://www.tenstones.net/index.php? and here's the link to the gllcts2 http://www.tenstones.net/teamspeak/

It shows people online in the gllcts, but not on the CMPS.

Mephisteus 07-30-2005 03:47 PM

Quote:

Tenstones TS
Data unavailable.
TCPQueryPort may not be open.
Thats what I get in gllcts

TsirhCitna 07-30-2005 04:21 PM

Yeah, I noticed that too, I sent an email to the person that owns the server to open TCP for port that TeamSpeak uses, do you know if that's the same port gllcts connects to?

Mephisteus 07-30-2005 07:33 PM

Im not sure actually. I never had that problem :/

twitch 08-07-2005 09:36 PM

Quote:

Originally Posted by TsirhCitna
I've got this installed, but it says 0 users online and breaks all the tables.

My install does the same thing, how were you able to fix it?

twitch 08-07-2005 11:31 PM

I have everything working and it shows all the people in TeamSpeak but it spreads my template out really crazy.

Take a look at the attached image. Would also be nice if it was scrollable in order to keep it from getting to much heighth

Hope someone can help

Mephisteus 08-08-2005 10:23 AM

shipwreck, what vBa CMPS are you using? This was designed for vBa CMPS 1.x. If you are using 2.x removing the <table> tags from the template should fix it.

twitch 08-08-2005 03:29 PM

Thank You, I am using 2.0 and that did the trick!

GrendelKhan{TSU 09-27-2005 06:32 AM

I'm sure this has been asked......

but any plans for a RC update. :P :D
<<< fingers crossed. :p :D

Mephisteus 09-28-2005 08:37 AM

- vBa CMPS: TeamSpeak Block 3.5 [vB3.5]

That one? :P


All times are GMT. The time now is 04:18 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02022 seconds
  • Memory Usage 1,782KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (30)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete