|
|
| Author |
Message |
Jason SearchIRC Developer

Joined: 03 May 2003 Posts: 1484 Location: Tampa, FL
|
Posted: May 24, 2003 5:30pm Post subject: Add SearchIRC results to any webpage! |
|
|
I've put some time today into a new program for SearchIRC.
What does it do?
Any website can now (with the use of iframes or regular frames), put SearchIRC results within their own website.
Here is a sample page that would be put within an iframe/frame:
http://searchirc.com/searchirc.php?F=partial&N=all&M=min&C=1&D=color&T=both&PER=15&I=mirc
Here are all the form options:
| Code: | <form name="adv" method="get" action="http://searchirc.com/searchirc.php">
<blockquote>
<p>I want to find
<select name="F" size="1" id="F">
<option value="partial" selected>partial</option>
<option value="exact">exact</option>
</select>
matches for
<input name="I" type="text" id="I" size="15" maxlength="128">
in
<select name="T" size="1" id="T">
<option value="chan">channels only</option>
<option value="topic">topics only</option>
<option value="both" selected>channels and topics</option>
</select>
<br>
on
<select name="N" size="1" id="N">
<option value="all" selected>all networks</option></select>
with
<select name="M" size="1" id="M">
<option value="min" selected>min</option>
<option value="max">max</option>
</select>
of
<input name="C" type="text" id="C" value="1" size="3" maxlength="3">
user(s) </font></p>
<p>Display
<select name="PER" size="1" id="PER">
<option value="5">5</option>
<option value="10">10</option>
<option value="15" selected>15</option>
<option value="20">20</option>
</select>
results per page in
<select name="D" size="1" id="D">
<option value="color" selected>color</option>
<option value="plain">plain text</option>
</select>
</p>
<p>
<input type="submit" name="Submit" value=" Go ">
<input type="reset" name="Submit2" value="Reset">
</p>
</blockquote>
</form> |
Just change the fields you wish to default (like if you dislike colors
you can set <input type=hidden name=D value=plain> to force results to show no IRC colors).
Check out Ed's implimention of the external search results:
http://nullnet.net/channelsearch/
Ed has by default, a full list of all channels on his network, and above that, he has a search input box that allows you to search for keywords (also limited to his network).
Juice has setup SearchIRC within his site, listing Darkbot channels:
http://www.freezedown.com/postnuke/SearchIRC+main.html
In case you're wondering how he did it -- he setup his page as normal, and in the "content" area, put an iframe link to the search he wanted:
| Code: | | <iframe src="http://searchirc.com/searchirc.php?F=partial&N=all&M=min&C=1&D=plain&T=both&PER=15&I=darkbot" width=100% height=1100 frameborder=0 scrolling=auto></iframe> |
Horizon has his setup using all the options available:
http://www.accessirc.net/ (click on "Search" from the sidebar)
Last edited by Jason on May 26, 2003 12:15pm; edited 4 times in total |
|
| Back to top |
|
 |
Mary SearchIRC Admin

Joined: 03 May 2003 Posts: 696
|
Posted: May 24, 2003 6:29pm Post subject: |
|
|
btw, this is really great for networks who would like users
to have access to their channel lists from their websites.
You can limit the search to a specific network by inserting
this form option, replacing networkname with the
name of your network as it appears in our network list
on http://searchirc.com/networks.php
<input type=hidden name=N value=networkname> |
|
| Back to top |
|
 |
Mary SearchIRC Admin

Joined: 03 May 2003 Posts: 696
|
Posted: May 25, 2003 3:14am Post subject: |
|
|
| Jas, I don't know if this search has the full list return option - but if it doesn't, it should have. |
|
| Back to top |
|
 |
Jason SearchIRC Developer

Joined: 03 May 2003 Posts: 1484 Location: Tampa, FL
|
|
| Back to top |
|
 |
ed SearchIRC Staff

Joined: 25 May 2003 Posts: 366 Location: Baton Rouge, LA
|
Posted: May 25, 2003 4:56pm Post subject: |
|
|
| Works quite nicely.. I have it running on our site already. |
|
| Back to top |
|
 |
Jason SearchIRC Developer

Joined: 03 May 2003 Posts: 1484 Location: Tampa, FL
|
Posted: May 26, 2003 6:34am Post subject: |
|
|
If anyone else makes use of this, please post here so I can check it out  |
|
| Back to top |
|
 |
Horizon Lurker

Joined: 10 May 2003 Posts: 145 Location: Regina, Saskatchewan, Canada
|
Posted: May 26, 2003 12:06pm Post subject: |
|
|
| I've added a link thats slightly edited on www.accessirc.net. |
|
| Back to top |
|
 |
s Guest
|
Posted: Oct 30, 2003 1:23pm Post subject: as |
|
|
| sa |
|
| Back to top |
|
 |
Jedi none

Joined: 07 Jul 2003 Posts: 26
|
Posted: Nov 01, 2003 12:14pm Post subject: |
|
|
we have it on ours too.
http://www.secureirc.org/status.php
works real good, thanks Jason for putting the time into all the things at SearchIRC, you do a great job. |
|
| Back to top |
|
 |
|