Dreamweaver 8

This is a discussion on "Dreamweaver 8" within the Web Page Design section. This forum, and the thread "Dreamweaver 8 are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 20th, 2007, 15:30
Up'n'Coming Member
Join Date: Mar 2007
Location: West Sussex UK
Age: 76
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Dreamweaver 8

Someone has hacked into my site and is completing the text boxes used for requesting a price list and brochure with reams of spam, some of which is disgusting, complete with HTML addresses advertising various web sites.

Whilst I am able to delete these requests when I receive them, is there anyway I can stop this guy/woman from piggy backing my site please.

I have tried to find a way of limiting the number of characters in each text box i.e max characters, but I cannot find a way of doing so.

Any advice would be most welcomed.
Reply With Quote

  #2 (permalink)  
Old Oct 20th, 2007, 15:31
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Daniel
Re: Dreamweaver 8

Block their IP address.
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
  #3 (permalink)  
Old Oct 20th, 2007, 15:38
Up'n'Coming Member
Join Date: Mar 2007
Location: West Sussex UK
Age: 76
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Dreamweaver 8

Hi Daniel,

How would I do that please?
Reply With Quote
  #4 (permalink)  
Old Oct 20th, 2007, 15:45
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Daniel
Re: Dreamweaver 8

.htaccess - bans them from the enite site
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
  #5 (permalink)  
Old Oct 20th, 2007, 17:05
Up'n'Coming Member
Join Date: Mar 2007
Location: West Sussex UK
Age: 76
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Dreamweaver 8

Daniel,

sorry to be a pain but would you be kind enough to explain in more detail. I am not an experienced computer user so need a bit of help with this one.

Can you tell me please exactly how I could ban this guy/girl from interfering with my site, is it something I have to add to the Dreamweaver file or is there another way of doing it please?
Reply With Quote
  #6 (permalink)  
Old Oct 20th, 2007, 17:18
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Daniel
Re: Dreamweaver 8

Its through a file called htaccess in your server - do you have one?
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
  #7 (permalink)  
Old Oct 20th, 2007, 17:20
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: Dreamweaver 8

Have a look here, ron: http://www.depiction.net/tutorials/h.../ipbanning.php.

You will also need a server that allows .htaccess.

Hope that helps.
Reply With Quote
  #8 (permalink)  
Old Oct 20th, 2007, 17:20
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Daniel
Re: Dreamweaver 8

in your .htaccess file ban the ip address like so:

Code: Select all
order allow,deny
deny from xxx.xx.x.x
deny from xxx.xx.x.x
deny from xxx.xx.x.x
allow from all
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
  #9 (permalink)  
Old Oct 20th, 2007, 17:32
Up'n'Coming Member
Join Date: Mar 2007
Location: West Sussex UK
Age: 76
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Dreamweaver 8

OK, thanks for that all I have to find now is that code.

Thanks again for all your hellp. Dinner is ready so I will have a go before the rugby starts!!
Reply With Quote
  #10 (permalink)  
Old Oct 20th, 2007, 18:55
Up'n'Coming Member
Join Date: Mar 2007
Location: West Sussex UK
Age: 76
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Dreamweaver 8

Hi,

OK thanks for that,I will contact my ISP on Monday to see if they can do anything about it but is there anything I can do to make it hard for this person to carry on what he is doing if my ISP can't, make the request form more difficult for him to use perhaps??
Reply With Quote
  #11 (permalink)  
Old Oct 20th, 2007, 18:58
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: Dreamweaver 8

Have you got validation like Capatcha on your form? This could deter if it is a robot...
Reply With Quote
  #12 (permalink)  
Old Oct 21st, 2007, 08:33
Up'n'Coming Member
Join Date: Mar 2007
Location: West Sussex UK
Age: 76
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Dreamweaver 8

Marc,

I have got most of my pages xhmtl validated but neveer heard of Capatcha, how does one achieve that please??
Reply With Quote
  #13 (permalink)  
Old Oct 21st, 2007, 09:45
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: Dreamweaver 8

This is what captcha is: http://en.wikipedia.org/wiki/Captcha.

This is how you could achieve captcha: http://www.white-hat-web-design.co.u...-captcha.php.#

Hope this helps!

PS - Captcha is just image verication.
Reply With Quote
  #14 (permalink)  
Old Oct 21st, 2007, 12:03
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Daniel
Re: Dreamweaver 8

use .htaccess to block the ip address and captcha for when they access the site.
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
  #15 (permalink)  
Old Oct 21st, 2007, 12:06
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: Dreamweaver 8

Quote:
Originally Posted by Daniel View Post
use .htaccess to block the ip address and captcha for when they access the site.
If you block thier IP address they wont be able to see the site anyway, Dan.
Reply With Quote
  #16 (permalink)  
Old Oct 21st, 2007, 12:10
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Daniel
Re: Dreamweaver 8

Thats the idea
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
  #17 (permalink)  
Old Oct 21st, 2007, 12:12
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: Dreamweaver 8

Ron, do you know this person/robots IP address? If you do, i suggest you use Dan's method.
Reply With Quote
  #18 (permalink)  
Old Oct 21st, 2007, 16:57
alexgeek's Avatar
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: Dreamweaver 8

Just want to add,
this is not a fool-proof method.
A lot of ISPs assign IPs dynamicaly, so someone could 34.23.76.75 one day and a completely different IP the next.
Also people can use proxies to bypass this.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #19 (permalink)  
Old Oct 21st, 2007, 17:01
Up'n'Coming Member
Join Date: Mar 2007
Location: West Sussex UK
Age: 76
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Dreamweaver 8

Hi Marc,

Unfortunately I know nothing about this guy except that he is a damned nuisance!! I have been trying to H3C validate my www.classicboats.co.uk/page8a.html but cant make head nor tale of the instructions I am given, aparently there are 14 errors on there!!

I have just signed up for Catchpa and will install and give that a try. Trouble is, when you are 75 and not just so bright as you used to be, it's like wading through porridge.

If you have 5 mins to spare and one or two wee halfs beside you, could you have a look at the above mentioned page and tell me where I have gone wrong?
Reply With Quote
  #20 (permalink)  
Old Oct 21st, 2007, 17:04
Up'n'Coming Member
Join Date: Mar 2007
Location: West Sussex UK
Age: 76
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Dreamweaver 8

OK Alex, thanks for that but I feel that anything is worth a try. If I could just get my hands around his neck!!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
adobe dreamweaver Vs. Macromedia dreamweaver jahphill Scripts and Online Services 21 Nov 2nd, 2007 03:19
Dreamweaver Pádraig Scripts and Online Services 19 Jul 18th, 2007 20:23
dreamweaver crackafaza Web Page Design 12 Jun 30th, 2007 21:24
Add-Ons for Dreamweaver 8 Marc Scripts and Online Services 5 May 31st, 2007 19:48
other than dreamweaver geyids PHP Forum 4 Mar 21st, 2007 19:59


All times are GMT. The time now is 18:03.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43