<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Help needed</title>
		<link>https://www.cotonti.com</link>
		<description>Последние сообщения в теме</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Wed, 08 Apr 2026 10:29:12 -0000</pubDate>

		<item>
			<title>rayblo</title>
			<description><![CDATA[I want to make a plugin that shows it total amount of pages a member add to a site.<br />
So far i have this but not workable, same as it shows the page_ownerid only instead of a name!<br />
<br />
Can anyone help me on this?<br />
<br />
<div style="margin:4px 0px 4px 0px"><input type="button" value="tpposter.setup.php" onclick="if(this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; }" /><div style="display:none" class="spoiler"><pre class="code">&lt;?PHP
/* ====================
Land Down Under - Website engine
Copyright Neocrome
<a href="http://www.neocrome.net" rel="nofollow">http://www.neocrome.net</a>

&#091;BEGIN_SED&#093;
File=plugins/tpposters/tpposters.php
Version=101
Updated=25-03-2006
Type=Plugin.admin
Author=Rayblo
Description=Shows a list of the top posters in pages
&#091;END_SED&#093;

&#091;BEGIN_SED_EXTPLUGIN&#093;
Description=Shows a list of the top posters in pages
Name=Top Posters in pages
Code=tpposters
File=tpposters
Hooks=index.tags
Tags=index.tpl:{PLUGIN_TPPOSTERS}
Minlevel=0
Order=10
Version=1.0
Date=2005/10/13
Author=rayblo
Copyright=
Notes=
SQL=
Auth_guests=R
Lock_guests=W12345A
Auth_members=R
Lock_members=12345
&#091;END_SED_EXTPLUGIN&#093;

&#091;BEGIN_SED_EXTPLUGIN_CONFIG&#093;
maxpost=01:select:0,1,2,3,4,5,6,7,8,9,10,15,20,25,30:5:Max Top Posters in pages
&#091;END_SED_EXTPLUGIN_CONFIG&#093;

==================== */

if (!defined('SED_CODE')) { sed_diefatal('Wrong URL.'); }

?&gt;</pre></div></div>
<br />
<div style="margin:4px 0px 4px 0px"><input type="button" value="tpposter.php" onclick="if(this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; }" /><div style="display:none" class="spoiler"><pre class="code">&lt;?PHP
/* ====================
Seditio - Website engine
Copyright Neocrome
<a href="http://www.neocrome.net" rel="nofollow">http://www.neocrome.net</a>

&#091;BEGIN_SED&#093;
File=plugins/tpposters/tpposters.php
Version=101
Updated=25-03-2006
Type=Plugin.admin
Author=Rayblo
Description=Shows a list of the top posters in pages
&#091;END_SED&#093;

&#091;BEGIN_SED_EXTPLUGIN&#093;
Code=tpposters
Part=main
File=tpposters
Hooks=index.tags
Tags=index.tpl:{PLUGIN_TPPOSTERS}
Minlevel=0
Order=10
&#091;END_SED_EXTPLUGIN&#093;
==================== */

if ( !defined('SED_CODE') ) { die(&quot;Hacking attempt.&quot;); }

require(&quot;plugins/tpposters/lang/tpposters.&quot;.$usr&#091;'lang'&#093;.&quot;.lang.php&quot;);

if ($cfg&#091;'plugin'&#093;&#091;'tpposters'&#093;&#091;'maxpost'&#093;&gt;0)
        { $limit = $cfg&#091;'plugin'&#093;&#091;'tpposters'&#093;&#091;'maxpost'&#093;; }

$sqltmps = sed_sql_query(&quot;SELECT page_ownerid, page_count, FROM $db_pages ORDER BY page_ownerid DESC LIMIT &quot;.$limit.&quot; &quot;);

$plugin_tppost = &quot;&lt;table&gt;&lt;br&gt;&quot;;

while ( $row = mysql_fetch_assoc($sqltmps) ){

        $plugin_tppost .= &quot;&lt;tr&gt;&quot;;
        $plugin_tppost .= &quot;&lt;td&gt;&quot;.sed_build_user($row&#091;'page_ownerid'&#093;, sed_cc(stripslashes($row&#091;'page_ownerid'&#093;))).&quot;&lt;/td&gt;&quot;;
        $plugin_tppost .= &quot;&lt;td&gt;&lt;strong&gt;&quot;.$row&#091;'page_ownerid'&#093;.&quot;&lt;/strong&gt; &quot;.$L&#091;'user_postcount1'&#093;.&quot;&lt;/td&gt;&quot;;
        $plugin_tppost .= &quot;&lt;/tr&gt;&quot;;

        }

$plugin_tppost .= &quot;&lt;/table&gt;&quot;;

$t-&gt; assign(array(
        &quot;PLUGIN_TPPOSTERS&quot; =&gt; $plugin_tppost));



?&gt;</pre></div></div>
<br />
<div style="margin:4px 0px 4px 0px"><input type="button" value="tpposter.en.lang.php" onclick="if(this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; }" /><div style="display:none" class="spoiler"><pre class="code">&lt;?PHP
/* ====================
Seditio - Website engine
Copyright Neocrome
<a href="http://www.neocrome.net" rel="nofollow">http://www.neocrome.net</a>

&#091;BEGIN_SED&#093;
File=plugins/tposters/lang/tposters.en.lang.php
Version=101
Updated=12-dec-2007
Type=Plugin.standard
Author=Rayblo
Description=
&#091;END_SED&#093;
==================== */


$L&#091;'user_postcount1'&#093; = &quot;posts&quot;;

?&gt;</pre></div></div>]]></description>
			<pubDate>пт, 12 июн 2009 20:44:19 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2847&d=0#post13160]]></link>
		</item>
	</channel>
</rss>