Re: [DQSD-Users] New Search: PayPal: pp.xml

2004-05-18 Thread Tom Corcoran
Shawn K. Hall wrote:
 Any chance of making a similar one for paypal?
 Attached (pp.xml).

Another excellent addition to dqsd!

Oh yeah, it expects the following variable in localprefs:
 var ppid = Array( [EMAIL PROTECTED], password );
Create as many other profiles as you'd like, using the same format and
a different variable name.

Works great for the uk paypal too :

var ppuk = Array(email address,password,http://www.paypal.co.uk;);

Thanks Shawn, Tom.




---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


[DQSD-Users] New Search: PayPal: pp.xml

2004-05-12 Thread Shawn K. Hall
Hi Tony,

 Any chance of making a similar one for paypal?

Attached (pp.xml).

It functions very similar to the yy.xml search posted a few days ago -
create profiles in the same format (user, password) as variables in
localprefs, then make aliases or pass the variable name as an
argument.

Regards,

Shawn K. Hall
http://ReliableAnswers.com/

'// 
   Cutting the space budget really restores my faith in
humanity.  It eliminates dreams, goals, and ideals and
lets us get get straight to the business of hate,
debauchery, and self-annihilation.
  -- Johnny Hart
search function=pp
  namePayPal/name
  categoryFinance/category
  contributorShawn K. Hall/contributor
  email[EMAIL PROTECTED]/email
  descriptionLogin to My Yahoo
  div class=helpboxDescLabelsExample:/div
  table class=helpboxDescTable
trtdyy/td/tr
trtdyy myid/td/tr
trtdyy myotherid/td/tr
  /table
  div class=helpboxDescLabelsVariables:/div
  table class=helpboxDescTable
trtdyyid('user','pwd');/tdtdAn array storing a user and password profile for Yahoo! 
	You SHOULD provide the emyyid()/em variable, however, you may also provide as many other 
	profiles as necessary to account for your Yahoo ID's. If you were to create a 'second' profile 
	you would need only to pass the variable name on the command line: br /
	strongyy otherVariable/strongbr /
	These variables are, however, case sensitive. If the variable passed does not exist (misspelled, 
	incorrect case...), this search will 'default' to using the emyyid/em variable./td/tr
  /table
  /description
  linkhttp://my.yahoo.com//link
  comment
This is pretty spiffy, eh?
  /comment
  form name=ppf method=post
	action=https://www.paypal.com/cgi-bin/webscr?__track=_home:p/wel/index-outside:_login-submit;
	input type=hidden name=cmd value=_login-submit /
	input type=hidden name=login_email value= /
	input type=hidden name=login_password value= /
	input type=hidden name=submit.x value=Log In /
  /form
  script![CDATA[
function pp(q){
	if (q==?){
	  nullArgs(pp,q);
	  return false;
	}
	var ppids = ppid;
	try{
	  eval(var ppids =  + q + ;);
	}catch(e){
	  var ppids = ppid;
	}
	try{
	  document.ppf.login_email.value = ppids[0];
	  document.ppf.login_password.value = ppids[1];
	}catch(e){}
	submitForm(ppf);
}
  ]]/script
  copyright
Copyright (c) 2004 Shawn K. Hall
Distributed under the terms of the GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  /copyright
/search

RE: [DQSD-Users] New Search: PayPal: pp.xml

2004-05-12 Thread Shawn K. Hall
 It functions very similar to the yy.xml search posted a few
 days ago...

Oh yeah, it expects the following variable in localprefs:
  var ppid = Array( [EMAIL PROTECTED], password );

Create as many other profiles as you'd like, using the same format and
a different variable name.

Regards,

Shawn K. Hall
http://ReliableAnswers.com/

'// 
   “The time has come,” the Walrus said, “To talk of many
things: Of shoes and ships and sealing wax, of cabbages
and kings, and why the sea is boiling hot, and whether
pigs have wings.”
  -- Lewis Carroll




---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601