Definitely dump the values of cgi.http_user_agent and cgi.remote_addr to a log file so you can see what they contain... You could do that in the core/Application.cfc with cflog or you could just use cfdump in one of the webskins like displayFooterStandard.cfm
On Aug 8, 11:04 pm, David Faircloth <[email protected]> wrote: > Never mind, that didn't work for long.... > UGH.... > Any other ideas? > > On Aug 8, 7:07 am, David Faircloth <[email protected]> wrote: > > > > > > > > > Alright, deleted a robots.txt and the issue is fixed. Robots.txt is > > something that was in wwwroot before farcry > > > robots.txt had in it > > User-agent: * > > Disallow: /farcry/ > > Disallow: /webtop/ > > > This is a correct fix, right? > > > On Aug 8, 1:12 am, Geoffrey Bowers <[email protected]> wrote: > > > > On 08/08/2011, at 11:20 AM, David Faircloth wrote: > > > > > Would there be anyway to disable those test/checks so others can > > > > login? > > > > You could set these in your ./www/farcryConstructor.cfm > > > <cfset this.botAgents = "" /> > > > <cfset this.botIPs = "" /> > > > > But bear in mind these are in place to prevent bots from generating > > > copious amounts of unwanted sessions. In the long run it would be best > > > to try and work out why these tests are being triggered. > > > > All the best, > > > > -- geoffhttp://www.daemon.com.au/ > > > skype. gb.daemon > > > twitter. @modius -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
