Page 73 of 83
Re: Offline Teases (TeaseMe)
Posted: Fri Apr 03, 2015 5:13 am
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

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
Re: Offline Teases (TeaseMe)
Posted: Sat Apr 04, 2015 12:48 am
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
Re: Offline Teases (TeaseMe)
Posted: Sat Jun 06, 2015 2:25 pm
by leetitoldu
I cant download non flash teases with TeaseMe? Whats going on?
Re: Offline Teases (TeaseMe)
Posted: Sun Jun 07, 2015 2:21 pm
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.
Re: Offline Teases (TeaseMe)
Posted: Mon Jun 08, 2015 10:57 pm
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!

Re: Offline Teases (TeaseMe)
Posted: Tue Jun 09, 2015 12:01 am
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.
Re: Offline Teases (TeaseMe)
Posted: Tue Jun 09, 2015 12:46 pm
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 "
Re: Offline Teases (TeaseMe)
Posted: Tue Jun 09, 2015 12:59 pm
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.
Re: Offline Teases (TeaseMe)
Posted: Tue Jun 09, 2015 2:29 pm
by basil731
Thanks Philo, will just have to wait then it seems
Re: Offline Teases (TeaseMe)
Posted: Wed Jun 10, 2015 3:06 am
by Trusfrated
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.

Re: Offline Teases (TeaseMe)
Posted: Wed Jun 10, 2015 3:20 am
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.
Re: Offline Teases (TeaseMe)
Posted: Wed Jun 10, 2015 6:45 am
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)
Re: Offline Teases (TeaseMe)
Posted: Fri Jun 12, 2015 5:38 pm
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.
Re: Offline Teases (TeaseMe)
Posted: Tue Jun 16, 2015 8:42 pm
by mangoman
Come on man, please release it....
Re: Offline Teases (TeaseMe)
Posted: Sun Jun 21, 2015 4:06 am
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.