<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Request for nuke"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Request for nuke"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Request for nuke</title>
				<description><![CDATA[ hi Carbonize   <br /> I would like to make you a very tempting application and of good taste  <br /> would you know how to create a block that lets the last 10 post flow or more than have they written on the guestbook for nuke?  <br /> It would be a very nice thing  <br />   <br /> I wait for one answer of yours...  <br /> hi Paolo]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4400/15174.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4400/15174.php</link>
				<pubDate><![CDATA[Tue, 15 Mar 2005 22:16:20]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi. Please feel free to post iin your native tongue as I have friends who can translate for me. I'm guessing you wish to post the last 10 guestbook entries onto the index page or something similar?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4400/15176.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4400/15176.php</link>
				<pubDate><![CDATA[Tue, 15 Mar 2005 23:25:54]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>wowww</title>
				<description><![CDATA[ grazie mille <br /> quello che vorrei chiederti è se puoi creare un blocco per nuke che faccia scorrere gli ultimi 10 utenti che hanno firmato il guestbook <br /> <br /> u are great <br /> <br /> Ciao Paolo]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4400/15177.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4400/15177.php</link>
				<pubDate><![CDATA[Tue, 15 Mar 2005 23:41:01]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Amperora gradireste uno scroller che visualizza le ultime 10 voci.  Dovrò guardare come i blocchi su PHP Nuke sono fatti.<br /> <br /> ---------------------------------<br /> <br /> Ah you would like a scroller that displays the last 10 entries. I will have to look at how blocks on PHP Nuke are made.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4400/15180.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4400/15180.php</link>
				<pubDate><![CDATA[Wed, 16 Mar 2005 00:13:44]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I tried this a while back with no luck.  This block works for everything else except the Guestbook, including homemade modules.  Wondering if it is because the IDs used in Guestbook show the whole page instead of just one entry?<br /> <br /> Anyway, here is a block in case Carbonize or someone else wants to fix it.  This is not a scrolling block but just a block to show the last 10.  It does not produce any error message - Will show the block with the bullets, but will not show the content.  <br /> <br /> [code]&lt;?php<br /> <br /> /************************************************************************/<br /> /* PHP-NUKE&#58; Web Portal System                                          */<br /> /* ===========================                                          */<br /> /*                                                                      */<br /> /* Copyright &#40;c&#41; 2002 by Francisco Burzi                                */<br /> /* http&#58;//phpnuke.org                                                   */<br /> /*                                                                      */<br /> /* This program is free software. You can redistribute it and/or modify */<br /> /* it under the terms of the GNU General Public License as published by */<br /> /* the Free Software Foundation; either version 2 of the License.       */<br /> /************************************************************************/<br /> <br /> if &#40;eregi&#40;&quot;block-Last10Guestbook.php&quot;, $_SERVER&#91;'PHP_SELF'&#93;&#41;&#41; &#123;<br />     Header&#40;&quot;Location&#58; index.php&quot;&#41;;<br />     die&#40;&#41;;<br /> &#125;<br /> <br /> global $prefix, $db, $currentlang, $multilingual;<br /> <br /> $sql = &quot;SELECT id, date, comment FROM book_data ORDER BY id DESC LIMIT 0,10&quot;;<br /> $result = $db-&gt;sql_query&#40;$sql&#41;;<br /> while &#40;$row = $db-&gt;sql_fetchrow&#40;$result&#41;&#41; &#123;<br />     $content .= &quot;&lt;strong&gt;&lt;big&gt;&amp;middot;&lt;/big&gt;&lt;/strong&gt;&amp;nbsp;&lt;a href=\&quot;modules.php?name=guestbook&amp;amp;rop=showcontent&amp;amp;id=$row&#91;id&#93;\&quot;&gt;$row&#91;comment&#93;&lt;/a&gt;&lt;br&gt;&quot;;<br /> &#125;<br /> $content .= &quot;&lt;br&gt;&lt;center&gt;&lt;a href=\&quot;modules.php?name=guestbook\&quot;&gt; &lt;img src='images/gbook.gif' border='0' alt=\&quot;Guestbook\&quot;&gt;&lt;/a&gt;&quot;;<br /> $content .= &quot;&lt;br&gt;&lt;center&gt;&lt;a href=\&quot;modules.php?op=modload&amp;name=guestbook&amp;file=index&amp;agbook=addentry\&quot;&gt;&lt;b&gt;Sign Our Guestbook&lt;/b&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/center&gt;&quot;;<br /> ?&gt;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4400/15243.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4400/15243.php</link>
				<pubDate><![CDATA[Fri, 18 Mar 2005 21:22:19]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I already have the code for retrieving the last x number of entries I just don't know how PHP Nuke blocks work meaning how they integrate or get added to the admin.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4400/15244.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4400/15244.php</link>
				<pubDate><![CDATA[Fri, 18 Mar 2005 21:33:51]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I tried the block again just now and it works fine.  Here it is below with the scrolling added.  <br /> <br /> I don't think blocks ever get coded to admin. Name the block file something like "block-Guestbook.php" and upload it to the blocks directory.  Then in admin.php, select "blocks".  Then scroll down past "Blocks Administration" to the "Add a New Block" section.  In The "Title" section type the name you want for the block, "Guestbook."  Then pick the filename from the dropdown box, "Guestbook.php".  Indicate whether it should be on the left, right or in the middle and confirm that you want to add the block.<br /> <br /> The following scrolling block works in PhpNuke 7.4 patched:<br /> <br /> [code]&lt;?php<br /> <br /> /************************************************************************/<br /> /* PHP-NUKE&#58; Web Portal System                                          */<br /> /* ===========================                                          */<br /> /*                                                                      */<br /> /* Copyright &#40;c&#41; 2002 by Francisco Burzi                                */<br /> /* http&#58;//phpnuke.org                                                   */<br /> /*                                                                      */<br /> /* This program is free software. You can redistribute it and/or modify */<br /> /* it under the terms of the GNU General Public License as published by */<br /> /* the Free Software Foundation; either version 2 of the License.       */<br /> /************************************************************************/<br /> <br /> if &#40;eregi&#40;&quot;block-GuestbookScroll.php&quot;, $_SERVER&#91;'PHP_SELF'&#93;&#41;&#41; &#123;<br />     Header&#40;&quot;Location&#58; index.php&quot;&#41;;<br />     die&#40;&#41;;<br /> &#125;<br /> <br /> global $prefix, $db, $currentlang, $multilingual;<br /> <br /> $content = &quot;&lt;A name= \&quot;scrollingCode\&quot;&gt;&lt;/A&gt;&quot;;<br /> <br /> $content .=&quot;&lt;MARQUEE behavior= \&quot;scroll\&quot; align= \&quot;center\&quot; direction= \&quot;up\&quot; height=\&quot;220\&quot; scrollamount= \&quot;2\&quot; scrolldelay= \&quot;25\&quot; onmouseover='this.stop&#40;&#41;' onmouseout='this.start&#40;&#41;'&gt;&quot;;<br /> <br /> $sql = &quot;SELECT id, date, comment FROM book_data ORDER BY id DESC LIMIT 0,10&quot;;<br /> $result = $db-&gt;sql_query&#40;$sql&#41;;<br /> while &#40;$row = $db-&gt;sql_fetchrow&#40;$result&#41;&#41; &#123;<br />     $content .= &quot;&lt;strong&gt;&lt;big&gt;&amp;middot;&lt;/big&gt;&lt;/strong&gt;&amp;nbsp;&lt;a href=\&quot;modules.php?name=guestbook&amp;amp;rop=showcontent&amp;amp;id=$row&#91;id&#93;\&quot;&gt;$row&#91;comment&#93;&lt;/a&gt;&lt;br&gt;&quot;;<br /> &#125;<br /> $content .= &quot;&lt;br&gt;&lt;center&gt;&lt;a href=\&quot;modules.php?name=guestbook\&quot;&gt; &lt;img src='images/gbook.gif' border='0' alt=\&quot;Guestbook\&quot;&gt;&lt;/a&gt;&quot;;<br /> $content .= &quot;&lt;br&gt;&lt;center&gt;&lt;a href=\&quot;modules.php?op=modload&amp;name=guestbook&amp;file=index&amp;agbook=addentry\&quot;&gt;&lt;b&gt;Sign Guestbook&lt;/b&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/center&gt;&quot;;<br /> ?&gt;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4400/15246.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4400/15246.php</link>
				<pubDate><![CDATA[Fri, 18 Mar 2005 21:59:38]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title>hi all</title>
				<description><![CDATA[ I known that this 3d is very visited<br /> thanks for your help but I have problems with the block<br /> for the one that to use the integrated AG PHPNUKE this line<br /> [code]$content .= &quot;&lt;br&gt;&lt;center&gt;&lt;a href=\&quot;modules.php?name=guestbook\addentry.php\&quot;&gt;&lt;b&gt;Sign[/code]<br /> it has to be<br /> [code]$content .= &quot;&lt;br&gt;&lt;center&gt;&lt;a href=\&quot;modules.php?op=modload&amp;name=guestbook&amp;file=index&amp;agbook=addentry\&quot;&gt;&lt;b&gt;Sign Guestbook&lt;/b&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/center&gt;&quot;;[/code]<br /> these small things me to know how to do,<br /> but how you to be  to see [url]http://www.palermo1yahoochat.com[/url]<br /> let's not give the results..<br /> According to you to be able to depend on the fact that the AG to run  on a different db from the PHPNUKE?<br /> or from the fact that the $prefix to be different from the NUKE?  <br /> The $prefix to be standard to AG<br /> <br /> Tnx All <br /> (me to Hope that my English to go to improve  :P  :P )<br /> <br /> BYE Paolo]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4400/15379.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4400/15379.php</link>
				<pubDate><![CDATA[Fri, 25 Mar 2005 15:58:34]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I do not understand your issue.  FYI, this block was created for the regular Advanced Guestbook added to PhpNuke, [b]not[/b] the PhpNuke Guestbook.   The difference is, the first method just uploads the advanced guestbook in the modules directory and edits the code in admin/config.inc.php file to show true instead of false: [code]define&#40;'IS_MODULE', true&#41;;  /* running as POST-Nuke 0.x or PHP-Nuke 5.x addon? */ [/code]<br /> The Advanced Guestbook does not use prefixes. I don't use the PhpNuke Guestbook module that was created, so I don't know if it uses prefixes.  You can tell by looking in the database.<br /> <br /> [b]Correction:[/b]  The Advanced Guestbook prefix is "book".  It is shown in the above block:   "FROM book_data"<br /> <br /> I looked at the .sql file for the nuke guestbook and see that in it the prefix was changed to "nuke".<br /> <br /> I do not know the advantage of using the PhpNuke Guestbook module, since just adding the regular guestbook files to the modules directory works fine.<br /> <br /> [b]Correction:[/b]  Remembering now that once installed in the modules directory, modifications to the regular Advanced Guestbook are not effective.  Carbonize's new version with all of the modifications included should solve this issue.<br /> <br /> [quote]it has to be<br /> Code:<br /> $content .= "&lt;br&gt;&lt;center&gt;&lt;a href=\"modules.php?op=modload&amp;name=guestbook&amp;file=index&amp;agbook=addentry\"&gt;&lt;b&gt;Sign Guestbook&lt;/b&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/center&gt;";<br /> [/quote]<br /> I see now what you mean, and yes, you are correct.  The above code is not calling up any scrolling text but is merely a link to the signin page.  Thanks.  I corrected it in the previous posts.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4400/15385.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4400/15385.php</link>
				<pubDate><![CDATA[Fri, 25 Mar 2005 20:27:04]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
	</channel>
</rss>