[3.3.x] Support Forum • Re: 3.3.15: download counter doesn't work
Hi stoker,it's no browser issue: all browsers I tested do show the right numbers of anything written to the database. But in my case, the downlaods are not counted to SQL. THXStatistics: Posted by...
View Article[3.3.x] Support Forum • Re: New and old Posts Location
The moderator control panel (MCP). But those posts and topics still show on the forum for mods to read an approve in situ.Statistics: Posted by KevC — Wed May 14, 2025 6:12 pm
View ArticlephpBB Custom Coding • Re: Having problems mysql_escaping some data
I should pay closer attention to examples in the code. This seems to be working fine:Code: $posted_data = $db->sql_escape(utf8_clean_string(serialize($_POST)));;Statistics: Posted by schwim — Wed...
View ArticleExtension Requests • Re: Autosubscribe ADMINS to topics
Make sure under notification settings it's set to notifications, email or both.Note you only get one email notification, multiple replies will not trigger new email notifications. When the new posts...
View Article[3.3.x] Support Forum • Re: What is going on? Is this some kind of widespread...
The following countries are currently blocked at my server:- Brazil- China- Indonesia- India- Singapore- VietnamMore will be added if needed.Its not permanent. I will remove some of them when things...
View Article[3.3.x] Support Forum • Re: What happens if I click on "Reset board’s...
It's done. Thank you, sir!https://www.unixtimestamp.com/index.php Statistics: Posted by open-your-eyes — Wed May 14, 2025 8:05 pm
View ArticleExtensions in Development • Re: [3.3][DEV] phpBB Events Calendar
Extension Version: Features Implemented: Select time zonesFeatures not Implemented: events own page use collapse category's to toggle panels Send notification request to list of attendees, asking if...
View Article[3.3.x] Support Forum • Re: Who-is-online Whois lookups all from Amsterdam?
I think here:styles/prosilver/template/mcp_post.htmlStatistics: Posted by deninho32 — Thu May 15, 2025 6:20 pm
View Article[3.3.x] Support Forum • Re: Adding Images
Image preview show thumbnail of image, post doesn't. Images loading to files folder, I have a few of them in there but not in post.Statistics: Posted by dobermen — Thu May 15, 2025 6:20 pm
View Article[3.3.x] Support Forum • Editing ucp.php problems
I am trying to update the terms in my ucp.php file (under language>en). I'm using notepad++ to edit and Filefilla to upload. I did this several years ago, so the ucp.php file already has my own...
View Article[3.3.x] Support Forum • Re: Editing ucp.php problems
Ah, my bad, thanks.Statistics: Posted by CPTOM — Fri May 16, 2025 2:13 pm
View Article[3.3.x] Support Forum • Re: "Banned" banner
You could make a group, give it a rank and add them to it (same as if they were an admin for instance). Thanks, KevC. That's a nice suggestion but it's not something actually built in? I didn't think...
View ArticlephpBB Discussion • Re: Dealing with bot traffic
Regarding phpBB3/includes/functions.php to remove session_id from links, I had to edit it in two places:Code: return $url . (($append_url) ? $url_delim . $append_url . $amp_delim : $url_delim) ....
View Article[3.3.x] Support Forum • how to insert logo size?
Hello everyone,on the forum that I administer we are using an extension to customize the logo, it is called "Custom site logo"The problem is that the size of the logo has not been entered, so every...
View Article[3.3.x] Support Forum • Re: how to insert logo size?
Hello everyone,on the forum that I administer we are using an extension to customize the logo, it is called "Custom site logo"The problem is that the size of the logo has not been entered, so every...
View Article[3.3.x] Support Forum • Re: SMTP email error - response codes
Isn't it the same again? Just in case viewtopic.php?p=16042744#p16042744No sir but thanks for reminding me of what an idiot i was lmao heee heee good find really. But no this was totally different but...
View ArticleExtensions in Development • Re: [3.3][DEV] AnubisBB - proof-of-work bot defense
Interesting indeed! Scraper bots are getting ever worse.Statistics: Posted by nou nou — Sat May 17, 2025 6:56 pm
View ArticleExtension Requests • Re: MCP link on all pages
I believe most admins have mod permission.If they dont, no use for it.Admin permissions and moderator permissions are completely separate. By default, the Administrators group has only admin...
View Article[3.3.x] Support Forum • How to add all members with 1 (or more) post to a group?
Code: INSERT INTO phpbb_user_group (group_id, user_id, group_leader, user_pending) SELECT X, user_id, 0, 0 FROM phpbb_users WHERE user_id IN(SELECT user_id FROM phpbb_users WHERE user_lastpost_time...
View Article[3.3.x] Support Forum • Re: How to add all members with 1 (or more) post to a...
In phpMyadmin select just the username where posts are equal too or greater than 1. Down the bottom of results there is export option for the results. On Export page switch from SQL to CSV, remove the...
View Article