<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : SeeAlso Plugin</title>
		<link>https://www.cotonti.com</link>
		<description>Son konu mesajları</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Mon, 13 Apr 2026 10:20:12 -0000</pubDate>

		<item>
			<title>Lombi</title>
			<description><![CDATA[No problem, glad to help :)]]></description>
			<pubDate>Cum, 10 Nis 2009 01:48:30 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=2578&d=0#post11268]]></link>
		</item>
		<item>
			<title>aiwass</title>
			<description><![CDATA[YES ! IT works !<br />
<br />
Thanks, Lombi &amp; TwistedGA]]></description>
			<pubDate>Cum, 10 Nis 2009 01:46:39 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=2578&d=0#post11267]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[Yeah, that's cause you're basing it off the LDU version, as opposed to the Seditio version, which is available on neocrome.net -<br />
<br />
Please download that (I dont have the link)<br />
<br />
then use this on the seealso.page.php<br />
<br />
<div class="highlight"><pre class="php">&lt;?php
/* ====================
Seditio - Website engine
Copyright Neocrome
<a href="http://ldu.neocrome.net" rel="nofollow">http://ldu.neocrome.net</a>

&#091;BEGIN_SED&#093;
File=plugins/seealso/seealso.page.php
Version=800
Updated=2005-may-15
Type=Plugin
Author=Sin (vrihedd@yandex.ru)
Description=Adds &quot;See also:&quot; and list of related pages by keywords
&#091;END_SED&#093;

&#091;BEGIN_SED_EXTPLUGIN&#093;
Code=seealso
Part=page
File=seealso.page
Hooks=page.tags
Tags=
Order=10
&#091;END_SED_EXTPLUGIN&#093;

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

if ( !defined('SED_CODE') ) { die(&quot;Wrong URL.&quot;); }

$sql = sed_sql_query(&quot;SELECT page_id, page_state, page_alias, page_cat, page_title, page_desc, page_author FROM $db_pages WHERE page_state=0 AND page_id != &quot;.$pag&#091;'page_id'&#093;.&quot; AND \&quot;(&quot;.eregi_replace(&quot;,&quot;, &quot;|&quot;, $pag&#091;'page_extra5'&#093;).&quot;)\&quot; REGEXP Replace(page_extra5, \&quot;,\&quot;, \&quot;|\&quot;) ORDER BY page_date desc LIMIT 0,15&quot;);


if (sed_sql_numrows($sql)&gt;0)
        {
        while ($row = sed_sql_fetcharray($sql))
                {
		$sa_author = sed_cc($row&#091;'page_author'&#093;);
		$sa_pageid = $row&#091;'page_id'&#093;;
		$sa_pagecat = sed_cc($row&#091;'page_cat'&#093;);
		$sa_pagedesc = sed_cc($row&#091;'page_desc'&#093;);
		$sa_pagetitle = sed_cc($row&#091;'page_title'&#093;);
		$link = sed_page_url($row&#091;'page_alias'&#093;, $row&#091;'page_cat'&#093;, $row&#091;'page_id'&#093;);
		$catpath = sed_category_breadcrumb($sa_pagecat);
		
		$catpath = $catpath.&quot; &quot;.$cfg&#091;'separator'&#093;.&quot; &lt;a href=https://www.cotonti.com/\&quot;&quot;.$link.&quot;\&quot;&gt;&quot;.$sa_pagetitle.&quot;&lt;/a&gt;&quot;;
                $t-&gt; assign(array(
                        &quot;SEEALSO_AUTHOR&quot; =&gt; $sa_author,
                        &quot;SEEALSO_PAGE_ID&quot; =&gt; $sa_pageid,
                        &quot;SEEALSO_PAGECAT&quot; =&gt; $sa_pagecat,
                        &quot;SEEALSO_PAGETITLE&quot; =&gt; $sa_pagetitle,
                        &quot;SEEALSO_PAGELINK&quot; =&gt; $catpath
                        ));
                $t-&gt;parse(&quot;MAIN.SEEALSO.SEEALSO_ROW&quot;);
                }
        }
        else
        {
        $t-&gt;parse(&quot;MAIN.COMMENTS.SEEALSO_EMPTY&quot;);
        }


$t-&gt;parse(&quot;MAIN.SEEALSO&quot;);
?&gt;
</pre></div>
<br />
You might also notice that I have the URL part using my url rewrite system so you should probably work on those two lines to bring it like you have in your first paste.]]></description>
			<pubDate>Cum, 10 Nis 2009 01:31:56 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=2578&d=0#post11266]]></link>
		</item>
		<item>
			<title>TwistedGA</title>
			<description><![CDATA[<blockquote><a href="https://www.cotonti.com/forums.php?m=posts&amp;p=11263#11263">#</a> <strong>Lombi :</strong>
We did fix this, the problem is the seealso word in the sql line (cotonti uses seealso for an operation hence it becomes a misunderstanding).<br />
<br />
I think removing that fixed it.<br />
</blockquote>
<br />
So removing what I said should make it work yea? I had issues with the BOX plugin because it had had something like that at the end of the sql lines, removing it solved the problem.]]></description>
			<pubDate>Cum, 10 Nis 2009 01:29:26 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=2578&d=0#post11265]]></link>
		</item>
		<item>
			<title>aiwass</title>
			<description><![CDATA[<blockquote><a href="https://www.cotonti.com/forums.php?m=posts&amp;p=11263#11263">#</a> <strong>Lombi :</strong>
We did fix this, the problem is the seealso word in the sql line (cotonti uses seealso for an operation hence it becomes a misunderstanding).<br />
<br />
I think removing that fixed it.<br />
</blockquote>
<br />
Unfortunatly it does not work on my site, just gets a blank page instead. Or did you mean something else ?]]></description>
			<pubDate>Cum, 10 Nis 2009 01:26:07 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=2578&d=0#post11264]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[We did fix this, the problem is the seealso word in the sql line (cotonti uses seealso for an operation hence it becomes a misunderstanding).<br />
<br />
I think removing that fixed it.<br />
<br />
I'm using it on all my sites too, just not on sites that have over 50.000 pages since it kills my mysql daemon.<br />
<br />
A solution would be to cache it in mysql, like maybe serialized in page_extrasomething so we wouldnt even need to do any db manipulation.]]></description>
			<pubDate>Cum, 10 Nis 2009 01:22:36 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=2578&d=0#post11263]]></link>
		</item>
		<item>
			<title>aiwass</title>
			<description><![CDATA[I know <strong>Lombi</strong>, but i have almost all my pages wired to it and it's very useful. Do you have another solution linking together pages like this : <a href="http://www.megamind.se/page.php?id=126" rel="nofollow">http://www.megamind.se/page.php?id=126</a> (keyword : Ferry Corsten)<br />
<br />
<strong>TwistedGA :</strong> Does not work, but thank you. <br />
<br />
I'm open to all kinds of solutions which utilizes those keywords that are placed in page_extra4 for this plugin and presents them in a similar fashion like on the link above.<br />
<br />
It's my site by the way !<br />
<br />
/Aiwass]]></description>
			<pubDate>Cum, 10 Nis 2009 01:06:49 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=2578&d=0#post11260]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[This plugin is incredibly mysql resource intensive! It needs to be cached per-page into MySQL, the regex it does a really complex operation (brings down a good dedicated server at about 300.000 pages).]]></description>
			<pubDate>Cum, 10 Nis 2009 00:53:54 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=2578&d=0#post11258]]></link>
		</item>
		<item>
			<title>TwistedGA</title>
			<description><![CDATA[<strong>The seealso.page.php file :</strong><br />
<pre class="code">&lt;?php
/* ====================
&#091;BEGIN_SED&#093;
File=plugins/extended/seealso/seealso.page.php
Type=Plugin
&#091;END_SED&#093;

&#091;BEGIN_SED_EXTPLUGIN&#093;
Code=seealso
Part=page
File=seealso.page
Hooks=page.tags
Tags=
Minlevel=0
Order=10
&#091;END_SED_EXTPLUGIN&#093;
==================== */

if( !defined('SED_CODE') ) { die(&quot;Wrong URL.&quot;); }

$sql = sed_sql_query(&quot;SELECT page_id, page_state, page_cat, page_title, page_desc, page_author FROM $db_pages WHERE page_state=0 AND page_id != &quot;.$pag&#091;'page_id'&#093;.&quot; AND \&quot;(&quot;.eregi_replace(&quot;,&quot;, &quot;|&quot;, $pag&#091;'page_extra4'&#093;).&quot;)\&quot; REGEXP Replace(page_extra4, \&quot;,\&quot;, \&quot;|\&quot;) ORDER BY page_date desc&quot;, &quot;SeeAlso/get related&quot;);


if (sed_num_rows($sql)&gt;0)
        {
        while ($row = sed_sql_fetcharray($sql))
                {
		$sa_author = sed_cc($row&#091;'page_author'&#093;);
		$sa_pageid = $row&#091;'page_id'&#093;;
		$sa_pagecat = sed_cc($row&#091;'page_cat'&#093;);
		$sa_pagedesc = sed_cc($row&#091;'page_desc'&#093;);
		$sa_pagetitle = sed_cc($row&#091;'page_title'&#093;);
                $sa_pagelink = &quot;&lt;a href=https://www.cotonti.com/\&quot;page.php?id=&quot;.$sa_pageid.&quot;\&quot; title='&quot;.$sa_pagedesc.&quot;'&gt;&quot;.$sa_pagecat.$cfg&#091;'separator'&#093;.$sa_pagetitle.&quot;&lt;/a&gt;&quot;;
		$catpath = sed_build_catpath($sa_pagecat, &quot;&lt;a href=https://www.cotonti.com/\&quot;list.php?c=%1\$s\&quot; title=\&quot;%2\$s\&quot;&gt;%2\$s&lt;/a&gt;&quot;);
		$catpath = $catpath.&quot; &quot;.$cfg&#091;'separator'&#093;.&quot; &lt;a href=https://www.cotonti.com/\&quot;page.php?id=&quot;.$sa_pageid.&quot;\&quot; title=\&quot;&quot;.$sa_pagetitle.&quot;\&quot;&gt;&quot;.$sa_pagetitle.&quot;&lt;/a&gt;&quot;;
                $t-&gt; assign(array(
                        &quot;SEEALSO_AUTHOR&quot; =&gt; $sa_author,
                        &quot;SEEALSO_PAGE_ID&quot; =&gt; $sa_pageid,
                        &quot;SEEALSO_PAGECAT&quot; =&gt; $sa_pagecat,
                        &quot;SEEALSO_PAGETITLE&quot; =&gt; $sa_pagetitle,
                        &quot;SEEALSO_PAGELINK&quot; =&gt; $catpath
                        ));
                $t-&gt;parse(&quot;MAIN.SEEALSO.SEEALSO_ROW&quot;);
                }
        }
        else
        {
        $t-&gt;parse(&quot;MAIN.COMMENTS.SEEALSO_EMPTY&quot;);
        }

$t-&gt;parse(&quot;MAIN.SEEALSO&quot;);
?&gt;
</pre>
<br />
<strong>The seeaslo.setup.php file :</strong><br />
<pre class="code">&lt;?php
/* ====================
&#091;BEGIN_SED&#093;
File=plugins/extended/seealso/seealso.setup.php
Type=Plugin
&#091;END_SED&#093;

&#091;BEGIN_SED_EXTPLUGIN&#093;
Code=seealso
Name=See also (Related pages)
Description=Adds &quot;See also:&quot; and list of related pages by keywords
Version=0.1
Date=2005/05/15
Author=Kpoxa (vrihedd@yandex.ru)
Copyright=
Notes=
Config=
SQL=
&#091;END_SED_EXTPLUGIN&#093;

&#091;BEGIN_SED_EXTPLUGIN_CONFIG&#093;
&#091;END_SED_EXTPLUGIN_CONFIG&#093;
==================== */

if( !defined('SED_CODE') ) { die(&quot;Wrong URL.&quot;); }

?&gt;</pre>
<br />
Make a backup of the originals and try this. I only see one other thing that might cause a problem as it is, if you still have issues, try removing :::, &quot;SeeAlso/get related&quot;:::: form the $sql = line. If that doesnt solve it let me know and I'll actually take it into my test site and figure out what the problem is.]]></description>
			<pubDate>Cum, 10 Nis 2009 00:39:36 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=2578&d=0#post11257]]></link>
		</item>
		<item>
			<title>aiwass</title>
			<description><![CDATA[Hi !<br />
<br />
I run a very large website that is currently running on a highly modified version of the LDU 800 and there is a plugin that i use very much called Seealso from Kpoxa.<br />
<br />
The thing is that i'm in dire need of getting this plugin to work under Cotonti since i'm in the process of updating and porting all my data to it. I have over 10.000 pages, links, events and other stuff.<br />
<br />
I would be more the happy if someone would like to help me. Seealso uses page_extra5 field in the database (at least as i've configured it)<br />
<br />
All tips/solutions etc. are helpful<br />
<br />
<strong>The seealso.page.php file :</strong><br />
<pre class="code">&lt;?php
/* ====================
Land Down Under - Website engine
Copyright Neocrome
<a href="http://ldu.neocrome.net" rel="nofollow">http://ldu.neocrome.net</a>

&#091;BEGIN_LDU&#093;
File=plugins/extended/seealso/seealso.page.php
Version=800
Updated=2005-may-15
Type=Plugin
Author=Sin (vrihedd@yandex.ru)
Description=Adds &quot;See also:&quot; and list of related pages by keywords
&#091;END_LDU&#093;

&#091;BEGIN_LDU_EXTPLUGIN&#093;
Code=seealso
Part=page
File=seealso.page
Hooks=page.tags
Tags=
Minlevel=0
Order=10
&#091;END_LDU_EXTPLUGIN&#093;

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

if ( !defined('LDU_CODE') ) { die(&quot;Wrong URL.&quot;); }

$sql = ldu_query(&quot;SELECT page_id, page_state, page_cat, page_title, page_desc, page_author FROM $db_pages WHERE page_state=0 AND page_id != &quot;.$pag&#091;'page_id'&#093;.&quot; AND \&quot;(&quot;.eregi_replace(&quot;,&quot;, &quot;|&quot;, $pag&#091;'page_extra4'&#093;).&quot;)\&quot; REGEXP Replace(page_extra4, \&quot;,\&quot;, \&quot;|\&quot;) ORDER BY page_date desc&quot;, &quot;SeeAlso/get related&quot;);


if (ldu_num_rows($sql)&gt;0)
        {
        while ($row = ldu_fetch_array($sql))
                {
		$sa_author = ldu_cc($row&#091;'page_author'&#093;);
		$sa_pageid = $row&#091;'page_id'&#093;;
		$sa_pagecat = ldu_cc($row&#091;'page_cat'&#093;);
		$sa_pagedesc = ldu_cc($row&#091;'page_desc'&#093;);
		$sa_pagetitle = ldu_cc($row&#091;'page_title'&#093;);
                $sa_pagelink = &quot;&lt;a href=https://www.cotonti.com/\&quot;page.php?id=&quot;.$sa_pageid.&quot;\&quot; title='&quot;.$sa_pagedesc.&quot;'&gt;&quot;.$sa_pagecat.$cfg&#091;'separator'&#093;.$sa_pagetitle.&quot;&lt;/a&gt;&quot;;
		$catpath = ldu_build_catpath($sa_pagecat, &quot;&lt;a href=https://www.cotonti.com/\&quot;list.php?c=%1\$s\&quot; title=\&quot;%2\$s\&quot;&gt;%2\$s&lt;/a&gt;&quot;);
		$catpath = $catpath.&quot; &quot;.$cfg&#091;'separator'&#093;.&quot; &lt;a href=https://www.cotonti.com/\&quot;page.php?id=&quot;.$sa_pageid.&quot;\&quot; title=\&quot;&quot;.$sa_pagetitle.&quot;\&quot;&gt;&quot;.$sa_pagetitle.&quot;&lt;/a&gt;&quot;;
                $t-&gt; assign(array(
                        &quot;SEEALSO_AUTHOR&quot; =&gt; $sa_author,
                        &quot;SEEALSO_PAGE_ID&quot; =&gt; $sa_pageid,
                        &quot;SEEALSO_PAGECAT&quot; =&gt; $sa_pagecat,
                        &quot;SEEALSO_PAGETITLE&quot; =&gt; $sa_pagetitle,
                        &quot;SEEALSO_PAGELINK&quot; =&gt; $catpath
                        ));
                $t-&gt;parse(&quot;MAIN.SEEALSO.SEEALSO_ROW&quot;);
                }
        }
        else
        {
        $t-&gt;parse(&quot;MAIN.COMMENTS.SEEALSO_EMPTY&quot;);
        }


$t-&gt;parse(&quot;MAIN.SEEALSO&quot;);
?&gt;
</pre>
<br />
<strong>The seeaslo.setup.php file :</strong><br />
<pre class="code">&lt;?php
/* ====================
Land Down Under - Website engine
Copyright Neocrome
<a href="http://ldu.neocrome.net" rel="nofollow">http://ldu.neocrome.net</a>

&#091;BEGIN_LDU&#093;
File=plugins/extended/seealso/seealso.setup.php
Version=800
Updated=2005-may-15
Type=Plugin
Author=Kpoxa (vrihedd@yandex.ru)
Description=Adds &quot;See also:&quot; and list of related pages by keywords
&#091;END_LDU&#093;

&#091;BEGIN_LDU_EXTPLUGIN&#093;
Code=seealso
Name=See also (Related pages)
Description=Adds &quot;See also:&quot; and list of related pages by keywords
Version=0.1
Date=2005/05/15
Author=Kpoxa (vrihedd@yandex.ru)
Copyright=
Notes=
Config=
SQL=
&#091;END_LDU_EXTPLUGIN&#093;

&#091;BEGIN_LDU_EXTPLUGIN_CONFIG&#093;
&#091;END_LDU_EXTPLUGIN_CONFIG&#093;

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

if ( !defined('LDU_CODE') ) { die(&quot;Wrong URL.&quot;); }

?&gt;</pre>
<br />
/Aiwass has a deadline next week]]></description>
			<pubDate>Cum, 10 Nis 2009 00:19:41 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=2578&d=0#post11256]]></link>
		</item>
	</channel>
</rss>