here's how to remotely post on your 64d blog. since my blog reader was rendered useless by rss, maybe this will go over a little better
<form method="post" action="post.php">
<input type="text" name="title" />
<br />
<textarea name="entry" rows="5" cols="30"></textarea>
<br />
<input type="checkbox" name="show_recent" />
<br />
<input type="submit" name="submit" />
</form>
<?php
// force exit when no post data
if (empty($_POST['submit'])) exit;
// your 64digits username and password
$username = "beam";
$password = "its a secret, nob";
// the request url
$request_url = sprintf("<a rel="nofollow" href="http://64digits.com/users/index.php?userid=%s&cmd=insert_blog&id=">http://64digits.com/users/index.php?userid=%s&cmd=insert_blog&id=</a>", urlencode($username));
// post fields are title, entry, and show_recent
$request_data = http_build_query(
array(
'title' => $_POST['title'],
'entry' => $_POST['entry'],
'show_recent' => $_POST['show_recent']
)
);
// post to 64digits, ya bitch
$ch = curl_init($request_url);
curl_setopt($ch, CURLOPT_HTTPHEADER, array("Cookie: 64du=$username ;64dp=$password"));
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, $request_data);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$result = curl_exec($ch);
curl_close($ch);
// echo the result
if (stripos($result, "class="ms_aprove_msg_font"") === FALSE)
echo "Blog entry not successfully posted.";
else
echo "Blog entry successfully posted.";
?>
look out beam, shadow yoshi has 100 more internet friends then you
RUNAND DONT LOOK BACKWait…
that means…DELICIOUS IS A LIE!SHADOW YOSHI EATS COCK
cock on a platter
i think my logic is fine! while i don't have to deal with 64d, a lot of people still do. and rather than force them to go out of their way to see what i'm up to, they can see it as they browse 64d. why would i want to be a jerk and force them to come to my website? instead, i inform two audiences of what i am doing (64d and the people who visit my site)
sy you need to think things through!also chances are that the people who have you friended are as lame/lamer than youYou realize this could be used to spam the site with blogs, right? Since it doesn't have integrated date control?
FLASHBACK SLICE
SY, sieriously man,
SY, stop being a fucking troll for no reason.
Um… Why do we even have to fight about this? Internets is a serious place.