Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Netham45

Pages: 1 ... 41 42 [43] 44 45 ... 123
631
Introduce Yourself! / Re: Hi friends..
« on: May 03, 2011, 03:15:48 am »
Welcome to the forums! Where are the peanuts at....

632
OmnomIRC Development / Re: OmnomIRC Options Page
« on: May 03, 2011, 01:04:24 am »
I wonder if we could narrow the color range to a more Omnimaga-themed range? (or close)

Sure, got any colors?

633
OmnomIRC Development / Re: OmnomIRC Options Page
« on: May 03, 2011, 12:00:12 am »
Every character has an ascii number.

Code: [Select]
N = 78
e = 101 +  78 = 179
t = 116 + 179 = 295
h = 104 + 295 = 399
a = 97 + 399 = 496
m = 109 + 496 = 605
4 = 52 + 605 = 657
5 = 53 + 657 = 710

710

Then we modulate it by 9.

Code: [Select]
710 % 9 = 8

It's then equal to the 8th color in the array(that goes from 0-8). Since I kept the x-chat numerals, that's 29. 29 matches up to a CSS value with colors (that were again, ripped from x-chat).

By changing any one character up one or down one, you can make the result equal whatever you want. Appending an 'a' to the end would make the color stay the same at the 8th entry, a 'b' would make it be the 0th entry in the array, a 'c' would make it the 1st, ... 'i' would make it be the 7th, and j would start the loop again.

634
OmnomIRC Development / Re: OmnomIRC Options Page
« on: May 02, 2011, 11:51:41 pm »
It could be controlled by the last char in your name.

635
OmnomIRC Development / Re: OmnomIRC Options Page
« on: May 02, 2011, 11:49:11 pm »
How is the color of your name determined?

Code: [Select]
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];
}

636
News / Re: Forum reaches 150000 posts.
« on: May 02, 2011, 10:30:51 pm »
Omniurl.tk had 11425 hits in April. 17 of which were jimbawens poking around in areas he shouldn't be in. :P

637
OmnomIRC Development / Re: OmnomIRC Options Page
« on: May 02, 2011, 10:11:51 pm »
Just click it, it opens in a new page by default.

They call a javascript function on left click that opens in a new tab.

639
OmnomIRC Development / Re: Colored Names
« on: May 02, 2011, 08:40:52 pm »
I think without bold it should be better indeed.

Also Netham45, double-post, much? :P

Oops, I didn't even notice. I was thinking they were two different threads. :P

640
OmnomIRC Development / Re: Clearing Browser Caches
« on: May 02, 2011, 08:40:14 pm »
Y U NO POST SOMTHING 'BOUT NETSCAPE NAVIGATOR

I think that the cache cleared on all of the installs of netscape still out there about 13 years ago.

641
OmnomIRC Development / Re: Clearing Browser Caches
« on: May 02, 2011, 08:24:22 pm »
You're welcome, everybody.
You didn't the first time, Netham.
And how on Earth do I have more posts than you, Netham? You're, like, one of the first ones to sign up.

Yea I did, and I IRC more than I forum. :P

642
OmnomIRC Development / Re: Colored Names
« on: May 02, 2011, 08:20:24 pm »
Thanks, saw it now.

EDIT: I don't know if this is because of the colored names, but I switched it on, typing didn't worked. Switched it off, typing still didn't work.
I tried another browser and I still have the same problem: Everything I type in omnomirc isn't displayed.

Try clearing your cache first, then if that doesn't work, Try hitting the english/french button on top a couple times

A) have the nicks in color but without bold

Done.

643
OmnomIRC Development / Re: Clearing Browser Caches
« on: May 02, 2011, 08:18:59 pm »
I unnommed it

--Freyaday

Spoiler For Safari:
Goto tools
Select Reset Safari
On the window that comes up, deselect all the buttons except Cookies and Cache
Accept

Lol, I put it into the main post. :P

644
OmnomIRC Development / Re: Clearing Browser Caches
« on: May 02, 2011, 08:12:32 pm »
Nice, finally a clear reference in one place. And lol @IE.

And for Safari Tools is also Alt+T (on Windows, at least).

Kk. Thanks you and Frey.

645
OmnomIRC Development / Having issues with OmnomIRC? START HERE!
« on: May 02, 2011, 07:31:01 pm »
First off, please make sure your browser is compatible.
Spoiler For Browser Compatibility:
Opera 11 - Full
Firefox 4 - Full (Mildly slow.)
Chrome 11 - Full
IE9 - Most Works(Does not scroll properly, stylesheets do not work quite right.) Really slow.
IE8 - Does not work(Does not load properly).

From here on, I will no longer be supporting IE8-. It just doesn't work right. If you must use IE, please upgrade to IE9. If you don't need to use IE, please use Opera, Firefox, or Chrome.

I will be supporting IE9 and above, though it will receive features and bug fixes at the lowest priority.


Older browsers will not be supported. FF3.0, for example, came out in June of 2008, almost 3 years ago, therefore it will not be supported.
Please clear your browser caches before submitting bug reports. Here's how to clear them!

Spoiler For Opera:
press Alt+T
Select 'Delete Private Data'
Uncheck everything except for 'Delete entire cache' under 'Detailed Options'
Click on 'Delete'
Spoiler For Chrome:
Press Ctrl+Shift+Del
Uncheck everything except for 'Empty the cache'
Click on 'Clear browsing data'
Spoiler For Firefox:
Press Alt+T
Select 'Clear Recent History'
Set time rage to 'Everything'
Unselect everything except 'Cache' under Details
Spoiler For Internet Explorer:
Switch to Opera, Chrome, or Firefox and follow those instructions.
For those stuck on IE:
Press Alt+T
Select 'Delete Browsing History'
Check 'Preserve Favorites Website Data', and 'Temporary Internet Files'
Uncheck everything else
Hit 'Delete'
Spoiler For Safari:
Goto tools(Alt+T on Windows, Command+T on Mac)
Select "Reset Safari"
Deselect all the boxes except Clear Cookies and Clear Cache
Click ok


Quick refreshes:

Opera: F5
Chrome: Ctrl+F5
Firefox: Ctrl+Shift+R
IE: Ctrl+F5
Safari: Ctrl+Shift+R


If you are still having issues after clearing your cache, please make a new topic/reply in an applicable topic with your:
Browser Type/Version
Browser Extensions(noscript, for example)
OS (Windows/Linux)
Version of OS(7/Debian)
When you first noticed the bug

Pages: 1 ... 41 42 [43] 44 45 ... 123