|
|
 |
|
 |
 |
 |
Main Menu |
 |
|
 |
Quick Links |
 |
|
 |
Other Options |
 |
|
 |
Information |
 |
|
 |
NukeForums |
 |
|
 |
Top10 Links |
 |
|
 |
Site Visitors |
 |
Membership:
Latest: genki7
Today: 0
Yesterday: 0
Overall: 14794
Visitation:
Guests: 587
Members: 0
Total: 587
 You are Anonymous user. You can register for free by clicking here |
|
|
|
|
 |
Sponsor Links |
 |
|
|
|
| |
 |
Related Links |
 |
|
 |
Article Rating |
 |
Average Score: 5 Votes: 2

|
|
|
|
|
 |
Options |
 |
|
|
Re: Security update (Score: 1) by Techgfx on Tuesday, February 01, 2005 @ 2:34 AM CST (User Info | Send a Message) | In the get array in mainfile.php the following code can be commented out:
(eregi("forum_admin", $var_name)) ||
as the value is no longer available.
Also
if ($forum_admin != 1) {
can be replaced with
if (!defined('FORUM_ADMIN')) {
note the !defined instead of defined because it is != not ==.
The instuctions have been updated on the correction URL. |
|
|
|
|
Re: Security update (Score: 1) by sixonetonoffun on Wednesday, February 02, 2005 @ 2:08 PM CST (User Info | Send a Message) | | Is www.techgfx.com just down for updates? Or do we need to point to somewhere else to direct people how to make this modification? |
|
|
|
|
|
:: Eos phpbb2 style by Cyberalien :: PHP-Nuke theme by www.nukemods.com ::
| | | |