![]() |
Can anyone tell me y this happin i added INC floder an now i got this
http://www.elite-programs.com/forum.php An i removed all of your files an i still get this crap GRRRRRRRRRRRRRRRRRR Parse error: syntax error, unexpected '=' in /home/elitepro/public_html/inc/config.php on line 2 |
I am not sure why this is happening for you. You can disable all hacks by editing your config.php and adding the following code:
Code:
define('DISABLE_HOOKS', true); |
Is there a way to get this installed on my website? I mean once i get the files on my server how do I initialize it? As you don't include that in your instructions so i'm not sure what to do :(
Please respond ASAP, as i would like to start using this soon. Thanks, tcTransporter PS. I have multiple servers, as I am running more than one Server Instance will this support those as well? or no? |
Quote:
Quote:
|
Ok, thanks :) good to know, i'm still trying to figure out how to get it to show and all.
I'm trying to do remote i have a server & my TS servers are hosted on my pc, i'll try to figure it out and get them to work :) If not then i'll just figure something else out. Does anyone know of a system that allows management of TS servers with a VB forum? I have seen that b4 but........... now i can't find it when i actually can use it :). Any help would be appreciated. |
Quote:
|
ok thanks for the info. jluerken :D Appreciated ;)
|
I no you dont give help with database. But! I can get TS running on my db. My only problem is! I use putty to start TS server and every thing works fine. The problem is once I exit putty I lose connection to the database. If I use TS with only MySqlLite every thing works fine even after i exit putty. I have asked for help at the TS forums with no luck. Thanks for any help..
|
dt-pain try to start teamspeak in a screen
connect via putty to your server. start a screen. start teamspeak. disconnect the screen. logoff with putty and test if this works for you |
Thanks. but i due not no what you mean by starting TS with a screen. Also this is on a detected server on Linux ..Thanks
|
Quote:
MAN SCREEN for more info |
When i enter screen this is all I get
Code:
Screen version 4.00.02 (FAU) 5-Dec-03 |
well thats correct.
Press enter then, start your teamspeak server and press STRG-D to disconnect from the screen session. Your ts should still run. to return to this session, enter SCREEN -R to see all sessions if you have running more than once. Enter SCREEN -R (name or number) then to jump into this session. Linux basics! |
Thanks for the help. Im learning linux. I don't no what you mean by "press STRG-D to disconnect from the screen session" I entered STRG-D and it says "command not found" Sorry for being a n00b but thanks for your help..
would you like My msn or Xfire so we don't post here so much? Thanks again |
dt-pain this was my failure, sorry. Its STRG-A-D
You can write me a PM here so that we do not use this thread for your case |
Or type SCREEN -D
Is there anyway to auto assign a password to a user and if they loose it email it to them? This way you can assign the user a nice 32 digit alphanumeric password then set an interval for it to be changed then have it encrypted with md5 |
They can not lose their password, they can always go to the form and it is displayed to them. TeamSpeak only uses plain text passwords.
|
Cool how about a random password generator that gives them their password and is a disabled text field so they can not actually create a password but can only view what their password will be the first time they use it.
Maybe implement this somehow for the username password registration or use salt and md5 or some multiple form of encryption This way the passwords will be harder to brute force as they are pretty long and random. I am getting these error on the forum home page from when gteamspeak is enabled for viewers to view when Enable Super Admin Permissions. Code:
Warning: Invalid argument supplied for foreach() in /index.php(63) : eval()'d code(77) : eval()'d code on line 14 Temporary Ban Player Send Message to User Code:
Invalid argument supplied for foreach() in /admincp/gteamspeak.php(82) : eval()'d code on line 10 |
What is needed to to update from 3.20 to 3.21 ?
I remember I changed some of the files, back then, but not which ones :p Could u tell me in which area in the xml file, the changes have been made ? |
v3.21 is just a product update, no other files need to be updated. Just install the product with overwrite enabled.
|
I'm Running Windows XP Pro, Vbulletin 3.5.4 MySQLv.4.0.18 PHP v.4.3.8
Tried installing this and have had little luck... tooks 4 hrs to finally get MySQL to work with TS ... Had to use a library written for Mysql 3.x and that wasnt easy to find for me. Lots of Post all about it but no one provided the file... finally found the right one on a dllfile download page... OK Back to the install, When I try and "Install the Product" I get the following error in my Product import CP and a Yellow |||||||||| goes across my screen forever... Code:
### INSERT QUERY GENERATED BY fetch_query_sql() ### |
1 Attachment(s)
Here's the libmysql.dll file that caused me to waste so much time. Hopefully this will save someone a lot of aggravation...
**Note** After getting TS and MySQL to work together and I relaxed a bit and went back and read EVERY POST in this thread I see someone DID provide the files I had such a hard time finding... , Still need help for that Error I Posted above please.... Thumbs up to Dooch for making them available... Fixed by finding this great little product that adds the fix. BIG BIG Thumbs up Quarterbore :up: Here's the link to the Fix for the executionorder ERROR |
Well most of it is working I got the Admin Menu Sheets and templates and it functions on the pages, but it wont let me add the plugins, from either VB's plugin manager or the one in the gteamspeak menu.
Code:
Fatal error: Cannot instantiate non-existent class: vb_xml_parser in E:\rFactor\includes\functions_gteamspeak.php on line 364 Anyone got any Ideas whats going on here and how I can fix it? Thanks ... Oh One more thing, it adds a .# to the chosen username after a user Joins my TS from the homepage. eg. xTerMn8R=xtermn8r.1 , Termi=termi.104 ???? Whats with that? |
You definitely won't be able to install the plugins via vB plugin manager. They are only meant to be installed from the vBTeamSpeak admin section. I am not sure why they are not installing ok for you. They should work just like installing a vBulletin plugin, it uses all vB functions.
The .# is their forum id, it is how it associates TeamSpeak logins with forum accounts and assures unique login names. |
Ok I see the .# doesnt show in the TS so thats not really and issue but I still cant import the plugins... They just sit there pumping out those Yellow status bars forever. I've rednloaded them just in case they were corupted but no go. Are they dependent on the Tables that were created in Database. Maybe My tables arent right ? I dont know I'm stumped and tired. Thanks for your reply I appreciate it
Peace...:cool: Oh BTW no More Fatal error: Cannot instantiate non-existent class: vb_xml_parser in E:\rFactor\includes\functions_gteamspeak.php on line 364 errors but the plugins still dont load. I assume they should load rather quickly. Am I not wainting long enough? I waited about 2 or 3 minutes, ya know I shut off error reporting in php.ini thats probably why I dont see theXML Parsing error. So thats where the problem is bro I dont have any idea how to fix it... vb_xml_parser |
Sorry, my english is not good...:rolleyes:
I have This Error: Code:
Datenbankfehler in vBulletin 3.6.7: |
die Tabelle 'vbulli.ts2_clients' existiert nicht in der Datenbank das is der Fehler
|
Das weiss ich auch, aber in der Installation ist diese auch nicht angegeben.
Wenn jemand diese tabelle zur Verfügung stellen könnte, wäre ich sehr dankbar. |
Quote:
|
und jetzt noch den Link daf?r, das w?re die Vollendung..;)
Ich hab das ganze Board durchsucht, aber nichts f?r meine Version (3.67) finden k?nnen. |
Quote:
http://forum.goteamspeak.com/ |
Very nice. Finally got the install done.
One small problem, maybe someone can help. If I enable the super admin feature, my forum will lock up and I get an error 500 internal server error. I am guessing it has to do with port 51234 being denied by my provider, but I was hoping for some confirmation by someone who is who is far more experienced before contacting them. Thanks, Rob |
I set gTeamspeak up to use a remote database, then realised I could host it on the Linux box I had SSH access to. When I went to change the settings to using the local database, it said the changes were made successfully but when I try to access the gteamspeak.php file, I get this:
--------------------------------------------------------------------------------------------------------------- Database error in vBulletin 3.6.7: Invalid SQL: SELECT * FROM ts2_clients WHERE s_client_name = 'sacredplanter.325' AND i_client_server_id = '1'; MySQL Error : Table 'thcministryforum.ts2_clients' doesn't exist Error Number : 1146 Date : Sunday, July 8th 2007 @ 12:03:14 AM Script : http://www.thc-ministry.org/forum/gteamspeak.php Referrer : IP Address : 66.75.110.135 Username : SacredPlanter Classname : vB_Database ----------------------------------------------------------------------------------------------------------------- I can blank out the info in all the fields in GTeamspeak Options, and Advanced Options (set to "No" to use localhost instead of remote database) and it seems to save the data but when I log in apparently it isn't writing the new data to the database. I've searched all over my database and can't even find where it's writing the 66.75.110.135 addy and I also don't see it in any of the files I uploaded for the package itself. I've tried uninstalling and reinstalling the whole package, using 'Overwrite' with zero success. Please help!: |
Quote:
Ich denke auch nicht, das es an dem Teamspeaker selbst liegt, sondern an dem Modul hier, denn dieses sollte doch alle DB Tables installieren, welche ben?tigt werden, oder liege ich da falsch? Ich hatte bis vor kurzem ein WBB Forum, wo das alles reibungslos lief. Na ja, wie auch immer, ich werde weiter suchen und selbst probieren. Danke. |
Quote:
Quote:
Logo, jluerken; thanks for the language support :D |
Quote:
..but my problem exists still . |
Quote:
What to do now? |
Quote:
Quote:
Quote:
Quote:
Any luck with my original request. Still hoping the connect button will add a "clan tag" infront of the username for SA users. MANY Thanks for this mod. :up: |
Sorry I have no looked into that yet. I find myself hopping projects too much hehe.
|
Hi Gryphon,
I installed everything correct but these two errors got freakin' me out. My solution: Installing in the same database and now it works fine! ;-) |
All times are GMT. The time now is 06:04 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|