x00
MVPx00 MVP
Reactions
-
Re: FileUpload Folder Permissions
@Nilla_Wafer trust me this is the bane of my life, I have been trying to get this message across for years. good luck with that. I blame cheap web hosts. They never developed infrastructure that woul… (View Post)1 -
Re: which editor is this forum current using?
I mostly the difference is custom, but it could be the version for 2.1 https://github.com/vanillaforums/Garden/tree/master/plugins/ButtonBar it is not guaranteed to work in 2.0 you would need to chan… (View Post)1 -
Re: Yet one more discussion about Transient Key
their logic is it related to hijacking of someone else’s session. if the specific operation to guest then it is not validated. Yes $ValidateUser is some extraneous / surplus code. Rhetorical question… (View Post)1 -
Re: Subqueries and the SQL Builder
Have you tried a LEFT OUTER JOIN? with g.GameID in the where clause. I'm slightly confused why you have WidgetID and GameID in both tables. It would better if you post with example data. (View Post)1 -
Re: Proper 301 Moved Permanently - after PHPBB to vanilla conversion???
phpBB is old style as it doesn't go through a single dispatcher and is view driven rather than controller driven. Those file are entry points which rewrite/redirect traffic. (View Post)2
