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,512
Downloads (all versions): 545

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

All Feedback: 1 - 10 of 26 |  1 2 3 Next



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

More Internet Troubleshooting ReportNot work with MacOS 10.4.2 - Version: 1.1.1, 9/15/2005 03:39AM PST

kostya1
Dear Sirs,
I've got a couple of questions regarding use of More Internet v 1.1.1. utility.
Utility successfully works with MacOS 10.3.9. I'm using More Internet for installing of new protocol and affixment of it to the special program on Applescript. As a result I have data transfer from Intranet Information system via URL of my new protocol for using in DTP-programs.
The problem is that in MacOS 10.4.2 I'm not able to reach the same functionality. Window of utility More Internet accepts registration of new protocol, but that does not lead to call of necessary program from Safari or any other Internet browser.
I got the following message: Safari can’t open “MyProtocol:51p:125:116:1:1:20:C” because Mac OS X doesn’t recognize Internet addresses starting with “MyProtocol:”.
It will be very good to get the new version of More internet able to work with MacOS 10.4.2. Or could you please tell how from command prompt of Terminal I can register new protocol and affixment of it to the needed program.
Best regards,
Konstantin Kapustin.
Post a commentAlert Admin

Most Recent Replies: View All 2 Replies

More Internet ReviewGreat Before, Especially Useful Now - Version: 1.1.1, 5/20/2004 10:13AM PST

RAngol
This is now being recommended on MacFixIt and MacInTouch (as well as elsewhere) as *the* solution while awaiting Apple security update to ALL Internet applications as mentioned by others.

If Changing "help" helper application from Help Viewer to Chess.app doesn't work (*may* not work in 10.2.6 or 10.2.8) try DVD Player.app or some other app which will launch if triggered by the exploit. Exploit is also blocked. If you persist in using Safari for the present also disable the "open safe downloads automatically" default preference in Safari. In Camino and other browsers this is turned off by default. Check yours.

Also great for assigning a specific FTP client, other apps not available in Internet pref pane (or elsewhere), etc. etc. 6 Stars.
Post a commentAlert Admin

More Internet Usage TipEssential to secure until Apple comes with a fix for help:// etc. - Version: 1.1.1, 5/19/2004 03:00AM PST

(3 of 3 users found this comment useful)

justamacuser
Even though this is a very "simple" utility - it offers ways to assign helper applications to various protocols - it's for now essential if you want to secure your mac against remote attacks.

Untli Apple finally fixes the help:// security hole, (and not just this one...) i'm using it to redirect all potentially dangerous calls to "dumb" apps, like:

  • send protocol "ssh" to "Preview" - can't open ssh window through browser
  • send protocol "telnet" to "Preview" - ditto, for telnet windows
  • send protocol "help" to "Preview" - ditto, for help viewer windows
Help viewer still works, it's able to open control panels remotely etc, but you can't call it from a browser :-)

Of course, this is only a workaround for those users that don't need the "click on browser, open Terminal window" functionality. However, i'd rather launch Terminal by hand than have some website or malignant e-mail do this automatically to start deleting files on my machine...

Post a commentAlert Admin

More Internet ReviewGreat app!! - Version: 1.1.1, 12/6/2003 09:54AM PST

micha221
...I'm wondering, why this useful feature's not integrated in Mac OS X 10.x!
Well, try "More Internet" and be happy... :-)
Post a commentAlert Admin

More Internet ReviewNot overwhelmed... - Version: 1.1.1, 11/6/2003 10:55AM PST

(0 of 1 users found this comment useful)

Kajiki
Not bad, but it would be a lot more like the old Internet Config if it handled helper apps for downloaded files better. Right now it seems to employ MIME-types, which is pretty clunky. File types would be better.
Post a commentAlert Admin

Most Recent Replies: View All 1 Replies

More Internet Reviewexcellent - Version: 1.1.1, 10/23/2003 02:23PM PST

(1 of 1 users found this comment useful)

jportway
ridiculous that apple got rid of the old internet config prefs in the first place - it drives me nuts that i can't control what app is used for what.
Post a commentAlert Admin

More Internet CommentaryDSL being hammered. - Version: 1.1.1, 10/23/2003 10:06AM PST

NoSpam
Sorry - my DSL is being hammered by downloads - the main site may be slow or unavailable - The .mac page is always available:

htt://homepage.mac.com/diggorylaycock/FileSharing.html
Post a commentAlert Admin