Author |
Message |
hitwalker
Sells PC To Pay For Divorce
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined:
Posts: 5661
|
Posted:
Fri Jun 09, 2006 2:55 am |
|
ok that was fun...upgraded to latest and trashed forum....
only thing it shows is hacking attempt..
(edit: problem seems to be in common.php) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Coldy
Hangin' Around
![](modules/Forums/images/avatars/097.gif)
Joined: Apr 24, 2004
Posts: 48
Location: Austria
|
Posted:
Fri Jun 09, 2006 3:27 am |
|
Hi!
The problem is the line 87 in the common.php
I have changed it with the code from the 2.0.20.
Maybe somebody have an other idea for this.
Coldcut ![Cool](modules/Forums/images/smiles/icon_cool.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Jun 09, 2006 3:30 am |
|
well thats not a way to solve it.... |
|
|
|
![](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 Jun 09, 2006 9:26 am |
|
Has the ported update been released already?
I must have missed that somehow. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
technocrat
Life Cycles Becoming CPU Cycles
![](modules/Forums/images/avatars/d867b24b43a1b71491557.jpg)
Joined: Jul 07, 2005
Posts: 511
|
Posted:
Fri Jun 09, 2006 9:49 am |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
benson
Worker
![Worker Worker](modules/Forums/images/ranks/3stars.gif)
![](modules/Forums/images/avatars/d565e607446586bbb82ae.jpg)
Joined: May 15, 2004
Posts: 119
Location: Germany
|
Posted:
Fri Jun 09, 2006 10:37 am |
|
Hi technocrat,
I can not find the link you gave ...
Why does it works on my local installation and not on any of my sites online ? |
_________________ Best regards, Norbert
Only registered users can see links on this board! Get registered or login! & Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
technocrat
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Jun 09, 2006 10:43 am |
|
I can't answer that for sure. The problem is with the name, admin, and cookie being an actual variable.
If you cannot find the line just look for $not_unset = array( and replace the entire line. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
daemon
Worker
![Worker Worker](modules/Forums/images/ranks/3stars.gif)
![](modules/Forums/images/avatars/45457316443317186036f.png)
Joined: Jan 07, 2005
Posts: 163
|
Posted:
Fri Jun 09, 2006 10:53 am |
|
is this a perm fix or temp? |
_________________ Si vis pacem, bellum paratum
http://putemon.com |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
daemon
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Jun 09, 2006 10:57 am |
|
after applying that, i can't access the forums admin page. any ideas? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
technocrat
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Jun 09, 2006 11:01 am |
|
I would take it as temp.
I manually patched Evo, so there might be more issues with bbtonuke. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
daemon
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Jun 09, 2006 11:18 am |
|
well the forums page work after patch but the admin page says not authorized to admin the board....lol |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
technocrat
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Jun 09, 2006 11:19 am |
|
Was their a modules/Forums/admin/pagestart.php in the bbtonuke upgrade? If so try putting back the old one. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
daemon
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Jun 09, 2006 11:28 am |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
benson
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Jun 09, 2006 11:31 am |
|
Code: // Merge all into one extremely huge array; unset
// this later
$input = array_merge($HTTP_GET_VARS, $HTTP_POST_VARS, $HTTP_COOKIE_VARS, $HTTP_SERVER_VARS, $HTTP_SESSION_VARS, $HTTP_ENV_VARS, $HTTP_POST_FILES);
unset($input['input']);
unset($input['not_unset']);
while (list($var,) = @each($input))
{
if (in_array($var, $not_unset))
{
die('Hacking attempt!');
}
unset($$var);
}
unset($input);
}
|
That is the part where I think the problem is located. What have I to change in that to get it temp. fixed ? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
technocrat
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Jun 09, 2006 11:32 am |
|
Its like 2 line about what you just posted |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
daemon
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Jun 09, 2006 9:16 pm |
|
no one else got any ideas? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Jun 10, 2006 3:21 am |
|
well any response were waiting for would come from chaserv or evaders99...
maybe they are on vacation... ![Smile](modules/Forums/images/smiles/icon_smile.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
technocrat
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Jun 10, 2006 9:42 am |
|
Evaders answered the thread on NukeFixes |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Jun 10, 2006 10:43 am |
|
any direct link cause i see about 1789.000.000.000 posts about this... |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
daemon
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Jun 10, 2006 3:43 pm |
|
i only see one same problems as posted here, evaders said he was gonna look at it, no update as of yet. there isnt an open forum there yet for 2.0.21 its in another. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Jun 10, 2006 3:45 pm |
|
well i still dont know what technocrat means with..Quote: | Evaders answered the thread on NukeFixes |
i asume he means the current problem. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Guardian2003
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Jun 10, 2006 11:27 pm |
|
I think that thread addressed a different issue. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Jun 11, 2006 4:45 am |
|
ah i see,thats how things get complicated........lol |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
strik9
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jul 02, 2005
Posts: 8
|
Posted:
Sun Jun 11, 2006 6:10 am |
|
The cirrent upgrade i used is definately working. I have it on the test site as we speak. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Guardian2003
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Jun 11, 2006 6:45 am |
|
strik9 wrote: | The cirrent upgrade i used is definately working. I have it on the test site as we speak. |
And you do not have the session issue or forum language selection problem?
If thats the case it will be worth me installing it into my own test site. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|