View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/
Update of /cvsroot/dqsd/dqsd/searches
In directory sc8-pr-cvs1:/tmp/cvs-serv14159/searches
Added Files:
banyg.xml ts.xml tvtm.xml
Log Message:
new searches. i have changed ban.xml to banyg.xml to avoid conflicts with the word
ban. (sorry Shawn).
--- NEW FILE: banyg.xml ---
<search function="banyg">
<name>YahooGroups Ban-Bot</name>
<category>Computers</category>
<contributor>Shawn K. Hall</contributor>
<link>http://ReliableAnswers.com/yg/ban/</link>
<email>[EMAIL PROTECTED]</email>
<description>
Ban email addresses from your YahooGroups
<div class="helpboxDescLabels">Switches:</div>
<table class="helpboxDescTable">
<tr><td>email address</td><td> - </td><td>email address(es) to ban</td></tr>
</table>
<div class="helpboxDescLabels">Examples:</div>
<table class="helpboxDescTable">
<tr><td>banyg [EMAIL PROTECTED]</td></tr>
<tr><td>banyg [EMAIL PROTECTED] [EMAIL PROTECTED]</td></tr>
</table>
</description>
<comment>
This is pretty spiffy, eh?
</comment>
<form name="banygf"
method="post"
action="http://reliableanswers.com/yg/ban/default.aspx">
<input type="hidden" name="login" value="" />
<input type="hidden" name="passwd" value="" />
<input type="hidden" name="banrem" value="ban" />
<input type="hidden" name="txtEmails" value="" />
<input type="hidden" name="txtLists" value="" />
<input type="hidden" name=".tries" value="1" />
<input type="hidden" name=".src" value="" />
<input type="hidden" name=".md5" value="" />
<input type="hidden" name=".hash" value="" />
<input type="hidden" name=".js" value="" />
<input type="hidden" name=".last" value="" />
<input type="hidden" name="promo" value="" />
<input type="hidden" name=".intl" value="us" />
<input type="hidden" name=".bypass" value="" />
<input type="hidden" name=".partner" value="" />
<input type="hidden" name=".u" value="5ic2kkgv7qfms" />
<input type="hidden" name=".v" value="0" />
<input type="hidden" name=".challenge" value="3yFbE395ov5iLTV7bSek2cCe6Px." />
<input type="hidden" name=".yplus" value="" />
<input type="hidden" name=".emailCode" value="" />
<input type="hidden" name="pkg" value="" />
<input type="hidden" name="stepid" value="" />
<input type="hidden" name="hasMsgr" value="0" />
<input type="hidden" name=".chkP" value="Y" />
<input type="hidden" name=".done" value="http://groups.yahoo.com/group/xYG/" />
<input type="hidden" name=".save" value="Process" />
</form>
<script><![CDATA[
function banyg(q)
{
document.banygf.login.value = strYahooID;
document.banygf.passwd.value = strYahooPwd;
document.banygf.txtLists.value = strYahooGroups;
document.banygf.txtEmails.value = q;
submitForm(banygf);
}
]]></script>
<copyright>
The following applies if this file is included and distributed with Dave's Quick
Search Deskbar:
Copyright (c) 2002 David Bau; Distributed under the terms of the GNU Public
License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
</copyright>
<created_by>
This search file was created on 2003/08/08 by Shawn K. Hall
Copyright � 2003 Shawn K. Hall; Distributed under the terms of the GNU General
Public License, Version 2
</created_by>
</search>
--- NEW FILE: ts.xml ---
<search function="ts">
<name>Terminal Services</name>
<category>Computers<category>Networking</category></category>
<contributor>Shawn K. Hall</contributor>
<link>http://ReliableAnswers.com/</link>
<email>[EMAIL PROTECTED]</email>
<description>
Load Terminal Services to a specific domain or site.
Set a variable for "strTsServer" to be the first three sections
of the IP range you manage and you can use short-hand notation
including only the number of the server you wish to connect to
(9, 18, 252). Otherwise, entering a domain, a full IP or
anything with a dot or a non-numeric value is interpreted as a
literal domain to access. <br />
Set the resolution with "strTsResolution".<br />
Use "strTsUrl" to setup a different post URL for Terminal
Services Web access. Be sure to include the complete URL.<br />
<div class="helpboxDescLabels">Variables:</div>
<table class="helpboxDescTable">
<tr><td><b>variable</b></td><td><b>default</b></td><td><b>description</b></td></tr>
<tr><td>strTsServer</td><td>None</td><td>Default IP Range to connect to
("192.168.0.")</td></tr>
<tr><td>strTsResolution</td><td>2</td><td>Default Resolution</td></tr>
<tr><td> </td><td>1</td><td>FullScreen</td></tr>
<tr><td> </td><td>2</td><td>640 x 480</td></tr>
<tr><td> </td><td>3</td><td>800 x 600</td></tr>
<tr><td> </td><td>4</td><td>1024 x 768</td></tr>
<tr><td> </td><td>5</td><td>1280 x 1024</td></tr>
<tr><td> </td><td>6</td><td>1600 x 1200</td></tr>
<tr><td>strTsUrl</td><td>/TSWeb/</td><td>TS Web Root</td></tr>
</table>
<div class="helpboxDescLabels">Switches:</div>
<table class="helpboxDescTable">
<tr><td>server</td><td> - </td><td>server to connect to</td></tr>
</table>
<div class="helpboxDescLabels">Examples:</div>
<table class="helpboxDescTable">
<tr><td>ts 9</td></tr>
<tr><td>ts 127.0.0.1</td></tr>
<tr><td>ts example.com</td></tr>
</table>
</description>
<comment>
This is pretty spiffy, eh?
</comment>
<form name="tsf"
method="get"
action="http://localhost/TSWeb/">
<input type="hidden" name="FS" value="2" />
<input type="hidden" name="Server" value="" />
<input type="hidden" name="AutoConnect" value="0" />
</form>
<script><![CDATA[
function ts(q)
{
document.tsf.Server.value = "";
if (typeof strTsServer == "undefined") {
// server variable doesn't exist
// treat query as explicit domain name
document.tsf.Server.value = q;
} else {
if (q == "") {
if (strTsServer.lastIndexOf(".") == strTsServer.length-1) {
// last character is a ".", 'query prefix only' flag
// do not use a default server, ask in the prompt
document.tsf.Server.value = "";
} else {
// strTsServer is 'default only', it applies
document.tsf.Server.value = strTsServer;
}
} else {
if (strTsServer.lastIndexOf(".") == strTsServer.length-1) {
// last character is a ".", 'query prefix only' flag
if (q.length <= 3){
// add q
document.tsf.Server.value = strTsServer + q;
} else {
// use just the query - it's too long to be 0-255
document.tsf.Server.value = q;
}
} else {
// strTsServer is 'default only', it doesn't apply
// treat query as explicit domain name
document.tsf.Server.value = q;
}
}
}
if (typeof strTsResolution == "undefined") {
// no stored resolution, use default (640x480)
document.tsf.FS.value = "2";
} else {
document.tsf.FS.value = strTsResolution;
}
if (document.tsf.Server.value == "") {
document.tsf.AutoConnect.value = "0";
} else {
document.tsf.AutoConnect.value = "1";
}
if (typeof strTsUrl == "undefined") {
// use default action url
} else {
document.tsf["action"] = strTsUrl;
}
submitForm(tsf);
}
]]></script>
<copyright>
The following applies if this file is included and distributed with Dave's Quick
Search Deskbar:
Copyright (c) 2002 David Bau; Distributed under the terms of the GNU Public
License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
</copyright>
<created_by>
This search file was created on 2003/08/08 by Shawn K. Hall
Copyright � 2003 Shawn K. Hall; Distributed under the terms of the GNU General
Public License, Version 2
</created_by>
</search>
--- NEW FILE: tvtm.xml ---
<search function="tvtm">
<COMMENT>
Even though this XML search will probably load and is a good start
toward a completed search, please be aware that this search will probably
not work as is and will probably require some changes.
</COMMENT>
<name>TV Tome</name>
<category>Entertainment</category>
<contributor>Steve Poirier</contributor>
<link>http://www.tvtome.com/</link>
<email>stevepoirier at usa dot net</email>
<description>
Search TV Tome
</description>
<form name="tvtmf"
method="post"
action="http://www.tvtome.com/tvtome/servlet/Search">
<input type="hidden" name="searchType" value="all" />
<COMMENT>
The input element above, "searchType", was a SELECT element with the following
options...
<select name="searchType">
<option value="all">All</option>
<option value="person">Person</option>
<option value="show">Show</option>
</select>
</COMMENT>
<COMMENT> The following field was active (i.e. had focus) when the search was
generated. </COMMENT>
<input type="hidden" name="searchString" value="" />
</form>
<script><![CDATA[
function tvtm(q)
{
if( nullArgs("tvtm", q) )
return;
// FORM variables for tvtmf
//document.tvtmf.searchType.value = "";
// The wizard assigned the search string to this form field value because
// this field was the active element when the search file was generated.
// Change this to args.q if the search string is parsed with parseArgs.
document.tvtmf.searchString.value = q;
submitForm(tvtmf);
}
]]></script>
<copyright>
The following applies if this file is included and distributed with Dave's Quick
Search Deskbar:
Copyright (c) 2002 David Bau; Distributed under the terms of the GNU Public
License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
</copyright>
<created_by>
This search file was initially created on 07/27/03 at 21:50:14
by Dave's Quick Search Deskbar Search Wizard version 1.2,
Copyright (c) 2002 Glenn Carr; Distributed under the terms of the GNU General
Public License, Version 2
</created_by>
</search>
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/