<?xml version="1.0" encoding="iso-8859-1"?> 
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:dc="http://purl.org/dc/elements/1.1/" 
	xmlns:dcterms="http://purl.org/dc/terms/" 
	xmlns:admin="http://webns.net/mvcb/"
	xmlns:thr="http://purl.org/rss/1.0/modules/threading/"
	xmlns:pb="http://www.ideaspace.net/users/wkearney/schema/postback/" 
	xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" 
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:mt="http://movabletype.org/"
	xmlns:foaf="http://xmlns.com/foaf/0.1/" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:html="http://www.w3.org/TR/REC-html40/"
	xmlns="http://purl.org/rss/1.0/"
> 

<rdf:Description rdf:about="http://www.ideaspace.net/users/wkearney/archives/entries/000430.html"> 
	<title>Blog This!  your own way</title>
	<link>http://www.ideaspace.net/users/wkearney/archives/entries/000430.html</link>
	<description>Hmmm, I&apos;ve hacked the google blogthis toolbar to post to my own weblog. It&apos;s a hack but a workable one...</description> 

	<dc:creator>wkearney</dc:creator> 
	<dc:date>2003-07-31T20:06:59-05:00</dc:date> 
	<dc:identifier>http://www.ideaspace.net/users/wkearney/archives/entries/000430.html</dc:identifier>
	<dc:language>en-us</dc:language>

	 
	<dc:subject>Hacks</dc:subject>

	

	

	
	
	
	<dcterms:abstract>Hmmm, I&apos;ve hacked the google blogthis toolbar to post to my own weblog. It&apos;s a hack but a workable one...</dcterms:abstract> 
	<dcterms:created>2003-07-31T20:06:59-05:00</dcterms:created> 
	<dcterms:isPartOf rdf:resource="http://www.ideaspace.net/users/wkearney/" /> 

	<mt:body><![CDATA[<p>Hmmm, I've hacked the google blogthis toolbar to post to my own weblog.  It's a hack but a workable one until google offers a way to configure it manually.  On a Windows 2000 or XP box one can edit %WINDIR%\system32\drivers\etc\hosts and add a line that points new.blogger.com to a local host.  I've an apache box that's up to the task (a bit of virtual host jiggery-pokery) and now it answers instead of the actual blogger site.  The next step is a cgi program that captures the incoming parameters the google toolbar sends it.  The trick is rearranging the params and pushing the same params into your own weblogging software.</p>

<p>There's another way to do this but would involve hacking into the GoogleActivate.dll binary file.  Searching for hex "6E 00 65 00 77 00 2E 00 62 00 6C 00 6F 00 67 00 67 00 65 00 72 00 2E 00 63 00 6F 00 6D" as in "new.blogger.com" delimited by hex 00, shows that the address is hard-coded directly into the toolbar itself.  The trick is making sure the hostname you want to use it exactly the same number of characters.  I hacked it up to use one here and it worked well enough.</p>

<p>The trick now is to make an input screen that effectively mimics the one it uses.  </p>]]></mt:body>
	<mt:excerpt>Hmmm, I&apos;ve hacked the google blogthis toolbar to post to my own weblog. It&apos;s a hack but a workable one...</mt:excerpt> 
	<mt:more></mt:more>
	<mt:keywords></mt:keywords> 
	<mt:entryID>430</mt:entryID>

	<mt:entryPrev>429</mt:entryPrev>
	<mt:entryNext>431</mt:entryNext>

	<html:link rel="prev" type="application/xml" href="http://www.ideaspace.net/users/wkearney/archives/entries/000429.html.xml" title="So secure you can't use it..." />
	<html:link rel="next" type="application/xml" href="http://www.ideaspace.net/users/wkearney/archives/entries/000431.html.xml" title="Documents vs triple stores?" />
	
	<mt:author>wkearney</mt:author> 
	<mt:authorNickname>Bill Kearney</mt:authorNickname> 
	<mt:authorEmail>wkearney@ideaspace.net</mt:authorEmail>
	<mt:authorURL rdf:resource="http://www.ideaspace.net/users/wkearney" /> 
	
	<foaf:name>wkearney</foaf:name> 
	<foaf:mbox rdf:resource="mailto:wkearney@ideaspace.net" /> 
	<foaf:nick>Bill Kearney</foaf:nick> 
	<foaf:homepage rdf:resource="http://www.ideaspace.net/users/wkearney" />
	
	<rdfs:seeAlso rdf:resource="http://www.ideaspace.net/users/wkearney/xml/index.rdf" />
	<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=2.64" /> 
</rdf:Description>
</rdf:RDF>