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-17-2005, 02:04 AM
hottstuff911 hottstuff911 is offline
Scripter
hottstuff911's Avatar
Join Date: Jan 2005
Location: USA
Posts: 23
hottstuff911 is on a distinguished road
Send a message via AIM to hottstuff911
Question Signature

can any one tell me the code to make your Signature say that your on a server or if you not on a server it says not on a server please tell me this
code for the Signature.
__________________

~Contact Info~
Aim: Grind64RyGuy
Email: [email protected]
Client Status:
Reply With Quote
  #2  
Old 03-17-2005, 02:10 AM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Well, there isn't any official way, but Loriel provides a service for this kind of thing. Just find somebody else who uses it and copy the URL, adapting the relevant sections.
__________________
Reply With Quote
  #3  
Old 03-17-2005, 04:53 AM
fexii fexii is offline
Programmer/Graphic Design
fexii's Avatar
Join Date: Mar 2005
Posts: 71
fexii is on a distinguished road
Here is a guide made by the person who created the script http://ilfirin.org/graal/gadgets/gstatus.rbx . And make sure that in your profile you have "Show online status" checked, or the script won't work.
Or, as Kaimetsu said, just look in a profile and change relevant sections.

As a side note for people who are wondering how this works, and I thought this was pretty ingenious:
the cgi script downloads the public viewprofile.php for that user and scans the file for certain text that would only appear if the player was online. If that text is found then it will return a rendered image (GD tools) that says the player is online, otherwise it will return a rendered image saying the player is not online. it's simple in concept but for somebody who's never seen it before, the script seems pretty ingenious to me. I'll probably design a PHP version of this in the future, just for practice and good measure

And specfically for hotstuff911, heres the code you might consider using
http://ilfirin.org/graal/gadgets/gst...t%20on%20Graal
all in an image tag
__________________

Zone stats at http://zonestats.cjb.net

Reply With Quote
  #4  
Old 03-17-2005, 01:46 PM
Zero Hour Zero Hour is offline
Stiff Upper Lip
Zero Hour's Avatar
Join Date: Oct 2006
Location: Nova Scotia, Canada
Posts: 0
Zero Hour is on a distinguished road
Send a message via AIM to Zero Hour
Quote:
Originally Posted by fexii
Loriel stuff
Loriel's version is made in Ruby, but it's still (very) possible to make it in PHP :P. I was going to make one of Fairyland:Europe but MagicalTux wouldn't put the values in the profiles... the only other option I had was to have the script search, potentially, hundreds of pages for the user's account name and then to get the ranking... but that would take a loooooong time (;
__________________
Reply With Quote
  #5  
Old 03-17-2005, 06:27 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by Zero Hour
Loriel's version is made in Ruby, but it's still (very) possible to make it in PHP :P
I made a version in PHP like it but it optionally checked if they were on the forums too, but I never did actually put it anywhere.
Reply With Quote
  #6  
Old 03-18-2005, 06:10 AM
fexii fexii is offline
Programmer/Graphic Design
fexii's Avatar
Join Date: Mar 2005
Posts: 71
fexii is on a distinguished road
Quote:
Originally Posted by Zero Hour
Quote:
Originally Posted by Fexii
Loriel Stuff
Out of curiosity, where did you get this quote? I don't remember ever saying that...

Quote:
Originally Posted by Skyld
I made a version in PHP like it but it optionally checked if they were on the forums too, but I never did actually put it anywhere.
Ooo that's neat I tried but I can't find any server with GD image library installed
__________________

Zone stats at http://zonestats.cjb.net

Reply With Quote
  #7  
Old 03-18-2005, 08:58 PM
Zero Hour Zero Hour is offline
Stiff Upper Lip
Zero Hour's Avatar
Join Date: Oct 2006
Location: Nova Scotia, Canada
Posts: 0
Zero Hour is on a distinguished road
Send a message via AIM to Zero Hour
Quote:
Originally Posted by fexii
Out of curiosity, where did you get this quote? I don't remember ever saying that...
I didn't want to quote then entire topic, waste of visual space, so I just gave the general idea of what I was quoting from your post.
__________________
Reply With Quote
  #8  
Old 03-18-2005, 09:15 PM
fexii fexii is offline
Programmer/Graphic Design
fexii's Avatar
Join Date: Mar 2005
Posts: 71
fexii is on a distinguished road
I think you have me mixed up with Kaimetsu. I didn't say anything about Loriel, I just gave the script and an idea of what it does.
__________________

Zone stats at http://zonestats.cjb.net

Reply With Quote
  #9  
Old 03-18-2005, 09:40 PM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally Posted by fexii
I didn't say anything about Loriel, I just gave the script and an idea of what it does.
Well, yeah. But talk about Loriel's script could be referred to as "Loriel stuff".
__________________
Reply With Quote
  #10  
Old 03-20-2005, 03:48 AM
fexii fexii is offline
Programmer/Graphic Design
fexii's Avatar
Join Date: Mar 2005
Posts: 71
fexii is on a distinguished road
ohh it's Loriel's script? I don't know who wrote it, I just looked at the source code and explained it.
__________________

Zone stats at http://zonestats.cjb.net

Reply With Quote
  #11  
Old 03-23-2005, 08:12 AM
fexii fexii is offline
Programmer/Graphic Design
fexii's Avatar
Join Date: Mar 2005
Posts: 71
fexii is on a distinguished road
I feel this double-post is relevant. After many pains I made a PHP version of this script It works in basically the same way, but mine has a transparent background with outlined text. The text changes color based on the message. Also there are more messages that are each clearer if you run into an error with the script. Theoretically the script is faster too, but i don't notice much of a difference.

To configure the script is simple, just use this format

http://www.vwebnet.com/fexii/graalstatus.php/<name>

where you replace <name> with your graal account. Then stick that whole URL in an image tag and it should work from there. If there's any errors let me know.

Also, I probably won't host this script forever, so if anybody is willing to then i'll be glad to hand over the script to another server.
__________________

Zone stats at http://zonestats.cjb.net


Last edited by fexii; 03-23-2005 at 08:27 AM..
Reply With Quote
  #12  
Old 03-25-2005, 12:24 AM
Mitch Mitch is offline
Coder
Mitch's Avatar
Join Date: Jul 2004
Location: East Longmeadow, MA
Posts: 158
Mitch is on a distinguished road
Send a message via AIM to Mitch
Although, he doesn't want to bother saying it you should keep his original quotes seeing as how it is his opinion. It doesn't require you to type anything you can simply click the 'quick quote' button.
__________________
Reply With Quote
  #13  
Old 03-25-2005, 12:57 AM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally Posted by Mitch
Although, he doesn't want to bother saying it you should keep his original quotes
I'm not sure what you mean. Are you saying that Zero Hour should've quoted all of fexii's text?
__________________
Reply With Quote
  #14  
Old 03-25-2005, 06:56 AM
Zero Hour Zero Hour is offline
Stiff Upper Lip
Zero Hour's Avatar
Join Date: Oct 2006
Location: Nova Scotia, Canada
Posts: 0
Zero Hour is on a distinguished road
Send a message via AIM to Zero Hour
Quote:
Originally Posted by fexii
Hosting.
I will host your script after I look it over, if that's what you wish.
__________________
Reply With Quote
  #15  
Old 03-25-2005, 02:13 PM
Xcessive54321 Xcessive54321 is offline
Zodiac Nub
Xcessive54321's Avatar
Join Date: Mar 2005
Location: In my room
Posts: 289
Xcessive54321 is on a distinguished road
mine might work, but i doubt it
__________________
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 06:43 AM.


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