AtomicVPp Posted June 20, 2003 Posted June 20, 2003 I see that PHP-Nuke is installed on server 27 in the Cpanel under the 'CGI Scripts' section and 'Addon Scripts'. How do I start using it? Thanks in advance. -Tim Quote
TCH-JimE Posted June 20, 2003 Posted June 20, 2003 Hi, All you do is follow the links and install it, its as simple as that! Jim Quote
AtomicVPp Posted June 20, 2003 Author Posted June 20, 2003 Never mind, I found it. Thanks for the help. -Tim Quote
TCH-JimE Posted June 20, 2003 Posted June 20, 2003 Hi, No worries, if you got any more questions, then please ask!!!!!! Jim Quote
AtomicVPp Posted June 20, 2003 Author Posted June 20, 2003 Umm... yes, I do have another question. I sorta locked myself out of the php-nuke admin some how... oops. How can I fix this? -Tim Quote
AtomicVPp Posted June 20, 2003 Author Posted June 20, 2003 WOW! Once again I'm wrong, I just didn't see the admin login. Thanks Jim! -Tim Quote
Bartel Posted June 21, 2003 Posted June 21, 2003 What version of PHP-Nuke is the one in the add-on scripts? Quote
TCH-Andy Posted June 21, 2003 Posted June 21, 2003 I'm not sure - it's not on server 8, let me check on another one where I have an account... No, couldn't see it on that one either sorry. Quote
Bartel Posted June 21, 2003 Posted June 21, 2003 How do I install php-nuke to use in my sub-domain? I tried /subdomain/nuke but invalid url. Quote
TCH-Don Posted June 21, 2003 Posted June 21, 2003 It must be installed just below the root folder, so in the install window, just add a folder name like nuke then it will be www.mysite.com/nuke/ Quote
Bartel Posted June 21, 2003 Posted June 21, 2003 How do I get it to go to my subdomain then? do i redirct the url or something? Quote
leezard Posted June 21, 2003 Posted June 21, 2003 (edited) if you want it in a subdomain like nuke.**** create the subdomain and then when you install nuke it will ask where to install it >http://www.****/________ in the blank put in your subdomain if you used the example above it would be nuke. Edited June 21, 2003 by leezard Quote
TCH-Don Posted June 21, 2003 Posted June 21, 2003 If you need help creating a subdomain look at http://www.cpanel.net/docs/cp/Subdomains.htm Quote
Lianna Posted June 22, 2003 Posted June 22, 2003 No guys, I think Bartel is trying to place Nuke into an already created subdomain. Like: mysub.domain.com/nuke Where mysub.domain.com has already been created. Turtle's orginal response is correct. The install done through cpanel must go into a dir directly under public_html. That leave you with the following options (more or less): 1. install nuke directly into your subdomain's folder (public_html/sub) or 2. intall nuke into a /nuke dir (public_html/nuke) and then as you said, create a redirect or link from your sub. or 3. variation on #2: create directory/subdomain called mysub2 or mysubnuke or such and install nuke into it. Then your link would be mysubnuke.domain.com Quote
TCH-Don Posted June 22, 2003 Posted June 22, 2003 You are welcome Glad you got it working. Kick Me After you create your super user, you may want to edit the home page content that prompts you to create the super user. Quote
twelve Posted July 10, 2003 Posted July 10, 2003 How can I have www.12string.net point to www.12string.net/PHP/index.php? (My new phpnuke page) Rock Sign http://12string.net/PHP/index.php Quote
TCH-Rick Posted July 10, 2003 Posted July 10, 2003 The easiest solution would be to put an html redirect file in your public_html directory. Here is an example of code you could use. Just name the file index.html. <html><head> <title></title> <meta HTTP-EQUIV="REFRESH" content=".5; url=http://12string.net/PHP/index.php /"> </head> <body bgcolor="#FFFFFF"> </body> </html> Quote
twelve Posted July 10, 2003 Posted July 10, 2003 OK! I see. The redirect in the Cpanel. It was in a phploop. I think its working. Quote
TCH-Don Posted July 10, 2003 Posted July 10, 2003 Great, see my above post about editing the home page content that prompts you to create the super user. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.