<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pyrocam.com &#187; webcomic</title>
	<atom:link href="http://pyrocam.com/tag/webcomic/feed/" rel="self" type="application/rss+xml" />
	<link>http://pyrocam.com</link>
	<description>I&#039;m like Vitamins for Computers</description>
	<lastBuildDate>Thu, 22 Sep 2011 01:42:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Simple PHP webcomic code</title>
		<link>http://pyrocam.com/simple-php-webcomic-code/</link>
		<comments>http://pyrocam.com/simple-php-webcomic-code/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 16:29:02 +0000</pubDate>
		<dc:creator>pyrocam</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[comic titles]]></category>
		<category><![CDATA[comics]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[mysql database]]></category>
		<category><![CDATA[mysql query]]></category>
		<category><![CDATA[mysql table]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[webcomic]]></category>

		<guid isPermaLink="false">http://pyrocam.com/?page_id=54</guid>
		<description><![CDATA[Disclaimer: All care No Responsibility. you follow the instructions provided at your own risk. I take no responsibility any damage you may cause. Please read the article in full before starting I have worked on the Life of Riley comic code for a while and realised its a good base for anyone else to use [...]]]></description>
			<content:encoded><![CDATA[<p><em>Disclaimer: All care No Responsibility. you follow the instructions provided at your own risk. I take no responsibility any damage you may cause. Please read the article in full before starting </em></p>
<p>I have worked on the <a href="http://www.pyrocam.com/life-of-riley">Life  of Riley</a> comic code for a while and realised its a good base for  anyone else to use for their own webcomic. its really simple and should  be easy enough to modify to suit your webcomic with some simple HTML  stuff.</p>
<p><a href="http://sourceforge.net/projects/rscc/" target="_blank">Here it  is on sourceforge</a></p>
<p>Here it is to <a href="http://www.pyrocam.com/files/comic.php.txt">download  now</a></p>
<p>I have added on this version to include a basic mysql table to pull the  titles out since they were not printed on the images, I recommend you  print the comic titles (if you are naming them) on the images but if  thats not feasible then here is the additional code to pull from a mysql  database. it should be quite straightforward. I feed the request the  $titleid which comes from the URL eg /comic.php?strip=1<br />
<code> mysql_connect('<strong>localhost or mysql.yourdomain.com</strong>','<strong>yourusername</strong>','<strong>yourpassword</strong>');</code><code><br />
@mysql_select_db('<strong>databasename</strong>') or die( "err1");</code></p>
<p><code> $query="SELECT * FROM titles";</code><code><br />
$result=mysql_query($query); </code><code><br />
</code><code> $title=mysql_result($result,$titleid,"title");<br />
</code><code><br />
</code><code> mysql_close();</code></p>
<p>Here is an <a onclick="window.open('files/titles.sql.txt','title.sql','scrollbars=yes,resizable=yes,width=400,height=800,left='+(screen.availWidth/2-200)+',top='+(screen.availHeight/2-400)+'');return  false;" href="http://www.pyrocam.com/files/titles.sql.txt" target="_blank">SQL file of the table</a> to get you started</p>
<p>The only major flaw is currently you need to update the end # of the  comics if your comics list is dynamic, mine is static so it doesnt need  to change.  a simple way of doing this could be instead of</p>
<p><span style="text-decoration: underline;">comic.php</span></p>
<p><code>$lastcomic = "100";</code></p>
<p>create a new file called end.php which you update as you go</p>
<p><span style="text-decoration: underline;">comic.php<br />
</span><br />
<code>//</code><code>$lastcomic = "100"; commented out not useing this  anymore<br />
</code><code>@include end.php;</code></p>
<p><span style="text-decoration: underline;">end.php</span></p>
<p><code>$lastcomic = "616";</code></p>
<p>And now you can edit that end.php as you update. It would be much  smarter to use Mysql for this as it would be a really simple call to  find out the end but I wanted this comic to be flat and not to require  SQL</p>
]]></content:encoded>
			<wfw:commentRss>http://pyrocam.com/simple-php-webcomic-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Life of Riley</title>
		<link>http://pyrocam.com/life-of-riley/</link>
		<comments>http://pyrocam.com/life-of-riley/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 22:49:24 +0000</pubDate>
		<dc:creator>pyrocam</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[Aaron Sacharow]]></category>
		<category><![CDATA[Dan Jaaren]]></category>
		<category><![CDATA[hiatus]]></category>
		<category><![CDATA[life of riley]]></category>
		<category><![CDATA[LOR]]></category>
		<category><![CDATA[riley]]></category>
		<category><![CDATA[untimely demise]]></category>
		<category><![CDATA[webcomic]]></category>

		<guid isPermaLink="false">http://pyrocam.com/?page_id=2</guid>
		<description><![CDATA[ContentsHere is the Life Of Riley Web Comic Complete Archive!Here is the Life Of Riley Web Comic Complete Archive! Click here to begin reading Life Of Riley Tribute Flash Video If you would like to help out or want something from me please email me admin@pyrocam.com The &#8216;Alternate&#8217; ending can be found here F.A.Q and [...]]]></description>
			<content:encoded><![CDATA[<div class="mwm-aal-container"><div class='mwm-aal-title'>Contents</div><ol><li><a href="#Here+is+the+Life+Of+Riley+Web+Comic+Complete+Archive%21">Here is the Life Of Riley Web Comic Complete Archive!</a></li></ol></div><a name="Here+is+the+Life+Of+Riley+Web+Comic+Complete+Archive%21"></a><h1><span style="color: white;"><span style="font-size: x-large; color: grey;">Here is the Life Of Riley Web Comic Complete Archive!</span></span></h1>
<p><a href="http://www.pyrocam.com/life-of-riley/comic.php?strip=001">Click here to begin reading </a></p>
<p><a href="http://www.pyrocam.com/life-of-riley/comic.php?strip=001"><img src="http://www.pyrocam.com/life-of-riley/complete.jpg" alt="click to start" width="350" height="285" /></a></p>
<p><a href="http://www.pyrocam.com/life-of-riley-tribute">Life Of Riley Tribute Flash Video</a><a href="http://www.newgrounds.com/portal/view/212761"><br />
</a></p>
<p><a href="http://www.pyrocam.com/life-of-riley-tribute"><img src="http://www.pyrocam.com/life-of-riley/tribute.jpg" alt="" /></a></p>
<p><span style="font-size: x-small; color: grey;"> </span> If you would like to help out or want something from me please email me <a href="mailto:admin@pyrocam.com"> admin@pyrocam.com </a></p>
<p>The &#8216;Alternate&#8217; ending can be found <a href="http://www.pyrocam.com/life-of-riley/alt.php">here</a></p>
<p>F.A.Q and Updates below</p>
<p>I loved reading the Life Of Riley webcomic by Aaron Sacharow and Dan Jaaren, so much so that I made an archive on my computer. some time past and the webcomic could-no-longer/was-decided-not-to-be hosted anymore and then some more time past and started hosting this site, It wasnt long before I realised I should share my archive with you and judging from the emails I receive, its been a good idea. Thank you very much to those of you who have helped complete and straighten out my archive. Go to the first one! <strong> </strong></p>
<p><a title="faq" name="faq"></a><strong>Some questions I get asked frequently:</strong></p>
<p><strong>Q:</strong> What happen? <strong><br />
A:</strong> Someone set them up the lives.<br />
A more definitive answer can be found here <a href="http://clanbob.pbwiki.com/Timeline">http://clanbob.pbwiki.com/Timeline</a> The crucial part being:</p>
<p><strong> </strong></p>
<blockquote><p>ClanBOB got a website again, and there were updates to the comic. But after a few more strips and six new video-based Dreams in Digital episodes, the webcomic side of ClanBOB was put on long-term hiatus. Part of this is because all of the leaderBOBs have jobs, lives and such. Part of it is from the negative e-mail the leaderBOBs got from anonymous jackasses.</p></blockquote>
<p>I came across this article by Nick Costanzo,</p>
<blockquote><p>No, the reason for Life of Riley’s untimely demise was quite simple&#8230; real life got in the way. Behind-the-scenes drama, some of it good, and much of it quite tragic, took precedence within the creators’ lives, delaying the production of the strips. Server problems also contributed to the delays, but, personally, I got the impression that Dan and Aaron may have gotten tired of the whole thing. The final few strips, while not particu&#8230;</p></blockquote>
<p><strong>Q:</strong> Can I download all of the files in one go?, Can you zip them for me?, put onto a CD?, telepathically upload them to me? <strong><br />
A:</strong> No. sorry.</p>
<p><strong>Q:</strong> Are you God and/or Bob Saget? <strong><br />
A:</strong> And was said, ye of little faith, nay, Thine most holiest giver of comic is most prestigious but mortal.</p>
<p><strong>Q:</strong> Can you host MY webcomic? <strong><br />
A:</strong> Yes. it will be free to host your comic here, send me an <a href="mailto:admin@pyrocam.com">email</a></p>
<p><strong> Updates</strong><a title="updates" name="updates"></a></p>
<p><strong> </strong></p>
<p>UPDATE 09/06/08</p>
<p>I had inadvertantly broken the alternate ending and put it into the main comic line. I fixed that up and changed a few things here and there about how the end of the comic works<br />
also changed this page around about and installed it on ModX CMS which is pretty kicking rad.</p>
<p>UPDATE 13/11/06<br />
Thanks to Mike for helping me complete the archive! I now (pretty much) have a 100% complete archive (see above)<br />
Also a change on the front page in a few mins</p>
<p>UPDATE 07/11/06<br />
Missing Strips? What missing Strips?<br />
Mofo has kindly donated anoter 32 strips! so close to completion its not funny!<br />
Currently only 471, 472, 530, 596, 599 and 601 are missing (well technically also anything past 609 but I dont know if those are anywhere)<br />
Also I have uploaded the <a href="http://www.pyrocam.com/life-of-riley/alt.php">&#8216;Alternate Ending&#8217;</a></p>
<p>UPDATE 01/11/06<br />
Welcome to November! Only 37 missing strips out of 609 at the moment<br />
Thats only 6.0755336617405582922824302134647 Percent!<br />
( Strips 406, 412, 466, 468, 470, 471, 472, 475, 476, 477, 479, 480, 481,<br />
482, 483, 520, 522, 524, 527, 529, 530, 532, 534, 535, 537, 539, 542, 544,<br />
588, 589, 590, 591, 592, 594, 596, 599 and 601 )<br />
Weeee Haw</p>
<p>UPDATE 31/10/06<br />
A Huge thanks to Christian for coming up with 45 of my missing strips in the 484 to 587 range!<br />
Thanks again Christian! Big Help in getting this archive complete!<br />
I am close to having the full archive.</p>
<p>UPDATE 23/10/06<br />
Big Thanks to Rawling for suppling strips<br />
448, 449, 450, 452, 454, 457, 459, 462, 463 and 464  Cheers Rawling!</p>
<p>UPDATE 18/09/06<br />
I found strips 053 095 100 101 102 103 and 112<br />
they were gifs and my comic code didnt acommodate them <img src='http://pyrocam.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
a list of missing strips will be here within an hour</p>
]]></content:encoded>
			<wfw:commentRss>http://pyrocam.com/life-of-riley/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

