Page 1 of 1

Viewing BB Code

Posted: Fri Aug 26, 2005 7:11 am
by pryj
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

Posted: Sun Aug 28, 2005 7:00 am
by UNDERCOVER
put a blockon ur fourms so they have to join to do anything and once he dose it ipban him

Posted: Mon Aug 29, 2005 5:51 pm
by korsaan
From you froum panel

and set the premissions for guests

npt to allow him to see BB codes

Posted: Sun Nov 27, 2005 11:03 am
by freak127
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.

Posted: Sun Nov 27, 2005 5:44 pm
by Lixas
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: 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!")