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 ... 92 93 [94] 95 96 ... 370
1396
News / Re: The Old board archive SMF conversion project
« on: February 26, 2012, 12:23:06 pm »
The conversion is finally done?! You've been working on that for like, forever :P
Yay!

1397
Humour and Jokes / Re: Juju in danger?
« on: February 24, 2012, 06:26:30 pm »
I think the policies about ban+deletion changed, right? I noticed since the Ashbad ban no more account (such as KnightOS/NUGGET/janri and most bots) no longer get deleted ???
We don't delete accounts unless they are just spam like this one was.
On top of that with the IP ban you still can get on anyway, because all it does is preventing anybody from signing up from your school (like the ban on Yunhua98 account to prevent someone at his school from causing any trouble)
That's the plan, I don't know if it's been done though.

1398
News / Re: Upcoming short downtime
« on: February 23, 2012, 09:44:17 pm »
But it has been 6 months since the domain isn't working O.O
I was talking to DT about the subdomains.

1399
News / Re: Upcoming short downtime
« on: February 23, 2012, 05:06:56 pm »
Your isp's DNS cache probably hadn't updated yet.

1400
Humour and Jokes / Re: Juju in danger?
« on: February 23, 2012, 05:05:42 pm »
I think he was banned, but I could be wrong. It would be a shame if none of his 5 accounts were not banned considering the earlier spam. I think if that was the case, then Omni staff would really need to be replaced fast. X.x (no offense)
I was at work. Not my fault that I couldn't stop it. Anyways, why is the account not deleted, as well as the spam posts?

1401
News / Re: Upcoming short downtime
« on: February 22, 2012, 07:55:12 am »
We didn't update SMF. We updated the server itself.

1402
Site Feedback and Questions / Re: Re-open images/screenshots to public?
« on: February 20, 2012, 01:52:51 pm »
Just a sec, I'll go see if I can change the permissions on it.

EDIT: I don't know the windows permissions well enough to figure this out X.x Netham45 will have to do it.

1403
WabbitStudio Software Suite / Re: Wabbitemu on Android
« on: February 15, 2012, 09:38:57 pm »
Android emulator has terrible performance unfortunately. I can't get even close to the kind of performance I do on real hardware.

Eeems: when you try to press keys do they vibrate? If they do then the keys is actually being pressed, but the emulator may not receive it if you tap fast. Try holding down the key for a sec and see if it actually gets it. You have the same size display as me so the sizing shouldnt be an issue, at least I haven't noticed any issues with key locations. Also grab the latest build just to see if it helps at all
Hmm, I just tried again and yes, as long as I hold down long enough it seems to work. Before no matter how long I held it down it was giving the wrong keypress, not just one off, but something entirely on the opposite side of the keypad. Fixed now though, somehow.

1404
At most 3 seconds. It could be instant. If the script uses too much cpu power just increase the time for the sleep.

1405
it would be OmnomIRC.php

1406
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.

1407
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 ).

1408
Oh it's a php bot? How are you running it?

1409
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.

1410
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.

Pages: 1 ... 92 93 [94] 95 96 ... 370