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-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).


All times are GMT. The time now is 12:27 PM.

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.01139 seconds
  • Memory Usage 1,735KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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