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, 151 guest(s) and 1 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - AS1.7: Minor Bugs per 29/05/2004 [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
madman
Support Mod
Support Mod


Joined: Feb 15, 2004
Posts: 806


PostPosted: Sat May 29, 2004 9:08 am Reply with quoteBack to top

These are minor bugs found at Admin Secure 1.7, per May 29 2004.
Affects only in functionality but not security.

  1. Problem:
    PHP 4.3+ will display warning message when accessing WHOIS lookup with PHP safe mode turned on.

    Solution:
    Open asfunc.php file, and find this following code:
    Code:
    @fsockopen($server,43,&$errno,&$errstr,10)

    You'll have to find two similar codes like this. Replace both of them with:
    Code:
    @fsockopen($server,43,$errno,$errstr,10)

  2. Problem:
    If Tracking System activated, anonymous visitors are listed as blank name.

    Solution:
    Open asfunc.php file, and find this following code:
    Code:
    $ut_user=(isset($anonymous)&&($anonymous!=""))?$anonymoys:"Anonymous";

    You'll have to find only one code like this. Replace with:
    Code:
    $ut_user=(isset($anonymous)&&($anonymous!=""))?$anonymous:"Anonymous";

  3. Problem:
    Wrong IP exclusion variables checking, which causing new IP exclusion insertion is impossible.

    Solution:
    Open asec.php file and find this following code:
    Code:
    if(!ereg('^[0-9\.]+)-?([0-9\.]*$',$code,$match))

    You'll have to find only one code like this. Replace with:
    Code:
    if(!ereg('^([0-9\.]+)-?([0-9\.]*)$',$code,$match))

Find all posts by madmanView user's profileSend private messageVisit poster's websiteYahoo MessengerMSN Messenger
voltage
Nuke Soldier
Nuke Soldier


Joined: Mar 20, 2004
Posts: 10


PostPosted: Sat Jun 05, 2004 5:41 pm Reply with quoteBack to top

I found a way around the problem people have with not being able to access forum admin after installing admin secure...

Make sure you have a user name(meaning a normal user account)that is the same name as your god admin account....and before you install admin secure make sure you goto your forum admin, goto User Admin then goto Permissions, and make sure you add the user name that is also your god account as a forum administrator...Now to log in to your forum admin, just log in under your god admin, then log in under same user name(main login at index.php)
Now if you goto admin panel and click on forum admin, it will let you in...It doesnt help for those who already have it installed, but as long as you create forum admin with same name as the god admin, you can access it like that....Dunno maybe there is another way around it, but it works for me.. Laughing

I dont think the name has to be the same as your god account, but whatever it is, you need to add that name as a forum administrator, and be logged in under that account, and your admin account..and it will let you into the forum admin..
Find all posts by voltageView user's profileSend private message
madman
Support Mod
Support Mod


Joined: Feb 15, 2004
Posts: 806


PostPosted: Sat Jun 05, 2004 11:43 pm Reply with quoteBack to top

Nice tips. Smile

Now my turn (this could affect with bb2nuke 2.0.8 only):
First, open "modules/Forums/admin/pagestart.php", then find this line:

Code:
if ($cookie[2] == $row2['user_password'] && ($row2['user_password'] != "" && $row2['user_level'] == 2) && ($row[radminsuper] == 1 OR $row[radminforum] == 1)) {


Replace with:

Code:
if ($row[radminsuper] == 1 OR $row[radminforum] == 1) {

_________________
I'm Image
Find all posts by madmanView user's profileSend private messageVisit poster's websiteYahoo MessengerMSN Messenger
Display posts from previous:      
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.printer-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.201 Seconds - 297 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::