![]() New link in the top of page "IRC Chat". |
Register | Login | |||||
![]() |
Main
| Memberlist
| Active users
| Calendar
| Last Posts
| IRC Chat
| Online users Ranks | FAQ | XPW | Stats | Color Chart | Photo album |
![]()
| |
Xeogaming Forums - - Posts by Kard Ayals |
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 |
User | Post | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Wow.
How much time did it take you? Indeed, spaces become 1. As for if the name is too long? Basically typed random letters =D | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
I want to see my char there (thread should still be somewhere near) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
(restricted)
|
![]()
|
I'll post the code soon, so you guys can see exactly what I did. | (restricted) |
|
![]()
|
Double Post oh sht;
| Oh well, I did say I was gonna post how I did it... Not the best way and very flawed. But hey, it was to last less than a week anyway. So that's the function: function getnamecolor($sex,$powl,$unames=""){ global $nmcol; // $sex=3; $special = 0; if($unames == "") $special = 0; if($special == 0){ //Stuff Happens } else{ $name = $unames."kasjasdk"; $name = preg_replace("/s/", "1", $name); $name=eregi_replace("g",'A',$name); $name=eregi_replace("h",'B',$name); $name=eregi_replace("i",'C',$name); $name=eregi_replace("j",'D',$name); $name=eregi_replace("k",'E',$name); $name=eregi_replace("l",'F',$name); $name=eregi_replace("m",'A',$name); $name=eregi_replace("n",'B',$name); $name=eregi_replace("o",'C',$name); $name=eregi_replace("p",'D',$name); $name=eregi_replace("q",'A',$name); $name=eregi_replace("r",'B',$name); $name=eregi_replace("s",'C',$name); $name=eregi_replace("t",'D',$name); $name=eregi_replace("u",'E',$name); $name=eregi_replace("v",'F',$name); $name=eregi_replace("w",'A',$name); $name=eregi_replace("x",'B',$name); $name=eregi_replace("y",'C',$name); $name=eregi_replace("z",'D',$name); $namecolor ="color=.substr($name, 0, 6); } return $namecolor; }
|
![]()
|
Well, it thought it was smoother too.
| But hey... it's not like I asked people's opinion before doing it (therefore, not permanent)
|
![]()
|
Originally posted by DragonXeo I think it might've been you who gave me the idea (well, it think it was you who posted at Ace's basically complaining that the lol random colors are getting old). I wanted to do something different at least. (but hey, even if the colors are away, I changed my layouts color =D)
|
![]()
|
Didn't know what to write. |
|
![]()
|
I prefer ereg_replace.
| And then the x_replace functions are case sensitive, while xi_replace wouldn't be. (replace x with whatever)
|
![]()
|
World Junior Hockey Championship Finals: Canada vs. Russia.
| For the second time today =D (restricted) |
|
![]()
|
It kills the awesome layout. |
|
![]()
|
Oh, and the code I posted has one terrible flaw.
| Special chars are not removed, which could potentialy make some crappy usernames and stuff. EDIT: And yeah, Xk abused it.
|
![]()
|
I was planning to make this thread someday.
| Heh. What I've been reading (and listening to, kinda) in the past few days is "Slipper man's Recording Distorted Guitar From Hell". link Lots of stuff about recording (and while this suggest it talks about distorted guitar, it doesn't really =D)
|
![]()
|
Clock, mine is do-able? |
|
![]()
|
I dunno if that was intentional, but that's a huge bump.
| Like 1+ year. Don't do it again. (honestly, I don't think your post justifies it. A new thread would've been fine) (restricted) |
|
![]()
|
I need to play this sometime.
| (and most games I've seen doujins of, to know what they were about =DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD)
|
![]()
|
Yes. This pretty much is my character. | |
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 |
Xeogaming Forums - - Posts by Kard Ayals |