You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 60 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Infamous GoDaddy.com Errors Installing... [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
F3Zero
Nuke Cadet
Nuke Cadet


Joined: Jul 25, 2006
Posts: 4


PostPosted: Tue Jul 25, 2006 10:11 am Reply with quoteBack to top

Hello Everyone, I have tried everything, I've called them, browsed NukeCops day after day and found some things related to GoDaddy, but not much. My website is www.alphafederation.com (Domain name and Hosting all by GoDaddy).

Ok heres the problem: I have made the directory in MySQL, and uploaded everything onto FTP. When I go to my website I get the "Website Coming Soon" page. They say I need a 103 Redirect, this is one of the problems. I have no clue what I need to type in or where to put it. The second problem is that when I go to www.alphafederation.com/index.php I get the "Cannot Be Displayed" page. It would be such a great help if somone would like to tackle this for me, because I am at my end, I've uploaded nuke 7.8 countless times. Im going mad!

EDIT: My FTP is organized so that I have a folder called "nuke", and all the subfolders and files of nuke are located in there. Nothing else is in the root directory, except for some GoDaddy files such as GDForm.php, "Stats" (A Folder), and Welcome.htm. Im using the program FTP Navigator.

Here is my Config File:

<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.alphafederation.com/index.php");
exit();
?>


<?php

######################################################################
# PHP-NUKE: Advanced Content Management System
# ============================================
#
# Copyright (c) 2005 by Francisco Burzi
# http://phpnuke.org
#
# This program is free software. You can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License.
######################################################################

######################################################################
# Database & System Config
#
# dbhost: SQL Database Hostname
# dbuname: SQL Username
# dbpass: SQL Password
# dbname: SQL Database Name
# $prefix: Your Database table's prefix
# $user_prefix: Your Users' Database table's prefix (To share it)
# $dbtype: Your Database Server type. Supported servers are:
# MySQL, mysql4, sqlite, postgres, mssql, oracle,
# msaccess, db2 and mssql-odbc
# Be sure to write it exactly as above, case SeNsItIvE!
# $sitekey: Security Key. CHANGE it to whatever you want, as long
# as you want. Just don't use quotes.
# $gfx_chk: Set the graphic security code on every login screen,
# You need to have GD extension installed:
# 0: No check
# 1: Administrators login only
# 2: Users login only
# 3: New users registration only
# 4: Both, users login and new users registration only
# 5: Administrators and users login only
# 6: Administrators and new users registration only
# 7: Everywhere on all login options (Admins and Users)
# NOTE: If you aren't sure set this value to 0
# $subscription_url: If you manage subscriptions on your site, you
# must write here the url of the subscription
# information/renewal page. This will send by
# email if set.
# $admin_file: Administration panel filename. "admin" by default for
# "admin.php". To improve security please rename the file
# "admin.php" and change the $admin_file value to the
# new filename (without the extension .php)
# $advanced_editor: On/Off the advanced WYSIWYG text editor for admins
# 0: Off, will use the default simple text editor
# 1: On, will use the full featured text editor
######################################################################

$dbhost = "mysql91.secureserver.net";
$dbuname = "Webiste";
$dbpass = "Black7812";
$dbname = "Webiste";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "S·kQSd5%W@Y62-dm29-.-39.3a8sUf+W9";
$gfx_chk = 7;
$subscription_url = "";
$admin_file = "admin";
$advanced_editor = 0;

/**********************************************************************/
/* You finished to configure the Database. Now you can change all */
/* you want in the Administration Section. To enter just launch */
/* your web browser pointing it to http://xxxxxx.xxx/admin.php */
/* (Change xxxxxx.xxx to your domain name, for example: phpnuke.org) *
/* */
/* Remember to go to Preferences section where you can configure your */
/* new site. In that menu you can change all you need to change. */
/* */
/* Congratulations! now you have an automated news portal! */
/* Thanks for choose PHP-Nuke: The Future of the Web */
/**********************************************************************/

// DO NOT TOUCH ANYTHING BELOW THIS LINE UNTIL YOU KNOW WHAT YOU'RE DOING

$reasons = array("As Is","Offtopic","Flamebait","Troll","Redundant","Insighful","Interesting","Informative","Funny","Overrated","Underrated");
$badreasons = 4;
$AllowableHTML = array("b"=>1,"i"=>1,"u"=>1,"div"=>2,"a"=>2,"em"=>1,"br"=>1,"strong"=>1,"blockquote"=>1,"tt"=>1,"li"=>1,"ol"=>1,"ul"=>1);
$CensorList = array("Rainbow Brite","cunt","person","Rainbow Brite","pussy","Rainbow Brite","c0ck","cum","twat","clit","Rainbow Brite","fuk","fuking","motherfucker");
$tipath = "images/topics/";

// Debug control to see PHP generated errors. Set this to 0 to remove the errors display, set to 1 to see all errors

ini_set('display_errors','1');

//***************************************************************
// IF YOU WANT TO LEGALY REMOVE ANY COPYRIGHT NOTICES PLAY FAIR AND CHECK: http://phpnuke.org/modules.php?name=Commercial_License
// COPYRIGHT NOTICES ARE GPL SECTION 2(c) COMPLIANT AND CAN'T BE REMOVED WITHOUT PHP-NUKE'S AUTHOR WRITTEN AUTHORIZATION
// THE USE OF COMMERCIAL LICENSE MODE FOR PHP-NUKE HAS BEEN APPROVED BY THE FSF (FREE SOFTWARE FOUNDATION)
// YOU CAN REQUEST INFORMATION ABOUT THIS TO GNU.ORG REPRESENTATIVE. THE EMAIL THREAD REFERENCE IS #213080
// YOU'RE NOT AUTHORIZED TO CHANGE THE FOLLOWING VARIABLE'S VALUE UNTIL YOU ACQUIRE A COMMERCIAL LICENSE
// (http://phpnuke.org/modules.php?name=Commercial_License)
//***************************************************************
$commercial_license = 0;

if (eregi("config.php",$_SERVER['PHP_SELF'])) {
Header("Location: index.php");
die();
}

?>
Find all posts by F3ZeroView user's profileSend private message
F3Zero
Nuke Cadet
Nuke Cadet


Joined: Jul 25, 2006
Posts: 4


PostPosted: Tue Jul 25, 2006 4:32 pm Reply with quoteBack to top

Anyone?
Find all posts by F3ZeroView user's profileSend private message
Colorteck
Corporal
Corporal


Joined: Dec 26, 2003
Posts: 73


PostPosted: Tue Jul 25, 2006 5:28 pm Reply with quoteBack to top

Well if they had a decent control panel you could just use a redirect. very easy to create. I do not know if they allow you to use .httacces but you can create a file and upload it to redirect to your nuke folder. Or you can just move the nuke folder contents to the main folder.



Redirect /olddirectory/oldfile.html http://yoursite.com/newdirectory/newfile.html

Note that there are 3 parts to that, which should all be on one line : the Redirect command, the location of the file/directory you want redirected relative to the root of your site (/olddirectory/oldfile.html = yoursite.com/olddirectory/oldfile.html) and the full URL of the location you want that request sent to. Each of the 3 is separated by a single space, but all on one line. You can also redirect an entire directory by simple using Redirect /olddirectory http://yoursite.com/newdirectory/
Find all posts by ColorteckView user's profileSend private messageVisit poster's website
F3Zero
Nuke Cadet
Nuke Cadet


Joined: Jul 25, 2006
Posts: 4


PostPosted: Tue Jul 25, 2006 8:18 pm Reply with quoteBack to top

Got everything setup - but getting some major errors:

http://alphafederation.com/html/index.php


These are some errors when I log in on admin:

Warning: get_lang(admin/language/lang-english.php): failed to open stream: No such file or directory in /home/content/F/3/Z/F3Zero/html/html/mainfile.php on line 227

Warning: get_lang(): Failed opening 'admin/language/lang-english.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/content/F/3/Z/F3Zero/html/html/mainfile.php on line 227
Find all posts by F3ZeroView user's profileSend private message
webmistress
Nuke Cadet
Nuke Cadet


Joined: Jun 28, 2006
Posts: 2

Location: TN

PostPosted: Wed Jul 26, 2006 12:02 pm Reply with quoteBack to top

You possibly didn't upload your language files in the directory admin/language/.

Also I hope that's not your acutally database info listed. If so, shame on you. Embarassed
Find all posts by webmistressView user's profileSend private message
F3Zero
Nuke Cadet
Nuke Cadet


Joined: Jul 25, 2006
Posts: 4


PostPosted: Wed Jul 26, 2006 3:57 pm Reply with quoteBack to top

Im just switching to BlueHost
Find all posts by F3ZeroView user's profileSend private message
Cuban
Nuke Cadet
Nuke Cadet


Joined: Jun 09, 2006
Posts: 2


PostPosted: Tue Aug 01, 2006 8:22 pm Reply with quoteBack to top

Damn sorry I didn't see this earlier. I have Godaddy. First you need to make sure you have the proper hosting package to run Nuke. I had to upgrade to the Linux Deluxe package because of security settings. Next do not follow the folder structure they have and make sure you install at your index.

After that mine worked fine.
Find all posts by CubanView user's profileSend private message
ssace
Lieutenant
Lieutenant


Joined: Dec 29, 2005
Posts: 175


PostPosted: Wed Aug 02, 2006 5:14 pm Reply with quoteBack to top

While it is possible to get a Nuke site to run on even a basic Godaddy server, you are almost sure to have problems down the road.

Godaddy limits a lot of ports which can conflict with some applications.

For example, running a webpost teamspeak server status module won't work because of the port the teamspeak servers require but are not available on Godaddy.
Find all posts by ssaceView user's profileSend private message
ShadowXK
Nuke Cadet
Nuke Cadet


Joined: Aug 31, 2007
Posts: 2


PostPosted: Fri Aug 31, 2007 12:36 am Reply with quoteBack to top

when i tried to install i got stoped at step 1 with the database
i've tried making one and useing the l/p i make the sql database with and it doesn't work and i don't know why and godaddy support can't do anything about this because it's not one of there programs they can install themselfs
Find all posts by ShadowXKView user's profileSend private message
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.217 Seconds - 347 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::