Nali City Firefox Search Plug-In

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

RaptoR

been here far too long
May 7, 2000
3,524
0
0
UK
www.androidcentral.com
Veteran Nali City staffer Luquado sends news that he has created a Nali City search plugin for the popular open-source browser Mozilla Firefox. The plug-in allows you to search through Unreal maps on Nali City using the search tool that comes with Firefox.

This plugin allows you to type a map name into Firefox's search box and promptly loads up Nali City's search page with your results. Simple and slick.

It's tested on Firefox 0.8, but I see no reason why it shouldn't work on some prior versions. Just visit my website and install the plugin. Restart Firefox, then click on the magnifying glass to show the drop down list of search engines. Voila!

http://www.rustedball.com/ncsearch.html


Would you like to see more Mozilla plug-ins for other BU features such as FileWorks and the forums? Hit the comments link and let us know!
 
J

Jaysyn

Guest
Awesome

I just installed it & it works great, way to go Luquado!

p.s. If you are still using IE you've got to try FireFox out & see what you are missing.
 

GRAF1K

****** Kamikaze
Oct 16, 2003
874
0
0
\o/

[EDIT]Of COURSE I would like to see more plugins, esp. for the forums.[/EDIT]
 
Last edited:

haarg

PC blowticious
Apr 24, 2002
1,927
0
36
40
Over there
These are pretty easy to make. I made three for BU News, Articles, and Forums. I don't have anywhere to upload them, so I'll just post the files here.
The have to be extracted to "{FireFox Install Dir}\searchplugins", and the browser will have to be restarted.

Firefox can only do 'GET' searches from it's bar, and FileWorks will only accept 'POST' queries, so a search plugin cannot be made for that at this point.
 

Attachments

  • busearchplugins.zip
    3.8 KB · Views: 63

luquado

The cake is a PLOY!!
Feb 18, 2000
252
5
18
Astoria, NYC
www.luquado.com
Haarg said:
Firefox can only do 'GET' searches from it's bar, and FileWorks will only accept 'POST' queries, so a search plugin cannot be made for that at this point.
That's how Nali City was, you need to use something like the developer extension in Fireworks to sniff out the POST code and tinker with it to turn it into a GET.
 

haarg

PC blowticious
Apr 24, 2002
1,927
0
36
40
Over there
luquado said:
That's how Nali City was, you need to use something like the developer extension in Fireworks to sniff out the POST code and tinker with it to turn it into a GET.
I tried that. Specifying the parameters as GET parameters didn't work. I'm guessing that the FileWorks code only checks POST parameters.
 

Swedix

Retired from UT2004
Apr 19, 2000
4,853
0
36
In position
I just tried this plug-in with Firefox 0.9 and it works without problem. :)

Can anyone create a plug-in for searching Fileworks?
 

haarg

PC blowticious
Apr 24, 2002
1,927
0
36
40
Over there
Swedix said:
Can anyone create a plug-in for searching Fileworks?
I can't be completely sure, but I don't think it can be done unless they change the FileWorks code some.

Maybe RaptoR could let us know if FileWorks search could be changed to support GET, or if I'm wrong about it only supporting POST.
 

luquado

The cake is a PLOY!!
Feb 18, 2000
252
5
18
Astoria, NYC
www.luquado.com
Haarg said:
I can't be completely sure, but I don't think it can be done unless they change the FileWorks code some.

Maybe RaptoR could let us know if FileWorks search could be changed to support GET, or if I'm wrong about it only supporting POST.
It's not that it's POST, since NC was POST and it took a little hacking to work. It's that it's something else. I tried everything and it still won't cut it, almost like there's a referrer check in effect...?

I've got it ready to go otherwise, it just doesn't work :(
 

Swedix

Retired from UT2004
Apr 19, 2000
4,853
0
36
In position
Another bump. :)
Are there a version for Firefox 1.0?
And I'm still interested in a plugin for BU's FileWorks if someone can create one.
Hey, take it as a challenege. :)
 

Zenny

I'm gonna steal your girlfriend.
Mar 14, 2003
571
0
0
38
Washington DC
Would you guys be interested in a ModWorks search bar, I could easily code one up if there was any interest?
 

haarg

PC blowticious
Apr 24, 2002
1,927
0
36
40
Over there
I'm still pretty sure the FileWorks code requires the POST method while FireFox will only do GET, but I came up with an ugly hack to get around it. I made a HTML file that sits on the local computer and redirects GET queries to FileWorks using javascript.

To use this, extract the files to the FireFox\searchplugins folder. If you installed FireFox to the default location (C:\Program Files\Mozilla Firefox), it should work. Otherwise, open bufileworks.src in a text editor and change file:///C:/Program%20Files/Mozilla%20Firefox/searchplugins/bufileworks.html to the relevant location for your computer.
 

Attachments

  • bufileworks.zip
    1.7 KB · Views: 86

Swedix

Retired from UT2004
Apr 19, 2000
4,853
0
36
In position
Haarg said:
I'm still pretty sure the FileWorks code requires the POST method while FireFox will only do GET, but I came up with an ugly hack to get around it. I made a HTML file that sits on the local computer and redirects GET queries to FileWorks using javascript.

To use this, extract the files to the FireFox\searchplugins folder. If you installed FireFox to the default location (C:\Program Files\Mozilla Firefox), it should work. Otherwise, open bufileworks.src in a text editor and change file:///C:/Program%20Files/Mozilla%20Firefox/searchplugins/bufileworks.html to the relevant location for your computer.

Sweet Jesus, it works perfect. :tup:
Highly recomended to the community.

Thank you for taking your time to create this nice litle script, Haarg. :)
 

haarg

PC blowticious
Apr 24, 2002
1,927
0
36
40
Over there
Did you restart Firefox after installing it? Is Firefox installed in the default location? If not, what path did you enter in bufileworks.src?