Download issue
Download issue
For some reason every download link I click redirects me back to the homepage and no download starts
Admin of the MTM2 Draggers facebook page, find it here!
https://m.facebook.com/groups/337032006 ... =bookmarks
Nat Gage (She/They, pls)
I used to be PM Customs but now I'm taking meds for that ;)
https://m.facebook.com/groups/337032006 ... =bookmarks
Nat Gage (She/They, pls)
I used to be PM Customs but now I'm taking meds for that ;)
- TDPProduction
- Member
- Posts: 38
- Joined: Thu Sep 22, 2022 10:50 pm
- Location: Somewhere in Canada
- Contact:
Re: Download issue
I had a same issue too. It won't let me download any of tracks or/and trucks from the site.
The monster truck garage of KimikoFan2...

Impact Monster Championship playlist:
https://www.youtube.com/playlist?list=P ... _NZQT6712_
The Monster Truck Community Server (feel free to join if you want):
https://discord.gg/SxwBuTRAJA
"I'm Army Armstrong. Are you ready for Microsoft's Monster Truck Madness?"
-Army Armstrong, 1996

Impact Monster Championship playlist:
https://www.youtube.com/playlist?list=P ... _NZQT6712_
The Monster Truck Community Server (feel free to join if you want):
https://discord.gg/SxwBuTRAJA
"I'm Army Armstrong. Are you ready for Microsoft's Monster Truck Madness?"
-Army Armstrong, 1996
Re: Download issue
Looks like it's something with the overall domain of the site, since I'm having to log in each and every time I visit now.
Re: Download issue
Same here, having to continuously log in just to see what's new is getting pretty annoying, plus I've noticed a change in the URL address which would suggest something's going on.Cale wrote:Looks like it's something with the overall domain of the site, since I'm having to log in each and every time I visit now.
- TDPProduction
- Member
- Posts: 38
- Joined: Thu Sep 22, 2022 10:50 pm
- Location: Somewhere in Canada
- Contact:
Re: Download issue
Somebody needs to reupload all the trucks and tracks from 1997 to 2026 to somewhere else outside MTM2.com for those who wanted to download addons.
The monster truck garage of KimikoFan2...

Impact Monster Championship playlist:
https://www.youtube.com/playlist?list=P ... _NZQT6712_
The Monster Truck Community Server (feel free to join if you want):
https://discord.gg/SxwBuTRAJA
"I'm Army Armstrong. Are you ready for Microsoft's Monster Truck Madness?"
-Army Armstrong, 1996

Impact Monster Championship playlist:
https://www.youtube.com/playlist?list=P ... _NZQT6712_
The Monster Truck Community Server (feel free to join if you want):
https://discord.gg/SxwBuTRAJA
"I'm Army Armstrong. Are you ready for Microsoft's Monster Truck Madness?"
-Army Armstrong, 1996
Re: Download issue
I have the same problem, it's strange that until recently it was working fine.
- Kmaster
- MTM2 Engineer
- Posts: 1369
- Joined: Fri Oct 10, 2003 6:19 pm
- Location: Valparaíso, Chile.
- Contact:
Re: Download issue
somebody needs to fix the php download script. or fix the domain name issue.
in the meantime, you can download trucks (and probably tracks too) by switching the domain name.
ex: for DR Monstaa (V2) by Luqman2_The_Mixel & Jamie Williams, the download link on the truck page is
which the php translates to (You can track this by going to the "Network" tab in the Developer tools in Chrome/Firefox before clicking the download link of the truck)
and since any url in the http://www.mtm2.com domain seems to be just redirecting to li520-11.members.linode.com, we are getting redirected to the home page in our browsers.
So, if we switch the url domain name to linode's, the download starts fine: http://li520-11.members.linode.com/MTM2 ... lliams.zip
we also need a proper cert for our domain. chrome block downloads on first attempt because the server is using unsecure HTTP.
in the meantime, you can download trucks (and probably tracks too) by switching the domain name.
ex: for DR Monstaa (V2) by Luqman2_The_Mixel & Jamie Williams, the download link on the truck page is
Code: Select all
http://li520-11.members.linode.com/MTM2/Trucks/dl.php?dl=6763Code: Select all
http://www.mtm2.com/MTM2/Trucks/T2025/drmonstaav2byluqman2themixeljamiewilliams.zipand since any url in the http://www.mtm2.com domain seems to be just redirecting to li520-11.members.linode.com, we are getting redirected to the home page in our browsers.
So, if we switch the url domain name to linode's, the download starts fine:
Code: Select all
http://li520-11.members.linode.com/MTM2/Trucks/T2025/drmonstaav2byluqman2themixeljamiewilliams.zipwe also need a proper cert for our domain. chrome block downloads on first attempt because the server is using unsecure HTTP.