The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
symbols in WEBLINK pls
Author Message
x77x
Master
**

Posts: 488
Likes Given: 0
Likes Received: 15 in 15 posts
Joined: Mar 2012
Reputation: -4



Post: #11
RE: symbols in WEBLINK pls
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
SRC.WEBLINK "chat.efnet.org/?nick=<SRC.TAG.CHATNAME>&channels=%23<src.tag.army>warroom&Login=Login"
RETURN 1

ideas?

Code:
ON=@DCLICK
REF1=:9090
SRC.WEBLINK "chat.efnet.org<REF1>/?nick=<SRC.TAG.CHATNAME>&channels=%23<src.tag.army>warroom&Login=Login"
RETURN 1

17:17:ERROR:(sphere_items_misc.scp,167)Undefined symbol '' [':9090']

Dragons of Time 2000-2020
http://dragonsoftime.com
(This post was last modified: 11-30-2015 08:19 AM by x77x.)
11-30-2015 08:11 AM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 245
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #12
RE: symbols in WEBLINK pls
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"
11-30-2015 07:56 PM
Find all posts by this user Like Post Quote this message in a reply
x77x
Master
**

Posts: 488
Likes Given: 0
Likes Received: 15 in 15 posts
Joined: Mar 2012
Reputation: -4



Post: #13
RE: symbols in WEBLINK pls
ohhh sneaky, but NO, doesnt work...

i even tried
Code:
ON=@DCLICK
cock=:
SRC.WEBLINK "chat.efnet.org<cock>9090/?nick=<SRC.TAG.CHATNAME>&channels=%23<src.tag.army>warroom&Login=Login"
RETURN 1


that colon is the killer

Dragons of Time 2000-2020
http://dragonsoftime.com
(This post was last modified: 12-01-2015 05:11 AM by x77x.)
12-01-2015 04:41 AM
Find all posts by this user Like Post Quote this message in a reply
XuN
Sphere Developer
*****

Posts: 852
Likes Given: 102
Likes Received: 156 in 119 posts
Joined: Jul 2013
Reputation: 30



Post: #14
RE: symbols in WEBLINK pls
semicolon = &58:
Code:
ON=@DClick
local.port=9090
SRC.WEBLINK "chat.efnet.org%58<local.port>/?nick=<SRC.TAG.CHATNAME>&channels=%23<src.tag.army>warroom&Login=Login"
RETURN 1

If not working, can you reply the resulting link (what was opened in your browser)?
12-01-2015 06:42 PM
Find all posts by this user Like Post Quote this message in a reply
x77x
Master
**

Posts: 488
Likes Given: 0
Likes Received: 15 in 15 posts
Joined: Mar 2012
Reputation: -4



Post: #15
RE: symbols in WEBLINK pls
chat.efnet.org%58
got
chat.efnet.orgx02382

chat.efnet.org%3A
i got nothing

Dragons of Time 2000-2020
http://dragonsoftime.com
12-02-2015 04:27 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 3 Guest(s)