Jump to content

megavolt

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

megavolt's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. WOW Thanks. I think it's working. I'll try it out for a while and see what happens. Thanks again
  2. [!--quoteo(post=369232:date=Apr 27 2006, 09:04 AM:name=thorpe)--][div class=\'quotetop\']QUOTE(thorpe @ Apr 27 2006, 09:04 AM) [snapback]369232[/snapback][/div][div class=\'quotemain\'][!--quotec--] You could check the referer. Something like... [code] if (!$_SERVER['http_referer'] == "http://yoursite.com") {   echo "go away"; } [/code] Be aware though that this itself is quite easily spooked. [/quote] Ok, I tried this but all it does is put the words "go away" at the top of the page. Like I said, I don't know much about PHP but is there a way to put all that is written on the particluar webpage in an "include" command and then write something that would open the "include" command only if the referer is from my site, and if not it will print something like No Entry?
  3. [!--quoteo(post=369232:date=Apr 27 2006, 09:04 AM:name=thorpe)--][div class=\'quotetop\']QUOTE(thorpe @ Apr 27 2006, 09:04 AM) [snapback]369232[/snapback][/div][div class=\'quotemain\'][!--quotec--] You could check the referer. Something like... [code] if (!$_SERVER['http_referer'] == "http://yoursite.com") {   echo "go away"; } [/code] Be aware though that this itself is quite easily spooked. [/quote] Thank you. If I use the code above, will it except a link from the other pages on my site (ie. [a href=\"http://www.mysite.com/newpage.html\" target=\"_blank\"]http://www.mysite.com/newpage.html[/a] )? I understand that this code could be easily spooked, but if it works, I doubt the robots could do anything about it, and I also doubt the spammers with put so much effort into bypassing it. [!--quoteo(post=369285:date=Apr 27 2006, 12:07 PM:name=Orio)--][div class=\'quotetop\']QUOTE(Orio @ Apr 27 2006, 12:07 PM) [snapback]369285[/snapback][/div][div class=\'quotemain\'][!--quotec--] From your site, have a link to a page saying "Click here to enter the guest book". This page either sends the user a cookie (that expires after a minute or so) or starts a seession (or both). And the guestbook itself, checks if things are set. This can be another way preveting people. Orio. [/quote] Thanks. This may or may not work, but either way it's way over my head to even understand. Like I said I have no experience in PHP.
  4. I am using "Advanced Guestbook" on my site and I'm getting spammed something wicked, even though I installed "human verification" to the page. What I have noticed though, is that most of the spam (if not all - probably robots) are coming directly to the guestbook from the "outside", and not from my site. Is there a relatively simple way that I can block direct entry to my guestbook so that my visitors can only get to the guestbook from a link on my site? The guestbook is written in PHP, but not the rest of my site. Just please keep in mind that I don't know much concerning PHP or any other type of programming. Thank you
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.