![]() |
symbols in WEBLINK pls - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: symbols in WEBLINK pls (/Thread-symbols-in-WEBLINK-pls) Pages: 1 2 |
RE: symbols in WEBLINK pls - x77x - 11-30-2015 08:11 AM okay solved the name space problem BUT, i NEED the port in there :9090 SRC.WEBLINK "chat.efnet.org:9090/?nick=<SRC.TAG.CHATNAME>&channels=%23<src.tag.army>warroom&Login=Login" Code: ON=@DCLICK ideas? Code: ON=@DCLICK 17:17:ERROR:(sphere_items_misc.scp,167)Undefined symbol '' [':9090'] RE: symbols in WEBLINK pls - darksun84 - 11-30-2015 07:56 PM Don't use REF1, REF variables are reserved for UIDs. Use a local local.port=:9090 SRC.WEBLINK "chat.efnet.org<local.port>/?nick=<SRC.TAG.CHATNAME>&channels=%23<src.tag.army>warroom&Login=Login" RE: symbols in WEBLINK pls - x77x - 12-01-2015 04:41 AM ohhh sneaky, but NO, doesnt work... i even tried Code: ON=@DCLICK that colon is the killer RE: symbols in WEBLINK pls - XuN - 12-01-2015 06:42 PM semicolon = &58: Code: ON=@DClick If not working, can you reply the resulting link (what was opened in your browser)? RE: symbols in WEBLINK pls - x77x - 12-02-2015 04:27 AM chat.efnet.org%58 got chat.efnet.orgx02382 chat.efnet.org%3A i got nothing |