teamspeak://xxx.xxx.xxx.xxx.
xxx = IP
Eigentlich sollte nachdem man auf den Url gegangen ist auf dem TS Server raufkommen aber unter phpBB3.
Code: Alles auswählen
Tried to redirect to potentially insecure url.

Code: Alles auswählen
Tried to redirect to potentially insecure url.
Code: Alles auswählen
$allowed_protocols = array('http', 'https', 'ftp', 'ftps');
Code: Alles auswählen
$allowed_protocols = array('http', 'https', 'ftp', 'ftps', 'teamspeak');
Code: Alles auswählen
// Now, also check the protocol and for a valid url the last time...
$allowed_protocols = array('http', 'https', 'ftp', 'ftps', 'teamspeak');
$url_parts = parse_url($url);
Code: Alles auswählen
http://www.planetpsu.net/community/viewforum.php?f=71
Code: Alles auswählen
Allgemeiner Fehler
Tried to redirect to potentially insecure url.
möchte auf meinem Board eine ähnliche Funktion einbauen "per link auf Server connecten" .Dr.Death hat geschrieben:Naja, es ist ein fest eingebauter Schutzmechanismus von phpBB3
Lösung:
Öffne die Datei: includes/functions.php
SUCHE:
ERSETZE MIT:Code: Alles auswählen
$allowed_protocols = array('http', 'https', 'ftp', 'ftps');
Ungetestet.... sag Bescheid wenn es klappt.Code: Alles auswählen
$allowed_protocols = array('http', 'https', 'ftp', 'ftps', 'teamspeak');
Code: Alles auswählen
[url]tmtp://#join=ofutserver[/url]
Du hättest ihn natürlich auf dien Protokoll anpassen müssen, also:SchNaake hat geschrieben: möchte auf meinem Board eine ähnliche Funktion einbauen "per link auf Server connecten" .
Habe die functions.php wie oben geschrieben verändert.
so muss der Code aussehennur leider löst die Raute in der Adresse einen Fehler aus wodurch nur der Text angezeigt wird.Code: Alles auswählen
[url]tmtp://#join=ofutserver[/url]
auf diesem Board funzt der Link [url]tmtp://#join=ofutserver[/url]
Könnt ihr mir bei dem Problem weiterhelfen ?
thx SchNaake
Code: Alles auswählen
$allowed_protocols = array('http', 'https', 'ftp', 'ftps');
Code: Alles auswählen
$allowed_protocols = array('http', 'https', 'ftp', 'ftps', 'tmtp');
Code: Alles auswählen
// Now, also check the protocol and for a valid url the last time...
$allowed_protocols = array('http', 'https', 'ftp', 'ftps', 'tmtp');
$url_parts = parse_url($url);
Code: Alles auswählen
[tmtp={TEXT1}]{TEXT2}[/tmtp]
Code: Alles auswählen
<input type="button" value="{TEXT2}" onclick="location='{TEXT1}'" />
Code: Alles auswählen
[tmtp=tmtp://#join=ofutserver]Servername[tmtp]