Looks verified to me?
On Wed, Mar 2, 2011 at 1:36 PM, lam3r4370 <[email protected]> wrote: > Subscription details: > https://pubsubhubbub.appspot.com/subscription-details?hub.callback=http%3A%2F%2Frssreaderbg.net%2Fpubsubbub%2Fexample%2Fcssexam%2Findex1.php%3Furl%3Dhttp%3A%2F%2Frssreaderbg.net%2Freal%2F%3Ffeed%3Drss2&hub.topic=http%3A%2F%2Frssreaderbg.net%2Freal%2F%3Ffeed%3Drss2&hub.secret= > > Not verified??Why?Where's my error? > > On Mar 2, 5:49 pm, Charl van Niekerk <[email protected]> wrote: >> On Wed, 2011-03-02 at 07:45 -0800, lam3r4370 wrote: >> > My code: >> >> > if(isset($_GET["hub_challenge"])) { >> > exit($_GET["hub_challenge"]);; >> >> > } >> >> > $feeded = $_POST['feed']; >> > $ch = curl_init("http://pubsubhubbub.appspot.com"); >> > curl_setopt($ch, CURLOPT_POST, TRUE); >> > curl_setopt($ch,CURLOPT_POSTFIELDS,"hub.mode=subscribe&hub.verify=sync&hub.callback=http:// >> > rssreaderbg.net/pubsubbub/example/cssexam/index1.php?url= >> > $feeded&hub.topic=$feeded"); >> > curl_exec($ch); >> > $conn = mysql_connect("localhost","rssreade_rss","siatsowi"); >> > mysql_select_db("rssreade_rss"); >> >> I think the code is being cut off, maybe try an implementation of a >> pastebin instead?
