hello,
i want to know, does anyone have edited install script of Cpanel phpnuke installer, that can install Nuke on top level, instead of subdirectory, as http://www.domain.com instead of http://www.domain.com/nuke.
thanks![]()
hello,
i want to know, does anyone have edited install script of Cpanel phpnuke installer, that can install Nuke on top level, instead of subdirectory, as http://www.domain.com instead of http://www.domain.com/nuke.
thanks![]()
Get Fantastico and you can get more than just phpnuke.
or install it manually..
or move it after installing it and edit the config.php file. that's what i do.
cd phpnuke
mv * ../
cd ../
rm -rf phpnuke
pico -w config.php
ls -alF
should do the trick via sshmake sure you start off in public_html