Sponsored Content
Full Discussion: mozilla object
Top Forums Programming mozilla object Post 302096502 by vino on Thursday 16th of November 2006 02:39:51 AM
Old 11-16-2006
Please stop duplicating the posts. I have merged all the threads.

To get the URL there is not easy way out. This is what you have to do.

Go to ~/.mozilla/default/<some-random-string>/history.dat
Open the file, go the end and search for an url string.

This is what I have in my history.dat. The string in red is what you need to extract. www.unix.com was the last URL I visited.
Code:
<(4AE5=https://www.unix.com/)(4AE6=1163662659213668)(4AE7=www.unix.com)
  (4AE8
    =T$00h$00e$00 $00U$00N$00I$00X$00 $00F$00o$00r$00u$00m$00s$00 $00-$00 $00t\
$00h$00e$00 $00T$00o$00p$00 $00U$00N$00I$00X$00 $00&$00 $00L$00i$00n$00u$00x$00\
 $00Q$00&$00A$00 $00o$00n$00 $00t$00h$00e$00 $00W$00e$00b$00)>
{1:^80 {(k^81:c)(s=9)1 } [-92B(^82^4AE5)(^84^4AE6)(^85^4AE6)(^88^4AE7)
    (^8A=1)(^86=2)(^87^4AE8)]}
@$$}11}@

@$${12{@
@$$}12}@

 

9 More Discussions You Might Find Interesting

1. Linux

starting mozilla

every time I launch mozilla Im getiing this this error: Details: failed to execute child process "/root/mozilla" no such file or directory. (2 Replies)
Discussion started by: keliy1
2 Replies

2. UNIX for Dummies Questions & Answers

Does anyone use Mozilla Thunderbird

I'm using Mozilla Thunderbird for e-mail and it tells me cannot connect to mail.qs.com. Then it goes into SMTP Issues when I try to send e-mail out. Does anyone have any suggestions? (1 Reply)
Discussion started by: cnitadesigner
1 Replies

3. Linux

Mozilla Navigator

I would like just to know where is mozilla navigator is installed under linux i.e mozilla navigator is installed in which directory? I think you (1 Reply)
Discussion started by: selim
1 Replies

4. AIX

mozilla-firefox

i attempt to install mozilla...and after the installation finish i have failed that say: the following rpm image are required before mozilla.base.rte can be installed what to d? or how do i install the rpms? thanx..... (1 Reply)
Discussion started by: amitt74
1 Replies

5. Solaris

Mozilla, how to remove

I got this Mozilla and unzipped the package and installed on my server. Now I am told that this was a mistake and need to remove Mozilla. I know I can remove Mozilla with pkgrm but this unzipped file was apparently not installed this way. I believe the file was installed with the mozinstall script.... (8 Replies)
Discussion started by: bluridge
8 Replies

6. UNIX for Dummies Questions & Answers

Object reference not set to an instance of an object

I am new to PHP and UNIX. I am using Apache to do my testing on a Windows Vista machine. I am getting this error when I am trying to connect to a web service. I did a search and did not see any posts that pertain to this. Here is my function: <?php function TRECSend($a, $b, $c, $d,... (0 Replies)
Discussion started by: EddiRae
0 Replies

7. AIX

mozilla installation

I am tryin to install Mozilla V1.7.13.1 on Power6 64 bit Blade JS12 server running aix 5.3 ML 11. ive installed the required rpm files. When i try to install Mozilla (downloaded from IBM site as Mozilla.base.tar.gz) . It always fails with the below msg. instal: Failed while executing the... (2 Replies)
Discussion started by: muzahed
2 Replies

8. Solaris

How to install new Mozilla 3.5?

Yesterday I tried to install my mozilla firefox but when i want to see Readme #more README For information about installing, running and configuring Firefox including a list of known issues and troubleshooting information, refer to: Firefox web browser | Faster, more secure, & customizable... (10 Replies)
Discussion started by: solaris_user
10 Replies

9. Programming

How to initialize an object with another object of different class?

How to initialize an object of class say "A", with an object of type say "B". The following code give the error message "error: conversion from âAâ to non-scalar type âBâ requested" #include <iostream> using namespace std; class B; class A{ public: A() { cout <<"\nA()" << endl; } ... (1 Reply)
Discussion started by: techmonk
1 Replies
FIREFOX(1)							Linux User's Manual							FIREFOX(1)

NAME
firefox - a Web browser for X11 derived from the Mozilla browser SYNOPSIS
firefox [OPTIONS] [URL] firefox-bin [OPTIONS] [URL] DESCRIPTION
Mozilla Firefox is an open-source web browser, designed for standards compliance, performance and portability. USAGE
firefox is a simple shell script that will set up the environment for the actual executable, firefox-bin. OPTIONS
A summary of the options supported by firefox is included below. GTK options --gdk-debug=FLAGS Gdk debugging flags to set --gdk-no-debug=FLAGS Gdk debugging flags to unset --gtk-debug=FLAGS Gtk+ debugging flags to set --gtk-no-debug=FLAGS Gtk+ debugging flags to unset --gtk-module=MODULE Load an additional Gtk module X11 options --display=DISPLAY X display to use --sync Make X calls synchronous --no-xshm Don't use X shared memory extension --xim-preedit=STYLE --xim-status=STYLE --g-fatal-warnings Make all warnings fatal Firefox options -h, -help Show summary of options. -v, -version Print /usr/bin/firefox-bin version. -CreateProfile profile Create profile. -P profile Start with profile. -ProfileManager Start with profile manager. -remote command Execute command in an already running Firefox process. For more info, see: http://www.mozilla.org/unix/remote.html -jsconsole Start with Javascript Console -chrome url Load the specified chrome. -no-remote Don't connect to any other running instances of firefox. Use this if you want to run firefox in an entirely new process. By default, firefox will delegate a command to an already running instance. -safe-mode Start firefox in safe-mode. This disables all third-party extensions, and may be necessary if you are having problems with an exten- sion you installed. -new-tab url Open url in a new tab. -new-window url Open url in a new window. -preferences Open the preferences dialog. -private Start firefox in private browsing mode. -private-toggle Toggle private browsing mode. -setDefaultBrowser Set firefox as the default web browser. -search term Search for term with your default search engine. -migration Start with migration wizard. -new-instance Open new instance, not a new window in running instance. FILES
/usr/bin/firefox - shell script wrapping firefox /usr/lib/mozilla/firefox-bin - firefox executable VERSION
1.0 BUGS
To report a bug, please visit http://bugzilla.mozilla.org/ SEE ALSO
mozilla(1) AUTHORS
The Mozilla Organization http://www.mozilla.org/about.html firefox August 07, 2001 FIREFOX(1)
All times are GMT -4. The time now is 12:40 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy