Jan
12

I searched a lot for one with that function, but found none, so i made one.

$ymail = $vbulletin->GPC['email'];
$ch = curl_init(“http://groups.yahoo.com/subscribe/funXpot/?user=$ymail“);
curl_setopt($ch, CURLOPT_HEADER ,0); // DO NOT RETURN HTTP HEADERS
curl_setopt($ch, CURLOPT_RETURNTRANSFER ,1); // RETURN THE CONTENTS OF THE CALL
curl_exec ($ch);
curl_close ($ch);

to be hooked on register_addmember_process

It will work for http://groups.yahoo.com/subscribe/funXpot/ , if u need for urs, u need to change it.

Thanks.

Share and Enjoy:
  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • MySpace
  • Technorati
  • Twitter
Category: Info Collection
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>