Release of upgrade for phpbb2.0.20

Support for IntegraMOD 140

Moderator: Integra Moderator

Re: Release of upgrade for phpbb2.0.20

PostAuthor: ayasha » Mon Apr 17, 2006 9:59 am

"found it";p="1853" wrote:try this one i think the first post got corrupted.....


is this the code changes we are suppose to use?
Last edited by ayasha on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
No one can make you feel inferior without your consent.
~Eleanor Roosevelt

ayasha
Sr Integra Member
Sr Integra Member
 
Posts: 634
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 5:10 pm
Cash on hand: 0.00

Re: Release of upgrade for phpbb2.0.20

PostAuthor: Vixje » Mon Apr 17, 2006 11:19 am

did the upgrade, now the board is broke.

this is the error:

Fatal error: Call to undefined function: phpbbsecurity_guests() in D:WebserverApacheApache2wwwwww.domain.extcommon.php on line 396
Last edited by Vixje on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

Vixje
Newbie
Newbie
 
Posts: 12
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 15, 2006 6:42 am
Cash on hand: 0.00

PostAuthor: Eon » Mon Apr 17, 2006 12:25 pm

Glad that was not a live one there. <img>
Last edited by Eon on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Eon
Sr Integra Member
Sr Integra Member
 
Posts: 627
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 9:15 am
Cash on hand: 0.00

PostAuthor: Vixje » Mon Apr 17, 2006 12:41 pm

lol true
Last edited by Vixje on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

Vixje
Newbie
Newbie
 
Posts: 12
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 15, 2006 6:42 am
Cash on hand: 0.00

Re: Release of upgrade for phpbb2.0.20

PostAuthor: ayasha » Mon Apr 17, 2006 1:12 pm

can i ask what to do if i do not have this line in my file? and it does not say to replace it with anything, or to add anything before or after

admin/pagestart.php

#
#-----[ FIND ]---------------------------------------------
# Line 47
message_die(GENERAL_MESSAGE, $lang['Not_admin']);
}

if ($HTTP_GET_VARS['sid'] != $userdata['session_id'])
{
Last edited by ayasha on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
No one can make you feel inferior without your consent.
~Eleanor Roosevelt

ayasha
Sr Integra Member
Sr Integra Member
 
Posts: 634
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 5:10 pm
Cash on hand: 0.00

PostAuthor: Eon » Mon Apr 17, 2006 1:18 pm

Depends. read the instructions at the top and it explains that. It may ask you to find the first instance of that, then find something after that to replace it. If tehre are multiplie instances of it in the file.
Last edited by Eon on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Eon
Sr Integra Member
Sr Integra Member
 
Posts: 627
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 9:15 am
Cash on hand: 0.00

Re: Release of upgrade for phpbb2.0.20

PostAuthor: ayasha » Mon Apr 17, 2006 1:35 pm

ok, here are the entire intructions for that particular file, and as i said, i do not have that instance at all that is says to find, but does not say what to do, i understand that the second bit of code, you just delete

#
#-----[ OPEN ]---------------------------------------------
#
admin/pagestart.php

#
#-----[ FIND ]---------------------------------------------
# Line 47
message_die(GENERAL_MESSAGE, $lang['Not_admin']);
}

if ($HTTP_GET_VARS['sid'] != $userdata['session_id'])
{

#
#-----[ FIND ]---------------------------------------------
# Line 57
$url = str_replace(preg_replace('#^/?(.*?)/?$#', '1', trim($board_config['server_name'])), '', $HTTP_SERVER_VARS['REQUEST_URI']);
$url = str_replace(preg_replace('#^/?(.*?)/?$#', '1', trim($board_config['script_path'])), '', $url);
$url = str_replace('//', '/', $url);
$url = preg_replace('/sid=([^&]*)(&?)/i', '', $url);
$url = preg_replace('/?$/', '', $url);
$url .= ((strpos($url, '?')) ? '&' : '?') . 'sid=' . $userdata['session_id'];


#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)

Last edited by ayasha on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
No one can make you feel inferior without your consent.
~Eleanor Roosevelt

ayasha
Sr Integra Member
Sr Integra Member
 
Posts: 634
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 5:10 pm
Cash on hand: 0.00

Re: Release of upgrade for phpbb2.0.20

PostAuthor: found it » Mon Apr 17, 2006 2:01 pm

"cleo";p="2047" wrote:ok, here are the entire intructions for that particular file, and as i said, i do not have that instance at all that is says to find, but does not say what to do, i understand that the second bit of code, you just delete

#
#-----[ OPEN ]---------------------------------------------
#
admin/pagestart.php

#
#-----[ FIND ]---------------------------------------------
# Line 47
message_die(GENERAL_MESSAGE, $lang['Not_admin']);
}

if ($HTTP_GET_VARS['sid'] != $userdata['session_id'])
{

#
#-----[ FIND ]---------------------------------------------
# Line 57
$url = str_replace(preg_replace('#^/?(.*?)/?$#', '1', trim($board_config['server_name'])), '', $HTTP_SERVER_VARS['REQUEST_URI']);
$url = str_replace(preg_replace('#^/?(.*?)/?$#', '1', trim($board_config['script_path'])), '', $url);
$url = str_replace('//', '/', $url);
$url = preg_replace('/sid=([^&]*)(&?)/i', '', $url);
$url = preg_replace('/?$/', '', $url);
$url .= ((strpos($url, '?')) ? '&' : '?') . 'sid=' . $userdata['session_id'];


#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)



On the bit that starts line 57...just remove the code that it tells you to...

Code: Select all
$url = str_replace(preg_replace('#^/?(.*?)/?$#', '1', trim($board_config['server_name'])), '', $HTTP_SERVER_VARS['REQUEST_URI']);     $url = str_replace(preg_replace('#^/?(.*?)/?$#', '1', trim($board_config['script_path'])), '', $url);     $url = str_replace('//', '/', $url);     $url = preg_replace('/sid=([^&]*)(&?)/i', '', $url);     $url = preg_replace('/?$/', '', $url);     $url .= ((strpos($url, '?')) ? '&' ]


remove this
Last edited by found it on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http]themes.[/url]
http://www.founditforum.com :: [url=http]Joining people together[/url]

[url=http][img=left]http://www.bbful.com/bbful_banner2.png[/img][/url]
User avatar
found it
Dev Team
Dev Team
 
Posts: 792
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 3:29 am
Cash on hand: 0.00

PostAuthor: ayasha » Mon Apr 17, 2006 2:04 pm

thanks found it, just wanted to make sure i did not need that first find.
Last edited by ayasha on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
No one can make you feel inferior without your consent.
~Eleanor Roosevelt

ayasha
Sr Integra Member
Sr Integra Member
 
Posts: 634
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 5:10 pm
Cash on hand: 0.00

Re: Release of upgrade for phpbb2.0.20

PostAuthor: found it » Mon Apr 17, 2006 2:07 pm

No problem

sorry the install file is a lot clearer i just used phpbbs file and remove some bits...though you need to double check with the premodded files as some of the file edits are not needed and i cannot remember if i removed them all.....

:mrgreen:
Last edited by found it on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http]themes.[/url]
http://www.founditforum.com :: [url=http]Joining people together[/url]

[url=http][img=left]http://www.bbful.com/bbful_banner2.png[/img][/url]
User avatar
found it
Dev Team
Dev Team
 
Posts: 792
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 3:29 am
Cash on hand: 0.00

PostAuthor: ayasha » Mon Apr 17, 2006 2:15 pm

i think you did a great job with it, with everything you do, i know you stay so busy, and i am most appreciative for you taking the time to do this install upgrade. <img>
Last edited by ayasha on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
No one can make you feel inferior without your consent.
~Eleanor Roosevelt

ayasha
Sr Integra Member
Sr Integra Member
 
Posts: 634
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 5:10 pm
Cash on hand: 0.00

PostAuthor: ayasha » Tue Apr 18, 2006 6:42 am

ok, i finally got finished with the upgrade this morning, and i get this error


Parse error: syntax error, unexpected $end in D:xampphtdocspspincludessessions.php on line 588

here is my line 588

?>

any suggestions?
Last edited by ayasha on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
No one can make you feel inferior without your consent.
~Eleanor Roosevelt

ayasha
Sr Integra Member
Sr Integra Member
 
Posts: 634
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 5:10 pm
Cash on hand: 0.00

PostAuthor: Nata » Tue Apr 18, 2006 7:00 am

verify if there is no space after ?> and before
Last edited by Nata on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Nata
Translation Team
Translation Team
 
Posts: 83
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 09, 2006 9:14 pm
Cash on hand: 0.00

PostAuthor: ayasha » Tue Apr 18, 2006 10:51 am

there is no space before or after
Last edited by ayasha on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
No one can make you feel inferior without your consent.
~Eleanor Roosevelt

ayasha
Sr Integra Member
Sr Integra Member
 
Posts: 634
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 5:10 pm
Cash on hand: 0.00

Re: Release of upgrade for phpbb2.0.20

PostAuthor: dpmcalister » Tue Apr 18, 2006 11:08 am

How do you find out what version of phpBB Security you're running?
Last edited by dpmcalister on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
That's a negative GH05TR1D3R, the pattern is full.
[img=left]http://www.iwarpuk.org/images/sigs/GH05TR1D3R.jpg[/img]
User avatar
dpmcalister
Newbie
Newbie
 
Posts: 9
Likes: 0 post
Liked in: 0 post
Joined: Tue Apr 11, 2006 3:55 am
Cash on hand: 0.00

PreviousNext

Return to IntegraMOD 140

Who is online

Registered users: Helter, Majestic-12 [Bot]