Heya,
I'm having some trouble displaying/viewing the hack...it doesn't show up anywhere. I've changed the permissions, logged in and out and cleared my cache...
I think the problem is in the general permissions screen, since it isn't showing up correctly (see attachment)
I tried changing the general permissions in the init.php file since this looked wrong...I think...
PHP Code:
'caneditownusernotes' => 131072,
'canuseguestbook' => 262144,
'canusewebpage' => 524288,
'canseehiddencustomfields' => 262144,
to this
PHP Code:
'caneditownusernotes' => 131072,
'canseehiddencustomfields' => 262144,
'canuseguestbook' => 524288,
'canusewebpage' => 1048576,
could someone help me out??
greets Nordinho,