phpBB 2.0.21 update for IntegraMOD 1.4.0

Support for IntegraMOD 140

Moderator: Integra Moderator

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostAuthor: Michaelo » Tue Jul 18, 2006 5:57 am

Make sure this function is in functions

Code: Select all
 /*** This function is a wrapper for ltrim, as charlist is only supported in php >= 4.1.0* Added in phpBB 2.0.18*/function phpbb_ltrim($str, $charlist = false){     if ($charlist === false)     {         return ltrim($str);     }         $php_version = explode('.', PHP_VERSION);       // php version < 4.1.0     if ((int) $php_version[0] < 4 || ((int) $php_version[0] == 4 && (int) $php_version[1] < 1))     {         while ($str{0} == $charlist)         {             $str = substr($str, 1);         }     }     else     {         $str = ltrim($str, $charlist);     }       return $str;}  
Last edited by Michaelo on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
Kiss Portal Engine phpbbireland (status: Released)
User avatar
Michaelo
Administrator
Administrator
 
Posts: 1647
Likes: 0 post
Liked in: 2 posts
Joined: Sat Mar 11, 2006 6:14 pm
Cash on hand: 5.10
Location: Dublin, Ireland

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostAuthor: Juppertje » Tue Jul 18, 2006 6:00 am

"Michaelo";p="12043" wrote:Make sure this function is in functions

Code: Select all
 /*** This function is a wrapper for ltrim, as charlist is only supported in php >= 4.1.0* Added in phpBB 2.0.18*/function phpbb_ltrim($str, $charlist = false){     if ($charlist === false)     {         return ltrim($str);     }         $php_version = explode('.', PHP_VERSION);       // php version < 4.1.0     if ((int) $php_version[0] < 4 || ((int) $php_version[0] == 4 && (int) $php_version[1] < 1))     {         while ($str{0} == $charlist)         {             $str = substr($str, 1);         }     }     else     {         $str = ltrim($str, $charlist);     }       return $str;}  


what has this to do for the Google bot?
Last edited by Juppertje on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

Juppertje
Integra Member
Integra Member
 
Posts: 113
Likes: 0 post
Liked in: 0 post
Joined: Sat May 20, 2006 1:12 pm
Cash on hand: 0.00

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostAuthor: Wiked » Tue Jul 18, 2006 6:25 am

Thank you very much. Works like a charm now except that one of my MODS (Bookmakers MOD) wont let you make a bet and comes back Hacking attempt! but thats hardly up to you to figure that out for me.

Does that mean that I missed adding that code in the 2.0.18 update awhile back?
Last edited by Wiked on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

Wiked
Newbie
Newbie
 
Posts: 21
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 8:21 pm
Cash on hand: 0.00

PostAuthor: CurlyDE » Tue Jul 18, 2006 6:44 am

Updated using the premodded files ... everything is working great. Thanks!
Last edited by CurlyDE on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

CurlyDE
Newbie
Newbie
 
Posts: 2
Likes: 0 post
Liked in: 0 post
Joined: Wed Jun 28, 2006 6:54 am
Cash on hand: 0.00

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostAuthor: MadUser » Thu Jul 20, 2006 10:45 am

this is so frustrating
how all of you understand the steps to upgrade????????
i searched and searched... and i cant find what goes first:
the file mod
or the update_to_latest.php

<img>
Last edited by MadUser on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http]My hebrew web site[/url]
User avatar
MadUser
Integra Member
Integra Member
 
Posts: 113
Likes: 0 post
Liked in: 0 post
Joined: Tue Jul 11, 2006 12:26 am
Cash on hand: 0.00

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostAuthor: obiku » Thu Jul 20, 2006 11:05 am

I normaly start the update_to_latest.php first. After that I do the code changes. This because most of the times when I upgrade my board, I do not dissable my board. (I know there are some people who think thats a bad Idea, and they are right <img> )
In my case, if you first put the new code in, and there is a new db table what can be needed, you get errors on your board.
Last edited by obiku on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
http://www.familie-smit.nl
http://portfolio.familie-smit.nl

Do not tsunami my inbox... instead use the forums...
Hard work may not kill me, but why take a chance?

[hr]
User avatar
obiku
Dev Team
Dev Team
 
Posts: 218
Likes: 0 post
Liked in: 0 post
Joined: Tue May 02, 2006 11:22 am
Cash on hand: 0.00
Location: level 8

PostAuthor: Master Dwarf » Thu Jul 20, 2006 11:21 am

Updated without a hitch using the premodded files. <img>

Are you having problems MadUser or did obiku help?
Last edited by Master Dwarf on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
Sean Kelley
http://www.GrumblingDwarf.com
Wisconsin Region Game Site
User avatar
Master Dwarf
Integra Supporter
Integra Supporter
 
Posts: 102
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 09, 2006 9:26 am
Cash on hand: 0.00
Location: Madison, WI

PostAuthor: MadUser » Thu Jul 20, 2006 11:34 am

"Master Dwarf" wrote:Updated without a hitch using the premodded files. <img>

Are you having problems MadUser or did obiku help?
Thanks man but its ok
i did what he said, no problems at all
Last edited by MadUser on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http]My hebrew web site[/url]
User avatar
MadUser
Integra Member
Integra Member
 
Posts: 113
Likes: 0 post
Liked in: 0 post
Joined: Tue Jul 11, 2006 12:26 am
Cash on hand: 0.00

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostAuthor: Juppertje » Sun Jul 23, 2006 3:33 pm

"Juppertje";p="12025" wrote:I found a new strange and small issue:

In ACP under main and then Bots you can vieuw witch bots visite your site and add them as well to your list, now the trange thing is @ out site he almost see everything as googlebot even it isn't @ googlebot but only a normal user?

My quistion is:

1) how can i fix this
2) does sombody have a correct list for me with the ip list of googlebots becaurse mine is messed up now also with ip's of normal users i had to delet whole the googlebot list


could anybody help me please the list in ACP/main/ Bots managment i have a list what evry day get's longer it say's that everything is a google bot <img> and only 1% of the ip adresses is a real google bot what i have to do to fix this issue it happend afther the update see a part of my list in ACP/main bots management:

Bot naam Bot ip/agent Opties
Googlebot 81.206.229.172 Negeren Toevoegen
Googlebot 83.160.31.174 Negeren Toevoegen
Googlebot 212.187.44.215 Negeren Toevoegen
Googlebot 212.120.87.107 Negeren Toevoegen
Googlebot 84.83.93.20 Negeren Toevoegen
Googlebot 193.173.54.99 Negeren Toevoegen
Googlebot 82.148.221.150 Negeren Toevoegen
Googlebot 86.81.123.30 Negeren Toevoegen
Googlebot 212.19.210.143 Negeren Toevoegen
Googlebot 212.127.145.236 Negeren Toevoegen
Googlebot 80.100.93.212 Negeren Toevoegen
Googlebot 212.123.206.71 Negeren Toevoegen
Googlebot 84.197.47.232 Negeren Toevoegen
Googlebot 217.120.175.8 Negeren Toevoegen
Googlebot 86.84.176.233 Negeren Toevoegen
Googlebot 193.173.195.225 Negeren Toevoegen
Googlebot 83.85.198.181 Negeren Toevoegen
Googlebot 212.238.213.147 Negeren Toevoegen
Googlebot 62.238.3.96 Negeren Toevoegen
Googlebot 84.105.163.111 Negeren Toevoegen
Googlebot 212.83.72.101 Negeren Toevoegen
Googlebot 213.219.166.123 Negeren Toevoegen
Googlebot 84.25.140.77 Negeren Toevoegen
Googlebot 84.104.146.153 Negeren Toevoegen
Googlebot 80.126.156.94 Negeren Toevoegen
Googlebot 62.45.152.170 Negeren Toevoegen
Googlebot 83.118.122.65 Negeren Toevoegen
Googlebot 81.205.1.134 Negeren Toevoegen
Googlebot 195.240.203.54 Negeren Toevoegen
Googlebot 80.126.222.106 Negeren Toevoegen
Googlebot 81.206.173.214 Negeren Toevoegen
Googlebot 81.205.130.20 Negeren Toevoegen
Googlebot 81.70.113.68 Negeren Toevoegen
Googlebot 82.170.23.148 Negeren Toevoegen
Googlebot 83.116.68.130 Negeren Toevoegen
Googlebot 81.68.119.219 Negeren Toevoegen
Googlebot 82.236.217.66 Negeren Toevoegen
Googlebot 82.157.4.246 Negeren Toevoegen
Googlebot 213.10.191.59 Negeren Toevoegen
Googlebot 66.249.66.163 Negeren Toevoegen
Googlebot 81.206.45.182 Negeren Toevoegen
Googlebot 80.242.237.58 Negeren Toevoegen
Googlebot 84.81.190.89 Negeren Toevoegen
Googlebot 80.126.100.166 Negeren Toevoegen
Googlebot 83.180.59.72 Negeren Toevoegen
Googlebot 217.166.113.4 Negeren Toevoegen
Googlebot 84.195.61.186 Negeren Toevoegen
Googlebot 80.126.31.146 Negeren Toevoegen
Googlebot 84.84.135.54 Negeren Toevoegen
Googlebot 84.27.174.185 Negeren Toevoegen
Googlebot 82.173.222.45 Negeren Toevoegen
Googlebot 86.85.232.66 Negeren Toevoegen
Googlebot 87.212.131.110 Negeren Toevoegen
Googlebot 84.80.145.96 Negeren Toevoegen
Googlebot 212.45.53.135 Negeren Toevoegen
Googlebot 86.80.9.128 Negeren Toevoegen
Googlebot 82.74.179.204 Negeren Toevoegen
Googlebot 62.238.238.133 Negeren Toevoegen
Googlebot 82.170.100.118 Negeren Toevoegen
Googlebot 82.168.75.239 Negeren Toevoegen
Googlebot 80.56.21.167 Negeren Toevoegen
Googlebot 81.205.200.55 Negeren Toevoegen
Googlebot 80.57.245.235 Negeren Toevoegen
Googlebot 85.147.192.84 Negeren Toevoegen
Googlebot 83.118.244.197 Negeren Toevoegen
Googlebot 82.93.36.45 Negeren Toevoegen
Googlebot 62.166.9.216 Negeren Toevoegen
Googlebot 213.11.4.10 Negeren Toevoegen
Googlebot 213.51.119.38 Negeren Toevoegen
Googlebot 12.151.160.30 Negeren Toevoegen
Googlebot 24.132.212.73 Negeren Toevoegen
Googlebot 82.156.171.149 Negeren Toevoegen
Googlebot 84.192.118.5 Negeren Toevoegen
Googlebot 24.132.44.160 Negeren Toevoegen
Googlebot 82.156.254.24 Negeren Toevoegen
Googlebot 85.145.212.134 Negeren Toevoegen
Googlebot 83.118.150.72 Negeren Toevoegen
Googlebot 83.84.191.192 Negeren Toevoegen
Googlebot 83.128.82.213 Negeren Toevoegen
Googlebot 84.27.9.194 Negeren Toevoegen
Googlebot 145.117.22.45 Negeren Toevoegen
Googlebot 82.161.185.50 Negeren Toevoegen
Googlebot 81.207.253.164 Negeren Toevoegen
Googlebot 167.202.196.72 Negeren Toevoegen
Googlebot 167.202.196.71 Negeren Toevoegen
Googlebot 83.160.164.205 Negeren Toevoegen
Googlebot 80.127.90.83 Negeren Toevoegen
Googlebot 145.53.212.20 Negeren Toevoegen
Googlebot 83.181.159.74 Negeren Toevoegen
Googlebot 84.29.69.150 Negeren Toevoegen
Googlebot 213.84.148.208 Negeren Toevoegen
Googlebot 217.122.54.21 Negeren Toevoegen
Googlebot 82.174.114.48 Negeren Toevoegen
Googlebot 217.122.149.9 Negeren Toevoegen
Googlebot 80.200.49.233 Negeren Toevoegen
Googlebot 217.136.85.237 Negeren Toevoegen
Googlebot 84.82.212.137 Negeren Toevoegen
Googlebot 213.10.117.13 Negeren Toevoegen
Googlebot 213.118.177.201 Negeren Toevoegen
Googlebot 201.245.242.17 Negeren Toevoegen
Googlebot 81.83.16.223 Negeren Toevoegen
Googlebot 84.81.85.71 Negeren Toevoegen
Googlebot 84.81.66.21 Negeren Toevoegen
Googlebot 62.194.47.58 Negeren Toevoegen
Googlebot 80.57.93.165 Negeren Toevoegen
Googlebot 62.131.224.200 Negeren Toevoegen
Googlebot 84.84.100.129 Negeren Toevoegen
Googlebot 85.146.144.186 Negeren Toevoegen
Googlebot 84.82.154.124 Negeren Toevoegen
Googlebot 83.117.187.157 Negeren Toevoegen
Googlebot 213.93.137.87 Negeren Toevoegen
Googlebot 217.115.228.52 Negeren Toevoegen
Googlebot 213.93.112.227 Negeren Toevoegen
Googlebot 83.83.15.162 Negeren Toevoegen
Googlebot 87.210.66.176 Negeren Toevoegen
Googlebot 80.61.53.42 Negeren Toevoegen
Googlebot 84.81.105.155 Negeren Toevoegen
Googlebot 86.84.3.37 Negeren Toevoegen
Googlebot 80.127.89.18 Negeren Toevoegen
Googlebot 81.59.184.211 Negeren Toevoegen
Googlebot 212.64.3.64 Negeren Toevoegen
Googlebot 83.27.208.140 Negeren Toevoegen
Googlebot 83.118.220.105 Negeren Toevoegen
Googlebot 84.27.244.55 Negeren Toevoegen
Googlebot 62.131.249.101 Negeren Toevoegen
Googlebot 144.95.35.6 Negeren Toevoegen
Googlebot 62.238.221.194 Negeren Toevoegen
Googlebot 81.245.49.134 Negeren Toevoegen
Googlebot 81.59.12.192 Negeren Toevoegen
Googlebot 80.61.246.78 Negeren Toevoegen
Googlebot 80.57.193.224 Negeren Toevoegen
Googlebot 81.59.33.15 Negeren Toevoegen
Googlebot 85.146.172.195 Negeren Toevoegen
Googlebot 84.105.219.4 Negeren Toevoegen
Googlebot 222.121.244.49 Negeren Toevoegen
Googlebot 82.92.116.174 Negeren Toevoegen
Googlebot 82.168.191.60 Negeren Toevoegen
Googlebot 85.146.108.20 Negeren Toevoegen
Googlebot 145.50.39.12 Negeren Toevoegen
Googlebot 86.81.18.161 Negeren Toevoegen
Googlebot 62.195.227.233 Negeren Toevoegen
Googlebot 84.30.240.168 Negeren Toevoegen
Googlebot 213.93.52.219 Negeren Toevoegen
Googlebot 82.72.183.136 Negeren Toevoegen
Googlebot 84.31.52.218 Negeren Toevoegen
Googlebot 62.194.53.108 Negeren Toevoegen
Googlebot 84.29.193.136 Negeren Toevoegen
Googlebot 84.81.239.111 Negeren Toevoegen
Googlebot 84.29.185.115 Negeren Toevoegen
Googlebot 80.57.166.228 Negeren Toevoegen
Last edited by Juppertje on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

Juppertje
Integra Member
Integra Member
 
Posts: 113
Likes: 0 post
Liked in: 0 post
Joined: Sat May 20, 2006 1:12 pm
Cash on hand: 0.00

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostAuthor: Juppertje » Wed Jul 26, 2006 1:13 pm

anybody? or everybody on holliday?
Last edited by Juppertje on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

Juppertje
Integra Member
Integra Member
 
Posts: 113
Likes: 0 post
Liked in: 0 post
Joined: Sat May 20, 2006 1:12 pm
Cash on hand: 0.00

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostAuthor: obiku » Wed Jul 26, 2006 2:28 pm

Can you give us more information, for example
  • When does this problem came up (after or before upgrade to 2.0.21
  • what other mods did you install
  • Who are the IP adresses from
Last edited by obiku on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
http://www.familie-smit.nl
http://portfolio.familie-smit.nl

Do not tsunami my inbox... instead use the forums...
Hard work may not kill me, but why take a chance?

[hr]
User avatar
obiku
Dev Team
Dev Team
 
Posts: 218
Likes: 0 post
Liked in: 0 post
Joined: Tue May 02, 2006 11:22 am
Cash on hand: 0.00
Location: level 8

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostAuthor: Juppertje » Wed Jul 26, 2006 3:45 pm

"obiku";p="12465" wrote:Can you give us more information, for example
  • When does this problem came up (after or before upgrade to 2.0.21
  • what other mods did you install
  • Who are the IP adresses from


afther upgrading to 2.0.21
no other mods installed
the ipadresses are from all user who visit our board and the list is getting longer everyday <img>
Last edited by Juppertje on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

Juppertje
Integra Member
Integra Member
 
Posts: 113
Likes: 0 post
Liked in: 0 post
Joined: Sat May 20, 2006 1:12 pm
Cash on hand: 0.00

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostAuthor: Teelk » Wed Jul 26, 2006 5:31 pm

The list is a good thing, it means that google is indexing or at least visiting your site. Adding those bots just means that the Bots MOD can keep track of what those particular bots are indexing.

It would be nice to have a feature to add all bots, and I may look into it in the near future.
Last edited by Teelk on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 6:25 pm
Cash on hand: 0.00
Location: Canada

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostAuthor: Juppertje » Thu Jul 27, 2006 6:09 am

"Teelk";p="12472" wrote:The list is a good thing, it means that google is indexing or at least visiting your site. Adding those bots just means that the Bots MOD can keep track of what those particular bots are indexing.

It would be nice to have a feature to add all bots, and I may look into it in the near future.


ia m happy manny bots are visiting but all the ip's in list above is mentioned as Google bot but are normal users lol i have now over 400 IP's in list and all metioned as googlebot that is not good they are simple users from a normal internet profider like we have here for example wanadoo and orange when i look up those ip's they are normal ip adresses and not goodlebots but system sees now al ip's like googlebot rofl <img> so somthing is not working as it should be.
Last edited by Juppertje on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

Juppertje
Integra Member
Integra Member
 
Posts: 113
Likes: 0 post
Liked in: 0 post
Joined: Sat May 20, 2006 1:12 pm
Cash on hand: 0.00

PostAuthor: Eon » Thu Jul 27, 2006 5:33 pm

The steps worked perfectly for me except for one find. The only problem I have is that my Quotes are rendered useless yet again.

Anybody else have a problem with quick quoting?
Last edited by Eon on Wed Dec 31, 1969 5: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 10:15 am
Cash on hand: 0.00

PostAuthor: Teelk » Thu Jul 27, 2006 9:08 pm

"Eon";p="12549" wrote:The steps worked perfectly for me except for one find. The only problem I have is that my Quotes are rendered useless yet again.

Anybody else have a problem with quick quoting?
Quick Quote is working fine here... what was the find code you couldn't find?
Last edited by Teelk on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 6:25 pm
Cash on hand: 0.00
Location: Canada

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostAuthor: ayasha » Sat Jul 29, 2006 3:01 pm

i finally got around to doing the upgrading, and everything seems to be working fine.

the html is working in post again, but i cannot get it to work right with the signature.

when i put in

[code]<img src="http]

it converts it to

[code]<img src="http]

when i click on submit, why would it add the symbol in 2 places? and what can i do to correct this?
Last edited by ayasha on Wed Dec 31, 1969 5: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 6:10 pm
Cash on hand: 0.00

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostAuthor: Teelk » Sat Jul 29, 2006 10:17 pm

Quite the signature you've got there... may need to censor that...

The last few updates from phpBB have been very poor in my opinion. Especially their handling of HTML, it doesn't seem like they finished the job and as a result HTML is tricky to use. I can't even get HTML to turn on in signatures right now...

Instead, use the bbcode equivilent...

Code: Select all
[flash=,]http://www.linktoyourimage.com/image.jpg[/flash:376yvstt]
Last edited by Teelk on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 6:25 pm
Cash on hand: 0.00
Location: Canada

PostAuthor: ayasha » Sun Jul 30, 2006 6:13 am

i would love to use the img tags, and in 1.4.1 i can use the img tags with the snip of code for my tag, but not in 1.4.0. i was just hoping i could figure out a way the girls on my forum could use it now. this script is for a rotating signature, and very popular item to use on my forum.

thanks for the compliment Teelk, and that particular rotation of sigs is censored <img>
Last edited by ayasha on Wed Dec 31, 1969 5: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 6:10 pm
Cash on hand: 0.00

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostAuthor: Indyzcar » Mon Jul 31, 2006 9:58 am

just a quick Q: Apparently the stock dl is version 2.0.13 of phpbb, and the update says that you must have 2.0.20 to upgrade the files.

So... what do I need to do to get up to date?
Last edited by Indyzcar on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

Indyzcar
Members
Members
 
Posts: 45
Likes: 0 post
Liked in: 0 post
Joined: Thu Jul 27, 2006 5:01 pm
Cash on hand: 0.00

PostAuthor: Michaelo » Mon Jul 31, 2006 11:01 am

Why not use the advanced bbcode in 140?
Last edited by Michaelo on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
Kiss Portal Engine phpbbireland (status: Released)
User avatar
Michaelo
Administrator
Administrator
 
Posts: 1647
Likes: 0 post
Liked in: 2 posts
Joined: Sat Mar 11, 2006 6:14 pm
Cash on hand: 5.10
Location: Dublin, Ireland

PostAuthor: Indyzcar » Tue Aug 01, 2006 7:00 am

"Michaelo";p="12797" wrote:Why not use the advanced bbcode in 140?


? was that directed towards my post?
Last edited by Indyzcar on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

Indyzcar
Members
Members
 
Posts: 45
Likes: 0 post
Liked in: 0 post
Joined: Thu Jul 27, 2006 5:01 pm
Cash on hand: 0.00

PostAuthor: ayasha » Tue Aug 01, 2006 1:03 pm

"Michaelo";p="12797" wrote:Why not use the advanced bbcode in 140?


i have thought of that Mike, just trying to figure out if i want to mod that or just wait for 141 to be released with an upgrade path. <img>
Last edited by ayasha on Wed Dec 31, 1969 5: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 6:10 pm
Cash on hand: 0.00

PostAuthor: Michaelo » Tue Aug 01, 2006 4:53 pm

For now you could just add the edits for off site images but you will have to search the thread to find it because as usual I can't remember... <img>
Last edited by Michaelo on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
Kiss Portal Engine phpbbireland (status: Released)
User avatar
Michaelo
Administrator
Administrator
 
Posts: 1647
Likes: 0 post
Liked in: 2 posts
Joined: Sat Mar 11, 2006 6:14 pm
Cash on hand: 5.10
Location: Dublin, Ireland

PostAuthor: gcomfx.com » Fri Aug 11, 2006 9:31 am

Okay, you guys know the smilie problem where they don't show up for a while? I think the update caused it to do that weird thing again. Some of my smilies are only working in PREVIEW mode. <img>
Last edited by gcomfx.com on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
Paul (gcomfx) - 100mphclub.com originator
[size=99px]
User avatar
gcomfx.com
Sr Integra Member
Sr Integra Member
 
Posts: 251
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 12, 2006 9:34 am
Cash on hand: 0.00

PostAuthor: Unregistered » Mon Aug 14, 2006 7:57 am

My Version Information block from admin panel showed me this msg:

Your installation does not seem to be up to date. Updates are available for your version of phpBB, please visit http://www.phpbb.com/downloads.php to obtain the latest version.
The latest available version is phpBB 0.0.0. You are running phpBB 2.0.21.

very strange.. <img>
Last edited by Unregistered on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
J O N H | P L A Y E R

Unregistered
Sr Integra Member
Sr Integra Member
 
Posts: 254
Likes: 0 post
Liked in: 0 post
Joined: Wed Jun 07, 2006 2:51 pm
Cash on hand: 0.00

PostAuthor: gcomfx.com » Mon Aug 14, 2006 10:28 am

"gcomfx.com";p="13504" wrote:Okay, you guys know the smilie problem where they don't show up for a while? I think the update caused it to do that weird thing again. Some of my smilies are only working in PREVIEW mode. <img>


As usual, now they work correctly again. Even added a few new ones. They are fine now too.
Last edited by gcomfx.com on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
Paul (gcomfx) - 100mphclub.com originator
[size=99px]
User avatar
gcomfx.com
Sr Integra Member
Sr Integra Member
 
Posts: 251
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 12, 2006 9:34 am
Cash on hand: 0.00

PostAuthor: Pggar » Mon Aug 21, 2006 8:46 pm

This was a really long weekend. At least now my forum is fully upgraded. I went from 2.0.19 -> Security 1.0.3 -> 2.0.20 -> 2.0.21.

I used the premodded files and checked every single one of them with the upgrade instructions to see if there was nothing wrong or missing.

I found some differences that I'm going to list. I can't say this are problems. I don't believe they are, but it would be good if someone with more knowledge of the system checked those things. If you used premodded files to upgrade, you might want to check the things I'm going to list now:

[hr:yo7zylfe]
Security 1.0.3
***************
adminindex.php
***************
line 255. (this is different from the original, and it seems to include version 5 of mysql)
Code: Select all
            if( preg_match("/^(3.23|4.|5.)/", $version) )             {                 $db_name = ( preg_match("/^(3.23.[6-9])|(3.23.[1-9][1-9])|(4.)|(5.)/", $version) ) ? "`$dbname`" ]

   
***********************************
languagelang_englishlang_main.php
***********************************
line 1382. (some language entries were deleted)
[code=text]$lang['Login_attempts_exceeded'] = 'The maximum number of %s login attempts has been exceeded. You are not allowed to login for the next %s minutes.';$lang['Please_remove_install'] = 'Please ensure both the install/ directory is deleted';$lang['Please_remove_install'] = 'Please ensure both the prill_install/ directory is deleted';



[hr]
2.0.21
*********************
admin/admin_ranks.php
*********************
Modifications from 2.0.20 were ignored.
That means that the premodded file has most of the code from 2.0.18.


**********************
includes/functions.php
**********************
There are 2 functions from Activity mod on the end of the file.
I believe they are not necessary since they are not used anywhere.


*****************************
includes/functions_portal.php
*****************************
Modification from 2.0.21 instructions was not implemented.
I'm not sure if this was intentional or not.


***************************
includes/functions_post.php
***************************
line 184. (this is a correction from the phpbb forum that was not on the instruction, but was included in the code)
[php]         $message = str_replace('&quot;', '"', $message);[/code]
line 735. the second instruction from 2.0.21 for this file was not implemented. I'm not sure if this was intentional or not.


*********************
includes/sessions.php
*********************
line 85. (this code was added, i didn't find out why)
[php]     //-- mod ]
[hr:yo7zylfe]

They don't look like big issues.
However, if you used the premodded files, you might want to check those differences just to be on the safe side.
Last edited by Pggar on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
User avatar
Pggar
Newbie
Newbie
 
Posts: 10
Likes: 0 post
Liked in: 0 post
Joined: Sat Aug 12, 2006 7:46 am
Cash on hand: 0.00
Location: Brasília

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostAuthor: Teelk » Mon Aug 21, 2006 9:00 pm

Hi Pggar,

I'll look into this at the first opportunity. The instructions and premodded should match up, and because they aren't, it may cause problems for some. I'll do a fresh install, complete manual update and compare the files to the premodded for any missing fixes that may be in the instructions. Thanks for bringing this to my attention.
Last edited by Teelk on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 6:25 pm
Cash on hand: 0.00
Location: Canada

PostAuthor: Solomon » Fri Aug 25, 2006 3:36 pm

The IntegraMod_2020_to_2021.txt instructions say:
Code: Select all
#-----[ OPEN ]---------------------------------------------#includes/functions_portal.php  ##-----[ FIND ]---------------------------------------------# Line 22include_once($phpbb_root_path . 'includes/lite.'.$phpEx);  ##-----[ BEFORE, ADD ]---------------------------------------------#if ( !defined('IN_PHPBB') ){     die('Hacking attempt');     exit;}


But the pre-modded file included in the update package does not have this code and is dated]http://integramod.com/forum/viewtopic.php?p=14072#14072[/url]
Last edited by Solomon on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[hr]

Solomon
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat May 20, 2006 9:22 am
Cash on hand: 0.00

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostAuthor: Teelk » Fri Aug 25, 2006 5:30 pm

It could possibly be that missing code, I'd add it ASAP. I'm still working on the overall update problem.
Last edited by Teelk on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 6:25 pm
Cash on hand: 0.00
Location: Canada

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostAuthor: Skywalker » Mon Aug 28, 2006 3:06 am

i have a heavely odded board and the login.php edit says:
Code: Select all
 # #-----[ OPEN ]--------------------------------------------- # login.php  ##-----[ FIND ]---------------------------------------------# Line 161                                         $redirect = ( !empty($HTTP_POST_VARS['redirect']) ) ? str_replace('&', '&', htmlspecialchars($HTTP_POST_VARS['redirect'])) ] . '<br><br>' . sprintf($lang['Click_return_login'], "<a>", '</a>') . '<br><br>' .  sprintf($lang['Click_return_index'], '<a>', '</a>');                       message_die(GENERAL_MESSAGE, $message);                 }  ##-----[ REPLACE WITH ]---------------------------------------------#                 }                   $redirect = ( !empty($HTTP_POST_VARS['redirect']) ) ? str_replace('&', '&', htmlspecialchars($HTTP_POST_VARS['redirect'])) : '';                 $redirect = str_replace('?', '&', $redirect);                   if (strstr(urldecode($redirect), "n") || strstr(urldecode($redirect), "r"))                 {                     message_die(GENERAL_ERROR, 'Tried to redirect to potentially insecure url.');                 }                   $template->assign_vars(array(                     'META' => "<meta>")                 );                   $message = $lang['Error_login'] . '<br><br>' . sprintf($lang['Click_return_login'], "<a>", '</a>') . '<br><br>' .  sprintf($lang['Click_return_index'], '<a>', '</a>');                   message_die(GENERAL_MESSAGE, $message);  

now can i find that code multiple times...
can someon please expand the code i need to edit so i can found the right place where i need to edit this?
due the many mods the line giving in the setup instruction is wrong
Last edited by Skywalker on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

Skywalker
Sr Integra Member
Sr Integra Member
 
Posts: 236
Likes: 0 post
Liked in: 0 post
Joined: Fri Apr 14, 2006 5:25 pm
Cash on hand: 0.00

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostAuthor: hjunk86 » Mon Aug 28, 2006 10:45 pm

I just upgraded my forum today and now my quotes (in posts) are broken. Instead of displaying in boxes (as usual) they show up as [quote=""username";p="post#""] instead of the actual quote box. I managed to fix this on the last upgrade and looked through the forum here and tried a few things to rememdy this problem, but no luck so far...

I used the premodded files to upgrade the board and everything else seems to be working fine. Any help is appreciated.

Thanks,
hjunk86
Last edited by hjunk86 on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

hjunk86
Newbie
Newbie
 
Posts: 1
Likes: 0 post
Liked in: 0 post
Joined: Sun Jun 11, 2006 8:24 am
Cash on hand: 0.00

PostAuthor: Jacky » Tue Aug 29, 2006 12:57 pm

"hjunk86" wrote:I just upgraded my forum today and now my quotes (in posts) are broken. Instead of displaying in boxes (as usual) they show up as
Code: Select all
[quote=""username";p="post#""]
instead of the actual quote box. I managed to fix this on the last upgrade and looked through the forum here and tried a few things to rememdy this problem, but no luck so far...

I used the premodded files to upgrade the board and everything else seems to be working fine. Any help is appreciated.

Thanks,
hjunk86
[/quote]I will look at this bug when I have the time.

Meanwhile, you can still find a fix [url=http]here[/url]. but I don't gurantee it will work though. That's why I will be looking at it when I have the time.

[b]EDIT]
Last edited by Jacky on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
Jacky
User avatar
Jacky
Members
Members
 
Posts: 71
Likes: 0 post
Liked in: 0 post
Joined: Thu Apr 20, 2006 8:21 am
Cash on hand: 0.00

PostAuthor: computerz » Sat Sep 23, 2006 8:13 pm

Any status on this update?

Is it still broken?

or is it safe to upgrade from 2.0.20 to 2.0.21
Last edited by computerz on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

computerz
Members
Members
 
Posts: 84
Likes: 0 post
Liked in: 0 post
Joined: Sun Aug 27, 2006 2:21 pm
Cash on hand: 0.00

PostAuthor: odius » Tue Oct 17, 2006 11:48 pm

ya im wonderin the same..
thx 4 any feedback
Last edited by odius on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

odius
Newbie
Newbie
 
Posts: 28
Likes: 0 post
Liked in: 0 post
Joined: Tue May 02, 2006 1:14 pm
Cash on hand: 0.00

PostAuthor: netimpact » Fri Oct 20, 2006 8:04 am

Hi,

I didn't upgrade since the beginning of IM 1.4, it was 2.017, how could I upgrade to 2.0.21?

Thanks
Last edited by netimpact on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

netimpact
Newbie
Newbie
 
Posts: 9
Likes: 0 post
Liked in: 0 post
Joined: Fri Oct 20, 2006 7:56 am
Cash on hand: 0.00

PostAuthor: Leadfoot » Sat Oct 21, 2006 2:17 am

GO here neti and grab the files u need.

Forum Index -> Download Database -> General Downloads -> IntegraMOD 140 -> Updates

Just click on the downloads box and follow the links
Last edited by Leadfoot on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

Leadfoot
Integra Member
Integra Member
 
Posts: 131
Likes: 0 post
Liked in: 0 post
Joined: Sun Oct 01, 2006 5:02 pm
Cash on hand: 0.00


Return to IntegraMOD 140

Who is online

Registered users: App360MonitorBot, Bing [Bot], Google [Bot]