NO_SCREENSHOT
-
- sunday driver
- Posts: 55
- Joined: 31 Mar 2013 15:13
- Owned TM-games: TMU TMUF
NO_SCREENSHOT
Hello.
As always i try to make the server a bit nicer.
Now i'm trying to get my own NO_SCREENSHOT image instead the gray stadium image.
Inside records_eyepiece.xml you can add your own image on line 1182.
That works like a charm on tracks which has no connecting too the TMX page.
But if you add tracks from TMX without an image.
You get the gray stadium image to see if you click on challenge widget:
The Challenge Widget where the current Challenge are displayed and the next and last Challenge are accessible.
My question is:
Can i somehow let my own image work instead of the gray stadium image?
I know that the image is loaded from TMX with this ID in cache.
9607889ED61767ECC8119412A716EBB6_united...........
Is there a way to make this working?
Greetings Ed
As always i try to make the server a bit nicer.
Now i'm trying to get my own NO_SCREENSHOT image instead the gray stadium image.
Inside records_eyepiece.xml you can add your own image on line 1182.
That works like a charm on tracks which has no connecting too the TMX page.
But if you add tracks from TMX without an image.
You get the gray stadium image to see if you click on challenge widget:
The Challenge Widget where the current Challenge are displayed and the next and last Challenge are accessible.
My question is:
Can i somehow let my own image work instead of the gray stadium image?
I know that the image is loaded from TMX with this ID in cache.
9607889ED61767ECC8119412A716EBB6_united...........
Is there a way to make this working?
Greetings Ed
- L3cKy
- smooth traffic navigator
- Posts: 236
- Joined: 05 Sep 2007 13:55
- Owned TM-games: TMUF
- Location: Berlin
- Contact:
-
- sunday driver
- Posts: 55
- Joined: 31 Mar 2013 15:13
- Owned TM-games: TMU TMUF
Re: NO_SCREENSHOT
Hey L3cKy
Sadly it did not work for me
First time it looks like it work.
But if i wish an other track without image from TMX.
Same image appear sadly.
The gray stadium no screenshot image.
Of course thanks for looking at this issue
Grt Ed
EDIT:
Also did one try with clean cache.
No differents sadly.
Sadly it did not work for me

First time it looks like it work.
But if i wish an other track without image from TMX.
Same image appear sadly.
The gray stadium no screenshot image.
Of course thanks for looking at this issue

Grt Ed
EDIT:
Also did one try with clean cache.
No differents sadly.
- L3cKy
- smooth traffic navigator
- Posts: 236
- Joined: 05 Sep 2007 13:55
- Owned TM-games: TMUF
- Location: Berlin
- Contact:
Re: NO_SCREENSHOT
Oh you are right ... i've done a misstake.
Anyway something is wrong at records_eyepiece.php ... somehow it returns the no-schreenshot picture from tmx instead of the seted one at the xml.
I changed now the url inside the xml (line 1182) to this picture:

Now the pictures are at least the same.
I will check more if i have more time.
Greetings
Anyway something is wrong at records_eyepiece.php ... somehow it returns the no-schreenshot picture from tmx instead of the seted one at the xml.

I changed now the url inside the xml (line 1182) to this picture:
Code: Select all
http://i.ibb.co/4prh26V/no-screenshot.jpg

Now the pictures are at least the same.
I will check more if i have more time.

Greetings
-
- sunday driver
- Posts: 55
- Joined: 31 Mar 2013 15:13
- Owned TM-games: TMU TMUF
- L3cKy
- smooth traffic navigator
- Posts: 236
- Joined: 05 Sep 2007 13:55
- Owned TM-games: TMUF
- Location: Berlin
- Contact:
Re: NO_SCREENSHOT
NoTimeToDrive wrote: ↑02 Apr 2019 15:10Take your time![]()
No rush.
It's just to make it more nicer![]()
Thanks in advance
Grt Ed
Ok i checked it now ... it is not possible to change this.

If there is no custom picture uploaded on tm-exchange it will return this picture to tmxinfofetcher.inc.php and records_eyepiece.php will get it from there.
This picture shows up on tm-exchange if noone uploaded a custom picture.
If someone uploaded a custom picture on tm-exchange the url (ALSO attribute screentyp=0) wont change and will be still the same as noone uploaded a picture and thats why you cant change this because tm-exchange will everytime give back the screentype=0 as standard track picture and records_eyepiece dont know the difference between a custom picture and a no-screenshot picture.
Doublecheck: This picture is the same as this picture.
So the best for now is if you change the no_screenshot at the xml to this one:
Code: Select all
http://i.ibb.co/4prh26V/no-screenshot.jpg

Greetings L3cKy
PS: I`ve tried now to trick this with a filesize check ... because the no-screenshot from tm-exchange have everytime the same filesize.
So if the filesize from the track picture have the same filesize as the no-screenshot picture it will be replaced by a new one.

I will response when it is finished or when i failed on this.

-
- sunday driver
- Posts: 55
- Joined: 31 Mar 2013 15:13
- Owned TM-games: TMU TMUF
Re: NO_SCREENSHOT
Hey.
Inside cache...but i'm afraid that's not possible...just an idea
Thank you for searching anyway L3cKy
I'm curious if you can find something.
Grt Ed
I was a little afraid of that

Or maybe block that ID:9607889ED61767ECC8119412A716EBB6_united...........L3cKy wrote: ↑03 Apr 2019 11:16PS: I`ve tried now to trick this with a filesize check ... because the no-screenshot from tm-exchange have everytime the same filesize.
So if the filesize from the track picture have the same filesize as the no-screenshot picture it will be replaced by a new one.
I will response when it is finished or when i failed on this.![]()
Inside cache...but i'm afraid that's not possible...just an idea

Thank you for searching anyway L3cKy

I'm curious if you can find something.

Grt Ed
- L3cKy
- smooth traffic navigator
- Posts: 236
- Joined: 05 Sep 2007 13:55
- Owned TM-games: TMUF
- Location: Berlin
- Contact:
Re: NO_SCREENSHOT
No, not this way.NoTimeToDrive wrote: ↑03 Apr 2019 18:34Hey.
Or maybe block that ID:9607889ED61767ECC8119412A716EBB6_united...........
Inside cache...but i'm afraid that's not possible...just an idea![]()
Thank you for searching anyway L3cKy![]()
I'm curious if you can find something.![]()
Grt Ed
The picture with the id: 9607889ED61767ECC8119412A716EBB6_ is the picture which gets back from tm-exchange to tmxinfofetcher.inc.php and get saved into your Cache.

I want to check the picture inside tmxinfofetcher.inc.php if it have the same filesize as the no-screenshot picture from tm-exchange so i can replace it with a custom one.

Greetings
- L3cKy
- smooth traffic navigator
- Posts: 236
- Joined: 05 Sep 2007 13:55
- Owned TM-games: TMUF
- Location: Berlin
- Contact:
Re: NO_SCREENSHOT
L3cKy wrote: ↑03 Apr 2019 19:21No, not this way.NoTimeToDrive wrote: ↑03 Apr 2019 18:34Hey.
Or maybe block that ID:9607889ED61767ECC8119412A716EBB6_united...........
Inside cache...but i'm afraid that's not possible...just an idea![]()
Thank you for searching anyway L3cKy![]()
I'm curious if you can find something.![]()
Grt Ed
The picture with the id: 9607889ED61767ECC8119412A716EBB6_ is the picture which gets back from tm-exchange to tmxinfofetcher.inc.php and get saved into your Cache.
I want to check the picture inside tmxinfofetcher.inc.php if it have the same filesize as the no-screenshot picture from tm-exchange so i can replace it with a custom one.
Greetings
I tryd now everything but it seems to not work the way you want it.
Sry
-
- sunday driver
- Posts: 55
- Joined: 31 Mar 2013 15:13
- Owned TM-games: TMU TMUF