0 Members and 1 Guest are viewing this topic.
Minor random thing, but in the options page the search box on top migrates to the middle of the bar. (Firefox 4.1)Other than that, great job.
How is the color of your name determined?
function getNameColor($name){ $name = str_replace("@","",$name); $name = str_replace("+","",$name); $rcolors = array(19, 20, 22, 24, 25, 26, 27, 28, 29); $sum = $i = 0; while (isset($name[$i])) $sum += ord($name[$i++]); $sum %= 9; return $rcolors[$sum];}
N = 78e = 101 + 78 = 179t = 116 + 179 = 295h = 104 + 295 = 399a = 97 + 399 = 496m = 109 + 496 = 6054 = 52 + 605 = 6575 = 53 + 657 = 710710
710 % 9 = 8