View Single Post
  #79  
Old 28th July 2014, 15:31
romano1's Avatar
romano1 romano1 is offline
Senior Member
 
Join Date: Jan 2012
Portugal
Posts: 107
Default
"Es ist momentan nicht möglich, sich zu registrieren. F2-B3"

What does this mean? i cannot register on the site.

Bump: The code is this:
PHP Code:
if(isset($_COOKIE['crid'])){ write_log("BAD-Reg""Versuchte Registrierung mit Cookie (".$_COOKIE['crid'].") - IP: ".$ip.", E-Mail: ".$email.", Name: ".$wantusername.". "); header('Location: registry.php?fout=26');exit; } 
i suppose its a problem with making a cookie in my computer.
Reply With Quote