[FX.php List] [OT] Server Plugin

Erik Andreas Cayré erik at cayre.dk
Tue May 8 14:34:28 MDT 2007


Den 08/05/2007 kl. 21.20 skrev Tom Sepper:

> That's an interesting concept, so I wrote a quick test.
>
>
> <?
> include_once("FX/FX.php");
> include_once("FX/server.php");
> define("DEBUG",false);
>
> $event = new FX($ipaddress, $port, $type);
> $event->SetDBData($database, "2007_DB");
> $event->SetDBUserPass ($username, $password);
>
> $event->AddDBParam('-script','AUTOMATE_Test');
>
> $eventData = $event->FMFindAll();
>
> if ($eventData['foundCount'] > 0) {
>         echo $eventData['foundCount'];
> }
>
> else {
>         echo "None";
> }
> ?>
>
> When I manually execute the "AUTOMATE_Test" script, it's correctly
> executed.
>
> When I manually execute the php file, I get the correct found count  
> but
> the script is not executed.
>
> Ideas?

Did you make sure that the script is web-compatible?

>
>
>
> -----Original Message-----
> From: fx.php_list-bounces at mail.iviking.org
> [mailto:fx.php_list-bounces at mail.iviking.org] On Behalf Of Derrick  
> Fogle
> Sent: Tuesday, May 08, 2007 1:37 PM
> To: FX.php Discussion List
> Subject: Re: [FX.php List] [OT] Server Plugin
>
> Why not CRON jobs that execute php pages that trip your scripts?
>
> On May 8, 2007, at 1:33 PM, Tom Sepper wrote:
>
>> There's a bunch of smart people on this list, so I thought I'd check
>> with everyone about this.
>>
>> I'm looking for a server-based plugin that can execute scripts on a
>> set
>> schedule. Does anyone know of one? I've looked at Troi Activator,
>> but it
>> appears that's a client plugin rather than a server plugin.
>>
>>
>> ---
>> Tom Sepper
>> Director of Information Technology
>> Director's Choice Tour & Travel
>>
>> P 806.762.6354
>> F 806.763.7637
>>
>> tsepper at directorschoice.travel
>> www.directorschoicetourandtravel.com
>>
>> _______________________________________________
>> FX.php_List mailing list
>> FX.php_List at mail.iviking.org
>> http://www.iviking.org/mailman/listinfo/fx.php_list
>
>
> Derrick Fogle
> derrick at fogles.net
>
>
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list



---
Erik Andreas Cayré
Spangsbjerg Møllevej 169
6705 Esbjerg Ø

Privat Tel: 75150512
Mobil: 40161183

---
»Interesse kan skabe læring på en skala sammenlignet med frygt, som  
en nuklear eksplosion i forhold til en kineser.«
--Stanley Kubrick

»Kun p....sure mennesker kan ændre verden. Innovation skabes ikke af  
'markedsanalyse', men af folk, der er afsindigt irriterede over  
tingenes tilstand «
--Tom Peters

»Hvis du ikke kan forklare det simpelt, forstår  du det ikke godt nok.«
-- Albert Einstein

»Hvis du ikke har tid til at gøre det rigtigt, hvornår vil du så have  
tid til at lave det om?«
-- John Wooden, basketball coach




More information about the FX.php_List mailing list