GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   url decoder (https://gfy.com/showthread.php?t=265651)

GFED 04-07-2004 01:23 AM

url decoder
 
i need a script that decodes the url before it sends it to my tradescript... arrowtrader doesn't accept encoded urls...

baycouples 04-07-2004 01:25 AM

What do you mean "decodes URL"?

GFED 04-07-2004 01:28 AM

http://www.elitegalleries.com/aptgp2...ex.ht ml&id=1

changes
%3A to :
%2F to /

etc...

GFED 04-07-2004 01:29 AM

galleries are sending me here...

http://www.elitegalleries.com/cgi-bi...1%2Findex.html

Repetitive Monkey 04-07-2004 01:31 AM

$url=rawurldecode($url);

GFED 04-07-2004 01:34 AM

kinda like this, but with all the characters, and able to take input string from tgp script and send it to trade script...

function deCode() {
strSelection = hahahahahahahahahahaselection.createRange().text
strSelection = strSelection.replace(new RegExp("<","g"), "&lt;");
strSelection = strSelection.replace(new RegExp(">","g"), "&gt;");
hahahahahahahahahahaselection.createRange().text = strSelection;
return;
}

GFED 04-07-2004 01:34 AM

Quote:

Originally posted by Repetitive Monkey
$url=rawurldecode($url);
hmmm... not sure if that'll work... lemme try... brb...

GFED 04-07-2004 01:36 AM

nope...


All times are GMT -7. The time now is 09:33 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123