[3.3.x] Support Forum • Re: New and old Posts Location
All of the content of the board is in .I'm not sure what you're asking.Where is the same place?So, where would be posts approval queue?Statistics: Posted by dobermen — Wed May 14, 2025 4:55 pm
View ArticlephpBB Custom Coding • Having problems mysql_escaping some data
Hi there everyone,I'm trying to store posted data on a specific page to see how an exploit is being attempted but I'm having issue figuring out how to do so for db storage. Superglobals are...
View ArticleExtension Writers Discussion • Re: How does AJAX work in extensions?
Is there anything I can use to hook into a php controller to perform a task? Take a look at this.https://github.com/IMC-GER/phpBB-Image- ... #L251-L306There i send a Ajax request to a controller.The...
View ArticleExtension Writers Discussion • Re: Priority event extensions
You can just make up you own template events, like:Code: index_body_markforums_beforeextraindex_body_markforums_beforemoreextraand insert them the right place in the template.Then rename the...
View Article[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 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...
90% of my legitimate traffic is from S. Africa. If you are going to use the example where the user quoted my post above for rule 3Code: Country >> Does not equal >> ZA ANDCountry >>...
View Article[3.3.x] Support Forum • Re: Why did my forum's New Post button disappear...
Please fill out the Support Request Template and post it back here to enable us to assist you better.Statistics: Posted by Brf — Thu May 15, 2025 4:11 pm
View Article[3.3.x] Support Forum • Re: Adding Images
Or https://www.dmzx-web.net/viewtopic.php?t=2464Statistics: Posted by SpIdErPiGgY — Thu May 15, 2025 4:35 pm
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: "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).Statistics: Posted by KevC — Fri May 16, 2025 1:40 pm
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 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 • error in uploadng attachments
hello I have a phpbb forum on my PC for more than 5 years with server xampp version 3.3.0 . and there was no problem to now ! but in 2 months recent there is this issue :in uploading attachments for...
View Article[3.3.x] Support Forum • Re: Moving a topic to another forum prompts a...
ok..thkStatistics: Posted by siwode — Sat May 17, 2025 4:36 pm
View ArticleExtension Requests • Re: MCP link on all pages
MCP link visible on all pages - only for admins. For moderators its the same.What would be the purpose of an MCP link for admins? They can't do anything in there unless they have moderator...
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 Article