If you are curious about a tease or want to change the tease, to better suite yourself, there are some ways to achieve this.
Debug/Preview Mode
In the debug mode, you can jump directly to specific pages or skip waiting times. To get there, you just have to add a &preview=1 at the end of the url.
milovana.com/webteases/showtease.php?id={tease_id}
-> milovana.com/webteases/showtease.php?id={tease_id}&preview=1
Json export
You can have a look at the underlying code of the tease in json format. You can display it in the browser or download it, if you change the showtease to geteosscript in the url:
milovana.com/webteases/showtease.php?id={tease_id}
-> milovana.com/webteases/geteosscript.php?id={tease_id}
Editor (readonly)
If you instead want to see how the tease is build with a user interface, you can look at it in the editor. For that you have to you have to copy the tease_id from the url and put it into editor url:
milovana.com/webteases/showtease.php?id={tease_id}
-> milovana.com/eos/editor/{tease_id}/edit
(There you can export the script with the backup options and get a similar json file)
Edit it yourself
If you want to play the tease with your on changes:
1. get the json file from one of the two methods above
2. Go to https://milovana.com/eos/editor/teases and press on + Create Tease
3. Select the backup tab on the sidebar and upload the json file in the Restore section.
4. Edit the tease
5. In the share tab, you can get an url to play the tease in normal mode (not debug)
Download all
You can Download the complete tease and all media files with PlayfulGuy's Download Tool: viewtopic.php?t=24101
EOS: Edit public teases (for yourself)
-
wompi72
- Explorer

- Posts: 32
- Joined: Wed Oct 18, 2023 8:42 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
EOS: Edit public teases (for yourself)
Last edited by wompi72 on Tue Mar 18, 2025 9:59 am, edited 1 time in total.
Re: EOS: Edit public teases (for yourself)
Would running the restore command link the picture and audio content from the original tease, or is there a process to copy that locally and add it to my own edition of an existing tease?
-
Thamrill
- Explorer At Heart

- Posts: 301
- Joined: Thu Jan 03, 2013 4:55 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: EOS: Edit public teases (for yourself)
It will restore all media files tooElectro wrote: Mon Mar 17, 2025 7:08 am Would running the restore command link the picture and audio content from the original tease, or is there a process to copy that locally and add it to my own edition of an existing tease?
-
wompi72
- Explorer

- Posts: 32
- Joined: Wed Oct 18, 2023 8:42 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: EOS: Edit public teases (for yourself)
For me it looks more like, the new tease references and uses the files of the old tease. But for the user it is the same: no extra effort required.Thamrill wrote: Mon Mar 17, 2025 1:29 pmIt will restore all media files tooElectro wrote: Mon Mar 17, 2025 7:08 am Would running the restore command link the picture and audio content from the original tease, or is there a process to copy that locally and add it to my own edition of an existing tease?
Re: EOS: Edit public teases (for yourself)
Awesome, this is great. Is there a way to download the audio or video files, so I can make changes without going through too many hoops. Let's say I want to crop some pictures and then reupload the changes and also want to fix up some audio because I think I could improve on what's already there.wompi72 wrote: Mon Mar 17, 2025 3:45 pmFor me it looks more like, the new tease references and uses the files of the old tease. But for the user it is the same: no extra effort required.Thamrill wrote: Mon Mar 17, 2025 1:29 pmIt will restore all media files tooElectro wrote: Mon Mar 17, 2025 7:08 amWould running the restore command link the picture and audio content from the original tease, or is there a process to copy that locally and add it to my own edition of an existing tease?
-
wompi72
- Explorer

- Posts: 32
- Joined: Wed Oct 18, 2023 8:42 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: EOS: Edit public teases (for yourself)
Added a link to the download tool in the post.Electro wrote: Mon Mar 17, 2025 9:25 pmAwesome, this is great. Is there a way to download the audio or video files, so I can make changes without going through too many hoops. Let's say I want to crop some pictures and then reupload the changes and also want to fix up some audio because I think I could improve on what's already there.
-
cockherofan
- Explorer

- Posts: 46
- Joined: Wed Oct 31, 2012 11:46 pm
Re: EOS: Edit public teases (for yourself)
Another thing I've found super useful is that showtease.php also supports a "page" argument, so you can use this to jump to any page within a tease (even if it's not accessible in any other way).
You can use this for things like testing a tease out, or sharing a specific page of a work-in-progress tease with somebody.
For example:
You can use this for things like testing a tease out, or sharing a specific page of a work-in-progress tease with somebody.
For example:
Code: Select all
https://milovana.com/webteases/showtease.php?id=<your_tease_id>&key=<key_from_share_link>&page=<some_page_name>-
wompi72
- Explorer

- Posts: 32
- Joined: Wed Oct 18, 2023 8:42 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: EOS: Edit public teases (for yourself)
Hey thanks. I wanted to look that up for some time now, but since you posted it here I got the motivation to integrate it in my extensions: Milovana Sidebarcockherofan wrote: Tue Mar 17, 2026 1:51 pm Another thing I've found super useful is that showtease.php also supports a "page" argument, so you can use this to jump to any page within a tease (even if it's not accessible in any other way).
You can use this for things like testing a tease out, or sharing a specific page of a work-in-progress tease with somebody.
For example:Code: Select all
https://milovana.com/webteases/showtease.php?id=<your_tease_id>&key=<key_from_share_link>&page=<some_page_name>
When you install both extensions, you can either open the modal to select any page and open it or use the new dropdown in the sidebar.
