Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  System / Utilities  |  Other System / Utilities  |  More Internet

More Internet

More Internet - 1.2

Modify, remove, and add protocols.

All Time: (4.8)
This Version: Not rated (0.0)
Current Version: 1.2
Release Date: 2006-04-22
License: Freeware
Downloads (this version): 6,213
Downloads (all versions): 246

Information Related to Version:

Broken Link? Newer Version? Tell us!

Product Description:

In the Mac OS each Internet Protocol (e.g. http:// , FTP://) is handled by a specific application of your choice. you can change some of them in Apple's "Internet" preference pane - You can change all of them or add/remove protocols with the "More Internet" preference pane.

What's new in this version:

  • Universal Binary - now loads on Intel Macs.
  • Improved French Localisation. (Thanks to Sylvain Tutusaus)

Operating System Requirements:

This product is designed to run on the following operating systems:

  • Mac OS X 10.4 Intel
  • Mac OS X 10.4 PPC
  • Mac OS X 10.3.9
  • Mac OS X 10.3
  • Mac OS X 10.2

Additional Requirements:

  • Mac OS X 10.2 or higher
  • Universal Binary

Screenshots:

More Internet

Download Links:

Your Installed Versions:


 

Feedback Summary:

This Version:
Overall Rating: Not rated (0.0) Features: Not rated (0.0) Support: Not rated (0.0)
Ease of Use: Not rated (0.0) Quality / Stability: Not rated (0.0) Price: Not rated (0.0)
Add Your Feedback

Key to Types of Feedback:

ReviewsReviews   TroubleshootingTroubleshooting   Usage TipsUsage Tips   Developer NotesDeveloper Notes   CommentaryCommentary   Featured ReviewsFeatured Reviews

More Internet CommentaryNot Working On Tiger 10.4.10 - Version: 1.2, 10/24/2007 12:06PM PST

Sophya
I made attempts to launch the Hotline client from a tracker-tracker.com file search web page with the following three web browsers, and got these three error messages:

Internet Explorer 5.2.3 = This program does not support the protocol for accessing 'hotline:12.34.56.78.5500'.

Camino 1.5.2 = 'hotline is not a registered protocol'.

Safari 2.0.4 = 'Safari can't open "hotline:12.34.56.78:5500" because Mac OS X doesn't recognize Internet addresses starting with "hotline:".'

I am using More Internet 1.2 on an older G4 running Tiger 10.4.10. In the More Internet prefs pane, I added "hotline", (without the quotes), as the protocol, and then navigated and selected my Hotline client clone.

Am I doing something wrong, or does More Internet simply no longer work, or at least not with Tiger, or perhaps not with the Hotline protocol? Some answers would be appreciated.

Thanks!
Post a commentAlert Admin

Most Recent Replies: View All 1 Replies

More Internet Troubleshooting ReportAppleScript Application as Protocol Helper do not work in MacOSX 10.4.2 - Version: 1.1.1, 12/28/2005 07:05AM PST

(0 of 1 users found this comment useful)

kostya1
I know how it work in MacOSX 10.3.9

For example:

lets create AS Application with the following content:

on open location foo
display dialog foo
end


-Save as Application Bundle
-Browse package contents and edit "Info.plist"
-Modify CFBundleSignature (it was "aplt" and it is now "CACA")
-Add the magical lines in the plist file:

<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>mailto handler</string>
<key>CFBundleURLSchemes</key>
<array>
<string>myProtocol</string>
</array>
</dict>
</array>
-Modify the "PkgInfo"

I can register a new Protocol Helper with help of MoreInternet

It works perfect in 10.3.9 but do not work in 10.4.2.
When I try to start working I get the follosing message:
Safari can’t open “myProtocol:51p:132:014:1:1:20:C” because Mac OS X doesn’t recognize Internet addresses starting with “myProtocol:”.

I suggest that MoreInternet do not work correctly in 10.4.2.
But this is not true. I can regiser any Application using MoreInternet (for example TextEdit, Internet Explorer) as Protocol Helper for myProtocol and can see that I can get this Application using link myProtocol:bla-bla


Could you please help me to understand what else AppleScript Application needs for work as Protocol Helper in MacOSX 10.4.2
Post a commentAlert Admin

Most Recent Replies: View All 1 Replies

More Internet ReviewWORKS w/10.4.2 HERE - Version: 1.1.1, 10/21/2005 02:01PM PST

kkrimmer
I find it works fine with Tiger 10.4.2 on 5 macs, and on our 10.3 machines.

Note: this resolved our problems getting WMV files to play right after updating Safari or Firefox.
Just Add wmv as a protocol and find the WMV player. Restart.
A great alternative to WMV player is Flip4Mac.

Post a commentAlert Admin