I have a guest that comes on 2 or 3 times a day and views my BB Code.
Is this a hacker?
Why would someone be viewing the BB Code?
How can I stop this person from viewing the BB Code.
Thanks,
CT
Viewing BB Code
-
- Posts: 115
- Joined: Tue Apr 05, 2005 1:02 pm
What do you mean by he 'views my BB Code'? Do you mean that he views the souce code to your bulletin board? Generally, BB code is used to mean the code that is used on bulletin boards, such as this one. For example, This code (without the spaces) would make the text bold[/B ]. If it is only this he is viewing, then there is no harm done at all.
if u know its ip, u can block it using .htaccess file, or u can block it via index.php file
code could be like this:
code could be like this:
Code: Select all
// first find out its ip, and get it to variable $ip
if ($ip=="thats_user_ip") die("U are haker, get out of here!")
