help with a BOT code...

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Locked
User avatar
neuropass
BBCoder IV
BBCoder IV
Posts: 173
Joined: 11 Apr 2010, 02:33

help with a BOT code...

Post by neuropass »

Hey guys ,

Sorry about the title, it doesn't make any sense.. lol

I'm trying to figure out the edits to block the bot and non registered users to see certain portal block..

I know the one for users but i can't figure out the bot edits.

this is what i was thinking but it doesn't work:

Code: Select all

<!-- IF S_USER_LOGGED_IN and S_IS_BOT -->

<!-- ENDIF -->

Modd it up! TweakScene ;-) Support us! || Follow us ||

Image
User avatar
Stoker
Site Admin
Site Admin
Posts: 3558
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: help with a BOT code...

Post by Stoker »

Code: Select all

<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
Board rules! No PM support
User avatar
neuropass
BBCoder IV
BBCoder IV
Posts: 173
Joined: 11 Apr 2010, 02:33

Re: help with a BOT code...

Post by neuropass »

thanks Stoker it works now... :geek:
Modd it up! TweakScene ;-) Support us! || Follow us ||

Image
Locked