MQ2Web - MMOBugs Wiki

Revision as of 13:35, 6 July 2010 by Eljorgejones (talk | contribs)
Plugin Info
Name MQ2Web
Author Fossilx
Commands /webhelp, /webbrowser, /webini
Source Available No
Uses INI File Yes





Description

MQ2Web This plugin allows you to use the in game web browser. With user defined "shortcuts" you can launch the browser like so: /myweb mmobugs. This will launch the browser and take you to MMOBUGS.com.

Commands

  • /webhelp Displays the plugin help.
  • /weblist Display the sites currently loaded.
  • /webbrowser Used to access a custome url, using the format: /webbrowser http://www.google.com.
  • /webset Used to set the values for a given site/url. Usage is /webset SITENAME COMMAND OPTIONAL_VALUE_PARAMETER. i.e. /webset mmobugs create, /webset mmobugs setdefaulturl http://www.mmobugs.com.
  • /myweb Load a custom preset URL, i.e. /myweb google.
  • /webini Reload URL entries from the MQ2Web.ini.

Configuration

MQ2Web is configured either via an .ini file or through slash commands. See slash commands available listed above. If you modify the .ini manually, you can use /webini to reload the ini with the new changes.

Example Configuration

MQ2Web.ini

[google]
bSetupAlias=1
sAliasCmd=/google
sParamUrl=http://www.google.com/search?q!!EQUAL!!%%param-1%%
sDefaultUrl=http://www.google.com
sHelp=Allows you to search google!

[yahoo]
bSetupAlias=1
sAliasCmd=/yahoo
sParamUrl=http://search.yahoo.com/search?p!!EQUAL!!%%param-1%%
sDefaultUrl=http://www.yahoo.com
sHelp=Allows you to search yahoo!

[alla]
bSetupAlias=1
sAliasCmd=/alla
sParamUrl=http://everquest.allakhazam.com/db/searchdb.html?iname!!EQUAL!!%%param-1%%
sDefaultUrl=http://everquest.allakhazam.com/db/searchdb.html
sHelp=This lets you search alla's item database via /alla [item].

[lucyi]
bSetupAlias=1
sAliasCmd=/lucyi
sParamUrl=http://lucy.allakhazam.com/itemlist.html?searchtext!!EQUAL!!%%param-1%%
sDefaultUrl=http://lucy.allakhazam.com
sHelp=This lets you search Lucy's item database via /lucyi [item].

[lucys]
bSetupAlias=1
sAliasCmd=/lucys
sParamUrl=http://lucy.allakhazam.com/spelllist.html?searchtext!!EQUAL!!%%param-1%%
sDefaultUrl=http://lucy.allakhazam.com
sHelp=This lets you search Lucy's spell database via /lucys [spellname].

[bestiary]
bSetupAlias=1
sAliasCmd=/bestiary
sParamUrl=http://eqbeastiary.allakhazam.com/search.shtml?name!!EQUAL!!%%param-1%%
sDefaultUrl=http://eqbeastiary.allakhazam.com
sHelp=This lets you search the EQ Bestiary via /bestiary [mobname].

[magelo]
bSetupAlias=1
sAliasCmd=/magelo
sParamUrl=http://eq.magelo.com/profile/%%param-1%%
sDefaultUrl=http://eq.magelo.com
sHelp=This lets you open a magelo with its number via the syntax /magelo [number].

[eqtrader]
bSetupAlias=1
sAliasCmd=/eqtrader
sParamUrl=http://www.eqtraders.com/search/search.php?data[item]!!EQUAL!!%%param-1%%&min!!EQUAL!!0&hits!!EQUAL!!0&menustr!!EQUAL!!035000000000
sDefaultUrl=http://www.eqtraders.com/search/search.php
sHelp=This lets you search eqtraders via /eqtrader [item].

[mmobugs]
bSetupAlias=0
sAliasCmd=/mmobugs
sParamUrl=
sDefaultUrl=http://www.mmobugs.com
sHelp=This takes you to the home of MMOBUGS.

Availability

This plugin is included with the MMOBugs Compile.