vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=34)
-   -   TeamSpeak Online Hack 1.0b (https://vborg.vbsupport.ru/showthread.php?t=68162)

Reece D 11-12-2004 10:24 AM

hmm maybe not , ok i dunno how to do this

Reece D 11-12-2004 10:37 AM

omg it's in the list the whole time , its just hidden , above everything. Sorry for like kinda ruining this thread

StarBuG 11-12-2004 10:38 AM

In your AdminCP click open "Styles & Templates" then click on "Style Manager" and then in the drop down select "Add new Template"

Thats it ;)

StarBuG

Reece D 11-12-2004 11:05 AM

ok now i'm also getting the blank page , does the template have to be anywhere specific within the style ?

Reece D 11-12-2004 11:22 AM

is it because you need to get the ts_loggedin template under the Forum Home Templates header ?? If so how do you do that ?

Spydertech 11-26-2004 02:22 PM

I also used this hack - until it caused the blank page problem...

It worked fine for several days - then on one rather busy TeamSpeak night - it locked up the home page and the index page. The only conclusion I came to is that it deosn't "error out" and just locks up the page trying to get the inof it needs from the TS server.

Oh well, and I relly liked the idea of real time information....

BigKev43 03-12-2005 11:44 PM

My index isnt loading on my forum now after the install.
The vBadvanced loads fine, its my forum that will not load after the install.
Can anyone tell me why ?

Iv removed the editing of the index.php till someone can help me with the issue.

Phalynx 03-13-2005 08:06 AM

If the forum is not loading that your TS Server is not running or you have entered wrong IP/Port

Arial 03-22-2005 02:55 PM

Hi Phalynx

Any plans to code block support for use with vbadvanced CMPS?

For instance this site has a TS block hack ( PHP Nuke), anyone capable of achieving this kind of result but for VB advanced CMPS portal?

Phalynx 03-22-2005 03:08 PM

I've running it on vB Advanced (old CMPS), http://www.sto-clan.de, just take care to the rights side.

Arial 03-22-2005 03:50 PM

Ah sorry I missed out an attachment on my previous post.

What I meant was more along the lines the coder did with the php nuke version , see attached

Allows you to see how many in each channel and also to just click on it and immediately be connected to the channel

Arial 03-27-2005 09:09 AM

Well we have this installed now but it shows zero users all the time irrelevant of how many people are on it.

Example here
http://www.global-army.com/forum/

Anyone else have this problem? If you click on the link it logs you directly into Team Speak so I know the IP /port etc are correct but it wont' show the users.

Anybody know why? We run on a Windows box.

Here's how the tstinfo relevant part is configured.

// **** settings - to be edited before first use ****
var $serverURL = "195.149.21.137"; // will be used for the connect link, don't use localhost here
var $serverAddress = "195.149.21.137"; // can be ip address or url
var $serverQueryPort = 51234; // default 51234, must be accessible and usable. check server.ini
var $serverUDPPort = 8767; // default 8767
// **** end of settings ****

Arial 03-29-2005 01:24 PM

*sighs*

Spydertech 04-12-2005 01:46 AM

Quote:

Originally Posted by Phalynx
If the forum is not loading that your TS Server is not running or you have entered wrong IP/Port

Yes - the TS server was completely full - and too busy to respond. But it locking the page and not allowing it to load was just not going to work for the site...

Is there a way to have this error out and just show "Server Busy" or Offline?

Arial - you have to be sure BOTH ports are forwarded to your server. They may not be by default. Being able to log in is not an indication that the query port is available.

Spydertech

Phalynx 04-12-2005 04:23 AM

Yes there is a way. I'll make an update in a short while.

GrusPer 04-12-2005 11:17 PM

Quote:

Originally Posted by Phalynx
Yes there is a way. I'll make an update in a short while.


Thanks
Let's wait and jump with joy
More quickly. Make it more quickly :nervous: :banana: :up:

p h o e n i x x 04-14-2005 06:15 PM

Parse error: parse error, unexpected '[' in /home/httpd/vhosts/innerdepth.net/httpdocs/forum/ts2info.php on line 14

var $serverURL = "[205.209.140.211]"; // will be used for the connect link, don't use localhost here
var $serverAddress = "[205.209.140.211]"; // can be ip address or url
var $serverQueryPort = 51234; // default 51234, must be accessible and usable. check server.ini
var $serverUDPPort = [8767]; // default 8767
//var $serverUDPPort = 8767; // default

Any idea's anyone?

- PX

Marco van Herwaarden 04-14-2005 07:58 PM

Remave the [ and ] around the values maybe?

GrusPer 04-19-2005 01:55 AM

update ? plz

Phalynx 04-19-2005 04:01 PM

Update to 1.0.1b:
Updated the Hack to avoid blank pages and also pages that are not loading.

How to update?
Replace the files:
- ts2home.php
- ts2info.php

...and set your IP/Port/QueryPort in ts2info.php.

Add a new GLOBAL Phrase:
ts_offline=Server is offline

Thats it!

New users should read the attached ts2online_hack_install_101b.txt

shacky 04-20-2005 03:04 AM

Good job with the update Phalynx..
The problem with the blank pages has been corrected, although I still can't seem to get the page to display anything other than the server is offline..
I've checked w/telnet to make sure I've got the Query port correct... I've got the server address in both times at the top of the config file correct, along w/the channel port.. no go.. Odd.....

Phalynx 04-20-2005 06:41 AM

Are you driving your TS on a Windows Machine?

shacky 04-20-2005 07:18 AM

Quote:

Originally Posted by Phalynx
Are you driving your TS on a Windows Machine?

Yes I am.. I've got it running on Win2kServer..

Phalynx 04-20-2005 07:21 AM

That would explain a lot, because you are not only with Windows, where this Hack does not work. So I assume that the used library to query TS does not work with Windows.
I have to get it with another library running, an update should be done in the next few weeks.

shacky 04-20-2005 07:49 AM

Quote:

Originally Posted by Phalynx
That would explain a lot, because you are not only with Windows, where this Hack does not work. So I assume that the used library to query TS does not work with Windows.
I have to get it with another library running, an update should be done in the next few weeks.

The odd thing about that is that I am running a logging app on the site and it is seeing the requests passing from the web server, to the ts machine, and I'm getting data back.. I take it the portion that doesn't work with win machines is the answer from the ts server, and not the request?

Phalynx 04-20-2005 07:56 AM

Should be the answer, but maybe the Win32-Version of the TS server is giving another output then the *nix-Version. I'll take a look into it.

Phalynx 04-20-2005 06:50 PM

Lets try it. Can please a TS Windows Server owner test the attached files? Replace the old ones.

Phalynx 04-23-2005 06:32 PM

*bump*

ChaoticMageDDC 04-28-2005 12:23 AM

ok so i got mine to show up on the bottom.

Running TS on a windows server etc..

The only problem i see is it's cutting off the whos online users.

For example this is how it displayed...

aoticEagleClaw

it should be Chaotic, EagleClaw

spick 04-28-2005 06:19 AM

that looks pretty good mate!
thank you!

Phalynx 04-28-2005 06:25 AM

This Hack has been released as a final Version. Please check the new thread:

https://vborg.vbsupport.ru/showthread.php?t=80684


All times are GMT. The time now is 10:08 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.02479 seconds
  • Memory Usage 1,781KB
  • 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
  • (4)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
  • (31)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