MyBB Community Forums

Full Version: Groups Legend 2.0 Problem error on line 65?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When i try and activate the hack i get this message:-

Quote:Warning: fopen(/home/fhlinux160/r/red-kopites.com/user/htdocs/memberlist.php) [function.fopen]: failed to open stream: Permission denied in /home/fhlinux160/r/red-kopites.com/user/htdocs/inc/plugins/legend.php on line 65


I've got a copy of notepad++ and oped up the legend.php and it says this :-


Quote:}',$data); //REPLACE IN STRING
$fw = fopen($file2edit, "w") or cperror('Could not open file!'); //OPEN FILE AGAIN
$fb = fwrite($fw, $newdata) or cperror('Could not write to file'); //WRITE STRING TO FILE
fclose($fw); //CLOSE FILE AGAIN

What can i do to fix this problem please?

Thank you.
CHMOD 777 => memberlist.php
Moved to the correct forum.
LeX- Wrote:CHMOD 777 => memberlist.php


Thanks Lex

destroyer Wrote:Moved to the correct forum.


Sorry destroyer