Difference between revisions of "MQ2Web" - MMOBugs Wiki

Line 1: Line 1:
MQ2Web - Lets you use the in game Everquest Browser to view websites.
+
{{plugin}}
 +
{{Pluginbox
 +
| name = MQ2Web
 +
| author = [[User:Fossilx|Fossilx]]
 +
| link =
 +
| commands=/webhelp, /webbrowser, /webini
 +
| source = No
 +
| usesini = Yes
 +
}}
  
  
'''Commands
 
'''
 
  
To Plugin : /plugin mq2web
 
  
A list of "short" commands will come up.
 
  
Help - /webhelp
 
Usage - /webbrowser
 
  
'''
 
Additional commands :'''
 
  
/webbrowser [websitenamehere]
 
  
/alla [itemName]
+
==Description==
 +
<font class="highlight">MQ2Web</font> 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.
  
/lucyi [itemName]
+
==Commands==
  
/lucys [spellName]
+
* <span class="highlight2">/webhelp</span> Displays the plugin help.
 +
* <span class="highlight2">/weblist</span> Display the sites currently loaded.
 +
* <span class="highlight2">/webbrowser</span> Used to access a custome url, using the format: /webbrowser http://www.google.com.
 +
* <span class="highlight2">/webset</span> 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.
 +
* <span class="highlight2">/myweb</span> Load a custom preset URL, i.e. /myweb google.
 +
* <span class="highlight2">/webini</span> Reload URL entries from the MQ2Web.ini.
  
/magelo [mageloNumber]
+
==Configuration==
  
/eqtraders [itemName]
+
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.
  
/google [searchText]
+
===Example Configuration===
 +
MQ2Web.ini
 +
<pre>[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!
  
/web
+
[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!
  
/webbrowser
+
[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].
  
/webhelp
+
[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].
  
/webini
+
[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].
  
/weblist
+
[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].
  
/webset
+
[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].
  
/myweb
+
[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].
  
/webtest
+
[mmobugs]
 +
bSetupAlias=0
 +
sAliasCmd=/mmobugs
 +
sParamUrl=
 +
sDefaultUrl=http://www.mmobugs.com
 +
sHelp=This takes you to the home of MMOBUGS.
 +
</pre>
  
 +
==Availability==
  
'''
+
This plugin is included with the MMOBugs Compile.
Example:'''
 
 
 
 
 
/alla        - would load Allakazam's website
 
/google    - would load google's website
 
 
 
[[Category:  Incomplete Plugin Pages]]
 

Revision as of 13:35, 6 July 2010

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.