![]() |
url decoder
i need a script that decodes the url before it sends it to my tradescript... arrowtrader doesn't accept encoded urls...
|
What do you mean "decodes URL"?
|
|
|
$url=rawurldecode($url);
|
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"), "<"); strSelection = strSelection.replace(new RegExp(">","g"), ">"); hahahahahahahahahahaselection.createRange().text = strSelection; return; } |
Quote:
|
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