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

Pages: [1] 2
1
Art / Re: All art made by me!!!!!!!!!!
« on: February 12, 2012, 03:55:50 pm »
Wow this is a great collection of art. I tried to use GIMP a few years ago but it was a bit too complex, I use Paint.NET Regularly. However I know GIMP and Paint.NET are used for different purposes tho there is some overlap.

paint.NET is a lot basic than GIMP. Photoshop is the best tool to use but it's a lot more complex, can do more and costs money. Money that I don't want to pay for. lol

2
Art / Re: All art made by me!!!!!!!!!!
« on: February 12, 2012, 03:54:08 pm »
The milky way me think about the stairs at the end of the smash bros brawl history...
Tabbu in da place, guys! ;-p

Hehe!

3
it would be OmnomIRC.php
How long does it take for the script to do a restart?

4
I think he already has an auto-restart script. I'm not sure though, we'd have to ask him.
Oh, and btw helen, this script will also start Omnom on its own if it isn't running. You can start it first or just my script, it doesn't really matter.

Yes I'm aware of that. :3

You could do the pid thing. You could also run the script itself ( ./OmnomIRC.php ( make sure to add the right stuff to the start of it ( #!/usr/bin/php5 ) ) ) that way the process name will be the name of the script instead of php :)

EDIT: @ DJ: my script probably wont fix the issues where omnom stops relaying to one of the channels. That is a code issue I think. Unless he has multiple processes ( one per server he connects to ).
So if I had #!/usr/bin/php5 to the beginning of the script then what will the name of the script be?

EDIT (Eeems): merged posts

5
Netham45 appears to have the same problems for his OmnomIRC it seems. I wonder if your script could actually fix our split channel problems Eeems? (so we don't have to rely on AaronBot or Jimbauwen every few week or so)
You seriously rely on AaronBot? :o That thing is buggy! I used it as a relay and it kept getting mixed up and ended up relaying other peoples channels to mine.

6
Oh it's a php bot? How are you running it?
php OmnomIRC.php

7
Well if I remember correctly it would probably be the name of the script/binary you are running. You could try changing it to ps -A instead, it's just less precise.
I've tried looking through ps -A in the past only to find that my bots process names are "PHP". Any way of changing a process name for a bot?

8
You could just do something like this:
Code: [Select]
p="process name"
while true; do
/path/to/process/to/run;
while [ "$(ps -C $p | grep $p)" != "" ]; do
sleep 3;
done;
done;
I haven't tested it but with some tweaking I'm pretty sure it should do what you want.

Okay I think it's working! :3 Okay sorry it's NOT working. :( I can't find what the process would be.

9
You could just do something like this:
Code: [Select]
p="process name"
while true; do
/path/to/process/to/run;
while [ "$(ps -C $p | grep $p)" != "" ]; do
sleep 3;
done;
done;
I haven't tested it but with some tweaking I'm pretty sure it should do what you want.

Okay I think it's working! :3 Okay sorry it's NOT working. :(

10
Okay I have OmnomIRC running in my channels which keeps closing now apparently it needs an auto restart script according to Nathem. How do I create one? I tried Googling but had no success what so ever. Is this in the wrong place or is there a better place for it?

11
Art / Re: All art made by me!!!!!!!!!!
« on: February 08, 2012, 11:38:03 am »
Testing123

12
Art / Re: All art made by me!!!!!!!!!!
« on: July 24, 2011, 08:17:32 pm »
The first image is by far the best yes!
Well..... this is the only community that likes that image everyone else who i've shown it to told me it wasn't very good and to try harder.

13
Other / Re: What computer OS do you use?
« on: July 22, 2011, 12:26:37 pm »
IonOS Studio Edition on my desktop and IonOS Home Edition on my netbook.

14
Art / Re: All art made by me!!!!!!!!!!
« on: July 19, 2011, 03:06:34 pm »
Yeah, nice pics, I love the first one :)
Ya it's one of the best!

15
Art / Re: All art made by me!!!!!!!!!!
« on: July 19, 2011, 01:05:49 pm »
I wanna know how u did the first one.........
can the gimp do that stuff?
cause i know i can colorize and some other things, but can you do that?
Yes i made them in GIMP but i forgot how it was back in 2010.

Pages: [1] 2