Jump to content

Recommended Posts

Posted

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

Posted

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.

Posted (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 by leezard
Posted

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

Posted

You are welcome :lol:

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.

  • 3 weeks later...
Posted

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>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...