559 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-2
votes
1
answer
123
views
How to add symbols such as † ▲さんかく □しろいしかく ■しかく ∞ Ʌ I ⊇ ≥ ◊ etc to Regex?
I use this extension to my phpbb forum to add tags to my topics:
https://www.phpbb.com/customise/db/extension/rh_topic_tags/
It says to add symbols to tags I need to change Regex -but have no idea how ...
0
votes
1
answer
110
views
How to target each post shown on a View Topic phpBB page to inject HTML using Javascript
Ok so I have a phpBB forum where the image attachments or inline images (using an image link) in posts don't format how I want them to. I want them to be inline with each other, but not with the text ...
0
votes
1
answer
355
views
PHPBB Add User Automatically When They Sign-up on the Main Website
I have a website that requires login and I've installed PHPBB to a subdomain. I want users to automatically register to the PHPBB forum when they register to the main page and I need to give them ...
1
vote
1
answer
101
views
Trying to get `sed `to fix a phpBB board - but I cannot get my regexp to work
I have an ancient phpBB3 board which has gone through several updates over its 15+ years of existence. Sometimes, in the distant past, such updates would partially fail, leaving all sorts of 'garbage' ...
1
vote
1
answer
184
views
How to make viewforum.php?foo=bar request serve a file instead of a PHP code?
I'm archiving a phpBB forum into flat HTML files, without any PHP code anymore.
I used wget (see How to: Archive a phpBB forum using Wget and preserve styling), and I now have these files:
How to ...
0
votes
1
answer
108
views
Can't get checkbox array with phpBB 3.3's Request class
I have a POST form with the following checkboxes generated in a loop by PHP:
echo '<input class="form-check-input" type="checkbox" name="delist_ids[]" value="'.$...
0
votes
0
answers
105
views
Getting URL variable that is a string instead of a number
I have a PHP script which I can query with a variable.
Here is the URL to do that:
ajax.php?var=3
And here is the bit (inside the PHP file) that grabs that number - it's a phpBB method that works ...
0
votes
0
answers
125
views
Migrating Apache,Wordpress and Media Wiki to docker
I am new to doker and web applicantions in general, and I am looking for a way to migrate a small website I host to docker.
Currently the website has Apache, serving 2 applications, a Worpdress Blog ...
0
votes
1
answer
88
views
textarea in phpBB style
I am trying to implement a textarea to my custom made module in user panel in phpBB CMS.
I created a basic HTML template script, that just shows a textarea with plain text in it. Tested it on ...
-1
votes
2
answers
46
views
Blank page after submit button & Anonymous column is updated after submit button
When I press the submit button, it redirects me to a blank page. I want it to redirect to home.php. And if a GUEST press the submit button, in the database, the ANONYMOUS column is updated. How to ...
2
votes
0
answers
70
views
Cannot insert phpBB picture in Gmail message
It's necessary to insert an image from phpBB forum into Gmail message, for example
https://colnect.com/forums/download/file.php?id=569926
but get error:
We can't find the image at that URL.
On other ...
1
vote
1
answer
285
views
htaccess to nginx url redirection script (phpbb to xenforo)
I have these htaccess rules for redirecting phpbb urls to xenforos friendly urls
RewriteCond %{QUERY_STRING} (^|&)t=([0-9]+)(&|$) [NC]
RewriteRule ^viewtopic\.php$ /threads/%2/? [L,R=...
1
vote
1
answer
1k
views
ECONNREFUSED Inside of Docker Container; Accessing Remote API
Recently, I've been building a nodejs bot to run games on a phpbb forum. I have the bot running locally on my machine (logging in, posting, scraping threads, ect.), so, naturally, I've started to ...
0
votes
2
answers
2k
views
The same query on the same MySQL database take different time to be executed
I have a PhpBB board with about 3000 users and 500.000 posts. On the last days I notice that some topics uses long time to opened than the standard (about 2 seconds instead 0.05 seconds).
So I made a ...
-1
votes
1
answer
56
views
CSS column alignment using dt and dd
I'm doing some styling and am trying to figure out why I can't get the column headers to align correctly for this phpBB bulletin board. When screen width decreases, I want the column headers to ...