<?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>SuperScriptz &#187; Classes</title>
	<atom:link href="http://superscriptz.net/projects/code/php-classes/feed/" rel="self" type="application/rss+xml" />
	<link>http://superscriptz.net</link>
	<description>Scripting with Attitude</description>
	<lastBuildDate>Sat, 27 Mar 2010 23:55:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MatchPoll for Quakelive</title>
		<link>http://superscriptz.net/onykage/code/php-classes/matchpoll-for-quakelive/</link>
		<comments>http://superscriptz.net/onykage/code/php-classes/matchpoll-for-quakelive/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 17:31:46 +0000</pubDate>
		<dc:creator>onykage</dc:creator>
				<category><![CDATA[Classes]]></category>
		<category><![CDATA[Web Code]]></category>
		<category><![CDATA[Quake Live]]></category>

		<guid isPermaLink="false">http://superscriptz.net/?p=115</guid>
		<description><![CDATA[Are you wanting to create a irc bot or a web based application to provide automated match details about specific games from quakelive?  Well this class is exactly what your looking for.  The object of this class is to pull match details from quakelive and store then in a number of public vars [...]<br /><div><img src="http://superscriptz.net/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>10</strong> (0 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://superscriptz.net/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
			<content:encoded><![CDATA[<p>Are you wanting to create a irc bot or a web based application to provide automated match details about specific games from quakelive?  Well this class is exactly what your looking for.  The object of this class is to pull match details from quakelive and store then in a number of public vars that you can recall or access once you have initiated the class.</p>
<h2><a href="http://superscriptz.net/wp-content/uploads/matchPoll.zip" onclick="window.location='http://superscriptz.net/go.php?http://superscriptz.net/wp-content/uploads/matchPoll.zip'; return false">Download MatchPoll.zip</a> <span class="hitcounter">(10 downloads)</span></h2>
<p>You can init the class with the following example.  with this idea you would want to use a url to start the process with something like</p>
<pre name="code" class="php">//http://mysite.com/?match=20823155&amp;type=CA
include('matchPoll.php');

matchDetail($_GET['match'], $_GET['type']);
</pre>
<p>You can also use something like this.</p>
<pre name="code" class="php">if($_POST['action' == 'submit']){
	include('matchPoll.php');
	$bits = explode('/', $_POST['uri']);
	$type = $bits[sizeof($bits)];
	$match = $bits[(sizeof($bits)-1)];
	matchDetail($match, $type);
}
</pre>
<pre name="code" class="html">
<div>
<form action="&lt;? echo $_SERVER['PHP_SELF']; ?&gt;" method="post">
    Paste match url here:
<input id="uri" name="uri" size="45" type="input" />
<div>
<input name="action" type="hidden" value="submit" />
<input name="submit" type="submit" value="Submit" /></div>
</form>
</div>
</pre>
<p>This script is in alpha form so you may have to play with it.  I will make updates and changes later as they are required.</p>
<br /><div><img src="http://superscriptz.net/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>10</strong> (0 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/" title="(10 downloads)" onclick="window.location='http://superscriptz.net/go.php?http://www.gdstarrating.com/'; return false"><img src="http://superscriptz.net/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br /><p align="left"><a class="tt" href="http://twitter.com/home/?status=MatchPoll+for+Quakelive+http://hpnzo.th8.us" title="Post to Twitter"><img class="nothumb" src="http://superscriptz.net/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://digg.com/submit?url=http://superscriptz.net/onykage/code/php-classes/matchpoll-for-quakelive/&amp;title=MatchPoll+for+Quakelive" title="Post to Digg"><img class="nothumb" src="http://superscriptz.net/wp-content/plugins/tweet-this/icons/tt-digg-big4.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://superscriptz.net/onykage/code/php-classes/matchpoll-for-quakelive/&amp;t=MatchPoll+for+Quakelive" title="Post to Facebook"><img class="nothumb" src="http://superscriptz.net/wp-content/plugins/tweet-this/icons/tt-facebook-big4.png" alt="Post to Facebook" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=MatchPoll+for+Quakelive&amp;link=http://superscriptz.net/onykage/code/php-classes/matchpoll-for-quakelive/" title="Post to Ping.fm"><img class="nothumb" src="http://superscriptz.net/wp-content/plugins/tweet-this/icons/tt-ping-big4.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://superscriptz.net/onykage/code/php-classes/matchpoll-for-quakelive/&amp;title=MatchPoll+for+Quakelive" title="Post to StumbleUpon"><img class="nothumb" src="http://superscriptz.net/wp-content/plugins/tweet-this/icons/tt-su-big4.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://superscriptz.net/onykage/code/php-classes/matchpoll-for-quakelive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Office Document Parser</title>
		<link>http://superscriptz.net/onykage/code/php-classes/open-office-document-parser/</link>
		<comments>http://superscriptz.net/onykage/code/php-classes/open-office-document-parser/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 01:39:35 +0000</pubDate>
		<dc:creator>onykage</dc:creator>
				<category><![CDATA[Classes]]></category>
		<category><![CDATA[Web Code]]></category>
		<category><![CDATA[Open Office]]></category>
		<category><![CDATA[Parsing]]></category>

		<guid isPermaLink="false">http://superscriptz.net/?p=178</guid>
		<description><![CDATA[I was wondering, can you dynamically edit a word document on the fly?  Well no, not a word document, but you can edit an open office document this way.  So, I wrote this class to accomplish this task for me.
Edit open office documents on the fly with a webform. This class is GPL [...]<br /><div><img src="http://superscriptz.net/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>10</strong> (0 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://superscriptz.net/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
			<content:encoded><![CDATA[<p>I was wondering, can you dynamically edit a word document on the fly?  Well no, not a word document, but you can edit an open office document this way.  So, I wrote this class to accomplish this task for me.</p>
<p>Edit open office documents on the fly with a webform. This class is GPL and free. The class comes with examples of the classes usage. This script will edit and ODT Open Office document on the fly, just specify what you want to replace and cha-ching its done.</p>
<pre name="code" class="php">
/*
* example.php
* this is an example file to show how the workings of the docParse class works.
* read the comments in the class to know what params or switches are needed to do what.
* some of the basics have been explained below.
*/
include 'class.docParser.php';
$doc = new docParser;
$doc->init('tmp', $tempfolder, $tempfile);
$doc->breakDoc($tempfolder, 'example.doc');
$doc->searchAndReplace($tempfile, ':foo:', 'Do The Dew');
$doc->buildDoc($tempfolder, 'seeitworks.doc', true, true);
</pre>
<h2><a href="http://superscriptz.net/wp-content/uploads/docParser.zip" onclick="window.location='http://superscriptz.net/go.php?http://superscriptz.net/wp-content/uploads/docParser.zip'; return false">Download docParser.zip</a> <span class="hitcounter">(12 downloads)</span></h2>
<br /><div><img src="http://superscriptz.net/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>10</strong> (0 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/" title="(10 downloads)" onclick="window.location='http://superscriptz.net/go.php?http://www.gdstarrating.com/'; return false"><img src="http://superscriptz.net/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br /><p align="left"><a class="tt" href="http://twitter.com/home/?status=Open+Office+Document+Parser+http://7z6t3.th8.us" title="Post to Twitter"><img class="nothumb" src="http://superscriptz.net/wp-content/plugins/tweet-this/icons/tt-twitter-big4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://digg.com/submit?url=http://superscriptz.net/onykage/code/php-classes/open-office-document-parser/&amp;title=Open+Office+Document+Parser" title="Post to Digg"><img class="nothumb" src="http://superscriptz.net/wp-content/plugins/tweet-this/icons/tt-digg-big4.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://superscriptz.net/onykage/code/php-classes/open-office-document-parser/&amp;t=Open+Office+Document+Parser" title="Post to Facebook"><img class="nothumb" src="http://superscriptz.net/wp-content/plugins/tweet-this/icons/tt-facebook-big4.png" alt="Post to Facebook" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Open+Office+Document+Parser&amp;link=http://superscriptz.net/onykage/code/php-classes/open-office-document-parser/" title="Post to Ping.fm"><img class="nothumb" src="http://superscriptz.net/wp-content/plugins/tweet-this/icons/tt-ping-big4.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://superscriptz.net/onykage/code/php-classes/open-office-document-parser/&amp;title=Open+Office+Document+Parser" title="Post to StumbleUpon"><img class="nothumb" src="http://superscriptz.net/wp-content/plugins/tweet-this/icons/tt-su-big4.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://superscriptz.net/onykage/code/php-classes/open-office-document-parser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
