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 ... 43 44 [45] 46 47 ... 123
661
Miscellaneous / Re: Osama Bin Laden died
« on: May 02, 2011, 06:15:01 am »
They GUESS And THINK it was him on 9/11 , but I once saw a documentaire showing that it could alll be set up; Bush might havd known!
Ofcourse this is seriously debatable, and might stay a mystery forever.

Personally, I wouldn't give those conspiracy theories a second thought. They're little better than the theorists who claim that the lunar landings were staged, or who claimed that Oswald didn't kill JFK.

662
Miscellaneous / Re: Osama Bin Laden died
« on: May 02, 2011, 05:57:43 am »
He was the mastermind behind an attack that killed almost 3,000 Americans, that's why they're excited.

I do agree, though, I would have rather seen him stand trial.

663
OmnomIRC Development / Re: The merged OmnomIRC lines glitch is back
« on: May 02, 2011, 04:32:59 am »
Yea, I simplified a 300+ line script into about 120 using regex's.

664
OmnomIRC Development / Re: The merged OmnomIRC lines glitch is back
« on: May 02, 2011, 04:20:49 am »
The power of regex's. :P

665
OmnomIRC Development / Re: Log search no longer works (Error 500)
« on: May 02, 2011, 03:10:50 am »
Searches are taking so long they're timing out, presumably due to the high number of Omnimaga logs.

I need some sort of indexing search to make it fast. I'll look into finding something for it.

666
Here's what was happening:
Base64 has + as a valid character.
+ is not valid for URLs.
~ just happens to have a + in it, if it's in a specific spot.


Solution:
Find/replace + for - on send, as - is a valid URL char and not used in Base64.
Find/replace - for + on receive, then base64 decode.

Problem solved.

667
OmnomIRC Development / Re: The merged OmnomIRC lines glitch is back
« on: May 02, 2011, 02:48:46 am »
hah, found what was causing it and fixed it. >:D

Edit: the problem was with a regex.

I had
Code: [Select]
^(.*)(\[[0-9]{2}:[0-9]{2}:[0-9]{2}\]) \<(.+?)\>(.*)
but the (.*) was making it match the last result on the line(and it was assuming that was the name and such), instead of the first. Changing that to (.?) worked to fix it.
Code: [Select]
/^(.?)(\[[0-9]{2}:[0-9]{2}:[0-9]{2}\]) \<(.+?)\>(.*)

668
Miscellaneous / Re: Osama Bin Laden died
« on: May 02, 2011, 01:49:17 am »
DJ, apparently they tested his DNA against his sister's (who is also dead) and they seemed to be siblings, so presumably it's the man himself.

He had 50something siblings.

669
OmnomIRC Development / Re: iOmnom development thread
« on: May 01, 2011, 11:36:46 pm »
It's done in his, but I haven't added anything to mine about it.

670
Humour and Jokes / Re: Friday!
« on: May 01, 2011, 11:13:44 pm »
Quote from: Youtube Comment
NEWS REPORTS HAVE CONFIRMED THAT THEY DROPPED A RADIO INTO BIN LADEN'S CAVE AND BLASTED THIS SONG, CAUSING HIM TO SPONTANEOUSLY COMBUST.

Found that on Youtube.

671
Humour and Jokes / Re: Funny #omnimaga quotes (NSFW)
« on: May 01, 2011, 11:12:09 pm »
hax.

672
wut

How do you guys find these? :|

The only thing I can think of is some sort of flaw in the base64 lib I'm using, I'll read over it..

673
OmnomIRC Development / Re: Suggestion: Mobile Version of OmnomIRC
« on: April 29, 2011, 01:25:17 pm »
* Freyaday is sad.
Stupid nonstandardization!

Check this out:
http://www.omnimaga.org/iOmnom_Mini/

It'll work in Opera Mini.

674
OmnomIRC Development / Re: iOmnom development thread
« on: April 29, 2011, 04:20:35 am »
Earlier, Opera support was mentionned. Netham45 was able to use it but not me, though. ???

It kinda sorta worked in Opera; I saw the text load and assumed it fully worked.

The formatting was fubar, and the textbox won't send.


Opera mini is a no go completely. It doesnt support JavaScript.

It supports a bit of Javascript, and frames. I'd suggest having a bottom frame for the textbox and such, and a top frame for the text from IRC with a meta refresh tag for 5 seconds or so.(Opera Mini doesn't support meta refresh.) It'll keep refreshing and be ugly, but it's prolly all you'll get to work on there.

Edit: CLICK THIS.

That's the -lightest- OmnomIRC client I could possibly make. Works so-so on Opera Mini, not quite as well as I'd like. I'm doing it in a very hackish way to get around the 2 second execution limit, it should update roughly every 5 seconds or so. I can't guarantee it'll work, though. Pretty much any sort of caching trips it up.

675
OmnomIRC Development / Re: iOmnom development thread
« on: April 29, 2011, 01:45:08 am »
Think you could go through whatever lib you're using and make it work on non-webkit browsers? I'd like to be able to use it, over here in WiMO land.

Opera Mobile/Opera Mini support would like 5x the userbase.

Pages: 1 ... 43 44 [45] 46 47 ... 123