Search found 18 matches

by ivellios1988
Sun Dec 25, 2022 4:43 pm
Forum: [3.3.x] Support Forum
Topic: Any way to remove HTML tags after conversion from IPB to phpBB?
Replies: 3
Views: 598

Re: Any way to remove HTML tags after conversion from IPB to phpBB?

Did your old software allow HTML tags in posts/signatures? Apparently it did, or it converted bbcodes to HTML and saved them in the database. I don't really know since I only took that board over from someone else who thought IPB is 'more professional than phpBB'. Yeah, so professional that it kept...
by ivellios1988
Sat Dec 24, 2022 4:48 pm
Forum: [3.3.x] Support Forum
Topic: Any way to remove HTML tags after conversion from IPB to phpBB?
Replies: 3
Views: 598

Any way to remove HTML tags after conversion from IPB to phpBB?

I recently converted my old board from IPB 3.4 to phpBB 3.3.9. After having a lot of fun with making avatars and other things work as expected, everything seems to be working fine, excerpt for that there's a lot of HTML code left in posts, signatures, etc. All tags contain < and > so I...
by ivellios1988
Sun Aug 21, 2022 2:20 am
Forum: [3.3.x] Support Forum
Topic: Homepage unaccessible, only ACP works
Replies: 2
Views: 331

Re: Homepage unaccessible, only ACP works

Then there must be something terribly wrong with my installation or my server. Well... looks like I will need to spend some time on investigating this.
by ivellios1988
Fri Aug 19, 2022 12:26 am
Forum: [3.3.x] Support Forum
Topic: Homepage unaccessible, only ACP works
Replies: 2
Views: 331

Homepage unaccessible, only ACP works

Today I decided to update my phpBB installation from 3.2.11 to the latest 3.3.8 version and ran into a problem. Only ACP is accessible, while forum homepage throws an 503 error message. I tried switching PHP versions between 7.1 and 7.4, no success (switching to 8.x completely breaks everything, eve...
by ivellios1988
Thu Sep 30, 2021 1:16 am
Forum: [3.2.x] Support Forum
Topic: Cross-domain/subdomain integration
Replies: 1
Views: 770

Cross-domain/subdomain integration

I'd like to integrate my forum with my website so that users logging in via website (or forum) will be automatically logged in on my forum (or website). My website is on www.* while my forum is on forum.*. They both are located on the same account in a shared hosting at OVH so unfortunately I don't ...
by ivellios1988
Mon Sep 27, 2021 7:24 pm
Forum: [3.2.x] Support Forum
Topic: How to completely remove ./ from my forum's HTML code?
Replies: 2
Views: 1268

Re: How to completely remove ./ from my forum's HTML code?

I don't care if it is valid or not, I want to remove it completely...
by ivellios1988
Sun Sep 26, 2021 5:03 pm
Forum: [3.2.x] Support Forum
Topic: How to completely remove ./ from my forum's HTML code?
Replies: 2
Views: 1268

How to completely remove ./ from my forum's HTML code?

I have a hosting at OVH. Recently I enabled their new CDN Security service and everything worked fine until I started receiving 403 error messages. I found the culprit, turned out this error message was triggered every time a user tried to send something via forms that had './' in paths. I successfu...
by ivellios1988
Fri Sep 06, 2019 12:50 pm
Forum: Extensions in Development
Topic: [CDB] phpBB two factor authentication
Replies: 112
Views: 52114

Re: [3.2][DEV] phpBB two factor authentication

I'm aware that using your 2fa plugin in current development state in production environment may be risky, but I decided to take the risk and installed it on my forum. Everything works fine, apart from that, since some two weeks, on my main laptop I have to log in to my forum every two hours of so be...
by ivellios1988
Wed Apr 24, 2019 9:24 pm
Forum: Extensions in Development
Topic: [CDB] phpBB two factor authentication
Replies: 112
Views: 52114

Re: [3.2][DEV] phpBB two factor authentication

PHP: 5.6.40
phpBB: 3.2.5
MySQL 5.6.42-log
My forum runs on shared hosting in OVH. Memory limit is 512 megabytes.
by ivellios1988
Sat Apr 13, 2019 1:27 am
Forum: Abandoned Extensions
Topic: [ABD] PG Social Network
Replies: 228
Views: 58927

Re: [ALPHA] [3.2] PG Social Network

Have you tried clearing cache?
by ivellios1988
Thu Apr 11, 2019 1:35 pm
Forum: Abandoned Extensions
Topic: [ABD] PG Social Network
Replies: 228
Views: 58927

Re: [ALPHA] [3.2] PG Social Network

Can't wait for this great extension to be finished. Although there's already a plenty of Facebook-like CMS-es and other scripts, in most cases they are relatively expensive and difficult to customize.
by ivellios1988
Mon Apr 08, 2019 9:53 pm
Forum: Extensions in Development
Topic: [3.2][3.3][RC] April Fools (bugs in the machine)
Replies: 36
Views: 7242

Re: [3.1][3.2][RC] April Fools (bugs in the machine)

Aww. Poor little bugs. This is just plain sick. How could you just kill such little sweeties. You're so heartless. :( :( :(

Probably the funniest phpBB extension ever :lol:
by ivellios1988
Sun Apr 07, 2019 1:40 pm
Forum: Extensions in Development
Topic: [CDB] phpBB two factor authentication
Replies: 112
Views: 52114

Re: [3.2][DEV] phpBB two factor authentication

Well, I may be crazy but I decided to take a risk and test this extension on a live board :twisted: With codes served by Google Authenticator and other authenticator apps it works perfectly fine, excerpt for that it keeps logging users out after some period of time, and it happens even to users who ...
by ivellios1988
Sat Apr 06, 2019 11:58 am
Forum: Extensions in Development
Topic: [CDB] phpBB two factor authentication
Replies: 112
Views: 52114

Re: [3.2][DEV] phpBB two factor authentication

PROBLEM SOLVED! Well, at least I think so ;)

File: ext/paul999/tfa/controller/main_controller.php

Line: 135

Find:

Code: Select all

session_user_id = '" . (int) $this->user->data['user_id'];
Replace with:

Code: Select all

session_user_id = " . (int) $this->user->data['user_id'];

Go to advanced search