Community Forums Today's Posts     Member List     Archive    
Results 1 to 8 of 8
  1. #1
    Join Date
    Nov 2011
    Posts
    4

    Web Script and Localhost

    Hi everyone,

    I just installed "TeamSpeak's 3 Windows 64bit Server Edition" and everything works fine.
    I can logg-in and logg-out. I can telnet the server and authentifie without any problems.

    But then I tried to create a basic HTML file with the Web Script found here :

    --> http://www.ts3-serveur.com/teamspeak-3-web-script

    The default example of the script is the following one :
    It's in french but most of it is just the design of the script like width/height except :
    - var ip
    - var port
    - var query

    <script type="text/javascript">
    <!--
    var ouvert = 1;
    var style = "classic";
    var couleur_fond = "FFFFFF";
    var couleur_texte = "666666";
    var largeur = 390;
    var hauteur = 350;
    var ip = "zeus.ts3-serveur.com";
    var port = 13500;
    var query = 62101;
    var lang = "Array";
    var taille_police = 12;
    var voir_salons = 1;
    //-->
    </script>
    <script type="text/javascript" src="http://www.ts3-serveur.com/web_script/webscript_ts3.js"></script>
    I entered the default port and query port and my localhost adress...but it didn't worked...

    I tried multiple times with different IP adresses : internal IP adress, external IP adress, localhost, 127.1.1.0 and 192.168.1.100 but it still doesn't works

    Can anyone help me on this issue ?
    Thanks in advance !

    --LunaSea

  2. #2
    Join Date
    May 2010
    Posts
    6,372
    Hello

    You can't use your INTERNAL IP for that. This kind of IP is restricted to a personal network.
    You have to use your EXTERNAL IP, but I guess you have a dynamic IP, so first create a domain with dyndns (e.g)
    Also, don't forget to open your query port (router/firewall)

  3. #3
    Join Date
    Nov 2011
    Posts
    4
    My Ip adress is static and ports are open but still doesn't works

  4. #4
    Join Date
    May 2010
    Posts
    6,372
    Voice (by default 9987 UDP) and query (by default 10011 TCP) ?
    Do you get an error message ?
    Do you set correctly the permissions ?

  5. #5
    Join Date
    Nov 2011
    Posts
    4
    The TeamSPeak client said : "failed to log in"
    and the webscript is saying : "Impossible to connect to this teamspeak server"

    I connected with my external Ip adress ( I checked it's the same you find in the Wan Ip from server).

    And localhost works fine for client and doesn't work with the script.

  6. #6
    Join Date
    Jan 2010
    Location
    Catalunya
    Posts
    2,330
    It seems that now works
    Attached Images Attached Images  

  7. #7
    Join Date
    Nov 2011
    Posts
    4
    Yes the script in itself works

    But not if I use it for my "own" server that I have localy on my computer...
    I don't know why it should work...

  8. #8
    Join Date
    May 2010
    Posts
    6,372
    Works perfect for me.

    Code:
    2011-11-18 08:50:19.760916|INFO    |VirtualServer |  1| query client connected 'Unknown from 46.105.105.18:45453'(id:4)
    2011-11-18 08:50:19.931161|INFO    |Query         |  1| query from 2 46.105.105.18:45453 issued: serverinfo
    2011-11-18 08:50:19.991248|INFO    |Query         |  1| query from 2 46.105.105.18:45453 issued: channellist
    2011-11-18 08:50:20.181521|INFO    |Query         |  1| query from 2 46.105.105.18:45453 issued: clientlist
    2011-11-18 08:50:20.351766|INFO    |Query         |  1| query from 2 46.105.105.18:45453 issued: quit
    2011-11-18 08:50:20.351766|INFO    |VirtualServer |  1| query client disconnected 'Unknown from 46.105.105.18:45453'(id:4) reason 'reasonmsg=disconnecting'
    Please recheck your forward rules on your router and/or on your firewall.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Localhost
    By lbabyl0n in forum [TeamSpeak 2] Server Support
    Replies: 1
    Last Post: 22-09-2009, 21:46
  2. Ok can't log in on localhost
    By shotgun91 in forum [TeamSpeak 2] Client Support
    Replies: 1
    Last Post: 18-12-2006, 05:11
  3. localhost problem
    By Vortex1234 in forum [TeamSpeak 2] Server Support
    Replies: 4
    Last Post: 23-11-2003, 15:05

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •