[Tool] phpBB 2.0.10 to 2.0.11 Changes

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in here. No new MODs will be accepted into the MOD Database for phpBB2
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.

Rating:

Excellent!
43
70%
Very Good
7
11%
Good
5
8%
Fair
0
No votes
Poor
6
10%
 
Total votes: 61

quick5pnt0
Registered User
Posts: 1083
Joined: Sun May 16, 2004 1:16 am
Contact:

Post by quick5pnt0 »

EDITED: Found problem
Last edited by quick5pnt0 on Fri Nov 19, 2004 11:33 am, edited 1 time in total.
markus_petrux
Former Team Member
Posts: 1887
Joined: Wed Apr 23, 2003 7:11 am
Location: Girona, Catalunya (Spain)
Contact:

Post by markus_petrux »

bcs10 wrote: can you make one for updateing from 2.0.9

Upgrade from 9 to 10, then from 10 to 11.

Easy ;)
EasyMOD Standards | MOD Template Actions | MODs in Development Rules
Useful information for MOD Authors | MOD Queue Stats | Search MODs
Write SQL/DDL portable to all SQL servers supported by phpBB!
Get EasyMOD 0.3.0! | Suport al phpBB en Català!
8)
GameQber
Registered User
Posts: 36
Joined: Mon Apr 26, 2004 12:17 am
Location: New England
Contact:

Post by GameQber »

Nevermind with this post.
Last edited by GameQber on Fri Nov 19, 2004 6:54 am, edited 1 time in total.
User avatar
TurtleX
Registered User
Posts: 245
Joined: Sat Apr 24, 2004 9:19 pm

Post by TurtleX »

For viewtopic.php, it says:
FIND - Line 486

Code: Select all


	$words = explode(' ', trim(htmlspecialchars(urldecode($HTTP_GET_VARS['highlight']))));
REPLACE WITH

Code: Select all


	$words = explode(' ', trim(htmlspecialchars($HTTP_GET_VARS['highlight'])));
  
I have 2.0.10 and it's already:

Code: Select all


	$words = explode(' ', trim(htmlspecialchars($HTTP_GET_VARS['highlight'])));
  
Are the instructions reversed?
Acyd Burn
Consultant
Consultant
Posts: 5830
Joined: Wed Dec 05, 2001 8:31 pm
Location: Behind You
Name: Meik Sievertsen

Post by Acyd Burn »

bcs10 wrote: can you make one for updateing from 2.0.9


The update file will update your database from every version of 2.0 to 2.0.11.


@TurtleX: You might have applied the fix already. ;)
User avatar
Hater
Registered User
Posts: 570
Joined: Tue May 06, 2003 8:56 pm
Location: Wisconsin
Contact:

Post by Hater »

No it is reversed.. You DO want the urldecode script in there.
User avatar
dropby23
Registered User
Posts: 199
Joined: Wed Apr 21, 2004 7:11 pm

Post by dropby23 »

i have already using visual confirmation since 2.0.6 so i don't want to install which oarts of them are related with visual confirmation so i don't make any changes of these parts
bcs10
Registered User
Posts: 1525
Joined: Mon Jul 14, 2003 4:45 am
Location: Chicago, IL

Post by bcs10 »

Acyd Burn wrote:
bcs10 wrote:can you make one for updateing from 2.0.9


The update file will update your database from every version of 2.0 to 2.0.11.
no i mean an instructions file for updateing fro .0.9 to .0.11
/DD
quick5pnt0
Registered User
Posts: 1083
Joined: Sun May 16, 2004 1:16 am
Contact:

Post by quick5pnt0 »

EDITED, please delete this post, found the problem
Last edited by quick5pnt0 on Fri Nov 19, 2004 11:33 am, edited 1 time in total.
User avatar
dJomp
Registered User
Posts: 22
Joined: Mon Nov 24, 2003 2:45 pm
Location: York, UK
Contact:

Post by dJomp »

Hater wrote: No it is reversed.. You DO want the urldecode script in there.

No, you don't want the urldecode. See this post for details.
User avatar
devoted
Registered User
Posts: 44
Joined: Tue Feb 25, 2003 8:02 pm

Post by devoted »

Couple of question...

How long should it take to update? I ran the update file from /install directory, got the message it was updating, but 10 minutes later it was still updating so I stopped it. I have Powered by phpBB 2.0.11 © 2001, 2002 phpBB Group at the bottom of my forum, so does that mean it updated OK?

Should i notice anything different after updating? I'm not sure what the visual confirmation thing does - should there be something different when members register? I registered a test account but everything looked the same.

Just editing to add that the phpbb_confirm table has been added.
Last edited by devoted on Fri Nov 19, 2004 2:02 pm, edited 1 time in total.
Kumnaa
Registered User
Posts: 9
Joined: Wed Jan 22, 2003 7:22 pm

Post by Kumnaa »

I can't see any of the sql required for the visual confirmation mod in the txt file. I've installed this mod previously and have the following table structure

Code: Select all

CREATE TABLE `phpbb_confirm` (
  `confirm_id` char(32) NOT NULL default '',
  `session_id` char(32) NOT NULL default '',
  `code` char(6) NOT NULL default '',
  PRIMARY KEY  (`session_id`,`confirm_id`)
) TYPE=MyISAM;
obviously phpbb_ should be whatever table prefix you used.

[edit] I completely ignored the update script. Don't worry :oops:
Last edited by Kumnaa on Fri Nov 19, 2004 4:11 pm, edited 1 time in total.
User avatar
dJomp
Registered User
Posts: 22
Joined: Mon Nov 24, 2003 2:45 pm
Location: York, UK
Contact:

Post by dJomp »

Kumnaa wrote: I can't see any of the sql required for the visual confirmation mod in the txt file

I think that's because it doesn't need any...?

<edit - rubbish, it does, just found it!>
quick5pnt0
Registered User
Posts: 1083
Joined: Sun May 16, 2004 1:16 am
Contact:

Post by quick5pnt0 »

I believe this mod should be updated to show that you need to update the profile_add_body.tpl file for the visual confirmation to work. (or at least i did)

Find similar:

Code: Select all

	<tr>
	  <td class="row1"><span class="gen">{L_CONFIRM_PASSWORD}: * </span><br />
		<span class="gensmall">{L_PASSWORD_CONFIRM_IF_CHANGED}</span></td>
	  <td class="row2">
		<input type="password" class="post" style="width: 200px" name="password_confirm" size="25" maxlength="32" value="{PASSWORD_CONFIRM}" />
	  </td>
	</tr>
Add after:

Code: Select all

<!-- BEGIN switch_confirm -->
	<tr>
		<td class="row1" colspan="2" align="center"><span class="gensmall">{L_CONFIRM_CODE_IMPAIRED}</span><br /><br />{CONFIRM_IMG}<br /><br /></td>
	</tr>
	<tr>
	  <td class="row1"><span class="gen">{L_CONFIRM_CODE}: * </span><br /><span class="gensmall">{L_CONFIRM_CODE_EXPLAIN}</span></td>
	  <td class="row2"><input type="text" class="post" style="width: 200px" name="confirm_code" size="6" maxlength="6" value="" /></td>
	</tr>
	<!-- END switch_confirm -->
User avatar
devoted
Registered User
Posts: 44
Joined: Tue Feb 25, 2003 8:02 pm

Post by devoted »

OK, am I being really stupid here? :?

I ran the upgrade file again, and this time it worked. I then went to Configuration and enabled visual confirmation. When I tried to register a new user, I couldn't see any visual confirmation on the register page so I completed it as normal and Submitted, but I got a message saying the visual confirmation code I entered was wrong.

Is there something I'm not doing? Do I need to upload images for the visual confirmation also?
Post Reply

Return to “[2.0.x] MOD Database Releases”