<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Forum shop V1</title>
		<link>https://www.cotonti.com</link>
		<description>Son konu mesajları</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sun, 19 Apr 2026 22:26:02 -0000</pubDate>

		<item>
			<title>Dyllon</title>
			<description><![CDATA[the function could be added anywhere, and the SQL code i believe is in the included HTML file. its been a while since i have even looked at this plugin to even help you really, but following the steps in the help file should allow it to work. (even though this is a seditio plugin im not 100% sure it works with cotonti)<br /><br /><b>Added 3 minutes later:</b><br /><br />ok just downloaded it, the SQL is built into the plugin actually. once you install the plugin, in your tools tab there should be a link to the forum shop configuration settings. There you can select either a fresh install or a list of upgrades.<br />
<br />
as for the core hack portion, just put the function below or above any other function..]]></description>
			<pubDate>Çrş, 15 Tem 2009 05:00:51 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=2931&d=0#post14262]]></link>
		</item>
		<item>
			<title>backa</title>
			<description><![CDATA[installation problem:<br />
<br />
2. /system/functions.php Find<br />
<br />
<pre class="code">$cfg&#091;'sqldb'&#093; = 'mysql';</pre>
<br />
<br />
BELOW, ADD:<br />
<br />
<pre class="code">function getcashbanked($userid)
   {
   $sql2 = sed_sql_query(&quot;SELECT COUNT(*) FROM sed_shop_bank WHERE userid='$userid'&quot;);
   $amtbnk = sed_sql_result($sql2, 0, &quot;COUNT(*)&quot;);

   if($amtbnk &gt; 0)
      {

      $sql3 = mysql_query(&quot;SELECT * FROM sed_shop_bank WHERE userid='$userid' LIMIT 1&quot;);
      $row3 = mysql_fetch_array($sql3);

      return $row3&#091;'amount'&#093;;
      }else{
      return 0;
      }
   }</pre>
<br />
the problem is, that the system/functions.php doesnt have <br />
<pre class="code">$cfg&#091;'sqldb'&#093; = 'mysql';</pre>
<br />
what should i do<br />
<br />
well that mod didnt install for me, it didnt have the sql file with it... i dled the mod form WDDB<br />
<br />
the forum shop havent got SQL file included, can someone help me ?]]></description>
			<pubDate>Sal, 07 Tem 2009 06:56:04 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=2931&d=0#post13834]]></link>
		</item>
	</channel>
</rss>