Help - Search - Members - Calendar
Full Version: SirAndy, The Magician
914World.com > The 914 Forums > 914World Garage
McMark
Can you add a feature to the BBS? I'm sure it's simple rolleyes.gif

I'd like all posts that contain a link to eBay to automatically add the main listing image for that item to the thread. That way I can always see something about what I'm clicking over to.

Thanks! givemebeer.gif
Gint
Andy's gonna love that... blink.gif
SirAndy
QUOTE(markd@mac.com @ Jan 12 2004, 11:02 PM)
I'm sure it's simple  rolleyes.gif

hmmm, let's see ...

//--------------------------------------------------------
void MarksEbayRequest(Post* aPost) {
Image* thePic = NULL;

 if (scan_post_for_a_ebay_link(aPost) == true) {

   thePic = leech_main_Picture(aPost);
 }

 if (thePic != NULL) {

   addPicToPost(aPost,thePic);
 }
}
McMark
Yer almost there. Here's some help. smile.gif

Parse the eBay page for:
eBayUser_SelfHosted_image.src = '

The image URL follows.
SirAndy
QUOTE(markd@mac.com @ Jan 13 2004, 12:31 PM)
Parse the eBay page for:
eBayUser_SelfHosted_image.src = '

naaa, that would be JavaScript, my example is C++ wink.gif
McMark
You should use Pascal. It's good shit.
SirAndy
QUOTE(markd@mac.com @ Jan 13 2004, 03:41 PM)
You should use Pascal. It's good shit.

icon8.gif barf.gif

btdt, there was a time when pascal was "good shit" ...

yes, i am that old! laugh.gif
Andy
fiid
Pascal designed as an educational language. There have been very few serious commercial things done with it, although one of them was the Mac OS (before X).
SirAndy
QUOTE(fiid @ Jan 13 2004, 05:12 PM)
Pascal designed as an educational language. There have been very few serious commercial things done with it, although one of them was the Mac OS (before X).

still very widely used in the scientific community, along with cobol and basic and others ...
vortrex
oh man, did all my college projects on turbo pascal!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.