Ok if you already have it installed, open up style.php in your mod folder and find:
Code:
location.replace(\"http://www.stardust-one.net/forums/mod/style.php?s=$session[sessionhash]&action=styles&dostyleid=$bbuserinfo[field998]\");
And replace it with:
Code:
location.replace(\"style.php?s=$session[sessionhash]&action=styles&dostyleid=$bbuserinfo[field998]\");
Still in that file, find:
Code:
alert(\"You are not authorized to view this area\")
location.replace(\"http://www.stardust-one.net/forums/mod/\");
And replace it with:
Code:
alert(\"You are not authorized to view this area\")
location.replace(\"index.php?s=&action=home\");
And still in that file, find:
Code:
alert(\"You are not authorized to view this area\")
location.replace(\"http://www.stardust-one.net/forums/mod/index.php?s=&action=home\");
Replace it with:
Code:
alert(\"You are not authorized to view this area\")
location.replace(\"index.php?s=&action=home\");
heh, I totally forgot to fix those. Going to update zip file now.