Fatal error: Failed opening required './includes/init.php' (include_path='.:/php/includes:/usr/share/php') in /home/httpd/vhosts/animension.net/httpdocs/testforum/global.php on line 18
I dont see what or where that problem is... seeing as init.php is there..
Anyone know how to prevent users from changing thier nick's? This is a feature of the jIRC hack and was wondering if it's possible with this one? I've removed the "change nick" text box, but obviously, a user can still change it using the /nick command. I'm using the applet on a password protected channel, with the password configured in the templates. The idea is you only get access to the chan via the applet, then only if you're a forum member and with no way to impersonate other members.
Anyone know how to prevent users from changing thier nick's? This is a feature of the jIRC hack and was wondering if it's possible with this one? I've removed the "change nick" text box, but obviously, a user can still change it using the /nick command. I'm using the applet on a password protected channel, with the password configured in the templates. The idea is you only get access to the chan via the applet, then only if you're a forum member and with no way to impersonate other members.
There is a setting in most IRC servers that will prevent any users from changing their nicks, to remove this from pJIRC you would need to recompile the core, as it stands i dont belive with out direct modifcation to the source of pJIRC can it be done.
Quote:
Originally Posted by Animension
Fatal error: Failed opening required './includes/init.php' (include_path='.:/php/includes:/usr/share/php') in /home/httpd/vhosts/animension.net/httpdocs/testforum/global.php on line 18
I dont see what or where that problem is... seeing as init.php is there..
Did you make the edit for files as css?
reupload un hacked versions and try again, also make sure your chdir is set correctly
Did you make the edit for files as css?
reupload un hacked versions and try again, also make sure your chdir is set correctly
I made the edit for CSS and tried (even though CSS isnt enabled), and I also tried without. Same error. In index.php I took out the ChDir part of that line because it was giving me
Quote:
Originally Posted by error
Warning: ChDir: No such file or directory (errno 2) in /home/httpd/vhosts/animension.net/httpdocs/testforum/chat/index.php on line 14
I also uploaded a fresh global.php and got the init.php error still.
I made the edit for CSS and tried (even though CSS isnt enabled), and I also tried without. Same error. In index.php I took out the ChDir part of that line because it was giving me
I also uploaded a fresh global.php and got the init.php error still.
Your chdir is still wrong, if your not storing CSS as files dont do that edit to global.php.