First, sorry about my bad english.
I don't want to download any project. If it's possible. I need ony links of project. And I don't understand why can we take links directly ? We must use OfflineToOnlineUrl method. Do you ? Finally, I need an event. When project download or node of sequencer complate, get an event occurs.
Thank you.
I will add the OnDownloadComplete event in the next version.
Best regards,
Oleg Chernavin
MP Staff
I can't find Site Map method. There is only MakeGoogleSiteMap feture in OE.dll. Do you have any suggestions for me ?
Thank you very much for your fast answer Oleg. I look forward to the event OnDownloadComplete.
Best regards.
Regarding the event - you may check the IOEProject.GetStatus from time to time. If it is not OEPS_Loading or OEPS_Suspended then download has completed.
Oleg.
I can see and use SiteMap feature on OfflineExplorer UI, it is great. But I couldn't find it in .Net dll and OLE Automation.
How can I programmatically use SiteMap feature.
OnDownloadComplate event and SiteMap feature (if returning online links ) enough for me.
Thank you.
http://www.metaproducts.com/download/betas/OEE3661.zip
Oleg.
Best regards.
Thank you!
Oleg.
tlbimp c:\OE.exe /out:OE.dll
That's all.
Download :
http://hotfile.com/dl/132803004/edda0b2/OE.dll.html
Source:
http://msdn.microsoft.com/en-us/library/aa645736(v=vs.71).aspx#vcwlkcominteroppart1cclienttutorialanchor1
Oleg.
-project / URL filter / Load file only within starting - Domain selected
I am calling GetMapEntry, it is returning out of starting domain adress.
another problem;
link = GetMapEntry(i);
OfflineToOnlineURL(link); // sometimes return like this : http://www.zaman.com/%&Ovr0/yazar.do?yazino=1193152&title=beraberlik-iyi-idi-ama // this link wrong.
It must be : http://www.zaman.com/yazar.do?yazino=1193152&title=beraberlik-iyi-idi-ama
what is %&Ovr0/ ?
Can you add a method which get OnlineLinks
Best regards.
I will fix the OfflineToOnlineURL method now. Meanwhile, please just remove these symbols (overloaded directory).
Oleg.
My project url : haberturk.com,
but always it give me adsp.ciner.com.tr in project.
Ciner.com.tr is a iframe.
Stream 1.2 File
[Object]
OEVersion=Enterprise 6.0.0.3658
Type=0
IID=7011
Caption=www.haberturk.com
URL=www.haberturk.com
MVer=5
Lev=1
Weekday=257
LimTSize=10000
LimNumber=5000
LimTime=100
SkipMedia=True
LTMethod=1
FTText.Exts=htmlhtmaspaspxjspstmstmlidcshtmlhtxtxttextxspxmlrxmlcfmwmlphpphp3
FTImages.Exts=gifjpgjpegtiftiffxbmfifbmppngipxjp2j2cj2kwbmplwfwebp
FTVideo.Exts=mpgavianimpegmovflvfliflcvivrmramrvasfasxwmvm1vm2vvobsmilmp4m4v
FTAudio.Exts=wavriffmp3midmp2m3uravocwmaapeoggm4aaif
FTArchive.Exts=7zziparcgzzarjlhalayleirarcabtarpakacejarpdftgzexeiso
FTUDef.Exts=jsaxdcssssivbsdtdxslswfclassent
FTText.B=ooxooo
FTImages.B=xoxooo
FTVideo.B=xoxooo
FTAudio.B=xoxooo
FTArchive.B=xoxooo
FTUDef.B=xoxooo
FTOther.B=ooxooo
FTSizes=0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,4,4,4,4,4
NotIgnoreLogout=False
RSrvsBx=3
RSrvsEx=ciner.com.tr x
RProt=255
LastStart=201:176:138:175:57:241:227:64:
LastEnd=0:0:0:0:0:0:0:0:
LastStarted=25.10.2011 19:15:51
S200=737
S400=5
SAbr=1
SPar=375
SSav=737
SLast=200
SSiz=23290408
SMdf=720
SHTML=375
LFiles=741
LSize=6343721
CFFlags=112
ImgDim=0,0,0,0
PrevURL=http://www.haberturk.com/
LIndexed=False
IndexFiles=False
Oleg.
http://adsp.ciner.com.tr/advertpro/servlet/view/dynamic/javascript/zone?zid=464&pid=0&random=
http://adsp.ciner.com.tr/advertpro/servlet/view/dynamic/javascript/zone?custom1=134&custom2=682249&zid=464&pid=0&random=
http://adsp.ciner.com.tr/advertpro/servlet/view/dynamic/javascript/zone?custom1=134&custom2=682593&zid=464&pid=0&random=
OEMain.OEInstance.OnDownloadComplete +=
new IMainOEEvents_OnDownloadCompleteEventHandler(OnDownloadComplete);
public void OnDownloadComplete(int IID)
{
//..
}
I am not getting any error, but the method does not work when download complate. I'm working on C# 64bit.
Do you have any suggestions for me ?
http://adsp.ciner.com.tr/advertpro/servlet/view/dynamic/javascript/zone?zid=153&pid=0&random=
http://adsp.ciner.com.tr/advertpro/servlet/view/dynamic/javascript/zone?zid=148&pid=0&random=
Thank you.
http://www.haberturk.com/
The next version will work even with the www.haberturk.com correctly.
Regarding the event - frankly, I don't know. Can you catch other events the same way?
Oleg.
I can't catch any events. I think that's about, managed and unmanaged code.
Oleg.
I continue to test OfflineExplorer.
offlinetoonline method sometimes gives me like that links: http://inci.sozlukspot.com/w/sonsuz-elektrigi-kesfettim-capsli/default.htm
When I want to go to the url, I get the error 404 page not found. If I delete the "default.htm" in the link, the link starting to work.
like that : http://inci.sozlukspot.com/w/sonsuz-elektrigi-kesfettim-capsli/
What should I do in this case ?
Oleg.