|
Silkroad Online
|
Silkroad Forums
|
Affiliates
|



|
|
View unanswered posts | View active topics
|
Page 1 of 1
|
[ 21 posts ] |
|
Author |
Message |
Nitro
|
Post subject: Just wondering Posted: Sat Nov 01, 2008 7:03 pm |
|
Senior Member |
 |
 |
Joined: Sep 2007 Posts: 4769 Location:
|
Attachment:
untitled.PNG [ 54.05 KiB | Viewed 2484 times ]
What is that? What code / program language?
_________________  Thanks Noobs_Slayer for signature.
|
|
Top |
|
 |
Pan_Raider(`_´)
|
Post subject: Re: Just wondering Posted: Sat Nov 01, 2008 7:07 pm |
|
Banned User |
 |
 |
Joined: Jul 2006 Posts: 4737 Location:
|
*asks brother..
_________________
|
|
Top |
|
 |
Quyxz
|
Post subject: Re: Just wondering Posted: Sat Nov 01, 2008 7:13 pm |
|
Advanced Member |
 |
 |
Joined: Apr 2006 Posts: 2369 Location: The Netherlands
|
its just HTML
_________________
One oldskool matherfacker
|
|
Top |
|
 |
Pan_Raider(`_´)
|
Post subject: Re: Just wondering Posted: Sat Nov 01, 2008 7:16 pm |
|
Banned User |
 |
 |
Joined: Jul 2006 Posts: 4737 Location:
|
Quyxz wrote: its just HTML my bro said hat too 
_________________
|
|
Top |
|
 |
The_General
|
Post subject: Re: Just wondering Posted: Sat Nov 01, 2008 7:19 pm |
|
Casual Member |
 |
 |
Joined: Jul 2007 Posts: 60 Location: Rio Preto - Brazil
|
Some programmer from joymax screwed it up 
|
|
Top |
|
 |
Nixie
|
Post subject: Re: Just wondering Posted: Sat Nov 01, 2008 7:23 pm |
|
Banned User |
 |
 |
Joined: Aug 2007 Posts: 1108 Location:
|
Uhmm... still not fixed. Guess it will never be. <_<
_________________ << banned for proof of botting. -cin >>
|
|
Top |
|
 |
Quyxz
|
Post subject: Re: Just wondering Posted: Sat Nov 01, 2008 7:36 pm |
|
Advanced Member |
 |
 |
Joined: Apr 2006 Posts: 2369 Location: The Netherlands
|
I've seen this also before on previous events. 
_________________
One oldskool matherfacker
|
|
Top |
|
 |
ImmortalKiller
|
Post subject: Re: Just wondering Posted: Sat Nov 01, 2008 8:36 pm |
|
Active Member |
 |
 |
Joined: Aug 2008 Posts: 675 Location: VA/CA
|
Well you can fix it with pk2 edits... but I'm not THAT bothered by it >.>
_________________ Counter Strike... | Source CAL...................................................................... | Main Silkroad Online | Aege ...................................................................................................
|
|
Top |
|
 |
Nitro
|
Post subject: Re: Just wondering Posted: Sat Nov 01, 2008 8:38 pm |
|
Senior Member |
 |
 |
Joined: Sep 2007 Posts: 4769 Location:
|
Nah, its okay ... doesnt bother me either, was just wondering what exactly that is. I guess I got my answer, just a basic HTML ... This may be locked 
_________________  Thanks Noobs_Slayer for signature.
|
|
Top |
|
 |
tedtwilliger
|
Post subject: Re: Just wondering Posted: Sat Nov 01, 2008 8:54 pm |
|
Banned User |
 |
 |
Joined: Apr 2006 Posts: 3657 Location: MrTwilligers skin
|
It's all basic html code
<sml2>: Im not sure what this is, i haven't seen it before. <br>: Inserts a line break, although its meant to be a self closing tag so it should be <br /> <strong>Displays all the text as bolded up until the closing </strong> tag <Font color="255,236,219,156">: Changes the color of the font. Although from what i have learned it should be displayed as a hexadecimal number, such as <font color="#FFFF00"></font>
I will ask my web design teacher what sml2 stands for, i haven't seen it before.
|
|
Top |
|
 |
/Pi
|
Post subject: Re: Just wondering Posted: Sat Nov 01, 2008 8:57 pm |
|
Senior Member |
 |
 |
Joined: May 2007 Posts: 4592 Location:
|
tedtwilliger wrote: I will ask my web design teacher what sml2 stands for, i haven't seen it before. or you can google it. 
|
|
Top |
|
 |
tedtwilliger
|
Post subject: Re: Just wondering Posted: Sat Nov 01, 2008 8:59 pm |
|
Banned User |
 |
 |
Joined: Apr 2006 Posts: 3657 Location: MrTwilligers skin
|
I tried, didn't get any results.
|
|
Top |
|
 |
Nixie
|
Post subject: Re: Just wondering Posted: Sat Nov 01, 2008 9:05 pm |
|
Banned User |
 |
 |
Joined: Aug 2007 Posts: 1108 Location:
|
tedtwilliger wrote: It's all basic html code
<sml2>: Im not sure what this is, i haven't seen it before. <br>: Inserts a line break, although its meant to be a self closing tag so it should be <br /> <strong>Displays all the text as bolded up until the closing </strong> tag <Font color="255,236,219,156">: Changes the color of the font. Although from what i have learned it should be displayed as a hexadecimal number, such as <font color="#FFFF00"></font>
I will ask my web design teacher what sml2 stands for, i haven't seen it before. They probably have some custom tags. It's not like you must use the ones you have given already. You could create a new tag, for example <hello></hello>, add some CSS to it and you have a nice, new tag, hello. :]
_________________ << banned for proof of botting. -cin >>
|
|
Top |
|
 |
tedtwilliger
|
Post subject: Re: Just wondering Posted: Sat Nov 01, 2008 9:11 pm |
|
Banned User |
 |
 |
Joined: Apr 2006 Posts: 3657 Location: MrTwilligers skin
|
Nixie wrote: They probably have some custom tags. It's not like you must use the ones you have given already. You could create a new tag, for example <hello></hello>, add some CSS to it and you have a nice, new tag, hello. :] I never knew you could do that. I've only been studying web design for a few months now so my knowledge of it is still pretty basic. Sounds quite nifty though ^_^
|
|
Top |
|
 |
Cheeze
|
Post subject: Re: Just wondering Posted: Sat Nov 01, 2008 9:31 pm |
|
Regular Member |
 |
 |
Joined: Jan 2008 Posts: 217 Location:
|
tedtwilliger wrote: Nixie wrote: They probably have some custom tags. It's not like you must use the ones you have given already. You could create a new tag, for example <hello></hello>, add some CSS to it and you have a nice, new tag, hello. :] I never knew you could do that. I've only been studying web design for a few months now so my knowledge of it is still pretty basic. Sounds quite nifty though ^_^ You cant just use custom tags in say an html webpage <hello> would be viewed as just text but if you write your own parser or use xml you can because the are used as properties. If you ever get really bored you can look at this http://www.faqs.org/rfcs/rfc3076.html<?xml version="1.0" encoding="ISO-8859-1"?> <pet> <name>Bingo</name> <type>Dog</type> </pet>
_________________
cjN wrote: Does anyone have any good scripts for sbot for the new 100 cap caves?

|
|
Top |
|
 |
tedtwilliger
|
Post subject: Re: Just wondering Posted: Sat Nov 01, 2008 9:41 pm |
|
Banned User |
 |
 |
Joined: Apr 2006 Posts: 3657 Location: MrTwilligers skin
|
Cheeze wrote: You cant just use custom tags in say an html webpage <hello> would be viewed as just text I was thinking that to myself as well in all honesty as a custom tag wouldn't validate, right?
|
|
Top |
|
 |
Nixie
|
Post subject: Re: Just wondering Posted: Sat Nov 01, 2008 9:56 pm |
|
Banned User |
 |
 |
Joined: Aug 2007 Posts: 1108 Location:
|
tedtwilliger wrote: I was thinking that to myself as well in all honesty as a custom tag wouldn't validate, right? Maybe they just wanted to use HTML tags, because it's simple to do things. While I think there are better ways to save some 'rich' (colors, size etc. included) text.
_________________ << banned for proof of botting. -cin >>
|
|
Top |
|
 |
xxbrentonxx
|
Post subject: Re: Just wondering Posted: Sun Nov 02, 2008 3:09 am |
|
Regular Member |
 |
 |
Joined: Sep 2008 Posts: 257 Location:
|
Not so much html its just generic font/colour code.
sml2 perhaps silkroadmainlanguage2 lol?
_________________
CeLL wrote: don't know how to bargain, <---second of all, this isnt some bazaar where I can haggle for an ability pet with a dead chicken and some herbs.
|
|
Top |
|
 |
Barotix
|
Post subject: Re: Just wondering Posted: Sun Nov 02, 2008 4:34 am |
|
Ex-Staff |
 |
 |
Joined: Jul 2007 Posts: 9250 Location: Sand
|
If your question has to with Characters or Skills post it in C&S (Characters & Skills section). If it is a question about SRO post it in the Q&A (Questions and Answers Section). There are no exemptions. Dumping questions in GD will not be tolerated. 05 or 08 - There is no distinction.
_________________
Maddening
|
|
Top |
|
 |
|
Page 1 of 1
|
[ 21 posts ] |
|
Who is online |
Users browsing this forum: No registered users and 4 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|