Demo

Give it a try
and play around
with ClanSphere
Demo


Answers: 248
Page < 1 2 3 ... 8 9 10 11 12 [13]
Legende26


Beginner




Posts: 4
# Answer: 241 - 2011-05-11 at 2:52 PM
Moin,

ich bekomme es nicht hin, habe nen TS³ Server von gamed.de und egal was ich eintrage entweder Verbindung fehlerhaft oder ich bekomm nen time ban. was muss ich denn genau eintragen ??

Vorallem was bei SA und SSA ???

THX


Inactive
|
Mindcrime


Geekboy





Posts: 1155
# Answer: 242 - 2011-05-11 at 3:23 PM
Antwort #233 bis #238 bitte lesen...


Inactive
|
Mindcrime


Geekboy





Posts: 1155
# Answer: 243 - 2011-08-18 at 1:53 PM
Update 2011-08-16:

Changes:
- Use new crypt method for storing TS passwords

Requirements:

You need a new version of my tools.php:
http://svn.csphere.eu/module/mindcrime/general/system/runstartup/tools.php

UPGRADE INSTRUCTIONS: WHAT YOU NEED TO DO!!!!

1) Install the new files.
Download at http://svn.csphere.eu/module/mindcrime/mods/teamspeak.zip

2) In setup.php add:
$cs_main['crypt_key'] = 'mysecretkey'; // CHANGE THIS!


3) Upload the following script to your page (in the home directory of ClanSphere):
 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
1. / 2. / ... 
<?php
$cs_main 
= array('init_sql' => true'init_tpl' => false'init_mod' => true);

require_once 
'system/core/functions.php';

cs_init($cs_main);
@
error_reporting(E_ALL);


$rows cs_sql_select(__FILE__'teamspeak''teamspeak_id, teamspeak_adminpw, teamspeak_sadminpw''1=1'0000);
if (
count($rows))
{
        foreach (
$rows as $row)
        {
                
$cells = array('teamspeak_adminpw''teamspeak_sadminpw');
                
$values = array(
                        
base64_encode(cs_crypt(cs_encrypt_decrypt($row['teamspeak_adminpw']), $cs_main['crypt_key'])),
                        
base64_encode(cs_crypt(cs_encrypt_decrypt($row['teamspeak_sadminpw']), $cs_main['crypt_key'])),
                );
                
cs_sql_update(__FILE__'teamspeak'$cells$values$row['teamspeak_id']);
        }
}
echo 
'Updated '.count($rows).' teamspeak passwords...'."\n";
?>


4) Execute the script (only once!!!!!!) and the remove it from the site.

5) Have fun...




Last edit by Mindcrime at 2011-08-18 at 1:57 PM (2x Edited)
Inactive
|
Sukkurashu


Beginner





Posts: 10
# Answer: 244 - 2011-08-21 at 11:09 AM
18.08.2011 um 13:53 Uhr - Mindcrime:
Requirements:

You need a new version of my tools.php:
http://svn.csphere.eu/module/mindcrime/general/system/runstartup/tools.php


Hallo,

irgendwas habe ich da verpasst.
Wo bekomme ich den die Grundversion der Tools her?

Danke im voraus

Edit:

Habe gerade den Hinweis bekommen in der setup.php $cs_main['runstartup'] = TRUE; einzufügen.
Nun gehts Danke


------------------
Frei sein, heißt wählen zu können, wessen Sklave man sein will.

Last edit by Sukkurashu at 2011-08-21 at 11:16 AM (1x Edited)
Inactive
|
annyW32f


Beginner




Posts: 1
# Answer: 245 - 2011-08-30 at 9:02 AM
Also für zusammen Online spielen und zu


Inactive
|
Mindcrime


Geekboy





Posts: 1155
# Answer: 246 - 2011-08-30 at 9:54 AM
Teamspeak3 ist ein "voice" tool waehrend das spielen:
http://www.teamspeak.com/?page=teamspeak3&newlang=de


Inactive
|
sgraewe ClanSphere Team

Supporter
Supporter




Posts: 6116
# Answer: 247 - 2011-08-30 at 10:25 AM
nicht drauf eingehen, der typ spamt derzeit alle foren voll


Inactive
|
Blu3ye


Try to beat me




Location: Albstadt
Posts: 162
# Answer: 248 - 2012-12-30 at 3:41 PM
So und jetzt bitte noch mal eine Anleitung, wie man das Modul auf eine neue CS Installation installiert...


------------------


Inactive
|
Answers: 248
Page < 1 2 3 ... 8 9 10 11 12 [13]


You must be registered.