Pause de 30 secondes durant un process : idée!

2001-06-22 Thread Daive

J'ai eu cette idée mais j'aimerais avoir l'avis de certains d'entre vous à
ce sujet.

Imaginons une variable contenant l'heure, et une loop avec pour condition
que la variable + 30 secondes stop la loop. (autremendit, ma loop va looper
jusqu'à temps que 30 secondes ce soit écoulés)

Est-ce que ça va influencer les ressources du serveur? J'ai peur du
résultat.. :\

Daive!



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: weird thing...

2001-03-23 Thread Daive

mmmh do you know how to make it work without opening a IE "window" with AT ?
:) that's my only trouble with that hehe

daive

- Original Message -
From: "Mark Woods" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, March 23, 2001 3:10 AM
Subject: Re:  weird thing...


> coldfusion scheduling is notoriuosly unreliable. I've recreating these
> symptoms over and over, and followed various threads in the allaire forums
> about it, but never seen a straight answer. I suspect it's nothing to do
> with CF per se, that it's something set in windows somewhere which causes
> the cfscheduler not to work on some servers - but I've no idea where/what
> that setting is. (never tried using CFSCHEDULE on linux)
>
> If you want to be sure you're code will work, use the scheduling service
> built into the OS (NT 'at' or Linux 'cron'). There are some custom tags
> available to make using these as easy as using CFSCHEDULE. I think there
is
> actually a CFX_SCHEDULE.
>
>
> Mark
>
> At 12:03 AM 3/23/2001, you wrote:
> >I got a scheduler website where users can set some meeting and having a
> >feature to be notified by email at a specific time.
> >
> >What i've do, is creating a new task with  to be executed one
> >time at a specific date. Everything work fine except one thing : the cf
> >server doesn't see my new task untill i edit/update it via cf panel. (so
> >it's manually)
> >
> >Someone know why? My interval refresh is set to 5 minutes.. i've made
some
> >tests and was checking the schedule log files, and that's how i explain
this
> >trouble : i think there is something more under the cf automated task
panel
> >when editing a task that i doesn't have when using  tag..
> >
> >any ideas?
> >
> >Daive
> >[EMAIL PROTECTED]
> >
> >
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



weird thing...

2001-03-22 Thread Daive

I got a scheduler website where users can set some meeting and having a
feature to be notified by email at a specific time.

What i've do, is creating a new task with  to be executed one
time at a specific date. Everything work fine except one thing : the cf
server doesn't see my new task untill i edit/update it via cf panel. (so
it's manually)

Someone know why? My interval refresh is set to 5 minutes.. i've made some
tests and was checking the schedule log files, and that's how i explain this
trouble : i think there is something more under the cf automated task panel
when editing a task that i doesn't have when using  tag..

any ideas?

Daive
[EMAIL PROTECTED]



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



bannière!

2001-01-29 Thread Daive

salut,

je cherche un site qui paye pour afficher leurs bannières, quelqu'un a une
idée? :)

daive



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Checking STMP (FTP?) server status.

2000-10-02 Thread Daive

This is a multi-part message in MIME format.

--=_NextPart_000_0077_01C02C7E.D55590F0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi everybody,

i've made a website that allow to a user (if they are registred) to =
enter some address (http) and port to check his status. (if site is =
down, or slow etc. ) That was easy, i'm just using CFHTTP tag and =
verifying cfhttp.values .. And if an error is occured, the user receive =
an email.

Now one of my client want to check the status of other kind of address. =
By example, an STMP server or FTP server. I don't really know which tags =
or tools i need to work on .. Is there someone that can suggest the best =
way to do it?=20

Thanks!

Daive
[EMAIL PROTECTED]

--=_NextPart_000_0077_01C02C7E.D55590F0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable









Hi everybody,
 
i've made a website that allow to a =
user (if they=20
are registred) to enter some address (http) and port to check his =
status. (if=20
site is down, or slow etc. ) That was easy, i'm just using CFHTTP tag =
and=20
verifying cfhttp.values .. And if an error is occured, the user receive =
an=20
email.
 
Now one of my client want to check the =
status of=20
other kind of address. By example, an STMP server or FTP server. I don't =
really=20
know which tags or tools i need to work on .. Is there someone that can =
suggest=20
the best way to do it? 
 
Thanks!
 
Daive
mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]<=
/DIV>

--=_NextPart_000_0077_01C02C7E.D55590F0--

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



sending a server-file on a cf page

2000-05-31 Thread Daive

Hey all

i want to send a file on my drive D: when a user load a cfm file. is there a
way to do that without virtual stuff on my web server? my webroot is on my
drive C: .. and i'm using cf server 4.5

daive


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CFENCODE!

2000-04-25 Thread Daive

Is there a way to check if a cfm file is encrypted or not? Like i'm about to
build some utils with login/pass to encrypt specific directory and i don't
want the user to encrypt a file 2 times. Any ideas?

daive
--
[EMAIL PROTECTED]


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



A way to know if a template is encoded with CFENCODE?

2000-04-20 Thread Daive

Heya,

i'm about to build a template file that will look in a list of directory to
check if the cfm files are encrypted in it. ( i'm working via ftp server )
So my question is about detecting encrypted files, someone know a way to
check that? I can maybe check if the file containing specific characters but
i think that will take to much cpu process to do that with each files.

Any suggestions??

Daive
--
[EMAIL PROTECTED]
http://www.daive.qc.ca


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: submit a form using img?

2000-04-06 Thread Daive

You cannot assign a name to a submit-img button. But something you can do,
it's verify if isdefined("X") and isdefined("Y") .. x and y return the
position on the img that the user clicked. Or just put something like



for you back button..

Daive


- Original Message -
From: Ins Ins <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 04, 2000 9:56 PM
Subject: submit a form using img?


> Hi,I want to submit a form by using img.But the name
> fileds do not pass to the action page:
>
> 
>
>  src="back.gif" alt="back">
>
>  alt="continue" VALUE="continue">
> 
>
> In the next actionpage.cfm, I check
> isDefined("back")
> and isDefined("continue")
> all get 'NO',not exsist.
>
> How to make it work?
>
> Ins
>
>

_
> http://www.yahoo.com.au/wedsite - The Wed Site
> - Planning a wedding? Get all the help you need.
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



client.variables

2000-04-06 Thread Daive

Heya,

Someone know if client.variables are limited? Is there a process difference
between 5 or 50 client variables?

Thanks

Daive
--
[EMAIL PROTECTED]


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.