Thankyou very much Mist,
Very useful hack so that people don't register just to send advertisements about their site via PM..
One thing you may want to update in your instructions though..
Code:
Find in private.php:
----------------------------
require ("./global.php");
----------------------------
Should be:
Code:
Find in private.php:
----------------------------
require("./global.php");
----------------------------
(There's no space between the "e" from require and the opening bracket "(").
[high]* Oblivion Knight clicks install.[/high]