Biz Modules Solutions
Contact us
  • Home
  • Products
    • Ultra Media Gallery 8
      • Overview
      • Feature Highlights
      • Sample Galleries
        • Galleria (UMG 8.5)
        • Translucent Slider (UMG 8.4)
        • Tonic Gallery (UMG 8.3)
        • Slider Master (UMG 8.2)
        • Carousel Evolution (UMG 8.1)
        • Spotlight Slider ( UMG 8.1)
        • TripleLayerSlider | homepage slider
        • MediaLibrary | mixed media gallery
        • WidescreenTour2 | stills & trailers
        • Piecerotator | multi media rotator
        • Html Slideshow | image slideshows
        • Widescreenshowroom | showcase
        • UMG Professional | photo gallery
        • UMG Classic | RSS subscription
        • Shooting places on Google maps
        • Virtual Tour
        • Photo calendar
      • Trial & Downloads
      • Testimonials
      • Release Notes
    • Ultra Video Gallery 4
      • Overview
      • Feature Highlights
      • Release Notes
      • Sample Sites
      • Reviews
      • Sample Videos
      • Trial & Downloads
    • Ultra News Article 1.1
      • Overview
      • Feature Highlights
      • Sample
    • Save as PDF
    • Custom development
  • Downloads
  • Buy now
    • License Upgrade
  • Support

Host Partnership

If you are looking for good DNN hosting, then PowerDNN is the best DNN host around!

Need a custom module?

Should you have any questions about custom DNN modules or web projects, please let us know.

Latest Discussions

Critical Error by Dustin Eatchel
Hi, we're getting a critcal error in our UVG 424 Pro module. The error is "A cr...
CarouselEvolution not showing properly . . . by Mike Ulloa
I have recently installed UMG 8.5 on a DNN 5.05 server. The carousel does not...
Empty Gallery. UMG 8.5 by Diego Juzgado
I have delete all medias and albums from a gallery module and now, I can't acces...
pause at the end of a slider display by Brazos Donaho
Was wondering if it would be possible to have an option that could control if th...
Require login to post comments by Marty Goldberg
Is there a way to require users to login before they can post a comment on a vid...
Home  > Support

Support Forum

Unanswered Active Topics Forums Search
Forums > Ultra Media Gallery > Support Questions
Subject: Conflict: iFinity URL Master
Prev Next
You are not authorized to post a reply.

Page 1 of 212 > >>
Author Messages
Ed Perrine
Posts:14
Silver Member

05/27/2009 1:39 PM  
Running UltraMediaGallery and iFinity URL Master together can ruin your day.

Modify the iFinity URL Master settings shown below.

Thanks to Bruce at iFinity for the fix.

And thanks to Pengston for pointing me in the appropriate direction to find it!

(doNotRedirectRegex)
/DesktopModules/

(ignoreRegex)
(?<!linkclick\.aspx.+)(?:\.pdf|\.gif|\.png|\.css|\.js|(?<!exif\.aspx.+)\.jpg$|\.html$|\.htm$|\.axd|\.xml|\.swf|\.flv|/ajaxpro/)

(doNotRewriteRegex)
/DesktopModules/|/Providers/

(?<!linkclick\.aspx.+)(?:\.pdf|\.gif|\.png|\.css|\.js|(?<!exif\.aspx.+)\.jpg$|\.html$|\.htm$|\.axd|\.xml|\.swf|\.flv|/ajaxpro/)
Pengtsen R
Posts:11264


05/29/2009 11:04 PM  
thank you very much, I'll pin your post.

Pengtsen R
http://www.bizmodules.net
Johan Johansson
Posts:1
New Member

05/30/2009 7:04 AM  
To which version of the infinity url master does this apply?

http://www.allakontorshotell.nu - Kontorshotell Stockholm
Ed Perrine
Posts:14
Silver Member

05/30/2009 7:46 PM  
Johan ---

The fix was posted some time ago. However, it corrected my problems with the current versions of both UMB (5.5) and URL Master (1.13.10).

--- Ed
spankbudda spankbudda
Posts:13
Silver Member

07/29/2009 10:53 AM  
I am using the free iFinity URL Master version. I do not believe there is a GUI for entering the infinity info for this version, thus I placed it into the web.config as shown below. Note, that I had to enter the escape sequence for < and & as they of course break the xml web.config doc as is, so I think that is correct in how I did it.

However, the doesn't work for lightbox view, and is still throwing the javascript error when I click the button -- I am sure the error is related to the ifinity product as it works fine with the default provider.

<add name="iFinity.FriendlyUrl" type="iFinity.DNN.Modules.FriendlyUrl.DNNFriendlyUrlProvider, iFinity.FriendlyUrlProvider"
includePageName="true"
regexMatch="[^\+a-zA-Z0-9 _-]"
urlFormat="HumanFriendly"
redirectUnfriendly="true"
doNotRedirect="SearchResults;"
checkForDupUrls="true"
forceLowerCase="false"
redirectWrongCase="false"
replaceSpaceWith="_"
logCacheMessages="false"
doNotRedirectRegex="/DesktopModules/"
ignoreRegex= "(?<!linkclick\.aspx.+)(?:\.pdf$|\.gif$|\.png$|\.css$|\.js$|\.jpg$|\.html$|\.htm$|\.axd|\.swf$|\.flv$|\.ico$|\.xml$)"
doNotRewriteRegex = "/DesktopModules/"
triggerDictionaryRebuildRegex = "&ctl=tab|/ctl/tab|/Admin/Tabs/"


/>
Pengtsen R
Posts:11264


07/31/2009 12:40 AM  
thank you for sharing your solution with us.

Pengtsen R
http://www.bizmodules.net
Jared Livingston
Posts:16
Silver Member

11/30/2009 11:16 AM  
If I change this:

(?<!linkclick\.aspx.+)(?:\.pdf|\.gif|\.png|\.css|\.js|(?<!exif\.aspx.+)\.jpg$|\.html$|\.htm$|\.axd|\.xml|\.swf|\.flv|/ajaxpro/)

to this (replaced "exif" with "save"):

(?<!linkclick\.aspx.+)(?:\.pdf|\.gif|\.png|\.css|\.js|(?<!save\.aspx.+)\.jpg$|\.html$|\.htm$|\.axd|\.xml|\.swf|\.flv|/ajaxpro/)

the download function works fine. Prior to changing "exif" to "save", clicking on the image opened the Exif page just fine, but the download did not work. After the change, the Exif page is broken. Any idea how I can get both Save.aspx and Exif.aspx to work?
Pengtsen R
Posts:11264


12/02/2009 7:57 AM  
I'm not familiar with url master settings, but I guess you can try to use:

(?<!save\.aspx.+)(?<!linkclick\.aspx.+)(?:\.pdf|\.gif|\.png|\.css|\.js|(?<!exif\.aspx.+)\.jpg$|\.html$|\.htm$|\.axd|\.xml|\.swf|\.flv|/ajaxpro/)

Pengtsen R
http://www.bizmodules.net
Bruce Chapman
Posts:5
Bronze Member

12/09/2009 1:21 AM  
I answered this question on my forum as well, but to repeat here, the regex that will work for the save and exif requests is this:

(?<!linkclick\.aspx.+)(?:\.pdf|\.gif|\.png|\.css|\.js|(?<!(?:exif|save)\.aspx.+)\.jpg$|\.html$|\.htm$|\.axd|\.xml|\.swf|\.flv|/ajaxpro/)

I have also started a knowledge base for Url Master / Ultra Media Gallery compatibility, and will keep it updated with any further developments that arise. You can check it out at

http://www.ifinity.com.au/Products/KB/Url_Master/topic/BizModules+Ultra+Media+Gallery
Pengtsen R
Posts:11264


12/09/2009 2:38 PM  
Bruce, thank you very much for your update.

Pengtsen R
http://www.bizmodules.net
Simon Turner
Posts:5
Bronze Member

01/08/2010 9:39 AM  
Hi Guys,

Thanks for documenting this thread, its got me on the right track. However, my existing (pre UMG) regex is already quite long and when I add the one above unfortunately the filesystem link to the for images still doesn't work.

Here's my existing ignoreRegex from URLMaster:

(\.xml)|(\.gif)|(\.css)|(\.js)|(\.jpg)|(\.html)|(\.htm)|(\.png)|(\.txt)|(\.ico)|(/exit/affordablesupplements.asp)|(/go/truthaboutabs.asp)|(/go/fatloss4idiots.asp)|(/go/burnthefat.asp)|(\.pdf)|(/signup/LanapCaptcha.aspx)|(\.php)|(/prosignup/LanapCaptcha.aspx)|(\.swf)|(/signup/embed/LanapCaptcha.aspx)

As i said, if I add the one above onto the end links like the one below still dont work. Anyone got any ideas?

http://localhost:81/DesktopModules/BizModules - UltraPhotoGallery/Exif.aspx?alias=localhost:81&Id=1&Src=/Portals/1/UltraPhotoGallery/1413/1/large/PlumpDJs.jpg

Thanks for all your help :)
Simon Turner
Posts:5
Bronze Member

01/08/2010 10:02 AM  
Sorry, please ignore my last post. I managed to fix it by removing the common file types (e.g xml, gif, css etc) from my original regex as they were now included in the UMG one.
Pengtsen R
Posts:11264


01/10/2010 6:54 AM  
ok, glad to know your problem is solved.

Pengtsen R
http://www.bizmodules.net
ThrottleNet Development
Posts:8
Bronze Member

03/24/2010 11:58 AM  
Pengsten:

We are currently using UMG version 5.5.2 and have changed the 'ignoreRegex' value to

(?<!linkclick\.aspx.+)(?:\.pdf|\.gif|\.png|\.css|\.js|(?<!(?:exif|save)\.aspx.+)\.jpg$|\.html$|\.htm$|\.axd|\.xml|\.swf|\.flv|/ajaxpro/)

However, we are still having issues with the functionality of the download link on the project.

At first, we were also having issues accessing settings and appearance as well. The updated regex value above has resolved those issues but we have one remaining with the download. My understanding is that the 'save' entry in the regex above should have done the trick but has not worked yet.

Can you please provide assistance? We will be working to update UMG to current version but need to schedule the deployment and would to resolve issue in between.

Thank you
Pengtsen R
Posts:11264


03/24/2010 9:08 PM  
I suggest you to make a list of all aspx pages in UMG folder, and exclude all of them in url master.

Pengtsen R
http://www.bizmodules.net
Bruce Chapman
Posts:5
Bronze Member

03/25/2010 7:28 PM  
[QUOTE]At first, we were also having issues accessing settings and appearance as well. The updated regex value above has resolved those issues but we have one remaining with the download. My understanding is that the 'save' entry in the regex above should have done the trick but has not worked yet. [/QUOTE]

Can you post a url where this isn't working? The regex value might need updating.
Pengtsen R
Posts:11264


03/26/2010 1:11 AM  
here is a list of aspx pages in UMG 6, I hope it helps:

Comment.aspx
Download.aspx
EmailAFriend.aspx
Exif.aspx
Feed.aspx
FlashEdit.aspx
FlashUploadPage.aspx
IPN.aspx
PhotoExif.aspx
Popup.aspx
SafeDownload.aspx
Save.aspx
Share.aspx
Snipshot.aspx

Pengtsen R
http://www.bizmodules.net
John Barendrecht
Posts:43
Golden Member

04/17/2010 4:28 AM  
I am using Url Master 1.15 and UMG 6 and just added the 'save' and it works for me, but use lt; instead of < and capitalization (not sure that makes a difference)
(?<!(?:Exif|Save)\.aspx\?.+)\.jpg$
see http://oasiscruise.com/Prairie-SeaShell/Sea-of-Cortez/Mar-de-Cortez
Download works in IE and Firefox
Pengtsen R
Posts:11264


04/17/2010 10:26 AM  
thank you for sharing your experience with us.

Pengtsen R
http://www.bizmodules.net
Simon Turner
Posts:5
Bronze Member

05/17/2010 4:31 AM  
Hi guys,

I've upgraded to UMG 6.2 and am now trying to get the Exif.aspx page to display. Currently, when i try to load the Exif page it redirects to the site root.

The links to the original image display fine, its just the Exif page that doesnt work.

Here is my regex:

(\.zip)|(\.php)|(\.txt)|(\.ico)|(/exit/affordablesupplements.asp)|(/go/truthaboutabs.asp)|(/go/fatloss4idiots.asp)|(/go/burnthefat.asp)|(/signup/LanapCaptcha.aspx)|(/programs/checkout/LanapCaptcha.aspx)|(/signup/embed/LanapCaptcha.aspx)|(?<!linkclick\.aspx.+)(?:\.pdf|\.gif|\.png|\.css|\.js|(?<!(?:exif|save)\.aspx.+)\.jpg$|\.html$|\.htm$|\.axd|\.xml|\.swf|\.flv|/ajaxpro/)|(/signup/new/LanapCaptcha.aspx)

You can see the live redirect fail on the link below (just click on the image)

http://www.workoutbox.com/profile/p-test/

Anyone got an idea of whats wrong with my Regex? I know its pretty large, all the other stuff is nessesary for other modules.

I'd really appreciate some help with this. Thanks again,
You are not authorized to post a reply.
Page 1 of 212 > >>

Forums > Ultra Media Gallery > Support Questions > Conflict: iFinity URL Master



ActiveForums 3.7
Copyright © 2005-2011 BizModules
Register Login