[wdvltalk] RE: anyone know what this error means and how to fix it?

2003-05-27 Thread Paul Larue
Check the page for any mention of HTTP_REFERER. There must be something like
that in your code!
Or maybe there;s an include file that's checking for this. I dunno, but
there should normally be some reference to HTTP_referer somewhere.

Could you post the code that's responsible of raising the error?

Paul

> -Original Message-
> From: puterbug.com [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 27, 2003 11:47 PM
> To: [EMAIL PROTECTED]
> Subject: [wdvltalk] RE: anyone know what this error means and how to fix
> it?
>
>
>
> But I don't use an http_referer on any of my pages, it was never there in
> the first place and I just checked some other forms, mine and others, and
> none of them have anything to do with an http_referer in them.  I
> wouldn't
> know what the heck to do with an http_referer having no experience with
> something like this.  So, in a way, I understand what you're saying the
> error msg does appear to be looking for what you said, but if it
> was never
> there before and the form worked, why now is it suddenly not
> working for a
> reason that was never there and worked before?
>
> Deb
>
> At 09:16 AM 5/28/2003 -0700, you wrote:
> >I think that the page is looking for the HTTP_REFERER header and doesn't
> >find it.
> >You won't get an HTTP_REFERER when you open the browser and type
> the address
> >directly. You'll get one though if you clicked a link to get
> there or a form
> >did or by some other means like redirection.
> >
> >Basically the page os looking for that header and is not finding
> it and is
> >thus telling you that you can't go further.
> >
> >Check the spelling, HTTP_REFE*R*ER and not HTTP_REFE*RR*ER and if you are
> >using this to check wether a form was submitted or not it may be
> better to
> >use the CONTENT_LENGTH header.
> >
> >HTH
> >
> >Paul
> >
> > > -Original Message-
> > > From: puterbug.com [mailto:[EMAIL PROTECTED]
> > > Sent: Tuesday, May 27, 2003 9:34 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: [wdvltalk] anyone know what this error means and how
> to fix it?
> > >
> > >
> > > Hi,
> > >
> > > I have a form up for my design services.  It was working fine
> and hasn't
> > > been messed with.  I went to add some things to it today and found I'm
> > > getting the following error page after clicking the SUBMIT button:
> > >
> > > The following errors were found:
> > >
> > > Sorry, but I cannot figure out who sent you here. Your browser is not
> > > sending an HTTP_REFERER.
> > > Please use the back button to correct these errors.
> > >
> > > I put back the original page and tried again, same error comes
> > > up.  I don't
> > > know why it worked before and suddenly isn't working now considering
> > > nothing has been done to it in months.  Anyone know what it
> means and how
> > > to fix it?
> > >
> > > Thanks,
> > > Deb
>
>
>
>   The WDVL Discussion List from WDVL.COM  
> To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
>Send Your Posts To: [EMAIL PROTECTED]
> To change subscription settings to the wdvltalk digest version:
> http://wdvl.internet.com/WDVL/Forum/#sub
>
>   http://www.wdvl.com  ___
>
> You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to %%email.unsub%%
>
>
>


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: anyone know what this error means and how to fix it?

2003-05-27 Thread puterbug.com
But I don't use an http_referer on any of my pages, it was never there in 
the first place and I just checked some other forms, mine and others, and 
none of them have anything to do with an http_referer in them.  I wouldn't 
know what the heck to do with an http_referer having no experience with 
something like this.  So, in a way, I understand what you're saying the 
error msg does appear to be looking for what you said, but if it was never 
there before and the form worked, why now is it suddenly not working for a 
reason that was never there and worked before?

Deb

At 09:16 AM 5/28/2003 -0700, you wrote:
I think that the page is looking for the HTTP_REFERER header and doesn't
find it.
You won't get an HTTP_REFERER when you open the browser and type the address
directly. You'll get one though if you clicked a link to get there or a form
did or by some other means like redirection.
Basically the page os looking for that header and is not finding it and is
thus telling you that you can't go further.
Check the spelling, HTTP_REFE*R*ER and not HTTP_REFE*RR*ER and if you are
using this to check wether a form was submitted or not it may be better to
use the CONTENT_LENGTH header.
HTH

Paul

> -Original Message-
> From: puterbug.com [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 27, 2003 9:34 PM
> To: [EMAIL PROTECTED]
> Subject: [wdvltalk] anyone know what this error means and how to fix it?
>
>
> Hi,
>
> I have a form up for my design services.  It was working fine and hasn't
> been messed with.  I went to add some things to it today and found I'm
> getting the following error page after clicking the SUBMIT button:
>
> The following errors were found:
>
> Sorry, but I cannot figure out who sent you here. Your browser is not
> sending an HTTP_REFERER.
> Please use the back button to correct these errors.
>
> I put back the original page and tried again, same error comes
> up.  I don't
> know why it worked before and suddenly isn't working now considering
> nothing has been done to it in months.  Anyone know what it means and how
> to fix it?
>
> Thanks,
> Deb


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
  Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
   http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: anyone know what this error means and how to fix it?

2003-05-27 Thread Paul Larue
I think that the page is looking for the HTTP_REFERER header and doesn't
find it.
You won't get an HTTP_REFERER when you open the browser and type the address
directly. You'll get one though if you clicked a link to get there or a form
did or by some other means like redirection.

Basically the page os looking for that header and is not finding it and is
thus telling you that you can't go further.

Check the spelling, HTTP_REFE*R*ER and not HTTP_REFE*RR*ER and if you are
using this to check wether a form was submitted or not it may be better to
use the CONTENT_LENGTH header.

HTH

Paul

> -Original Message-
> From: puterbug.com [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 27, 2003 9:34 PM
> To: [EMAIL PROTECTED]
> Subject: [wdvltalk] anyone know what this error means and how to fix it?
>
>
> Hi,
>
> I have a form up for my design services.  It was working fine and hasn't
> been messed with.  I went to add some things to it today and found I'm
> getting the following error page after clicking the SUBMIT button:
>
> The following errors were found:
>
> Sorry, but I cannot figure out who sent you here. Your browser is not
> sending an HTTP_REFERER.
> Please use the back button to correct these errors.
>
> I put back the original page and tried again, same error comes
> up.  I don't
> know why it worked before and suddenly isn't working now considering
> nothing has been done to it in months.  Anyone know what it means and how
> to fix it?
>
> Thanks,
> Deb
>
>
>
>   The WDVL Discussion List from WDVL.COM  
> To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
>Send Your Posts To: [EMAIL PROTECTED]
> To change subscription settings to the wdvltalk digest version:
> http://wdvl.internet.com/WDVL/Forum/#sub
>
>   http://www.wdvl.com  ___
>
> You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to %%email.unsub%%
>
>



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: OT - finally Online

2003-05-27 Thread Eddie Castelli
Hallo Jan,

 --->>> Eddie Castelli / Dienstag 27.05.2003, 14:39:28
OT - finally Online


> I've made two screen shots that you can find on my server
> www.EddieCastelli.com/pub/dev/hp_dev/.

Jan. have you tried now and did it work? Just want to find out as I
didn't here from you.


-- 
best regards
   Eddie


Powered by  v1.63 Beta/7 unter Windows 2000 5.0 Build 2195 
PGP (public) key available at: http://www.EddieCastelli.com/pgpkey/


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: Spamarrest verification (WAS: OT - finally Online (verification))

2003-05-27 Thread Mark Groen
On May 27, 2003 at 19:02, Jan Major wrote:

> Dave, I downloaded the spamassassin program and unzipped it. Do I have
> to be a rocket scientist to install this? The instructions mention
> perl a lot, and while I do have perl installed on my D drive, my main
> drive is C and I'm not a perl guru in any way, shape or form.  Can you
> help me with this?

I just hopped over there myself to download it, spam has gotten insane in the 
last few weeks/months and it sounds like you downloaded the version for your 
mail server. Go here: http://www.spamassassin.org/where.html
where it says Windows Mailer Integration and get SAproxy. I hopped over and 
downloaded http://www.bloomba.com too, Pegasus leaves just a bit to be 
desired yet but it's a great free emailer.


Regards,

Mark Groen

MG Web Services
Web Site Hosting and Development
www.markgroen.com
[EMAIL PROTECTED]
604-780-6917

 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] anyone know what this error means and how to fix it?

2003-05-27 Thread puterbug.com
Hi,

I have a form up for my design services.  It was working fine and hasn't 
been messed with.  I went to add some things to it today and found I'm 
getting the following error page after clicking the SUBMIT button:

The following errors were found:

Sorry, but I cannot figure out who sent you here. Your browser is not 
sending an HTTP_REFERER.
Please use the back button to correct these errors.

I put back the original page and tried again, same error comes up.  I don't 
know why it worked before and suddenly isn't working now considering 
nothing has been done to it in months.  Anyone know what it means and how 
to fix it?

Thanks,
Deb


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
  Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
   http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: Spamarrest verification (WAS: OT - finally Online(verification))

2003-05-27 Thread Jan Major
Dave, I downloaded the spamassassin program and unzipped it. Do I have 
to be a rocket scientist to install this? The instructions mention 
perl a lot, and while I do have perl installed on my D drive, my main 
drive is C and I'm not a perl guru in any way, shape or form.  Can you 
help me with this?

TIA
Jan
---
David Precious wrote:
I got the same thing. I looked at the program thinking it might
be something I could use, but it appears to be geared toward
those with only one email address. To protect the dozen or so
addresses I get spam at would cost a fortune! :o


I swear by SpamAssassin (http://www.spamassassin.org/) - a lifesaver.

It catches almost all of the spam emails I receive, but never seems to wrongly 
tag normal emails as spam.  I think it's one of the most powerful, flexible 
anti-spam solutions out there.

Dave P



--
http://www.jdvisions.com
Web Development and Design
 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
  Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
   http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: Spamarrest verification (WAS: OT - finally Online (verification))

2003-05-27 Thread sherry young
I must be tired. That's Spam Assassin he installed. But you probably figured that
out.

I'm going to bed now. G'nite.
S.

sherry young wrote:

> My computer guru just installed in our the server we use. I was dubious, but it's
> really worked.
> Sherry
> PS: David, you have the neatest name.
>
> David Precious wrote:
>
> > I swear by SpamAssassin (http://www.spamassassin.org/) - a lifesaver.
> >
> > It catches almost all of the spam emails I receive, but never seems to wrongly
> > tag normal emails as spam.  I think it's one of the most powerful, flexible
> > anti-spam solutions out there.
> >
>
>  • The WDVL Discussion List from WDVL.COM • 
> To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
>Send Your Posts To: [EMAIL PROTECTED]
> To change subscription settings to the wdvltalk digest version:
> http://wdvl.internet.com/WDVL/Forum/#sub
>
>   http://www.wdvl.com  ___
>
> You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to %%email.unsub%%


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] writing secure code

2003-05-27 Thread Tim Burgan
Hello,

I'm wondering if you can recommend any resources that discuss writing secure
code and how to put the best methods in place to prevent hackers.

I'm particularly looking at resources from the web coding perspective, not
securing a server.

Or, what things to you do to 'block' hackers.

Thanks
Tim Burgan


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: Spamarrest verification (WAS: OT - finally Online (verification))

2003-05-27 Thread sherry young
My computer guru just installed in our the server we use. I was dubious, but it's
really worked.
Sherry
PS: David, you have the neatest name.

David Precious wrote:

> I swear by SpamAssassin (http://www.spamassassin.org/) - a lifesaver.
>
> It catches almost all of the spam emails I receive, but never seems to wrongly
> tag normal emails as spam.  I think it's one of the most powerful, flexible
> anti-spam solutions out there.
>


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: AW: RE: nice simple javascript horizontal drop down

2003-05-27 Thread Michael Milligan
Thanks, Peter.

Actually I solved it with a builtin Dreamweaver MX action for "popup menu,"
and it works surprisingly well. At first, it grayed itself out when I tried
to use that action on the template page (.dwt extension), but I work around
that by saving the template as an .htm page and then reverted it back to a
template when I got it working like I wanted. It works fine on all the child
pages to the template. You can see it in the top and bottom navbars on
www.pinefieldkilling.com.

All the best,
Mike

Michael M Milligan
Web Developer
(818) 909-9209
www.mmmilligan.com 



-Original Message-
From: Peter Mazohl [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 27, 2003 3:01 PM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] AW: RE: nice simple javascript horizontal drop down


I tested it in IE5.5, IE 6 and NS 7.0

Peter


---
Peter Mazohl
Graphiker, Consultant für Internet


> www.dynamicdrive.com got one name 'HV Menu' for Horizontal/Vertical Menu
>
> Paul
>
> > Can anyone recommend a simple straighforward, layer-based, one
> level drop
> > down menu in javascript?
> >
> > Thanks,
> > Mike



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] AW: RE: nice simple javascript horizontal drop down

2003-05-27 Thread Peter Mazohl
I tested it in IE5.5, IE 6 and NS 7.0

Peter


---
Peter Mazohl
Graphiker, Consultant für Internet


> www.dynamicdrive.com got one name 'HV Menu' for Horizontal/Vertical Menu
>
> Paul
>
> > Can anyone recommend a simple straighforward, layer-based, one
> level drop
> > down menu in javascript?
> >
> > Thanks,
> > Mike



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: Apache/PHP

2003-05-27 Thread R'twick Niceorgaw
Hi Amrit,
most probably you have a LIMIT GET entry somewhere in your http.conf file
look for  entry an below that you
should find  entry ... change it to  restart
apache and it should work

HTH
R'twick
- Original Message - 
From: "Amrit Hallan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 27, 2003 2:19 PM
Subject: [wdvltalk] Apache/PHP


> After a long time (after re-installing them on the new
> computer), I'm working on an Apache/PHP/MySQL project. I'm
> trying to test a form submission, but I'm always getting
> this error:
>
> ===
> Method Not Allowed
> The requested method POST is not allowed for the URL
> /admin.php.
>
>
> Apache/1.3.20 Server at 172.16.0.19 Port 80
>
> =
>
> Do I have to change settings in httpd.conf, or php.ini?
>
> Thanks.
>
> Amrit Hallan
> ==
> Web Site Development - http://www.bytesworth.com
> Low-cost Linux Web Hosting:
> http://www.bytesworth.com/webhosting
> ==
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.483 / Virus Database: 279 - Release Date:
> 5/19/2003
>
>
>  . The WDVL Discussion List from WDVL.COM . 
> To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
>Send Your Posts To: [EMAIL PROTECTED]
> To change subscription settings to the wdvltalk digest version:
> http://wdvl.internet.com/WDVL/Forum/#sub
>
>   http://www.wdvl.com  ___
>
> You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to %%email.unsub%%
>



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: Spamarrest verification (WAS: OT - finally Online(verification))

2003-05-27 Thread Jan Major
Thanks Dave, I will check spamassassin.org out. Again, very sorry for 
the problem. As I said earlier, I killed the program and put it to 
rest. There shouldn't be any problems any more.  If it's still 
kicking, let me know and I will finish the job!

Jan
---
David Precious wrote:
I got the same thing. I looked at the program thinking it might
be something I could use, but it appears to be geared toward
those with only one email address. To protect the dozen or so
addresses I get spam at would cost a fortune! :o


I swear by SpamAssassin (http://www.spamassassin.org/) - a lifesaver.

It catches almost all of the spam emails I receive, but never seems to wrongly 
tag normal emails as spam.  I think it's one of the most powerful, flexible 
anti-spam solutions out there.

Dave P



--
http://www.jdvisions.com
Web Development and Design
 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
  Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
   http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: Spamarrest verification (WAS: OT - finally Online (verification))

2003-05-27 Thread David Precious

> I got the same thing. I looked at the program thinking it might
> be something I could use, but it appears to be geared toward
> those with only one email address. To protect the dozen or so
> addresses I get spam at would cost a fortune! :o

I swear by SpamAssassin (http://www.spamassassin.org/) - a lifesaver.

It catches almost all of the spam emails I receive, but never seems to wrongly 
tag normal emails as spam.  I think it's one of the most powerful, flexible 
anti-spam solutions out there.

Dave P

-- 
David Precious
[EMAIL PROTECTED]
http://www.preshweb.co.uk/


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Spam

2003-05-27 Thread Jan Major
List, I'm truly sorry for the email mess up, it's canceled and
put to rest!
Jan
--
http://www.jdvisions.com
Web Development and Design
 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
  Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
   http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: Spamarrest verification (WAS: OT - finally Online(verification))

2003-05-27 Thread Jan Major
Yes, it's ok, but it shouldn't have come up because I input
WDVL talk and social list with astiricks so anyone from the lists 
should get through.

Jan
---
Eddie Castelli wrote:
Hi Jan,

I got this from you. Is this ok?
Greeting Eddie
  from jan/ Spamarrest  ==

I'm protecting myself from receiving junk mail.

Just this once, click the link below so I can receive your emails.
You won't have to do this again.
http://spamarrest.com/a?31159009:249387



Spam Arrest - Take control of your inbox!
http://spamarrest.com/affl?60813

You are receiving this message in response to your email to
Jan, a Spam Arrest customer.
Spam Arrest requests that senders verify themselves before
their email is delivered.
When you click the above link, you will be taken to a page
with a graphic on it. Simply read the word in the graphic,
type it into the form, and you're verified.
You will only need to do this once per Spam Arrest customer.

Webmasters help stop spam and make 50%.
http://spamarrest.com/affl?60813/affiliates/index.jsp 




  from jan/ Spamarrest  ==



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%



--
http://www.jdvisions.com
Web Development and Design
 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
  Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
   http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Apache/PHP

2003-05-27 Thread Amrit Hallan
After a long time (after re-installing them on the new
computer), I'm working on an Apache/PHP/MySQL project. I'm
trying to test a form submission, but I'm always getting
this error:

===
Method Not Allowed
The requested method POST is not allowed for the URL
/admin.php.


Apache/1.3.20 Server at 172.16.0.19 Port 80

=

Do I have to change settings in httpd.conf, or php.ini?

Thanks.

Amrit Hallan
==
Web Site Development - http://www.bytesworth.com
Low-cost Linux Web Hosting:
http://www.bytesworth.com/webhosting
==


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.483 / Virus Database: 279 - Release Date:
5/19/2003


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: Spamarrest verification (WAS: OT - finally Online(verification))

2003-05-27 Thread Jan Major
Sorry list, I just opened an account with spam arrest, sick
and tired of all the junk mail.  I just input wdvl talk list
for my newsgroups and it should kick in soon, so you shouldn't
be getting any more of these.
Jan
---
Cyberspace Publishing wrote:
I got the same thing. I looked at the program thinking it might
be something I could use, but it appears to be geared toward
those with only one email address. To protect the dozen or so
addresses I get spam at would cost a fortune! :o
Cheers,
Tom Fosson
At 03:04 PM 05/27/2003 +0200, you wrote:

Hi Jan,

I got this from you. Is this ok?
Greeting Eddie
  from jan/ Spamarrest  ==
> I'm protecting myself from receiving junk mail.
> [clip...]


 L I F E T I M E   W E B   H O S T I N G --
1000MB of Web Space - 6000MB Monthly xfer - 100 sub-domains
 50 MySQL databases - 500 FTP accounts - 500 POP3 accounts
Personal CGI-BIN Directory - Perl, PHP, CGI, Frontpage ext.
Control Panel - Shopping Cart - MUCH MORE! $249 ONETIME FEE!
 http://www.lifetimewebhosting.com/cyberpub
 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
  Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
   http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%



--
http://www.jdvisions.com
Web Development and Design
 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
  Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
   http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: Spamarrest verification (WAS: OT - finally Online (verification))

2003-05-27 Thread Cyberspace Publishing
I got the same thing. I looked at the program thinking it might
be something I could use, but it appears to be geared toward
those with only one email address. To protect the dozen or so
addresses I get spam at would cost a fortune! :o
Cheers,
Tom Fosson
At 03:04 PM 05/27/2003 +0200, you wrote:
Hi Jan,

I got this from you. Is this ok?
Greeting Eddie
  from jan/ Spamarrest  ==
> I'm protecting myself from receiving junk mail.
> [clip...]
 L I F E T I M E   W E B   H O S T I N G --
1000MB of Web Space - 6000MB Monthly xfer - 100 sub-domains
 50 MySQL databases - 500 FTP accounts - 500 POP3 accounts
Personal CGI-BIN Directory - Perl, PHP, CGI, Frontpage ext.
Control Panel - Shopping Cart - MUCH MORE! $249 ONETIME FEE!
 http://www.lifetimewebhosting.com/cyberpub
 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
  Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
   http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] [HUMOR] You know it's time for a site redesign when...

2003-05-27 Thread Cyberspace Publishing
Got this from today's WebProNews...

You know it's time for a site redesign when...

	Bob Villa wants to put you on "This Old Homepage."
	Spammers refuse to send you email.
	Your reflective water applet freezes over.
	Your ping comes up "no way, I'm not going there."
	People visit your website only to mysteriously end up missing.
	Your "punch the monkey" banner links to Pets.com.
	Your experience with Flash is limited to pool parties and Mardi 
Gras. 	Your site has to sneak up on an IP to get hosted.
	Your webmaster confesses that he is color blind.
	You proudly proclaim in your header: "this site compatible with Netscape 
4.0."
	You see your 8 yr old's school html project and you know it's better than 
your site.
	The flames on your .gif have gone out.
	Your design team is lovingly referred to as "Grumpy Old Men".

(Special thanks to WebProNews staffers Ray, John, Scott, Lafe, Brittany, 
Mike, and Jack.)
 L I F E T I M E   W E B   H O S T I N G --
1000MB of Web Space - 6000MB Monthly xfer - 100 sub-domains
 50 MySQL databases - 500 FTP accounts - 500 POP3 accounts
Personal CGI-BIN Directory - Perl, PHP, CGI, Frontpage ext.
Control Panel - Shopping Cart - MUCH MORE! $249 ONETIME FEE!
 http://www.lifetimewebhosting.com/cyberpub

 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
  Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
   http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]