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.
######################################################################
# 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
######################################################################
/**********************************************************************/
/* 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
// 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();
}
?>
F3Zero Nuke Cadet
Joined: Jul 25, 2006
Posts: 4
Posted:
Tue Jul 25, 2006 4:32 pm
Anyone?
Colorteck Corporal
Joined: Dec 26, 2003
Posts: 73
Posted:
Tue Jul 25, 2006 5:28 pm
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.
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/
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
webmistress Nuke Cadet
Joined: Jun 28, 2006
Posts: 2
Location: TN
Posted:
Wed Jul 26, 2006 12:02 pm
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.
F3Zero Nuke Cadet
Joined: Jul 25, 2006
Posts: 4
Posted:
Wed Jul 26, 2006 3:57 pm
Im just switching to BlueHost
Cuban Nuke Cadet
Joined: Jun 09, 2006
Posts: 2
Posted:
Tue Aug 01, 2006 8:22 pm
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.
ssace Lieutenant
Joined: Dec 29, 2005
Posts: 175
Posted:
Wed Aug 02, 2006 5:14 pm
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.
ShadowXK Nuke Cadet
Joined: Aug 31, 2007
Posts: 2
Posted:
Fri Aug 31, 2007 12:36 am
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
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