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 - Eeems

Pages: 1 ... 117 118 [119] 120 121 ... 370
1771
Site Feedback and Questions / Re: German section in Omnimaga
« on: July 13, 2011, 09:27:26 pm »
And now that we have a German subforum, how about an #omnimaga-de chan? That way we can put the German SpyBot posts there, like in #omnimaga-fr for French forums.
Me and Juju are currently holding the channel. I'll talk to Netham45 about opening a channel there and for New posts as well ( unless Juju did already ).

1772
News / Re: Axe Parser 1.0.0 is out!
« on: July 13, 2011, 09:19:54 pm »
Due to discovered bugs, I would wait until 1.0.1 anyway which should be out late tonight.  I always expect the unexpected so I had a feeling something like this would happen.

Thanks again for all the support.  It really wouldn't have reached this level without everyone's tremendous feedback.
Lets hope I'm quicker in updating the documentation files on my site then I have been with the other versions :P

1773
News / Re: Axe Parser 1.0.0 is out!
« on: July 13, 2011, 05:07:51 pm »
Updated the hosted documentation on my site :)
I might play around with coding in it again :)

1774
News / Re: Donations
« on: July 13, 2011, 01:10:23 am »
0.o that is friggin expensive to the point where I'd say you are getting ripped off to the extreme. I get way more than that and I pay a whole lot less. I don't know why you guys moved from 1and1 but surpass has served me and Kerm very well over the years and is hella cheaper. But if you are gonna ask for donations you had better be trying to get by without as best as possible first and it sure doesn't look like that.

And I still feel like asking people to pay for Nethams VPS is wrong, and IRC bot should not need a VPS and if he wants members to pay he should be looking for the cheapest way possible to host it, not be getting massive overkill.
We are actually discussing things right now about this. We might be able to cut it by a lot.
We will announce when we figure it out.

1775
News / Re: Donations
« on: July 13, 2011, 12:59:30 am »
http://www.aspirationhosting.com/sharedplus.php
AspirePlus2
and I don't know about the 1and1 account I'd have to do some looking into it but I don't have the info atm.
I agree though it is pretty steep. I'm wondering if we should look around and see if we can get another better deal ( although make sure to do a good background check on the hosting and make sure they have been around a long time ).

1776
OmnomIRC Development / Re: Plugin System Layout
« on: July 12, 2011, 11:33:04 pm »
Thanks :) Why I came up with that type of system so quickly is because of a ton of work with dynamic javascript stuff that I've done in the past, coupled with the fact that I use jQuery a lot and some of it's source it like that :P

Anywho, my options idea:
For options have it pass another variable to it in the plugin entry. So:
Code: [Select]
options: {
  optionName:{
    type: 'bool',
    default: true
  }
},
At startup it would then quickly parse all the options from the plugins into a Options variable or something for speed and then every time you open the options screen it would dynamically create it for you based on the current setting and what type of option it is. So you can have booleans, text, numbers etc

EDIT: Oh and for getting the options name, this might be useful :P http://pietschsoft.com/post/2008/02/28/JavaScript-ForEach-Equivalent.aspx just in case you don't know about it. ( I'm pretty sure it works with objects )

EDIT2: yep it works!
Code: [Select]
>>> a = {t:'adlfj',bla:'herro'}; for(var i in a){console.log(i+": "+a[i]);}
t: adlfj
bla: herro

EDIT3: oh and
Code: [Select]
>>> a = {t:'adlfj',bla:'herro'};a[0]='test';for(var i in a){console.log(i+": "+a[i]);}
t: adlfj
bla: herro
0: test

EDIT4: I decided to write up a quick example of a plugin handler. Although it's missing some of the stuff for getting settings, and for displaying the options panel, but all the core stuff is there
http://pastebin.com/CnnhEgcH

EDIT5: bug fixes/more comments http://pastebin.com/FgyG7v3p

1777
OmnomIRC Development / Re: Plugin System Layout
« on: July 12, 2011, 11:26:28 pm »
So thoughts for an alternative layout for the javascript plugin:
pastebin code
So basically instead of registering it, have it in a variable Plugins and just loop through the array when you want to search for stuff. So to get the onjoin event for the plugin you would do this inside the loop. ( i==the iteration in the loop )
Code: [Select]
if(Plugins[i].join!=undefined){
  Plugins[i].join();
}
This way you don't have to call functions to register them, they register themselves. They also use up less function names this way. You could do a little check after loading all the plugins to remove all the ones that don't have the right version info.
So this way a ton less registering is being done and it's all there for you to work with in the end :)

EDIT: Also, you could probably come up with a better way to do options. I'd have to think up how to do it though, but I already have a pretty good idea of what I think a better way could look like.

1778
News / Re: Donations
« on: July 12, 2011, 04:22:19 pm »
Subdomains are nice, but if it would just point to an IP, maybe an email would be better. I just got paid today so I may be able to spare like $5-$10.
Well I'm thinking pointing to a domain ( or redirecting to another url ) would be only if we don't want to also have to host a bunch of other people. If we are ok with that though then we would give some space as well.

1779
News / Re: Donations
« on: July 12, 2011, 04:00:19 pm »
I think a subdomain would be nice for donors.
Hrm...we could do a simple subdomain pointing to whatever ip you want. Hosting people's stuff though would make it harder. Although we might be able to do it. I'd have to talk to the other admins about it and see what they think.

1781
TI Z80 / Re: New Contest Entry Spoiler
« on: July 10, 2011, 11:08:35 pm »
* yunhua98 like Sir's backups.  :P
What backups?
Well you did backup a tiny bit of it :)

1782
Miscellaneous / Re: post your website url
« on: July 10, 2011, 11:07:37 pm »
Oops, spelled something wrong. There we go fixed :)

1783
Miscellaneous / Re: post your website url
« on: July 10, 2011, 09:31:20 pm »
Well, yeah. You still might want a dyndns.

Also, for the websites of mine, I think I can say http://www.omnimaga.org/ now. :P
Lol :P
Oh I forgot, whenever my laptop is on
http://eeems.dyndns.org:1337

1784
Miscellaneous / Re: post your website url
« on: July 10, 2011, 09:27:39 pm »
67.172.13.226
You should get a dyndns for that :)

1785
Edited my post

Pages: 1 ... 117 118 [119] 120 121 ... 370