Author
|
Topic: just a thought.
|
marriedwithchildren Member
|
posted April 03, 2008 05:31 AM
First I just wanna say thanks for this siteand everyone's work to keep this site up! Maybe you could add a column that would show how many people Viewed my list? Something else that might be helpful is with the trade matcher. Maybe you could get it to recognize that I have x cards from this persons list, and he has nothing on my list? just a thought. Thanks 4 everything!
|
harbingerofthevoid Member
|
posted April 11, 2008 03:59 PM
http://classic.magictraders.com/ubb/Forum8/HTML/001742.htmlyour second idea was brought up before. Nothing ever came of it but got positive feedback. __________________ NEQUAQUAM VACUUM Looking for a place to game in West Mobile? : All things me : Go tigers go! : little slice of heaven Currently seeking a multi-player group to play with in the Memphis area. EDH, chaos, assassin, anything.
|
lmdemasi Member
|
posted April 13, 2008 06:26 PM
Looking at Boltbait`s last post in that thread, it seemed like the idea would be acceptable if someone who knew perl was willing to fix things.I know a decent amount of perl and would be willing to try my hand at altering it so that this worked, if the powers that be are amenable to that. __________________ Help my split card collection! (regular,foil) Fire/Ice: 16,1 | Illusion/Reality: 19,0 | Life/Death: 11,1 | Night/Day: 14,0 | Order/Chaos: 9,1 Stand/Deliver: 11,4 | Spite/Malice: 14,1 | Pain/Suffering: 9,0 | Assault/Battery: 9,1 | Wax/Wane: 13,3
|
harbingerofthevoid Member
|
posted April 14, 2008 05:04 AM
I am just going out on a limb and saying it may just be a simple if/else statement like:
code:
if ($x > 0) { print "<b>cards you want</b><br />loop here<br /> <b>cards they want</b><br />loop here"; } else { print "sorry no matches"; }
if that is the case it's just changing it slightly. __________________ NEQUAQUAM VACUUM Looking for a place to game in West Mobile? : All things me : Go tigers go! : little slice of heaven Currently seeking a multi-player group to play with in the Memphis area. EDH, chaos, assassin, anything.
|
lmdemasi Member
|
posted April 14, 2008 06:21 AM
quote: Originally posted by harbingerofthevoid: I am just going out on a limb and saying it may just be a simple if/else statement like:
code:
if ($x > 0) { print "<b>cards you want</b><br />loop here<br /> <b>cards they want</b><br />loop here"; } else { print "sorry no matches"; }
if that is the case it's just changing it slightly.
That would be the ideal situation. But it might check my list for stuff you want, and then if it doesn't find anything, it doesn't bother to check the other direction. And, it might not be written in a very readable fashion depending on who wrote it and what kind of mood (s)he was in at the time. __________________ Help my split card collection! (regular,foil) Fire/Ice: 16,1 | Illusion/Reality: 19,0 | Life/Death: 11,1 | Night/Day: 14,0 | Order/Chaos: 9,1 Stand/Deliver: 11,4 | Spite/Malice: 14,1 | Pain/Suffering: 9,0 | Assault/Battery: 9,1 | Wax/Wane: 13,3
|
marriedwithchildren Member
|
posted April 14, 2008 08:21 AM
Thanks guys! Even if it doesn't pan out thanks for trying!
| |