Jump to content

Thewebdeveloper

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Thewebdeveloper

  1. 13 minutes ago, dsonesuk said:

    Before giving a solution I assume you are not validating by javascript alone, but by a server language as well, since javascript can be disabled.

    Have you tried a honeypot input which is hidden by css or javascript. The spambot usually will fill all inputs encounted including this hidden input, so when checking it by server language you can identify it as spam IF FILLED in and then not process the contact form data, but return to contact form instead.

    The other slightly complicated solution is to get the IP address of emailer and store it, if identified as spam address then compare current with stored to block if found.

    hey we already blocked the ip address. he use vpn, i am using php as i said in the topic, i dont know anything about honeypot, could u explain?

  2. there is some hacker trying to destroy my website, he spammed my contact form, i am talkking about 200 emails sent in minute,

    i disbaled the forms and wasted 1 day on coding google recaptcha with php into my website.

    it didnt help lol

    now i had to disable forms again because host company said i will get banned from their servers..

    what can i do to prevent the mass emails?

  3. I've been working on my website for 2 weeks now.

    It is now ready, with all the pages and templates it needs.

    it has about 5 .html files that are the templates, and about 20 ,html files that are just content.

    I do know that i will not be able to maintence big website with static html files.

    I am looking for advice on what to do next? 

    I want to make it single page website for faster page load speed, and also to be able to edit mutliple .html files through 1 master page.

    what is the best way for me to go?

    there are so many options im totaly lost ...

    i have good knowledge of html css and JS.

    maybe using react?

    wordpress is kinda bad if i am trying to grow my website and add new stuff all the time?

×
×
  • Create New...