Offline Teases (TeaseMe)

Webteases are great, but what if you're in the mood for a slightly more immersive experience? Chat about Tease AI and other offline tease software.

Moderator: 1885

User avatar
PlayfulGuy
Experimentor
Experimentor
Posts: 1068
Joined: Sat Jul 07, 2012 10:08 pm
Gender: Male
Sexual Orientation: Bisexual/Bi-Curious
I am a: Switch
Dom/me(s): No domme
Sub/Slave(s): No sub
Location: British Columbia, Canada

Re: Offline Teases (TeaseMe)

Post by PlayfulGuy »

Trusfrated wrote:
PlayfulGuy wrote:Would you happen to have "Looking Up!" by cum4me. That user and all his/her teases seem to have vanished. I've run across that quite a few times recently when I've gone back to revisit a tease I really liked. From now on whenever I find a tease I really like I'm downloading it before it, or Milovana itself disappears into a black hole.

Anyway, if you have it let me know. I'll pm you an email address.

Thanks
I know the request wasn't directed at me, but in case you haven't found it yet, here is the tease you were looking for:

"Looking Up!" by cum4me

https://mega.co.nz/#!FAxTxSrS!kMSx28_7r ... dx9Pei0gUc

:wave:
Thanks a million. I didn't have it yet. I tried the internet archive and got all the pages but some of the pictures were missing, so this is excellent. Thanks again.

PG
Sisyphuster
Explorer At Heart
Explorer At Heart
Posts: 204
Joined: Sat Mar 10, 2012 9:55 am

Re: Offline Teases (TeaseMe)

Post by Sisyphuster »

Thanks a million!
PlayfulGuy wrote:
Sisyphuster wrote:I was a big fan of TeaseMe before I moved to mac. Now I can't use it or GuideMe anymore, which sucks, but I understand that it'd be difficult to create a version of these programs for the Mac framework.

I just dropped by to say hi and mention that the new tease, Masuimi hold em by Xere and it's sequel would make awesome teases for this system.
There was a Guideme release for the Mac. Making it cross platform is one of the design goals - it's written in Java so will run on Mac, Windows, Linux, etc. I know several users had it running on Mac. Search the thread for Guideme or post in that thread for help.

PG
User avatar
leetitoldu
Explorer
Explorer
Posts: 31
Joined: Thu Sep 26, 2013 1:16 pm

Re: Offline Teases (TeaseMe)

Post by leetitoldu »

I cant download non flash teases with TeaseMe? Whats going on?
philo
Explorer At Heart
Explorer At Heart
Posts: 831
Joined: Sun Jan 08, 2012 3:10 pm
Gender: Male
Sexual Orientation: Straight
Location: UK

Re: Offline Teases (TeaseMe)

Post by philo »

leetitoldu wrote:I cant download non flash teases with TeaseMe? Whats going on?
The images look like they moved from HTTP to HTTPS so it is failing to find them.
There are about 3 places in the code where

Code: Select all

if (teaseMedia.Id.StartsWith("http://"))
Needs to change to

Code: Select all

if (teaseMedia.Id.StartsWith("http://") || teaseMedia.Id.StartsWith("https://"))
(in DownloadMedia within MilovanaDownloadControl)

The change would need to be made by Takenaga and a new version of TeaseMe released.
He is active on Milovana and it is a quick change so he will probably agree to do it.
User avatar
Trusfrated
Explorer At Heart
Explorer At Heart
Posts: 465
Joined: Mon Nov 08, 2010 8:41 am
Gender: Male

Re: Offline Teases (TeaseMe)

Post by Trusfrated »

leetitoldu wrote:I cant download non flash teases with TeaseMe? Whats going on?
I really hope Takenaga would be willing to update the program. However, it's fairly easy to make it work. When you paste the tease URL into TeaseMe, just manually edit the address to take out the "s" in "https" and add the "www." before milovana.com.

For example:

This:

Code: Select all

https://milovana.com/webteases/showflash.php?id=xxxxx
should become this:

Code: Select all

http://www.milovana.com/webteases/showflash.php?id=xxxxx
Then it will conform and download properly. This should work equally fine whether you are downloading a regular or flash tease.

Please, Takenaga, release this minor update so we can continue to use this great program! :please:
ImageImage
proff
Curious Newbie
Curious Newbie
Posts: 2
Joined: Sat Sep 13, 2014 11:01 pm

Re: Offline Teases (TeaseMe)

Post by proff »

Hello everyone :)

Can anyone tell me if there are any offline teases with Candice Swanepoel or Miranda Kerr? It doesn't have to be focused on them specifically, but I'd like to see them included.
basil731
Explorer At Heart
Explorer At Heart
Posts: 100
Joined: Sun Aug 28, 2011 7:19 pm

Re: Offline Teases (TeaseMe)

Post by basil731 »

philo wrote:
leetitoldu wrote:I cant download non flash teases with TeaseMe? Whats going on?
The images look like they moved from HTTP to HTTPS so it is failing to find them.
There are about 3 places in the code where

Code: Select all

if (teaseMedia.Id.StartsWith("http://"))
Needs to change to

Code: Select all

if (teaseMedia.Id.StartsWith("http://") || teaseMedia.Id.StartsWith("https://"))
(in DownloadMedia within MilovanaDownloadControl)

The change would need to be made by Takenaga and a new version of TeaseMe released.
He is active on Milovana and it is a quick change so he will probably agree to do it.
Hi, i have v1.04 and cant even find downloadmedia folder in my teaseme folder. Am i missing something? The folders i have are resources and teases.

@Trusfrated, i tried that solution and it fails on all the teases i try on the pics. I get the messages below for all the pics
"Downloading http://www.milovana.com/media/get.php?f ... 1383b1.jpg
Error: [System.Net.WebException] An exception occurred during a WebClient request.
Downloading http://www.milovana.com/media/get.php?f ... d29f35.jpg
Error: [System.Net.WebException] An exception occurred during "
philo
Explorer At Heart
Explorer At Heart
Posts: 831
Joined: Sun Jan 08, 2012 3:10 pm
Gender: Male
Sexual Orientation: Straight
Location: UK

Re: Offline Teases (TeaseMe)

Post by philo »

basil731 wrote:
philo wrote:
leetitoldu wrote:I cant download non flash teases with TeaseMe? Whats going on?
The images look like they moved from HTTP to HTTPS so it is failing to find them.
There are about 3 places in the code where

Code: Select all

if (teaseMedia.Id.StartsWith("http://"))
Needs to change to

Code: Select all

if (teaseMedia.Id.StartsWith("http://") || teaseMedia.Id.StartsWith("https://"))
(in DownloadMedia within MilovanaDownloadControl)

The change would need to be made by Takenaga and a new version of TeaseMe released.
He is active on Milovana and it is a quick change so he will probably agree to do it.
Hi, i have v1.04 and cant even find downloadmedia folder in my teaseme folder. Am i missing something? The folders i have are resources and teases.

@Trusfrated, i tried that solution and it fails on all the teases i try on the pics. I get the messages below for all the pics
"Downloading http://www.milovana.com/media/get.php?f ... 1383b1.jpg
Error: [System.Net.WebException] An exception occurred during a WebClient request.
Downloading http://www.milovana.com/media/get.php?f ... d29f35.jpg
Error: [System.Net.WebException] An exception occurred during "
I have a copy of the source code. It needs to be changed there. The changes listed were a heads up to Takenaga so he didn't need to repeat the work I did to identify the problem.

The site changed from using http to https so teaseme can't find the pictures to download.
basil731
Explorer At Heart
Explorer At Heart
Posts: 100
Joined: Sun Aug 28, 2011 7:19 pm

Re: Offline Teases (TeaseMe)

Post by basil731 »

Thanks Philo, will just have to wait then it seems
User avatar
Trusfrated
Explorer At Heart
Explorer At Heart
Posts: 465
Joined: Mon Nov 08, 2010 8:41 am
Gender: Male

Re: Offline Teases (TeaseMe)

Post by Trusfrated »

basil731 wrote:@Trusfrated, i tried that solution and it fails on all the teases i try on the pics. I get the messages below for all the pics
"Downloading http://www.milovana.com/media/get.php?f ... 1383b1.jpg
Error: [System.Net.WebException] An exception occurred during a WebClient request.
Downloading http://www.milovana.com/media/get.php?f ... d29f35.jpg
Error: [System.Net.WebException] An exception occurred during "
Indeed you are correct. I can say with certainty that I downloaded two teases (with pictures) yesterday using this method. I suspect that Seraph0x was in the midst of making changes during this time, and now that he has finished the workaround is no longer viable. :-(
ImageImage
User avatar
Trusfrated
Explorer At Heart
Explorer At Heart
Posts: 465
Joined: Mon Nov 08, 2010 8:41 am
Gender: Male

Re: Offline Teases (TeaseMe)

Post by Trusfrated »

philo wrote:The change would need to be made by Takenaga and a new version of TeaseMe released.
He is active on Milovana and it is a quick change so he will probably agree to do it.
Forgive my ignorance, but if the source is on Github can't anyone (with the proper software and knowledge) change it, compile it, and release an update?

https://github.com/TakenagaT/TeaseMe

Or is it more a matter of respect: since it is Takenaga's code he should be the one to release an updated version?

I know ZombieDev released his own slightly modified version a while back.
ImageImage
philo
Explorer At Heart
Explorer At Heart
Posts: 831
Joined: Sun Jan 08, 2012 3:10 pm
Gender: Male
Sexual Orientation: Straight
Location: UK

Re: Offline Teases (TeaseMe)

Post by philo »

Trusfrated wrote:
philo wrote:The change would need to be made by Takenaga and a new version of TeaseMe released.
He is active on Milovana and it is a quick change so he will probably agree to do it.
Forgive my ignorance, but if the source is on Github can't anyone (with the proper software and knowledge) change it, compile it, and release an update?

https://github.com/TakenagaT/TeaseMe

Or is it more a matter of respect: since it is Takenaga's code he should be the one to release an updated version?

I know ZombieDev released his own slightly modified version a while back.
I am sure Takenaga wouldn't mind someone releasing a fix, it is just better if the source code is done at the same time.
ideally d3vi0n would update the first post with the new version.
if Takenaga has not responded in the next couple of days I will down load the latest version of the source code and post a patched version.

I would suggest the stand alone java downloader I wrote but that is broken too, I will be fixing that when I get time.
(I have had other more important tasks like writing poetry that have taken my time recently)
User avatar
Takenaga
Explorer At Heart
Explorer At Heart
Posts: 456
Joined: Sun Dec 04, 2011 12:58 pm
Gender: Male
Sexual Orientation: Straight
Location: Netherlands

Re: Offline Teases (TeaseMe)

Post by Takenaga »

Sorry, I was offline for a couple of days. I updated the source code. After d3vi0n and philo are done testing, it will be released.

And indeed, with the right knowledge you can patch the source code on github and submit a pull request. I would appreciate it.
Try GuideMe or TeaseMe to play Milovana Teases offline or create your own offline teases with highres images and videos... don't forget to support milovana and rate the online teases!
mangoman
Explorer At Heart
Explorer At Heart
Posts: 355
Joined: Tue Apr 27, 2010 9:12 pm
Gender: Male
Sexual Orientation: Straight
I am a: Slave
Location: Krakosia
Contact:

Re: Offline Teases (TeaseMe)

Post by mangoman »

Come on man, please release it....
GDboy126
Explorer
Explorer
Posts: 17
Joined: Sun Sep 15, 2013 1:27 pm

Re: Offline Teases (TeaseMe)

Post by GDboy126 »

Hi guys, I have a question. I downloaded webtease from milovana, and I copied it to my android. Playing it with android tease me, everything was okay except the sound. Anything to do to fix it?
PS: I have no knowledge on IT.
Post Reply