<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
 "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">

<channel>
<title>PHP-Nuke</title>
<link>http://phpnuke.org</link>
<description>PHP-Nuke</description>
<language>en-us</language>

<item>
<title>Age Of Conan PHPNuke Theme 1 Released</title>
<link>http://phpnuke.org/modules.php?name=News&amp;file=article&amp;sid=8442</link>
<description>PortalThemes - &lt;a href=&quot;http://www.portalthemes.com&quot;&gt;Age of Conan PHP-Nuke Theme&lt;/a&gt; Released &lt;br&gt;&lt;br&gt;AoC1 is a gorgeous fast loading &lt;a href=&quot;http://www.portalthemes.com&quot;&gt;PHPNuke  Theme&lt;/a&gt; designed for an Age of Conan Guild site. &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Preview the AoC1 theme at the PortalThemes &lt;a href=&quot;http://phpnuke.portalthemes.com/index.php?theme=AoC1&quot;&gt;PHPNuke Themes&lt;/a&gt; test site. &lt;br&gt;&lt;br&gt;(Select AoC1 in the top left dropdown list.)&lt;br&gt;&lt;br&gt;Includes a matching forum theme. &lt;br&gt;&lt;br&gt;PSD file included for the header.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Be sure to checkout our wide selection of &lt;a href=&quot;http://www.portalthemes.com&quot;&gt;PHPNuke Themes&lt;/a&gt; at our &lt;a href=&quot;http://www.portalthemes.com/&quot;&gt;PHPNuke Themes Site&lt;/a&gt; &lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.portalthemes.com&quot;&gt;PortalThemes.com&lt;/a&gt; &lt;br&gt;&lt;br&gt;</description>
</item>

<item>
<title>7 FREE 100% Css/xHtml themes for nuke</title>
<link>http://phpnuke.org/modules.php?name=News&amp;file=article&amp;sid=8441</link>
<description>I would like to announce a new website related to nuke.&lt;br&gt;You can find 7 free 100% css/xHtml Transitional themes.&lt;br&gt;5 of these themes handle the same layout but comes in 5 various color.&lt;br&gt;Visit &lt;strong&gt;&lt;a href=&quot;http://www.nukecss.com&quot;&gt;www.nukecss.com&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;or directly goto the &lt;strong&gt;&lt;a href=&quot;http://www.nukecss.com/modules.php?name=Theme_Gallery&quot;&gt;Theme_Gallery&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;&lt;br&gt;</description>
</item>

<item>
<title>Block Create</title>
<link>http://phpnuke.org/modules.php?name=News&amp;file=article&amp;sid=8440</link>
<description>				Hi all!&lt;br&gt;Im want create server status block with these codes&lt;br&gt;&lt;br&gt;if (eregi(&amp;quot;block-Onlineplayers.php&amp;quot;, $PHP_SELF)) {&lt;br&gt;Header(&amp;quot;Location: index.php&amp;quot;);&lt;br&gt;die();&lt;br&gt;}  &lt;br&gt;//set server, port and timeout information &lt;br&gt;$server = &amp;quot;same adress&amp;quot;; &lt;br&gt;$portg = &amp;quot;7777&amp;quot;; &lt;br&gt;$portl = &amp;quot;2106&amp;quot;; &lt;br&gt;$timeout = &amp;quot;1&amp;quot;; &lt;br&gt;&lt;br&gt;//try to open a connection to the game and login server  &lt;br&gt;$game = @fsockopen(&amp;quot;$server&amp;quot;, $portg, $errno, $errstr, $timeout); &lt;br&gt;$login = @fsockopen(&amp;quot;$server&amp;quot;, $portl, $errno, $errstr, $timeout); &lt;br&gt;  &lt;br&gt;//let us know if the servers are up or not  &lt;br&gt;echo $game ? &amp;quot;&amp;quot; : &amp;quot;&amp;quot;; &lt;br&gt;echo $login ? &amp;quot;&amp;quot; : &amp;quot;&amp;quot;; &lt;br&gt;&lt;br&gt;//set host, username and password for MySQL &lt;br&gt;$dbhost = &amp;quot;some adress&amp;quot;; &lt;br&gt;$dbuser = &amp;quot;some user&amp;quot;; &lt;br&gt;$dbpass = &amp;quot;some password&amp;quot;; &lt;br&gt;  &lt;br&gt;//connect to MySQL or return an error &lt;br&gt;$conn = mysql_connect(&amp;quot;$dbhost&amp;quot;, &amp;quot;$dbuser&amp;quot;, &amp;quot;$dbpass&amp;quot;) &lt;br&gt;or die('Could not connect: ' . mysql_error()); &lt;br&gt;  &lt;br&gt;//set database name &lt;br&gt;$dbname = &amp;quot;some database&amp;quot;; &lt;br&gt;  &lt;br&gt;//select database or return an error &lt;br&gt;$dbselect = mysql_select_db(&amp;quot;$dbname&amp;quot;) or die ('Could not select database'); &lt;br&gt;  &lt;br&gt;//select all records from the characters table where that character is currently online &lt;br&gt;$chars = mysql_query(&amp;quot;SELECT online FROM characters where online='1'&amp;quot;) or die ('Query failed: ' . mysql_error()); &lt;br&gt;  &lt;br&gt;//count how many online characters there are &lt;br&gt;$rows = mysql_num_rows($chars); &lt;br&gt;  &lt;br&gt;//convert the number of online characters to a string &lt;br&gt;$count =(string)$rows; &lt;br&gt;  &lt;br&gt;//convert each digit in the string to a graphic &lt;br&gt;for ($i=0; $i &amp;lt; strlen($count); $i++) { echo(''); }  &lt;br&gt;  &lt;br&gt;//close MySQL connection &lt;br&gt;mysql_close(); &lt;br&gt;  &lt;br&gt;?&amp;gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Im
already create the block-Onlineplayers.php and the block with
administrator just the content is showing out the block and inside the
block is show this:&lt;br&gt;&lt;br&gt;&amp;quot;There isn't content right now for this block.&amp;quot;&lt;br&gt;&lt;br&gt;Also the status need to be centered in the block and the last timer code is show after the login status and need to be down after the login status.&lt;br&gt;Please help me someone.Thx
				</description>
</item>

<item>
<title>Fusion Security</title>
<link>http://phpnuke.org/modules.php?name=News&amp;file=article&amp;sid=8439</link>
<description>We have decided to resume the fusion project and
as such have added it to sourceforge. We have officially been handed
the project and intent to take it further as time permits. For thos
interested in helping with development head over to sourceforge and
check it out.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://sourceforge.net/projects/php-nukefusion&quot;&gt;Fusion Security&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
We intent to make fusion available to a large selection of nuke distro's including &lt;a href=&quot;../../../../undefined/http://www.phpnuke.org&quot;&gt;php-nuke &lt;/a&gt;7.6 through to 8.1, all the &lt;a href=&quot;http://www.nukeresources.com/&quot;&gt;patched series&lt;/a&gt;, &lt;a href=&quot;http://ravenphpscripts.com/&quot;&gt;raven nuke&lt;/a&gt; and &lt;a href=&quot;http://www.nuke-evolution.com/&quot;&gt;nuke evolution.&lt;/a&gt;&lt;br&gt;&lt;br&gt;
</description>
</item>

<item>
<title>Kose Yazilari 5.0</title>
<link>http://phpnuke.org/modules.php?name=News&amp;file=article&amp;sid=8438</link>
<description>Good news for Turkish Nukers. I've released new version of Kose Yazilari module. The new version of this module is for PhpNuke 8.1 patched 3.4. Please download it: &lt;a href=&quot;http://www.bankaciyiz.biz/modules.php?name=Downloads&amp;d_op=getit&amp;lid=795&quot;&gt;http://www.bankaciyiz.biz/modules.php?name=Downloads&amp;amp;d_op=getit&amp;amp;lid=795&lt;/a&gt;&lt;br&gt;See it in action: &lt;a href=&quot;http://www.bankaciyiz.biz/modules.php?name=Kose_Yazilari&quot;&gt;http://www.bankaciyiz.biz/modules.php?name=Kose_Yazilari&lt;/a&gt;&lt;br&gt;For help: &lt;a href=&quot;http://www.bankaciyiz.biz/modules.php?name=Forums&amp;file=viewforum&amp;f=58&quot;&gt;http://www.bankaciyiz.biz/modules.php?name=Forums&amp;amp;file=viewforum&amp;amp;f=58&lt;/a&gt;</description>
</item>

<item>
<title>ABC Tagboard: New block messenger for php-nuke</title>
<link>http://phpnuke.org/modules.php?name=News&amp;file=article&amp;sid=8437</link>
<description>ABC Tagboard: New block messenger for php-nuke &lt;br&gt; &lt;br&gt; Download available in &lt;a href=&quot;http://www.abctagboard.com&quot;&gt;www.abctagboard.com &lt;/a&gt;&lt;br&gt; &lt;br&gt; Details on the version: &lt;strong&gt;Abc Tagboard v1.0 beta&lt;/strong&gt; for PHP-Nuke: &lt;br&gt; &lt;br&gt; 1 .- Update improves somewhat the size and configuration of colors. &lt;br&gt; &lt;br&gt; 2 .- System limited number of letters per word. Configurable. &lt;br&gt; &lt;br&gt; 3 .- It allows you to add colour to the text. Configurable &lt;br&gt; &lt;br&gt; 4 .- It allows you to add Web links in messages. Configurable. &lt;br&gt; &lt;br&gt; 5 .- It allows you to add Smileys in messages. Configurable. &lt;br&gt; &lt;br&gt; 6 .- It allows sending anonymous messages. Configurable. &lt;br&gt; &lt;br&gt; 7 .- Setting total number of messages that are displayed.</description>
</item>

<item>
<title>Dark Metal Red PHPNuke Theme released!</title>
<link>http://phpnuke.org/modules.php?name=News&amp;file=article&amp;sid=8436</link>
<description>PortalThemes - &lt;a href=&quot;http://www.portalthemes.com&quot;&gt;Dark Metal Red CoD PHP-Nuke Theme&lt;/a&gt; Released &lt;br&gt;&lt;br&gt;DMredCoD4 is a gorgeous fast loading &lt;a href=&quot;http://www.portalthemes.com&quot;&gt;PHPNuke  Theme&lt;/a&gt; designed for a Call of Duty Squad site. &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Preview the Dark Metal Red CoD4 theme at the PortalThemes &lt;a href=&quot;http://phpnuke.portalthemes.com/index.php?theme=DMredCoD4&quot;&gt;PHPNuke Themes&lt;/a&gt; test site. &lt;br&gt;&lt;br&gt;(Select DMredCoD4 in the top left dropdown list.)&lt;br&gt;&lt;br&gt;Includes a matching forum theme. &lt;br&gt;&lt;br&gt;PSD file included for the header.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Be sure to checkout our wide selection of &lt;a href=&quot;http://www.portalthemes.com&quot;&gt;PHPNuke Themes&lt;/a&gt; at our &lt;a href=&quot;http://www.portalthemes.com/&quot;&gt;PHPNuke Themes Site&lt;/a&gt; &lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.portalthemes.com&quot;&gt;PortalThemes.com&lt;/a&gt; &lt;br&gt;&lt;br&gt;</description>
</item>

<item>
<title>Vea Theme For Php Nuke</title>
<link>http://phpnuke.org/modules.php?name=News&amp;file=article&amp;sid=8435</link>
<description>&lt;em&gt;New theme for Php Nuke has benn realised By &lt;strong&gt;Queen_live78&lt;br&gt;&lt;br&gt;&lt;/strong&gt;&lt;br&gt;&lt;/em&gt;&lt;em&gt;for preview click &lt;a href=&quot;http://www.tuttosoft.it/&quot;&gt;&lt;strong&gt;Here&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;strong&gt;&lt;br&gt;Tuttosoft.it&lt;/strong&gt; - Php Nuke Italian Community&lt;/em&gt;&lt;br&gt;</description>
</item>

<item>
<title>PHP Nuke In Indonesia.</title>
<link>http://phpnuke.org/modules.php?name=News&amp;file=article&amp;sid=8434</link>
<description>Saya adalah salah satu penggemar PHP Nuke, Selain Program yang mudah dioprasikan PHP Nuke mempunyai banyak keunggulan. Masyarakat Indonesia Sangat menyukai dengan PHP Nuke, Terbukti dalam 2 bulan sudah ribuan halaman di tampilkan dari halaman &lt;strong&gt;&lt;a href=&quot;http://www.posbisnis.com&quot;&gt;PHP Nuke milik saya yang sederhana&lt;/a&gt;&lt;/strong&gt;, Terimakasih Banyak Saya Ucapkan Kepada Author PHP Nuke, Semoga Anda Sukses Selalu. ( Forgiveme I have litle of English language, Thank,s Very Much)&lt;br&gt;</description>
</item>

<item>
<title>Multiheadlines 2.1 for PHP-Nuke - Web based agreggator AND generator</title>
<link>http://phpnuke.org/modules.php?name=News&amp;file=article&amp;sid=8433</link>
<description>&lt;strong&gt;NEW RELEASE!!!&lt;/strong&gt;&lt;br&gt;As you may know &lt;strong&gt;&lt;a href=&quot;http://www.aikons.net&quot;&gt;Multiheadlines&lt;/a&gt;&lt;/strong&gt; module for php-nuke is a &lt;strong&gt;web based feed aggregator&lt;/strong&gt; that can handle RSS, ATOM, RDF formated feeds. It can be used mainly to publish feeds, comming through RSS, ATOM, RDF channel, directly on your website.&lt;br&gt;&lt;br&gt;With lots of options about how the feeds are gathered, posted/published, categorized on your site you will found this addon very usefull.&lt;br&gt;The feeds are colected automaticaly, refreshed periodically, practicaly you'll have loads of content on your site within minutes. Can boost up your site traffic.&amp;nbsp;&lt;br&gt;&lt;strong&gt;New stuff on this release:&lt;/strong&gt;&lt;br&gt;</description>
</item>

</channel>
</rss>