Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Nuke Platinum
Author Message
aden
New Member
New Member



Joined: Sep 19, 2006
Posts: 2

PostPosted: Tue Sep 19, 2006 4:16 pm Reply with quote

I just installed Nuke-Platinum-7.6.0. And so I went and typed my info to create the "God Admin" acount, and so I can appearently use that name/password to login as the forum admin. But my trouble is that I can't login as the SITE administrator.

I just get a blank page saying "Begon" in the upper left-hand corner of my browser.

Any help would verry much be appreciated,

Sean Aden Http://Gt.Ej.Am
 
View user's profile Send private message
kguske
Site Admin



Joined: Jun 04, 2004
Posts: 6437

PostPosted: Tue Sep 19, 2006 4:24 pm Reply with quote

If I remember correctly, Nuke Platinum used Protector and maybe even Admin Secure, in addition to NukeSentinel. "Begon" isn't a NukeSentinel message, so I'd assume it came from either Protector or Admin Secure. Did you check http://futurenuke.com site for additional information on NukePlatinum? Not sure how the installation works for NukePlatinum, but it isn't necessarily required that the forum admin have the same user and password as the site administrator (or God admin).

_________________
I search, therefore I exist...
Only registered users can see links on this board! Get registered or login!
 
View user's profile Send private message
aden







PostPosted: Tue Sep 19, 2006 4:33 pm Reply with quote

Yeah, I checked. They don't have anything on it for the moment. My problem is that I just can't get into my system-wide admin control area, I can administer the forum just fine. I'm not new to Php-Nuke, I just never installed any version of it myself untill now. Embarassed

I'd be gratefull if anybody has any more ideas, but I understand that platnum probably isn't the specialty of most users here.
 
Susann
Moderator



Joined: Dec 19, 2004
Posts: 3191
Location: Germany:Moderator German NukeSentinel Support

PostPosted: Tue Sep 19, 2006 5:11 pm Reply with quote

You get the begone message in Nuke if you use for the admin name illegal characters.
Just change the name in the database table.
 
View user's profile Send private message
Loki
Worker
Worker



Joined: Oct 05, 2003
Posts: 107
Location: Illinois

PostPosted: Wed Sep 20, 2006 1:20 am Reply with quote

First thing is where did you download it? Was if futurenuke.com? The reason I ask is the version may be different.

yes as susann said the begone message is the response from an unauthorized character in your username. Run this code through an sql query in phpmyadmin on your database and recreate a new admin account but do not use any strange characters in your username.

Code:
DROP TABLE IF EXISTS `nuke_authors`;

CREATE TABLE `nuke_authors` (
  `aid` varchar(25) NOT NULL default '',
  `name` varchar(50) default NULL,
  `url` varchar(255) NOT NULL default '',
  `email` varchar(255) NOT NULL default '',
  `pwd` varchar(40) default NULL,
  `counter` int(11) NOT NULL default '0',
  `radminsuper` tinyint(1) NOT NULL default '1',
  `admlanguage` varchar(30) NOT NULL default '',
  `radminblocker` tinyint(2) NOT NULL default '0',
  PRIMARY KEY  (`aid`),
  KEY `aid` (`aid`)
) ;
 
View user's profile Send private message Visit poster's website
evaders99
Former Moderator in Good Standing



Joined: Apr 30, 2004
Posts: 3221

PostPosted: Wed Sep 20, 2006 7:39 am Reply with quote

Or easier is just to use phpMyAdmin and hit Empty

or the SQL version
Code:


truncate nuke_authors;

_________________
- Only registered users can see links on this board! Get registered or login! -

Need help? Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Nuke Platinum

View next topic
View previous 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
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©