Maybe lighten up a bit? I get this message 2 or 3 times a day.
Printable View
Maybe lighten up a bit? I get this message 2 or 3 times a day.
it is light. It generally happens with post variables. It's just a precaution to reduce spam and legitimate users.
It's for the best for RZ. Unless you want the forum to be filled with threads created by bots..
I've only received this once in an eternity. Is my usergroup not included in this?
I've only had it once or twice myself, never had any issues with it.
Since 2008, never received this once before.
I've gotten it a few times, what pisses me off is when it says RaGEZONE is down when I know it's not.
That happens like 4 times a day.
Never experienced that with RaGEZONE before, pretty strange.
Yeah o-o, never seen this before. I only get the occasional, 'Site is offline, try viewing a cached version'
I've got it once, if i remember right and i don't think it's annoying when it comes really rarely.
As MentaL said, this is to ensure bots don't access the site.
But I do get alot of 'There is no cached version' on my PC a lot, but on my Mac, it's fine :p
Haven't got such message for 3-4 months now, however, getting few "Website unavailable, because we have cheap servers" errors once in a while. :/:
I know what its for, just seems like it triggers on me a lot for some reason. I guess its just me lol.
Yeah, this happenes to me when ever I do changes to my account. Not a big deal.
This happens to me on every thread/post I do with PHP code in, pisses me off.
Testing; PHP: echo - Manual
Code:<?php
echo "Hello World";
echo "This spans
multiple lines. The newlines will be
output as well";
echo "This spans\nmultiple lines. The newlines will be\noutput as well.";
echo "Escaping characters is done \"Like this\".";
// You can use variables inside of an echo statement
$foo = "foobar";
$bar = "barbaz";
echo "foo is $foo"; // foo is foobar
// You can also use arrays
$baz = array("value" => "foo");
echo "this is {$baz['value']} !"; // this is foo !
// Using single quotes will print the variable name, not the value
echo 'foo is $foo'; // foo is $foo
// If you are not using any other characters, you can just echo variables
echo $foo; // foobar
echo $foo,$bar; // foobarbarbaz
// Some people prefer passing multiple parameters to echo over concatenation.
echo 'This ', 'string ', 'was ', 'made ', 'with multiple parameters.', chr(10);
echo 'This ' . 'string ' . 'was ' . 'made ' . 'with concatenation.' . "\n";
echo <<<END
This uses the "here document" syntax to output
multiple lines with $variable interpolation. Note
that the here document terminator must appear on a
line with just a semicolon. no extra whitespace!
END;
// Because echo does not behave like a function, the following code is invalid.
($some_var) ? echo 'true' : echo 'false';
// However, the following examples will work:
($some_var) ? print 'true' : print 'false'; // print is also a construct, but
// it behaves like a function, so
// it may be used in this context.
echo $some_var ? 'true': 'false'; // changing the statement around
?>
Worked fine when wrapped in code.
PHP Code:can try this but code seems to work
Never seen this before :o
it happened to me when i posted on coding section and i used PHP tag. beyond that, everything is normal.
If you're getting problems with cloudflare just try clearing your cache, always works for me.
As Facebook said, it happens when you customize your account, like changing avatar.
It only happens once in a while regardless, I've changed my avatar several times and it hasn't came up, I changed it before and it didn't come up. I've only had the problem when I've uploaded a GIF that has been too large or an image for my avatar that is too large to have for your avatar.