On 18 April 2011 04:38, Bastien wrote:
>
>
>
>
> On 2011-04-17, at 10:26 PM, tedd wrote:
>
>> Hi gang:
>>
>> Anyone have an email script that allows attachments they would share?
>>
>> I've been trying to figure this out and everything I've tried has failed.
>> I've looked at over a dozen script
On Mon, 2011-04-18 at 11:05 +0100, Richard Quadling wrote:
> On 18 April 2011 04:38, Bastien wrote:
> >
> >
> >
> >
> > On 2011-04-17, at 10:26 PM, tedd wrote:
> >
> >> Hi gang:
> >>
> >> Anyone have an email script that allows attachments they would share?
> >>
> >> I've been trying to figure th
I use Zend_Mail (from Zend Framework) works perfectly.
--
João Cândido de Souza Neto
"tedd" escreveu na mensagem
news:p06240806c9d150fea24d@[192.168.1.2]...
> Hi gang:
>
> Anyone have an email script that allows attachments they would share?
>
> I've been trying to figure this out and everyt
On Sun, Apr 17, 2011 at 10:26:04PM -0400, tedd wrote:
> Hi gang:
>
> Anyone have an email script that allows attachments they would share?
>
> I've been trying to figure this out and everything I've tried has
> failed. I've looked at over a dozen scripts that don't work. I'm
> about to pull out
Hi gang:
Quite some time ago I had a demo that showed Javascript injection. It
was where a user could type in:
alert("Evil Code");
and a JavaScript alert would be shown.
But now my demo no longer works. So, what happened? Was there a php
update that prohibited that sort of behavior or did
On Monday, April 18, 2011 at 1:06 PM, tedd wrote:
Hi gang:
>
> Quite some time ago I had a demo that showed Javascript injection. It
> was where a user could type in:
>
> alert("Evil Code");
>
> and a JavaScript alert would be shown.
>
> But now my demo no longer works. So, what happened? Was
Javascript:alert("Hello World");
The browsers have had many updates since last I seen this work.
PHP Server side.
JavaScript Client/Browser Side.
Richard L. Buskirk
You can't grow your business with systems that are on life support...
-Original Message-
From: tedd [mailto:t...@sperli
Is someone up to Cross Site Scripting? ;)
--Shreyas
On Mon, Apr 18, 2011 at 10:39 PM, Joshua Kehn wrote:
> On Monday, April 18, 2011 at 1:06 PM, tedd wrote:
> Hi gang:
> >
> > Quite some time ago I had a demo that showed Javascript injection. It
> > was where a user could type in:
> >
> > aler
On Mon, 2011-04-18 at 22:43 +0530, Shreyas Agasthya wrote:
> Is someone up to Cross Site Scripting? ;)
>
> --Shreyas
>
> On Mon, Apr 18, 2011 at 10:39 PM, Joshua Kehn wrote:
>
> > On Monday, April 18, 2011 at 1:06 PM, tedd wrote:
> > Hi gang:
> > >
> > > Quite some time ago I had a demo that s
wrote in message
news:005501cbfdeb$457839c0$d068ad40$@com...
> Javascript:alert("Hello World");
> The browsers have had many updates since last I seen this work.
>
?? You're saying that "alert" doesn't work on your browse? Gee - it works
on mine.
--
PHP General Mailing List (http://www.p
Yes Alert works fine on my browsers but the hack to change the alert on
someone else's website has been fixed from browser updates.
Richard L. Buskirk
You can't grow your business with systems that are on life support...
-Original Message-
From: Jim Giner [mailto:jim.gi...@albanyhandba
On Mon, 2011-04-18 at 14:11 -0400, ad...@buskirkgraphics.com wrote:
> Yes Alert works fine on my browsers but the hack to change the alert on
> someone else's website has been fixed from browser updates.
>
>
> Richard L. Buskirk
>
> You can't grow your business with systems that are on life sup
At 1:09 PM -0400 4/18/11, Joshua Kehn wrote:
On Monday, April 18, 2011 at 1:06 PM, tedd wrote:
Hi gang:
Quite some time ago I had a demo that showed Javascript injection. It
was where a user could type in:
alert("Evil Code");
and a JavaScript alert would be shown.
But now my demo no longer
On Mon, Apr 18, 2011 at 14:42, tedd wrote:
>
> No, I had a simple form where IF the user entered:
>
> alert("Evil Code");
>
> -- into the form's text field (i.e., $_POST['text'] ) AND clicked Submit,
> the form would
>
> echo( $_POST['text'] );
>
> -- and that would produce a JavaScript Alert.
>
On Mon, 2011-04-18 at 14:42 -0400, tedd wrote:
> At 1:09 PM -0400 4/18/11, Joshua Kehn wrote:
> >On Monday, April 18, 2011 at 1:06 PM, tedd wrote:
> >
> >>Hi gang:
> >>
> >>Quite some time ago I had a demo that showed Javascript injection. It
> >>was where a user could type in:
> >>
> >> alert("Ev
At 2:46 PM -0400 4/18/11, Daniel Brown wrote:
On Mon, Apr 18, 2011 at 14:42, tedd wrote:
No, I had a simple form where IF the user entered:
alert("Evil Code");
-- into the form's text field (i.e., $_POST['text'] ) AND clicked Submit,
the form would
echo( $_POST['text'] );
-- and tha
On Monday, 18 April 2011 at 20:50, tedd wrote:
> Daniel et al:
>
> Sorry -- I'm not making myself clear.
>
> The form "as-is" produced a javascript alert() and now it doesn't.
>
> It doesn't make any difference if I use stripslashes() or not, it
> still will NOT produce a javascript alert as i
On 04/18/2011 12:06 PM, tedd wrote:
> Hi gang:
>
> Quite some time ago I had a demo that showed Javascript injection. It
> was where a user could type in:
>
> alert("Evil Code");
>
> and a JavaScript alert would be shown.
>
> But now my demo no longer works. So, what happened? Was there a php
I'm trying to get the usort function working inside of a class, but am
having some issues. Basically, the compare function which is the second
parameter isn't recognised, but I'm not really sure how to indicate
exactly where it is.
I've gone over the usort() docs and read the user comments, and th
On Monday, 18 April 2011 at 21:27, Ashley Sheridan wrote:
I'm trying to get the usort function working inside of a class, but am
> having some issues. Basically, the compare function which is the second
> parameter isn't recognised, but I'm not really sure how to indicate
> exactly where it is.
>
On Mon, Apr 18, 2011 at 15:50, tedd wrote:
>
> It doesn't make any difference if I use stripslashes() or not, it still will
> NOT produce a javascript alert as it used to do.
Interestingly enough, I copied your index.php file to index2.php
on the server and modified it to use stripslashes() a
On Mon, 2011-04-18 at 21:41 +0100, Stuart Dallas wrote:
> On Monday, 18 April 2011 at 21:27, Ashley Sheridan wrote:
> I'm trying to get the usort function working inside of a class, but am
> > having some issues. Basically, the compare function which is the second
> > parameter isn't recognised, bu
On Monday, 18 April 2011 at 21:52, Ashley Sheridan wrote:
On Mon, 2011-04-18 at 21:41 +0100, Stuart Dallas wrote:
> > On Monday, 18 April 2011 at 21:27, Ashley Sheridan wrote:
> > I'm trying to get the usort function working inside of a class, but am
> > > having some issues. Basically, the compare
At 3:10 PM -0500 4/18/11, Shawn McKenzie wrote:
On 04/18/2011 12:06 PM, tedd wrote:
Hi gang:
Quite some time ago I had a demo that showed Javascript injection. It
was where a user could type in:
alert("Evil Code");
and a JavaScript alert would be shown.
But now my demo no longer works
At 4:44 PM -0400 4/18/11, Daniel Brown wrote:
On Mon, Apr 18, 2011 at 15:50, tedd wrote:
It doesn't make any difference if I use stripslashes() or not, it still will
NOT produce a javascript alert as it used to do.
Interestingly enough, I copied your index.php file to index2.php
on the
On Wed, Apr 6, 2011 at 3:41 PM, Kai Renz wrote:
> Hi,
>
> i try to create a self signed certificate using this code:
>
> I'm using a windows box with xampp installed.
>
> regards.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
ht
On 4/17/2011 7:26 PM, tedd wrote:
Hi gang:
Anyone have an email script that allows attachments they would share?
I've been trying to figure this out and everything I've tried has
failed. I've looked at over a dozen scripts that don't work. I'm about
to pull out what hair I have left.
Cheers (I
On Mon, Apr 18, 2011 at 02:42:09PM -0400, tedd wrote:
[snip]
>
> No, I had a simple form where IF the user entered:
>
> alert("Evil Code");
>
> -- into the form's text field (i.e., $_POST['text'] ) AND clicked
> Submit, the form would
>
> echo( $_POST['text'] );
>
> -- and that would produ
28 matches
Mail list logo