Graal Forums  

Go Back   Graal Forums > General Forums > Graal Main Forum (English)
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-31-2007, 11:06 PM
godofwarares godofwarares is offline
Webmaster
godofwarares's Avatar
Join Date: Dec 2006
Location: Florida
Posts: 552
godofwarares is on a distinguished road
Send a message via ICQ to godofwarares Send a message via AIM to godofwarares Send a message via MSN to godofwarares Send a message via Yahoo to godofwarares
How do graal:// links work?

Title says it all.
__________________
What signature? I see no signature?
Reply With Quote
  #2  
Old 03-31-2007, 11:12 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by godofwarares View Post
Title says it all.
Many uses them in titles.. hmm
I think its html, the href tag
__________________
Reply With Quote
  #3  
Old 03-31-2007, 11:20 PM
godofwarares godofwarares is offline
Webmaster
godofwarares's Avatar
Join Date: Dec 2006
Location: Florida
Posts: 552
godofwarares is on a distinguished road
Send a message via ICQ to godofwarares Send a message via AIM to godofwarares Send a message via MSN to godofwarares Send a message via Yahoo to godofwarares
Quote:
Originally Posted by Chompy View Post
Many uses them in titles.. hmm
I think its html, the href tag
NOT what I needed to know.
I know that its like graal://Zone/, but what about the extra thing?
e.g.

HTML Code:
graal://Zone/whatever
__________________
What signature? I see no signature?
Reply With Quote
  #4  
Old 03-31-2007, 11:40 PM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
graal://servername

I.E:

graal://Zone


Type it into a web-browser to have the client automatically open and log you in to the specified server.


You can also create a website shortcut icon and release it on the forums of your own server so that you can just double click the icon to be logged into your own server without having to open the client and scroll through servers and so forth.
Reply With Quote
  #5  
Old 03-31-2007, 11:58 PM
godofwarares godofwarares is offline
Webmaster
godofwarares's Avatar
Join Date: Dec 2006
Location: Florida
Posts: 552
godofwarares is on a distinguished road
Send a message via ICQ to godofwarares Send a message via AIM to godofwarares Send a message via MSN to godofwarares Send a message via Yahoo to godofwarares
Quote:
Originally Posted by Gambet View Post
graal://servername

I.E:

graal://Zone


Type it into a web-browser to have the client automatically open and log you in to the specified server.


You can also create a website shortcut icon and release it on the forums of your own server so that you can just double click the icon to be logged into your own server without having to open the client and scroll through servers and so forth.
Then whats the graal://Zone/whatever thing? I never got that z.z
__________________
What signature? I see no signature?
Reply With Quote
  #6  
Old 04-01-2007, 12:41 AM
HoudiniMan HoudiniMan is offline
Playerworld Administrator
HoudiniMan's Avatar
Join Date: Dec 2001
Location: Calfiornia - USA
Posts: 3,512
HoudiniMan will become famous soon enough
Quote:
Originally Posted by godofwarares View Post
Then whats the graal://Zone/whatever thing? I never got that z.z
You can check for this parameter when a player logs on.

Say you put in graal://Playerworld1234/event4 and made the hyperlink say "Play CTF". When you login the npcserver goes event4 = warp them to 15 25 ctf.nw and voila, you're playing CTF striaght from your browser.
__________________
-HoudiniMan (Chief Playerworld Administrator)
Compulsive Support Center Checker - 5 Years and Change
Graal Support Center

Reply With Quote
  #7  
Old 04-01-2007, 12:57 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Cool. I can totally find some way to abuse this.
__________________
Reply With Quote
  #8  
Old 04-01-2007, 08:27 PM
Tyhm Tyhm is offline
Psionic Youth
Tyhm's Avatar
Join Date: Mar 2001
Location: Babord, West Graal Deaths:1009 Kills:1
Posts: 5,635
Tyhm has a spectacular aura about
Only if you have NPCServer controls...
__________________
"Whatever," said Bean, "I was just glad to get out of the toilet."

"Power does not corrupt. Fear corrupts, perhaps the fear of a loss of power."- John Steinbeck
"I'm only acting retarded, what's your excuse?" queried the Gord.
- My pet, the Levelup Gnome

http://forums.graalonline.com/forums...&postcount=233
Reply With Quote
  #9  
Old 04-01-2007, 08:32 PM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Quote:
Originally Posted by HoudiniMan View Post
You can check for this parameter when a player logs on.

Say you put in graal://Playerworld1234/event4 and made the hyperlink say "Play CTF". When you login the npcserver goes event4 = warp them to 15 25 ctf.nw and voila, you're playing CTF striaght from your browser.
I've always wanted to ask this also, how do you check the param?
PHP Code:
function onActionPlayerOnline(whichparamisit
Reply With Quote
  #10  
Old 04-01-2007, 11:25 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
You could try in NPC-Control

PHP Code:
function onActionPlayerOnline()
{
  echo( 
params );

__________________
Reply With Quote
  #11  
Old 04-01-2007, 11:26 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Text: Do Not Click This
URL: graal://Aeon/jailplayer
__________________
Reply With Quote
  #12  
Old 04-02-2007, 01:18 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
I think it is
PHP Code:
function onActionServerStartParams() {
  echo(
"start parameters: " params);

in the Control-NPC (or if (actionserverstartparams) ... in GS1). It is actually triggered by the server list script.
Reply With Quote
  #13  
Old 04-02-2007, 01:27 AM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by Inverness View Post
Text: Do Not Click This
URL: graal://Aeon/jailplayer
Sounds good. Lets try that.
Reply With Quote
  #14  
Old 04-02-2007, 02:13 AM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Quote:
Originally Posted by Stefan View Post
I think it is
PHP Code:
function onActionServerStartParams() {
  echo(
"start parameters: " params);

in the Control-NPC (or if (actionserverstartparams) ... in GS1). It is actually triggered by the server list script.
Ahh I just thought it was actionplayeronline
Reply With Quote
  #15  
Old 02-11-2012, 09:45 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Superbump. Is this no longer supported by the game client, or is it a Windows 7 thing?
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote
  #16  
Old 02-11-2012, 09:51 PM
Fulg0reSama Fulg0reSama is offline
Extrinsical Anomaly
Fulg0reSama's Avatar
Join Date: Sep 2009
Location: Ohio
Posts: 3,049
Fulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant future
Quote:
Originally Posted by xXziroXx View Post
Superbump. Is this no longer supported by the game client, or is it a Windows 7 thing?
Uh it still works for me.

Confirmed by testing myself with RC message to myself in-game. v6, Windows 7.

Quote:
<a href="graal://Login">Click me!</a>
or

Click me!

Would send you a message saying "Click me!" in a lighter text with underline (like in the second example), making it apparent to be a link to the above, sending you to the Login Server.

Text between the html tags can also be changed to an Image which you can click for the same effect (Great for jokes and iconic messages)
__________________

Careful, thoughts and opinions here scare people.
Reply With Quote
  #17  
Old 02-11-2012, 09:54 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Is there any way to do this with the RC client?
__________________
Reply With Quote
  #18  
Old 02-11-2012, 09:55 PM
MattKan MattKan is offline
the KattMan
Join Date: Aug 2010
Location: United States
Posts: 1,325
MattKan is a splendid one to beholdMattKan is a splendid one to beholdMattKan is a splendid one to beholdMattKan is a splendid one to beholdMattKan is a splendid one to behold
Send a message via AIM to MattKan
Quote:
Originally Posted by xXziroXx View Post
Superbump. Is this no longer supported by the game client, or is it a Windows 7 thing?
You have to include the direct link in the shortcut to Graal6.exe. There's an example in Dusty's thread about this I think.
Reply With Quote
  #19  
Old 02-11-2012, 09:56 PM
Fulg0reSama Fulg0reSama is offline
Extrinsical Anomaly
Fulg0reSama's Avatar
Join Date: Sep 2009
Location: Ohio
Posts: 3,049
Fulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant future
Quote:
Originally Posted by Emera View Post
Is there any way to do this with the RC client?
No, RC takes only text messages. Any HTML you'd use would only show what you tried to send in its text form.

like I mentioned above,

Click me!

Would end up being

Quote:
<a href="graal://Login">Click me!</a>
in the RC message. Unless you mean Client RC, then I have no idea.
__________________

Careful, thoughts and opinions here scare people.
Reply With Quote
  #20  
Old 02-11-2012, 09:57 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Quote:
Originally Posted by Fulg0reSama View Post
No, RC takes only text messages.
So does my mobile <3
__________________
Reply With Quote
  #21  
Old 02-11-2012, 10:00 PM
Fulg0reSama Fulg0reSama is offline
Extrinsical Anomaly
Fulg0reSama's Avatar
Join Date: Sep 2009
Location: Ohio
Posts: 3,049
Fulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant future
Also about that image piece, this can also be done with images too.



Click my adorable avatar to go straight to the login server!

Of course this is simply the forum codes version.

the HTML version is merely <a href="directory or website link here">"content of message / link here</a>
__________________

Careful, thoughts and opinions here scare people.

Last edited by Fulg0reSama; 02-11-2012 at 11:03 PM..
Reply With Quote
  #22  
Old 02-12-2012, 04:25 AM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by Fulg0reSama View Post
Uh it still works for me.

Confirmed by testing myself with RC message to myself in-game. v6, Windows 7.


or

Click me!
Turns out it's just Chrome that refuses to recognize it when I type it manually, thanks.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote
  #23  
Old 02-12-2012, 04:29 AM
Fulg0reSama Fulg0reSama is offline
Extrinsical Anomaly
Fulg0reSama's Avatar
Join Date: Sep 2009
Location: Ohio
Posts: 3,049
Fulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant future
Quote:
Originally Posted by xXziroXx View Post
Turns out it's just Chrome that refuses to recognize it when I type it manually, thanks.
np

Quote:
Originally Posted by MattKan View Post
You have to include the direct link in the shortcut to Graal6.exe. There's an example in Dusty's thread about this I think.
This is true.

If you're creating a shortcut to link to Graal.

What you do is once the shortcut is created.

Right Click the Shortcut>Properties>Target> Should say something like this. (Reversing the \ so that it won't make smileys)

Quote:
Drive Letter:/Users/PC Name/Graal/Graal6.exe
All you do to make it link the client to what server you wish to go to is


Quote:
Drive Letter:/Users/PC Name/Graal/Graal6.exe graal://servernamehere
-EDIT-: Of course this is how it installed onto my drive, depending on operating system and other odd variables dependant on you, it could be directed differently, this could b a whole different process on something other then Windows.
__________________

Careful, thoughts and opinions here scare people.

Last edited by Fulg0reSama; 02-12-2012 at 06:40 PM..
Reply With Quote
  #24  
Old 02-13-2012, 08:18 PM
Fulg0reSama Fulg0reSama is offline
Extrinsical Anomaly
Fulg0reSama's Avatar
Join Date: Sep 2009
Location: Ohio
Posts: 3,049
Fulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant future
Because I can't edit my last post, I have to make a double post, regarding to the problem ziro thought he had.

I wish to refer to this thread.
http://forums.graalonline.com/forums...hp?t=134262229
__________________

Careful, thoughts and opinions here scare people.
Reply With Quote
Reply


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 On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 01:01 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.