<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Ashus.ashus.net - PHP scripts]]></title>
		<link>https://ashus.ashus.net/</link>
		<description><![CDATA[Ashus.ashus.net - https://ashus.ashus.net]]></description>
		<pubDate>Thu, 09 Apr 2026 04:53:16 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Replace in files (CLI)]]></title>
			<link>https://ashus.ashus.net/thread-165.html</link>
			<pubDate>Sun, 08 Mar 2015 14:42:59 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://ashus.ashus.net/member.php?action=profile&uid=2">Ashus</a>]]></dc:creator>
			<guid isPermaLink="false">https://ashus.ashus.net/thread-165.html</guid>
			<description><![CDATA[A CLI script that replaces strings in files - recursively in multiple directories.<br />
Files are filtered by *.txt filesystem matching convention, optionally directories are recursively traversed.<br />
A text is replaced with another one, case sensitive.<br />
<br />
The advantage of this over sed is you don't have to enter escaped regexps and worry about the results and you also don't need to enter parameters, you are asked each time.<br /><!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/php.png" title="PHP executable" alt=".phpx" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=162" target="_blank">replace-in-files.phpx</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">1,56 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">1027</span></span>
</div>
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[A CLI script that replaces strings in files - recursively in multiple directories.<br />
Files are filtered by *.txt filesystem matching convention, optionally directories are recursively traversed.<br />
A text is replaced with another one, case sensitive.<br />
<br />
The advantage of this over sed is you don't have to enter escaped regexps and worry about the results and you also don't need to enter parameters, you are asked each time.<br /><!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/php.png" title="PHP executable" alt=".phpx" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=162" target="_blank">replace-in-files.phpx</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">1,56 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">1027</span></span>
</div>
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Změna přihlašovacích údajů při autentizaci přes webserver]]></title>
			<link>https://ashus.ashus.net/thread-149.html</link>
			<pubDate>Tue, 25 Jun 2013 19:15:05 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://ashus.ashus.net/member.php?action=profile&uid=2">Ashus</a>]]></dc:creator>
			<guid isPermaLink="false">https://ashus.ashus.net/thread-149.html</guid>
			<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[DownloadDir]]></title>
			<link>https://ashus.ashus.net/thread-138.html</link>
			<pubDate>Sat, 27 Apr 2013 16:18:23 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://ashus.ashus.net/member.php?action=profile&uid=2">Ashus</a>]]></dc:creator>
			<guid isPermaLink="false">https://ashus.ashus.net/thread-138.html</guid>
			<description><![CDATA[If you had a listing of lots of files and directories on your webserver (Apache using indexes), you might have wanted to be able to download them all at once.<br />
This script is made for just this. It compresses the directory on-the-fly using ZIP and sends them to the client (maximum memory usage should be about 25 MB even for large files).<br />
Files larger than 20MB are just stored into the archive, smaller files are compressed.<br />
<br />
It utilizes <a href="http://pablotron.org/software/zipstream-php/" target="_blank" rel="noopener" class="mycode_url">ZipStream</a> and requires PHP 5.<br />
<br />
<!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/php.png" title="PHP executable" alt=".phpx" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=128" target="_blank">DownloadDir.phpx</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">20,07 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">1084</span></span>
</div>
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[If you had a listing of lots of files and directories on your webserver (Apache using indexes), you might have wanted to be able to download them all at once.<br />
This script is made for just this. It compresses the directory on-the-fly using ZIP and sends them to the client (maximum memory usage should be about 25 MB even for large files).<br />
Files larger than 20MB are just stored into the archive, smaller files are compressed.<br />
<br />
It utilizes <a href="http://pablotron.org/software/zipstream-php/" target="_blank" rel="noopener" class="mycode_url">ZipStream</a> and requires PHP 5.<br />
<br />
<!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/php.png" title="PHP executable" alt=".phpx" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=128" target="_blank">DownloadDir.phpx</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">20,07 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">1084</span></span>
</div>
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Convert filename charset (CLI)]]></title>
			<link>https://ashus.ashus.net/thread-137.html</link>
			<pubDate>Thu, 14 Feb 2013 13:19:52 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://ashus.ashus.net/member.php?action=profile&uid=2">Ashus</a>]]></dc:creator>
			<guid isPermaLink="false">https://ashus.ashus.net/thread-137.html</guid>
			<description><![CDATA[This script converts directory and file names' charset recursively in the structure ('iso-8859-2' =&gt; 'utf-8'). Make sure you don't have any open files before you run it.<br />
Useful if you need to convert entire linux system to UTF8 and was held back by something.<br /><!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/php.png" title="PHP executable" alt=".phpx" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=104" target="_blank">convert.phpx</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">354 bytes</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">869</span></span>
</div>
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[This script converts directory and file names' charset recursively in the structure ('iso-8859-2' =&gt; 'utf-8'). Make sure you don't have any open files before you run it.<br />
Useful if you need to convert entire linux system to UTF8 and was held back by something.<br /><!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/php.png" title="PHP executable" alt=".phpx" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=104" target="_blank">convert.phpx</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">354 bytes</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">869</span></span>
</div>
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Apple trailer downloader (CLI)]]></title>
			<link>https://ashus.ashus.net/thread-135.html</link>
			<pubDate>Fri, 08 Feb 2013 19:53:58 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://ashus.ashus.net/member.php?action=profile&uid=2">Ashus</a>]]></dc:creator>
			<guid isPermaLink="false">https://ashus.ashus.net/thread-135.html</guid>
			<description><![CDATA[A simple trailer downloader, I use it to download highest quality trailers and watch them later in my favourite Media Player Classic fullscreen.<br />
<br />
How to use:<br />
<ol type="1" class="mycode_list"><li>Open <a href="http://trailers.apple.com/" target="_blank" rel="noopener" class="mycode_url">http://trailers.apple.com/</a><br />
</li>
<li>Choose a movie, copy a link to the page to clipboard.<br />
</li>
<li>Run this script, paste URL.<br />
</li>
<li>If asked, choose which trailer or clip to download.<br />
</li>
<li>Play the 1080p movie fullscreen in your favourite media player.</li>
</ol>
<br />
If required, <a href="http://ashus.ashus.net/viewtopic.php?f=7&amp;t=255" target="_blank" rel="noopener" class="mycode_url">associate phpx to be run with php</a> first.<br /><!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/php.png" title="PHP executable" alt=".phpx" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=137" target="_blank">Apple-trailer-downloader.phpx</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">2,46 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">895</span></span>
</div>
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[A simple trailer downloader, I use it to download highest quality trailers and watch them later in my favourite Media Player Classic fullscreen.<br />
<br />
How to use:<br />
<ol type="1" class="mycode_list"><li>Open <a href="http://trailers.apple.com/" target="_blank" rel="noopener" class="mycode_url">http://trailers.apple.com/</a><br />
</li>
<li>Choose a movie, copy a link to the page to clipboard.<br />
</li>
<li>Run this script, paste URL.<br />
</li>
<li>If asked, choose which trailer or clip to download.<br />
</li>
<li>Play the 1080p movie fullscreen in your favourite media player.</li>
</ol>
<br />
If required, <a href="http://ashus.ashus.net/viewtopic.php?f=7&amp;t=255" target="_blank" rel="noopener" class="mycode_url">associate phpx to be run with php</a> first.<br /><!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/php.png" title="PHP executable" alt=".phpx" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=137" target="_blank">Apple-trailer-downloader.phpx</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">2,46 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">895</span></span>
</div>
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ESET mirror update 2.0]]></title>
			<link>https://ashus.ashus.net/thread-114.html</link>
			<pubDate>Fri, 19 Mar 2010 17:07:46 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://ashus.ashus.net/member.php?action=profile&uid=2">Ashus</a>]]></dc:creator>
			<guid isPermaLink="false">https://ashus.ashus.net/thread-114.html</guid>
			<description><![CDATA[This is a tool to create and keep your own ESET mirror update server up to date. You can use a valid purchased key and password or use a function to retrieve credentials automatically. This is an original work completely written by me. <br />
<br />
<span style="font-weight: bold;" class="mycode_b">Requirements:</span><br />
PHP 5.4+/7, mod_curl, <a href="http://pecl.php.net/package/rar" target="_blank" rel="noopener" class="mycode_url">php_rar v2+</a> or <a href="http://ashus.ashus.net/viewtopic.php?f=16&amp;t=68" target="_blank" rel="noopener" class="mycode_url">unrar-free</a>.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Installation:</span><ul class="mycode_list"><li>Download and install php <span style="font-weight: bold;" class="mycode_b">pecl module rar</span> v2 or higher -or- linux executable <span style="font-weight: bold;" class="mycode_b">unrar-free</span> (Debian package name is unrar-free; it should be compatible with other distributions as well though).<br />
</li>
<li>Download the source, adjust the config, use <span style="font-style: italic;" class="mycode_i">chmod +x esetupdate.php getFreshCredentials.php</span> and test the script.<br />
</li>
<li>Configure the webserver to access the mirror update directory at certain path, .htpasswd can be set up to protect the mirror.<br />
</li>
<li>Add the script execution hourly to crontab (ex. 15 * * * * root /root/scripts/esetupdate.php &gt;&gt; /var/log/esetupdate.log &amp;).<br />
</li>
<li>Configure ESET update server on client computers to use local mirror.</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Features include:</span><ul class="mycode_list"><li>downloading update mirrors for ESET versions 3/4/5 or 9<br />
</li>
<li>cleaning old and unreferenced update files<br />
</li>
<li>extra function to retrieve fresh update credentials if you do not set your own or current don't work anymore<br />
</li>
<li>extensive info in logfile, counting download sizes<br />
</li>
<li>better security while using mod_rar and having exec function blocked<br />
</li>
<li>improved detection of incompletely downloaded files<br />
</li>
<li>forcing full check on next run if some files look suspicious (ensures quality, updating from server works fine on unstable connections)<br />
</li>
<li>automatic selecting of eset servers, 3 tries further harden stability<br />
</li>
<li>can be set up on Linux or even Windows (with some effort)</li>
</ul>
<br />
<br />
Current version is ready for download from here: <a href="https://github.com/Ashus/eset-mirror-update" target="_blank" rel="noopener" class="mycode_url">https://github.com/Ashus/eset-mirror-update</a><br />
<br />
<a href="http://ashus.ashus.net/viewtopic.php?f=16&amp;t=68" target="_blank" rel="noopener" class="mycode_url">Bash version</a> is also available (but contains less features and isn't kept up to date).]]></description>
			<content:encoded><![CDATA[This is a tool to create and keep your own ESET mirror update server up to date. You can use a valid purchased key and password or use a function to retrieve credentials automatically. This is an original work completely written by me. <br />
<br />
<span style="font-weight: bold;" class="mycode_b">Requirements:</span><br />
PHP 5.4+/7, mod_curl, <a href="http://pecl.php.net/package/rar" target="_blank" rel="noopener" class="mycode_url">php_rar v2+</a> or <a href="http://ashus.ashus.net/viewtopic.php?f=16&amp;t=68" target="_blank" rel="noopener" class="mycode_url">unrar-free</a>.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Installation:</span><ul class="mycode_list"><li>Download and install php <span style="font-weight: bold;" class="mycode_b">pecl module rar</span> v2 or higher -or- linux executable <span style="font-weight: bold;" class="mycode_b">unrar-free</span> (Debian package name is unrar-free; it should be compatible with other distributions as well though).<br />
</li>
<li>Download the source, adjust the config, use <span style="font-style: italic;" class="mycode_i">chmod +x esetupdate.php getFreshCredentials.php</span> and test the script.<br />
</li>
<li>Configure the webserver to access the mirror update directory at certain path, .htpasswd can be set up to protect the mirror.<br />
</li>
<li>Add the script execution hourly to crontab (ex. 15 * * * * root /root/scripts/esetupdate.php &gt;&gt; /var/log/esetupdate.log &amp;).<br />
</li>
<li>Configure ESET update server on client computers to use local mirror.</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Features include:</span><ul class="mycode_list"><li>downloading update mirrors for ESET versions 3/4/5 or 9<br />
</li>
<li>cleaning old and unreferenced update files<br />
</li>
<li>extra function to retrieve fresh update credentials if you do not set your own or current don't work anymore<br />
</li>
<li>extensive info in logfile, counting download sizes<br />
</li>
<li>better security while using mod_rar and having exec function blocked<br />
</li>
<li>improved detection of incompletely downloaded files<br />
</li>
<li>forcing full check on next run if some files look suspicious (ensures quality, updating from server works fine on unstable connections)<br />
</li>
<li>automatic selecting of eset servers, 3 tries further harden stability<br />
</li>
<li>can be set up on Linux or even Windows (with some effort)</li>
</ul>
<br />
<br />
Current version is ready for download from here: <a href="https://github.com/Ashus/eset-mirror-update" target="_blank" rel="noopener" class="mycode_url">https://github.com/Ashus/eset-mirror-update</a><br />
<br />
<a href="http://ashus.ashus.net/viewtopic.php?f=16&amp;t=68" target="_blank" rel="noopener" class="mycode_url">Bash version</a> is also available (but contains less features and isn't kept up to date).]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Ash Chat 2.03 CZ]]></title>
			<link>https://ashus.ashus.net/thread-86.html</link>
			<pubDate>Thu, 16 Oct 2008 22:46:06 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://ashus.ashus.net/member.php?action=profile&uid=2">Ashus</a>]]></dc:creator>
			<guid isPermaLink="false">https://ashus.ashus.net/thread-86.html</guid>
			<description><![CDATA[Tento soubor skriptů tvoří Ajaxovou webovou aplikaci chatu s podporou:<ul class="mycode_list"><li>banování IP adres,<br />
</li>
<li>notifikačních zvuků,<br />
</li>
<li>uploadu obrázků s generováním miniatur + Thickbox zvětšování,<br />
</li>
<li>smajlíků,<br />
</li>
<li>automatického tvoření odkazů,<br />
</li>
<li>vytváření uživatelů a uživatelských práv,<br />
</li>
<li>administrátorského ovládání pro cenzuru, mazání, zjišťování IP adresy odesílatele,<br />
</li>
<li>nastavování topicu,<br />
</li>
<li>zobrazení seznamu přítomných uživatelů,<br />
</li>
<li>uživatelskou volbou výchozího počtu a maximálního množství zobrazovaných příspěvků,<br />
</li>
<li>dalších funkcí...</li>
</ul>
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Požadavky</span><ul class="mycode_list"><li>Apache webserver, PHP 5<br />
</li>
<li>MySQL databáze</li>
</ul>
<br />
<span style="font-style: italic;" class="mycode_i">* pro verzi bez MySQL použijte <a href="http://ashus.ashus.net/viewtopic.php?f=3&amp;t=26" target="_blank" rel="noopener" class="mycode_url">Ash Chat v. 1</a></span><br />
<br />
<br />
<!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/zip.png" title="RAR" alt=".rar" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=86" target="_blank">Ash-Chat-203.rar</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">713,98 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">974</span></span>
</div>
<!-- end: postbit_attachments_attachment --><br />
<br />
<!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/zip.png" title="RAR" alt=".rar" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=122" target="_blank">Ash-Chat-202-to-203-patch.rar</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">34,54 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">904</span></span>
</div>
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/zip.png" title="RAR" alt=".rar" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=106" target="_blank">Ash-Chat-201-to-202-patch.rar</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">2,59 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">985</span></span>
</div>
<!-- end: postbit_attachments_attachment --><br />
<br />
<br />
Ukázka: <a href="http://chat.ashus.net" target="_blank" rel="noopener" class="mycode_url">chat.ashus.net</a>]]></description>
			<content:encoded><![CDATA[Tento soubor skriptů tvoří Ajaxovou webovou aplikaci chatu s podporou:<ul class="mycode_list"><li>banování IP adres,<br />
</li>
<li>notifikačních zvuků,<br />
</li>
<li>uploadu obrázků s generováním miniatur + Thickbox zvětšování,<br />
</li>
<li>smajlíků,<br />
</li>
<li>automatického tvoření odkazů,<br />
</li>
<li>vytváření uživatelů a uživatelských práv,<br />
</li>
<li>administrátorského ovládání pro cenzuru, mazání, zjišťování IP adresy odesílatele,<br />
</li>
<li>nastavování topicu,<br />
</li>
<li>zobrazení seznamu přítomných uživatelů,<br />
</li>
<li>uživatelskou volbou výchozího počtu a maximálního množství zobrazovaných příspěvků,<br />
</li>
<li>dalších funkcí...</li>
</ul>
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Požadavky</span><ul class="mycode_list"><li>Apache webserver, PHP 5<br />
</li>
<li>MySQL databáze</li>
</ul>
<br />
<span style="font-style: italic;" class="mycode_i">* pro verzi bez MySQL použijte <a href="http://ashus.ashus.net/viewtopic.php?f=3&amp;t=26" target="_blank" rel="noopener" class="mycode_url">Ash Chat v. 1</a></span><br />
<br />
<br />
<!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/zip.png" title="RAR" alt=".rar" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=86" target="_blank">Ash-Chat-203.rar</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">713,98 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">974</span></span>
</div>
<!-- end: postbit_attachments_attachment --><br />
<br />
<!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/zip.png" title="RAR" alt=".rar" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=122" target="_blank">Ash-Chat-202-to-203-patch.rar</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">34,54 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">904</span></span>
</div>
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/zip.png" title="RAR" alt=".rar" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=106" target="_blank">Ash-Chat-201-to-202-patch.rar</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">2,59 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">985</span></span>
</div>
<!-- end: postbit_attachments_attachment --><br />
<br />
<br />
Ukázka: <a href="http://chat.ashus.net" target="_blank" rel="noopener" class="mycode_url">chat.ashus.net</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Announce Icecast 0.1]]></title>
			<link>https://ashus.ashus.net/thread-82.html</link>
			<pubDate>Wed, 27 Aug 2008 23:29:29 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://ashus.ashus.net/member.php?action=profile&uid=2">Ashus</a>]]></dc:creator>
			<guid isPermaLink="false">https://ashus.ashus.net/thread-82.html</guid>
			<description><![CDATA[This is a PHP script, that allows you to add and maintain your Icecast web radio in Icecast YP (yellow pages - directory - <a href="http://dir.xiph.org" target="_blank" rel="noopener" class="mycode_url">http://dir.xiph.org</a>). Normally, you wouldn't need it, but since some relay streaming server providers disable this, there was no other way to add your radio there. Until now. I read carefully the content of Icecast YP <a href="http://www.icecast.org/spec.php" target="_blank" rel="noopener" class="mycode_url">protocol manual</a> and created this tool.<br />
<br />
Once the script begins, it adds your radio to the list and waits a bit (depending on the YP server configuration). Then it contacts the server periodically with an update of the song played and number of listeners. If an error occurs, the script tries to re-add your radio in intervals, till it's there.<br />
<br />
It is designed to run in a background - it never ends by its own. If you decide to kill its process, your radio entry is carefully removed and then the script ends peacefully (tested under linux). Due to unlimited time of the script execution, you need to run it manually from console (./announce-icecast.php &amp;) instead of using cron or webserver.<br />
<br />
Requirements: PHP5-CLI, PHP module Curl, icecast streaming web radio<br /><!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/zip.png" title="RAR" alt=".rar" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=91" target="_blank">announce-icecast.rar</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">1,15 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">888</span></span>
</div>
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[This is a PHP script, that allows you to add and maintain your Icecast web radio in Icecast YP (yellow pages - directory - <a href="http://dir.xiph.org" target="_blank" rel="noopener" class="mycode_url">http://dir.xiph.org</a>). Normally, you wouldn't need it, but since some relay streaming server providers disable this, there was no other way to add your radio there. Until now. I read carefully the content of Icecast YP <a href="http://www.icecast.org/spec.php" target="_blank" rel="noopener" class="mycode_url">protocol manual</a> and created this tool.<br />
<br />
Once the script begins, it adds your radio to the list and waits a bit (depending on the YP server configuration). Then it contacts the server periodically with an update of the song played and number of listeners. If an error occurs, the script tries to re-add your radio in intervals, till it's there.<br />
<br />
It is designed to run in a background - it never ends by its own. If you decide to kill its process, your radio entry is carefully removed and then the script ends peacefully (tested under linux). Due to unlimited time of the script execution, you need to run it manually from console (./announce-icecast.php &amp;) instead of using cron or webserver.<br />
<br />
Requirements: PHP5-CLI, PHP module Curl, icecast streaming web radio<br /><!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/zip.png" title="RAR" alt=".rar" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=91" target="_blank">announce-icecast.rar</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">1,15 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">888</span></span>
</div>
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Convert Remove Diacritics 0.1]]></title>
			<link>https://ashus.ashus.net/thread-76.html</link>
			<pubDate>Tue, 13 May 2008 18:56:04 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://ashus.ashus.net/member.php?action=profile&uid=2">Ashus</a>]]></dc:creator>
			<guid isPermaLink="false">https://ashus.ashus.net/thread-76.html</guid>
			<description><![CDATA[This is a simple script, that converts Czech diacritic characters to non-diacritic in ASCII. I used it to remove diacritics from my phonebook.<br />
<br />
Don't use UTF-8 files. All files should be converted to Win-1250 before converting (use PSPad Editor).<br />
Select any text or binary file here for parsing<br />
Save the output file<br />
<br />
<a href="http://ashus.ashus.net/tools/Convert_Remove_Diacritics.php" target="_blank" rel="noopener" class="mycode_url">Try this script live!</a><br /><!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/zip.png" title="RAR" alt=".rar" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=87" target="_blank">Convert_Remove_Diacritics.rar</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">1 000 bytes</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">980</span></span>
</div>
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[This is a simple script, that converts Czech diacritic characters to non-diacritic in ASCII. I used it to remove diacritics from my phonebook.<br />
<br />
Don't use UTF-8 files. All files should be converted to Win-1250 before converting (use PSPad Editor).<br />
Select any text or binary file here for parsing<br />
Save the output file<br />
<br />
<a href="http://ashus.ashus.net/tools/Convert_Remove_Diacritics.php" target="_blank" rel="noopener" class="mycode_url">Try this script live!</a><br /><!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/zip.png" title="RAR" alt=".rar" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=87" target="_blank">Convert_Remove_Diacritics.rar</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">1 000 bytes</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">980</span></span>
</div>
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Convert POI (iGO6 2 iGO8) 0.3]]></title>
			<link>https://ashus.ashus.net/thread-72.html</link>
			<pubDate>Tue, 15 Apr 2008 16:54:55 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://ashus.ashus.net/member.php?action=profile&uid=2">Ashus</a>]]></dc:creator>
			<guid isPermaLink="false">https://ashus.ashus.net/thread-72.html</guid>
			<description><![CDATA[This script converts Points of interest (POIs) from old iGO 2006 format (used by MioMap 3) to the new one - Nav N Go iGO 8 - to keep your PDA/GPS devices happy and up-to-date. To convert you also need <a href="http://inetcom.hu/mick/igo/" target="_blank" rel="noopener" class="mycode_url">iGO POI Explorer</a>. All group names will be kept.<br />
<br />
<ol type="1" class="mycode_list"><li>Import old iGO database file to iGO POI Explorer<br />
</li>
<li>Export all to CSV file named input.csv<br />
</li>
<li>Parse it with this script, the result will be saved as user.upoi<br />
</li>
<li>Return the file back to iGO installation dir/save/user.upoi</li>
</ol>
<br />
<!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/zip.png" title="RAR" alt=".rar" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=77" target="_blank">Convert_POI_iGO6_2_iGO8.rar</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">1 013 bytes</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">6609</span></span>
</div>
<!-- end: postbit_attachments_attachment --><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #FF0000;" class="mycode_color">Use online <a href="http://ashus.ashus.net/viewtopic.php?f=17&amp;t=101" target="_blank" rel="noopener" class="mycode_url">POI editor</a> instead.</span></span>]]></description>
			<content:encoded><![CDATA[This script converts Points of interest (POIs) from old iGO 2006 format (used by MioMap 3) to the new one - Nav N Go iGO 8 - to keep your PDA/GPS devices happy and up-to-date. To convert you also need <a href="http://inetcom.hu/mick/igo/" target="_blank" rel="noopener" class="mycode_url">iGO POI Explorer</a>. All group names will be kept.<br />
<br />
<ol type="1" class="mycode_list"><li>Import old iGO database file to iGO POI Explorer<br />
</li>
<li>Export all to CSV file named input.csv<br />
</li>
<li>Parse it with this script, the result will be saved as user.upoi<br />
</li>
<li>Return the file back to iGO installation dir/save/user.upoi</li>
</ol>
<br />
<!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/zip.png" title="RAR" alt=".rar" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=77" target="_blank">Convert_POI_iGO6_2_iGO8.rar</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">1 013 bytes</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">6609</span></span>
</div>
<!-- end: postbit_attachments_attachment --><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #FF0000;" class="mycode_color">Use online <a href="http://ashus.ashus.net/viewtopic.php?f=17&amp;t=101" target="_blank" rel="noopener" class="mycode_url">POI editor</a> instead.</span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Convert Phonebook (Gammu 2 MyPhoneExplorer) 0.2]]></title>
			<link>https://ashus.ashus.net/thread-70.html</link>
			<pubDate>Thu, 13 Mar 2008 02:21:57 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://ashus.ashus.net/member.php?action=profile&uid=2">Ashus</a>]]></dc:creator>
			<guid isPermaLink="false">https://ashus.ashus.net/thread-70.html</guid>
			<description><![CDATA[This is a simple script, that converts XML phonebook from Gammu (Nokia) to MyPhoneExplorer (Sony Ericsson) format. I needed it only once to transfer contacts from an old phone, maybe someone else finds it useful as well.<br />
<br />
<ol type="1" class="mycode_list"><li>Export a XML phonebook from any Nokia phone with the app Gammu<br />
</li>
<li>Select it here for parsing and save the output<br />
</li>
<li>Import your new phonebook to Sony Ericsson phone with the app MyPhoneExplorer</li>
</ol>
<br />
<br />
<!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/zip.png" title="RAR" alt=".rar" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=72" target="_blank">Convert_Phonebook_Gammu_2_MPE.rar</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">1,85 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">1165</span></span>
</div>
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[This is a simple script, that converts XML phonebook from Gammu (Nokia) to MyPhoneExplorer (Sony Ericsson) format. I needed it only once to transfer contacts from an old phone, maybe someone else finds it useful as well.<br />
<br />
<ol type="1" class="mycode_list"><li>Export a XML phonebook from any Nokia phone with the app Gammu<br />
</li>
<li>Select it here for parsing and save the output<br />
</li>
<li>Import your new phonebook to Sony Ericsson phone with the app MyPhoneExplorer</li>
</ol>
<br />
<br />
<!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/zip.png" title="RAR" alt=".rar" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=72" target="_blank">Convert_Phonebook_Gammu_2_MPE.rar</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">1,85 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">1165</span></span>
</div>
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Boinc stats EN+CZ]]></title>
			<link>https://ashus.ashus.net/thread-55.html</link>
			<pubDate>Mon, 09 Jul 2007 19:38:29 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://ashus.ashus.net/member.php?action=profile&uid=2">Ashus</a>]]></dc:creator>
			<guid isPermaLink="false">https://ashus.ashus.net/thread-55.html</guid>
			<description><![CDATA[This little PHP tool parses periodically retreived xml with your stats from Boinc servers. It ensures lightning-fast displaying of your stats on your website. And it is adjustable to suit your visual style (colors, styles...).<br />
Requires Linux server or some kind of wget-like file downloader and <a href="http://www.nncron.ru" target="_blank" rel="noopener" class="mycode_url">Cron</a> for Windows.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Installation</span><br />
Part one:<br />
Insert the following line into your crontab file and edit CPID (Cross-Platform ID - get it after login to any boinc site at bottom of the main page) and output path.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>30 5 * * * root wget http://boinc.netsoft-online.com/get_user.php?cpid=101be7403f58c140d1ec4a0f4db7ae7a -O /var/www/boinc.xml 1&gt;/dev/null 2&gt;&amp;1 &amp;</code></div></div>Also, run the program to verify, that it works OK.<br />
<br />
Part two:<br />
Upload the boinc.inc.php script to your webserver and configure settings (language, AllProjectStats ID, Seti classic workunit count). Include the script using include('/var/www/boinc.inc.php'); to any page you want to display it on. Lastly, edit the table styles or classes to match your website look.<br /><!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/zip.png" title="RAR" alt=".rar" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=58" target="_blank">Boinc-stats.rar</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">1,41 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">879</span></span>
</div>
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[This little PHP tool parses periodically retreived xml with your stats from Boinc servers. It ensures lightning-fast displaying of your stats on your website. And it is adjustable to suit your visual style (colors, styles...).<br />
Requires Linux server or some kind of wget-like file downloader and <a href="http://www.nncron.ru" target="_blank" rel="noopener" class="mycode_url">Cron</a> for Windows.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Installation</span><br />
Part one:<br />
Insert the following line into your crontab file and edit CPID (Cross-Platform ID - get it after login to any boinc site at bottom of the main page) and output path.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>30 5 * * * root wget http://boinc.netsoft-online.com/get_user.php?cpid=101be7403f58c140d1ec4a0f4db7ae7a -O /var/www/boinc.xml 1&gt;/dev/null 2&gt;&amp;1 &amp;</code></div></div>Also, run the program to verify, that it works OK.<br />
<br />
Part two:<br />
Upload the boinc.inc.php script to your webserver and configure settings (language, AllProjectStats ID, Seti classic workunit count). Include the script using include('/var/www/boinc.inc.php'); to any page you want to display it on. Lastly, edit the table styles or classes to match your website look.<br /><!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/zip.png" title="RAR" alt=".rar" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=58" target="_blank">Boinc-stats.rar</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">1,41 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">879</span></span>
</div>
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[AdSense Limiter 0.1]]></title>
			<link>https://ashus.ashus.net/thread-54.html</link>
			<pubDate>Mon, 09 Jul 2007 16:17:21 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://ashus.ashus.net/member.php?action=profile&uid=2">Ashus</a>]]></dc:creator>
			<guid isPermaLink="false">https://ashus.ashus.net/thread-54.html</guid>
			<description><![CDATA[This script takes care of your AdSense account - protects it from crazy clicking people.<br />
Requires MySQL database access.<br />
<br />
Every visitor on your site gets logged (his IP/proxied IP combination is unique identifier). His three last access times are logged as well. If he gets your AdSense ad displayed three times in 60 minutes (adjustable), he won't see any more of them. The logging is paused till he gets another ad displayed.<br />
The behaviour of the limiter: if the visitor gets ad at 13.05, 13.10 and 13.15, he can see another one at 14.05, and for another one he has to wait till 14.10.<br />
<br />
There's more: no ads will be displayed to visitors coming from IP addresses of your local networks/subnets. You probably are behind a NAT and that would cause AdSense team think, that you cheat.<br />
<br />
For testing purposes, you can create a cookie for your server named <span style="color: #008040;" class="mycode_color">adsense_test</span> with value of 1. Then, you will see unlimited number of ads, and you can even click them, if you're interested, and no displays/clicks will be counted at AdSense servers.<br />
<br />
<br />
There is one disadvantage though. The visitor can crawl trough your site for a longer time and when he finally wants to leave, he won't see another option, than to close the window.<br />
<br />
Be noticed, that it is designed for only one ocurrence of ad per page.<br />
<br />
<br />
Installation:<ul class="mycode_list"><li>Extract the adsense.inc.php file from archive.<br />
</li>
<li>Edit the database access info, create table using query located in the file.<br />
</li>
<li>Edit your AdSense ID (replace pub-MMMMMMM).<br />
</li>
<li>Edit your default channel and color settings - &#36;adsense['ch']<br />
</li>
<li>Edit the default width &#36;adsense['w'], height &#36;adsense['h'] and format &#36;adsense['f'] code.<br />
</li>
<li>Include the file to target pages using include('/var/www/......./adsense.inc.php').<br />
</li>
<li>If required, modify the &#36;adsense variables w, h, f or ch by setting them explicitly before the include line.<br />
</li>
<li>Create your testing cookie.</li>
</ul>
<br /><!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/zip.png" title="RAR" alt=".rar" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=57" target="_blank">AdSense-Limiter.rar</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">1,63 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">889</span></span>
</div>
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[This script takes care of your AdSense account - protects it from crazy clicking people.<br />
Requires MySQL database access.<br />
<br />
Every visitor on your site gets logged (his IP/proxied IP combination is unique identifier). His three last access times are logged as well. If he gets your AdSense ad displayed three times in 60 minutes (adjustable), he won't see any more of them. The logging is paused till he gets another ad displayed.<br />
The behaviour of the limiter: if the visitor gets ad at 13.05, 13.10 and 13.15, he can see another one at 14.05, and for another one he has to wait till 14.10.<br />
<br />
There's more: no ads will be displayed to visitors coming from IP addresses of your local networks/subnets. You probably are behind a NAT and that would cause AdSense team think, that you cheat.<br />
<br />
For testing purposes, you can create a cookie for your server named <span style="color: #008040;" class="mycode_color">adsense_test</span> with value of 1. Then, you will see unlimited number of ads, and you can even click them, if you're interested, and no displays/clicks will be counted at AdSense servers.<br />
<br />
<br />
There is one disadvantage though. The visitor can crawl trough your site for a longer time and when he finally wants to leave, he won't see another option, than to close the window.<br />
<br />
Be noticed, that it is designed for only one ocurrence of ad per page.<br />
<br />
<br />
Installation:<ul class="mycode_list"><li>Extract the adsense.inc.php file from archive.<br />
</li>
<li>Edit the database access info, create table using query located in the file.<br />
</li>
<li>Edit your AdSense ID (replace pub-MMMMMMM).<br />
</li>
<li>Edit your default channel and color settings - &#36;adsense['ch']<br />
</li>
<li>Edit the default width &#36;adsense['w'], height &#36;adsense['h'] and format &#36;adsense['f'] code.<br />
</li>
<li>Include the file to target pages using include('/var/www/......./adsense.inc.php').<br />
</li>
<li>If required, modify the &#36;adsense variables w, h, f or ch by setting them explicitly before the include line.<br />
</li>
<li>Create your testing cookie.</li>
</ul>
<br /><!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/zip.png" title="RAR" alt=".rar" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=57" target="_blank">AdSense-Limiter.rar</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">1,63 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">889</span></span>
</div>
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Ash Chat 1.4 CZ]]></title>
			<link>https://ashus.ashus.net/thread-24.html</link>
			<pubDate>Sun, 08 Jul 2007 16:26:16 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://ashus.ashus.net/member.php?action=profile&uid=2">Ashus</a>]]></dc:creator>
			<guid isPermaLink="false">https://ashus.ashus.net/thread-24.html</guid>
			<description><![CDATA[PHP Chat bez nutnosti instalace databáze.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Vyžaduje:</span><ul class="mycode_list"><li>Server: Apache webserver s podporou PHP5.<br />
</li>
<li>Klient: Prohlížeč s podporou framů a cookies.</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Podporuje:</span><br />
vkládání obrázků, odkazů, smajlíky, zvuky při nové zprávě, mazání, cenzuru, zobrazení posledních 150 příspěvků se zvýrazněním libovolného výrazu, cookies, sessions (pokud nemá být zapamatována přezdívka na chvíli nebo na trvalo).<br />
<br />
<span style="font-style: italic;" class="mycode_i">* pro novou AJAXovou verzi s MySQL použijte <a href="http://ashus.ashus.net/viewtopic.php?f=3&amp;t=103" target="_blank" rel="noopener" class="mycode_url">Ash Chat v. 2</a></span><br />
<br />
<!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/zip.png" title="RAR" alt=".rar" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=24" target="_blank">Ash-Chat.rar</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">230,24 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">1028</span></span>
</div>
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[PHP Chat bez nutnosti instalace databáze.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Vyžaduje:</span><ul class="mycode_list"><li>Server: Apache webserver s podporou PHP5.<br />
</li>
<li>Klient: Prohlížeč s podporou framů a cookies.</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Podporuje:</span><br />
vkládání obrázků, odkazů, smajlíky, zvuky při nové zprávě, mazání, cenzuru, zobrazení posledních 150 příspěvků se zvýrazněním libovolného výrazu, cookies, sessions (pokud nemá být zapamatována přezdívka na chvíli nebo na trvalo).<br />
<br />
<span style="font-style: italic;" class="mycode_i">* pro novou AJAXovou verzi s MySQL použijte <a href="http://ashus.ashus.net/viewtopic.php?f=3&amp;t=103" target="_blank" rel="noopener" class="mycode_url">Ash Chat v. 2</a></span><br />
<br />
<!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/zip.png" title="RAR" alt=".rar" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=24" target="_blank">Ash-Chat.rar</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">230,24 KB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">1028</span></span>
</div>
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[SpeedTest 0.6 CZ]]></title>
			<link>https://ashus.ashus.net/thread-22.html</link>
			<pubDate>Sun, 08 Jul 2007 16:12:41 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://ashus.ashus.net/member.php?action=profile&uid=2">Ashus</a>]]></dc:creator>
			<guid isPermaLink="false">https://ashus.ashus.net/thread-22.html</guid>
			<description><![CDATA[PHP skript pro měření rychlosti připojení k serveru. Testuje download i upload. Bohužel neměří latenci, tak může být rychlost nepřesná.<br />
<br />
<!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/zip.png" title="RAR" alt=".rar" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=22" target="_blank">SpeedTest.rar</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">14,19 MB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">1060</span></span>
</div>
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[PHP skript pro měření rychlosti připojení k serveru. Testuje download i upload. Bohužel neměří latenci, tak může být rychlost nepřesná.<br />
<br />
<!-- start: postbit_attachments_attachment -->
<div style="padding:4px 0px;"><span class="inline-block vmiddle"><!-- start: attachment_icon -->
<img src="https://ashus.ashus.net/images/attachtypes/zip.png" title="RAR" alt=".rar" />
<!-- end: attachment_icon --></span>
<a  class="vmiddle inline-block" href="attachment.php?aid=22" target="_blank">SpeedTest.rar</a> <span class="smalltext float_right">Size: <span class="inline-block vmiddle">14,19 MB</span>&nbsp;&nbsp;Downloads: <span class="inline-block vmiddle">1060</span></span>
</div>
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
	</channel>
</rss>