[PHP] IPB post date check

2008-07-24 Thread Luca Paolella
Hi, I'm writing a bot that should let a user log in an IPB forum and do some actions after checking that the right conditions are verified in the user's account's profile. These conditions are: 1) the user must have registered his account before a certain date 2) the user must have posted a

Re: [PHP] PHP GD library installing

2008-04-11 Thread Luca Paolella
On Apr 10, 2008, at 5:15 PM, Daniel Brown wrote: On Thu, Apr 10, 2008 at 4:54 AM, Luca Paolella <[EMAIL PROTECTED] > wrote: How do I install/activate the GD library with my existing PHP version? I'm quite sure it isn't already, since I got this error: Fatal error: C

[PHP] PHP GD library installing

2008-04-10 Thread Luca Paolella
How do I install/activate the GD library with my existing PHP version? I'm quite sure it isn't already, since I got this error: Fatal error: Call to undefined function imagecreate() in /Volumes/Data/ Users/luca/Library/WebServer/Documents/reloadTest/image.php on line 6 Please forgive my igno

Re: [PHP] quicktime new window php

2007-11-24 Thread Luca Paolella
This isn't related to php, so i think you should ask somewhere else... Anyway, to answer your question, if I may, you can't guarantee what you're asking: that's because most browsers will open a new browser window containing a player which IS Quicktime, but has a different appearance. IMHO

Re: [PHP] Can I make a process run in background?

2007-11-06 Thread Luca Paolella
This can be done quite easily using shared memory and/or a database to share data between the scripts. Really? could you give me a little briefing about this method? Actually, what you are looking for is an eggdrop bot which is written in TCL. PHP in my humble opinion was not designed to handl

Re: [PHP] Can I make a process run in background?

2007-11-06 Thread Luca Paolella
Hi, I'm very grateful for your help (thanks to everybody!), but maybe I didn't explain myself correctly, I'm sorry. What I need is the bot to log onto the server and, being logged as a user, to send some periodic messages on a channel ( Hello!) while listening for events and reacting cons

[PHP] Can I make a process run in background?

2007-11-05 Thread Luca Paolella
Hi, Before I start explaining my problem I'd like to say one thing: I'm aware that php isn't the best-suited language for what I'm trying to do (an IRC bot), but unfortunately by now it's the only way I have for various reasons; I want the bot to run a process in background (a periodic me