[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[OpenVerse] REMOTE NETSCAPE COMMAND BLAH BLAH BLAH
CHECK THIS OUT:
-----------------------README----------------------------------------
##############################################################
#NOTE: THIS IS NOT PART OF OPENVERSE AND DOES NOT IMPLY THAT #
# IT IS. THIS PROGRAM MAY BE A BIG SECURITY RISK. USE AT#
# OWN RISK!!! #
##############################################################
This only been tested on my Linux box. So if it doesn't work
for you tough cookies.....
IN SETUP CHANGE YOUR BROWSER COMMAND TOO: <path>/NetscapeUrl.tcl.
(i put mine in my path) Just in case those of u reading don't know,
you need the chmod +x NetscapeUrl.tcl.
CHANGE TO THIS: /usr/lib/OpenVerse/lib/URL.tcl :
catch { eval exec "$MV(browser_cmd) $MV(url.$x.$y.what) &"}
------END README------------------------------------------------------
-----NetscapeUrl.tcl--------------------------------------------------
#!/usr/bin/wish
############################################################################
# NetscapeUrl.tcl
# Written by Jack(c) <jack@openverse.org>
#
# NOTE: This is not an official part of the OpenVerse program
# written by Cruise <cruise@openverse.org>!!!
# This is underground.....heehee /smile+/wink
#
# Purpose: Just gives you the option of not having to open
# netscape again for a url, even though that is the most
# secure.
#
# Also: This program may pose a security risk! Use at own risk!!
#
############################################################################
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
# USA.
#############################################################################
if {$argc != 1} { exit }
set URL $argv
wm title . "Nutscape Url Loader"
frame .top
pack .top
frame .middle
pack .middle
frame .bottom
pack .bottom
label .top.warning -text "*** NOTE: THIS IS NOT PART OF OPENVERSE!! ***" \
-foreground red
pack .top.warning
label .middle.a -text "URL: "
label .middle.b -text "$URL"
pack .middle.a .middle.b -side left
button .bottom.opennuts -text "Open Nutscape" -activebackground green \
-command { eval exec "netscape $URL &" }
# Could make it check for an error, but WHY?? Don't know netscape's
running?!
button .bottom.sendnuts -text "Send 2 Nutscape" -activebackground yellow \
-command { eval exec "netscape -remote openURL\($URL\) &" }
button .bottom.cancel -text "CANCEL" -activebackground red \
-command { exit }
pack .bottom.cancel .bottom.sendnuts .bottom.opennuts \
-side left -fill both
# NETSCAPE SUCKS!!!
----END NetscapeUrl.tcl-----------------------------------------------
IF SOMETHING GOES WRONG AND/OR YOU FUCK UP, DONT CRY TO CRUISE, CRY TO ME.
AGAIN, CRUISE HAS NOTHING TO DO WITH THIS PROGRAM!!!!
Hope it may be usefull to someone other than me. Remember the README!
thanks, see you in our little universe....
-jack
jack@openverse.org
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
-----------------------------------------------------------------
To unsubscribe to the OpenVerse mailing list send a message
to openverse-request@openverse.org with the following word
in the BODY of the message.
UNSUBSCRIBE
If you need assistance from a human, email cruise@openverse.org
-----------------------------------------------------------------