Viewing BB Code

Any problem with PHP can be disscused here
Post Reply
pryj
Posts: 56
Joined: Tue Dec 21, 2004 1:06 pm

Viewing BB Code

Post 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


UNDERCOVER
Posts: 115
Joined: Tue Apr 05, 2005 1:02 pm

Post by UNDERCOVER »

put a blockon ur fourms so they have to join to do anything and once he dose it ipban him
korsaan
Posts: 596
Joined: Sat Apr 09, 2005 2:55 pm
Contact:

Post by korsaan »

From you froum panel

and set the premissions for guests

npt to allow him to see BB codes
freak127
Posts: 17
Joined: Sun Nov 27, 2005 10:41 am

Post 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.
Lixas
Posts: 750
Joined: Wed Feb 16, 2005 4:21 pm

Post 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!")
Image
Post Reply