Author |
Message |
sapper6fd
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/blank.gif)
Joined: Aug 19, 2004
Posts: 8
|
Posted:
Wed Oct 13, 2004 9:12 pm |
|
1) How do I make a god account, as I dont believe my admin account is one. In the Edit Admins page, it doesnt state it is, (Or have the * next to it). Another reason I think this is because in Nuke Sentinal, I can not access the Protected Admins List, Admin HTTPAuth List, or the Scan for New Admins.
2) Ever since I added Nuke Sentinal, I havent been able to add new admins. I can add them in, but when someone trys to log in as the admin, the Begone! page comes up.
3) Why can users not sign up with usernames containing certain charicters such as { } and -? Is there a way to change that?
4) Every time I'm in the Admin panel, and click on the "Sections"
icon, I get sent to a page saying "Access Denied". It doens ttell me why, or how to fix it. Why is this? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
sapper6fd
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Oct 14, 2004 8:22 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
sixonetonoffun
Spouse Contemplates Divorce
![](modules/Forums/images/avatars/d1ecfa674c890aee2698b.jpg)
Joined: Jan 02, 2003
Posts: 2496
|
Posted:
Thu Oct 14, 2004 8:45 pm |
|
1) Check the admin.php vs the authors table to see if the column count matches.
2) See 1)
3) Its a preventive measure aA-zZ 1-9 is all that should be allowed.
4) No idea there sorry. Just don't use it myself. |
_________________ [b][size=5]openSUSE 11.4-x86 | Linux 2.6.37.1-1.2desktop i686 | KDE: 4.6.41>=4.7 | XFCE 4.8 | AMD Athlon(tm) XP 3000+ | MSI K7N2 Delta-L | 3GB Black Diamond DDR
| GeForce 6200@433Mhz 512MB | Xorg 1.9.3 | NVIDIA 270.30[/size:2b8 |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Guardian2003
Site Admin
![](modules/Forums/images/avatars/125904890252d880f79f312.png)
Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam
|
Posted:
Fri Oct 15, 2004 12:45 pm |
|
Which version of phpnuke are you using and is this an upgrade from an earlier version?
I am working on the assumption that the 'Sections' module has been activated in Admin -> Modules? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
chatserv
Member Emeritus
![](modules/Forums/images/avatars/Risque/fhf215.jpg)
Joined: May 02, 2003
Posts: 1389
Location: Puerto Rico
|
Posted:
Fri Oct 15, 2004 1:03 pm |
|
If this is Nuke 7.4 or 7.5 remove all files related to Sections, this was taken out of Nuke. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
sapper6fd
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Oct 17, 2004 1:28 am |
|
I'm useing PHP Nuke 7.4, and if its been removed, thats probably why.
I'm still trying to get an account switched to a god account though. When I installed PHP Nuke it created a new admin account, which turned out to be a super admin account, and not a God Account. How can I create a god account???
sixonetonoffun wrote: | 1) Check the admin.php vs the authors table to see if the column count matches. |
WTF does that mean? I know how to look stuff up in PHPMyAdmin, but have not idea what that means "Column Count"???? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Guardian2003
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Oct 17, 2004 6:02 am |
|
If you created an admin account when you installed phpnuke, then that should be the God account. You are also given the opportunity to 'create a normal account for this user'.
If you open up admin.php in a text editor, you should see a line like that references the AUTHORS table like this;
Code:$db->sql_query("INSERT INTO ".$prefix."_authors VALUES ('$name', '$the_adm', '$url', '$email', '$pwd', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '')");
|
Compare that with the number of fields in your nuke_authors table.
Please not the code above is is from my site and will be different to yours in respect of the number fields. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
sapper6fd
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Oct 17, 2004 2:27 pm |
|
Awsoem, thanks. Fixed it. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|