English   German
  #1  
Old 02-11-2002, 13:57
Jens L.'s Avatar
Jens L. Jens L. is offline
-= TeamSpeak Addict =-
 
Join Date: Jun 2002
Location: Berlin
Posts: 170
Jens L. will become famous soon enough
urlcode in servernames

hi there

since my update to 2.0.18.25 i have i webpost sites urldecoded strings in the servernames and so on !

like: %2E%3Apj%3A%2E+Voiceserver

can anyone help me ?

http://www.teamspeak-server.de/modul...&direction=asc

Last edited by Jens L.; 02-11-2002 at 14:12.
Reply With Quote
  #2  
Old 02-11-2002, 15:24
SirEd SirEd is offline
-= TeamSpeak User =-
 
Join Date: Aug 2002
Location: Netherlands/Rdam
Posts: 27
SirEd is on a distinguished road
hmm just noticed this to
Reply With Quote
  #3  
Old 03-11-2002, 16:43
N. Werensteijn N. Werensteijn is offline
-= TeamSpeak Addict =-
 
Join Date: Jun 2002
Location: Enschede, The Netherlands
Posts: 946
N. Werensteijn is on a distinguished road
Maybe just update your scripts tp encode those codes back to chars? I think the guy that makes that script will fix that as soon as he can.
Reply With Quote
  #4  
Old 03-11-2002, 17:56
maletin's Avatar
maletin maletin is offline
-= TeamSpeak Lover =-
 
Join Date: Aug 2002
Location: Germany
Posts: 79
maletin is on a distinguished road
Send a message via ICQ to maletin Send a message via Skype™ to maletin
in der datei webpost.php
finde ich in die zeilen

// update existing server
if (mysql_num_rows($sql)!= 0) {
$server_ispname = htmlspecialchars($server_ispname);
$server_name = htmlspecialchars($server_name);
$server_linkurl = htmlspecialchars($server_linkurl);
query("UPDATE $dbtable SET


Die Zeile mit server_linkurl habe ich dazugefuegt.
Reply With Quote
  #5  
Old 03-11-2002, 22:27
SirEd SirEd is offline
-= TeamSpeak User =-
 
Join Date: Aug 2002
Location: Netherlands/Rdam
Posts: 27
SirEd is on a distinguished road
Quote:
Originally posted by N. Werensteijn
Maybe just update your scripts tp encode those codes back to chars? I think the guy that makes that script will fix that as soon as he can.
right now they are varchars ? isnt that a standard ? well varchar2 doesnt excist on my version
Reply With Quote
  #6  
Old 03-11-2002, 23:40
maletin's Avatar
maletin maletin is offline
-= TeamSpeak Lover =-
 
Join Date: Aug 2002
Location: Germany
Posts: 79
maletin is on a distinguished road
Send a message via ICQ to maletin Send a message via Skype™ to maletin
html converts character to %20 = space and so on.
didn't find the right solution.
someone know the right php-function to convert?
Reply With Quote
  #7  
Old 03-11-2002, 23:57
Timotheus[PBC] Timotheus[PBC] is offline
-= TeamSpeak User =-
 
Join Date: Jun 2002
Location: Germany
Posts: 8
Timotheus[PBC] is on a distinguished road
Send a message via ICQ to Timotheus[PBC]
x= urlencode("Hallo Welt"); ...... x=> "Hallo%20Welt"
x= urldecode("Hallo%20Welt"); ...... x=> "Hallo Welt"

oder das gleiche mit rawurlencode()/rawurldecode() nach RFC1738 (alle Sonderzeichen ausser "_" und "-" werden codiert)

or do the same by rawurlencode()/rawurldecode() according to RFC1738 (all special characters except "_" and "-" will be encoded)


Last edited by Timotheus[PBC]; 04-11-2002 at 00:08.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 13:48.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Add to Bookmarks   |   Printview   |   Contact Us   |   Legal Notices