<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "A little upgrade problem"]]></title>
		<link>https://proxy2.de/forum/posts/list/5.php</link>
		<description><![CDATA[Latest messages posted in the topic "A little upgrade problem"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>A little upgrade problem</title>
				<description><![CDATA[ Hi, <br /> <br /> I upgraded to 2.3.4, but the there is problem with the first page. <br /> URL <a class="snap_shots" href="http://www.zeynepadali.com/agb/index.php" target="_blank" rel="nofollow">http://www.zeynepadali.com/agb/index.php</a><br /> As you can see, visitor's e-mail doesn't show up correct. I modified something when i first installed AGB, but after upgrade, i cannot find the problem. Can you help me? <img src="https://proxy2.de/forum//images/smilies/499fd50bc713bfcdf2ab5a23c00c2d62.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5395/19700.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5395/19700.php</link>
				<pubDate><![CDATA[Mon, 20 Feb 2006 00:13:22]]> GMT</pubDate>
				<author><![CDATA[ basargunyel]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Because you have put <br /> <br /> $row[email2] where it should say $EMAIL<br /> <br /> This is the second occurance in the entry.php file not the first.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5395/19704.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5395/19704.php</link>
				<pubDate><![CDATA[Mon, 20 Feb 2006 11:01:58]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanx Carbonize, it says $EMAIL in the second occurance, as you say. Below is the code...<br /> <br /> &lt;tr bgcolor="$bgcolor"&gt;<br />  &lt;td width="32%" valign="top"&gt;<br />    &lt;table border="0" cellspacing="0" cellpadding="2"&gt;<br />      &lt;tr&gt;<br />        &lt;td class="font2" valign="top" width="8%"&gt;&lt;b&gt;$id)&lt;/b&gt;&lt;/td&gt;<br />        &lt;td width="92%"&gt; &lt;img src="$GB_PG[base_url]/img/ip.gif" width="14" height="14" alt="$LANG[AltIP]"&gt;&amp;nbsp;&amp;nbsp;&lt;img src="$GB_PG[base_url]/img/browser.gif" width="16" height="16" alt="$row[browser]"&gt;&amp;nbsp;<br />         $URL<br />         $ICQ<br />         $AIM<br />        &lt;/td&gt;<br />      &lt;/tr&gt;<br />      &lt;tr&gt;<br />        &lt;td colspan="2" class="font1"&gt;&lt;b&gt;$row[name]&lt;/b&gt;&amp;nbsp;$GENDER&lt;/td&gt;<br />      &lt;/tr&gt;<br />      &lt;tr&gt;<br />        &lt;td colspan="2" class="font1"&gt;$row[email]&lt;/td&gt;<br />      &lt;/tr&gt;<br /> <br />     &lt;/table&gt;<br />   &lt;/td&gt;<br />   &lt;td width="68%" class="font1" valign="top"&gt; <br />     &lt;div align="left" class="font3"&gt;&lt;img src="$GB_PG[base_url]/img/post.gif" width="9" height="9"&gt;$DATE&amp;nbsp;$HOST<br />      &lt;a href="$GB_COMMENT"&gt;&lt;img src="$GB_PG[base_url]/img/edit.gif" width="18" height="13" border="0" alt="$LANG[AltCom]"&gt;&lt;/a&gt;<br />      $EMAIL<br />     &lt;/div&gt;<br />     &lt;hr size="1"&gt;&lt;div align="left"&gt;<br />     $USER_PIC $MESSAGE<br />    &lt;/div&gt;<br />    $COMMENT<br />  &lt;/td&gt;<br /> &lt;/tr&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5395/19708.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5395/19708.php</link>
				<pubDate><![CDATA[Mon, 20 Feb 2006 20:36:13]]> GMT</pubDate>
				<author><![CDATA[ basargunyel]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Problem must lie in gb.class.php then]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5395/19709.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5395/19709.php</link>
				<pubDate><![CDATA[Mon, 20 Feb 2006 21:09:02]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ ok, but i am not good enough to make "dangerous" changes with the code. last time i did that was a disaster. i see three functions in the code, the problem may be in show entires function i think. code is long, looks dangerous to me <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /> i paste it below...<br />     function get_entries($entry,$last_entry) {<br />         global $GB_UPLOAD, $GB_PG;<br />         $entry = intval($entry);<br />         $last_entry = intval($last_entry);<br />         $img = new gb_image();<br />         $img-&gt;set_border_size($this-&gt;db-&gt;VARS["img_width"], $this-&gt;db-&gt;VARS["img_height"]);<br />         $LANG = &amp;$this-&gt;db-&gt;LANG;<br />         $id = $this-&gt;total-$entry;<br />         $HOST = '';<br />         $COMMENT = '';<br />         $GB_ENTRIES = '';<br />         $i=0;<br />         $template['entry'] = $this-&gt;template-&gt;get_template($this-&gt;db-&gt;GB_TPL['entry']);<br />         $template['com'] = $this-&gt;template-&gt;get_template($this-&gt;db-&gt;GB_TPL['com']);<br />         $template['url'] = $this-&gt;template-&gt;get_template($this-&gt;db-&gt;GB_TPL['url']);<br />         $template['icq'] = $this-&gt;template-&gt;get_template($this-&gt;db-&gt;GB_TPL['icq']);<br />         $template['aim'] = $this-&gt;template-&gt;get_template($this-&gt;db-&gt;GB_TPL['aim']);<br />         $template['email'] = $this-&gt;template-&gt;get_template($this-&gt;db-&gt;GB_TPL['email']);<br />         $template['image'] = $this-&gt;template-&gt;get_template($this-&gt;db-&gt;GB_TPL['image']);<br />         $result = $this-&gt;db-&gt;query("select x.*, y.p_filename, y.width, y.height, z.comments from ".$this-&gt;db-&gt;table['data']." x left join ".$this-&gt;db-&gt;table['pics']." y on (x.id=y.msg_id and y.book_id=2) left join ".$this-&gt;db-&gt;table['com']." z on (x.id=z.id) group by x.id order by x.id desc limit $entry, $last_entry");<br />         while ($row = $this-&gt;db-&gt;fetch_array($result)) {<br />             $row['email2'] = "";<br />             $DATE = $this-&gt;db-&gt;DateFormat($row['date']);<br />             $MESSAGE = nl2br($row['comment']);<br />             if ($row['p_filename'] &amp;&amp; ereg("^img-",$row['p_filename'])) {<br />                 if (file_exists("$this-&gt;path/$GB_UPLOAD/t_$row[p_filename]")) {<br />                     $row['p_filename'] = "t_$row[p_filename]";<br />                 }<br />                 $new_img_size = $img-&gt;get_img_size_format($row['width'], $row['height']);<br />                 eval("\$USER_PIC = \"".$template['image']."\";");<br />             } else {<br />                 $USER_PIC = '';<br />             }<br />             if ($this-&gt;db-&gt;VARS["smilies"] == 1) {<br />                 $MESSAGE = $this-&gt;db-&gt;emotion($MESSAGE);<br />             }<br />             if (!$row['location']) {<br />                 $row['location'] = "-";<br />             }<br />             $bgcolor = ($i % 2) ? $this-&gt;db-&gt;VARS["tb_color_2"] : $this-&gt;db-&gt;VARS["tb_color_1"];<br />             $i++;<br />             if ($row['url']) {<br />                 eval("\$URL = \"".$template['url']."\";");<br />             } else {<br />                 $URL = '';<br />             }<br />             if ($row['icq'] &amp;&amp; $this-&gt;db-&gt;VARS["allow_icq"]==1) {<br />                 eval("\$ICQ = \"".$template['icq']."\";");<br />             } else {<br />                 $ICQ = '';<br />             }<br />             if ($row['aim'] &amp;&amp; $this-&gt;db-&gt;VARS["allow_aim"]==1) {<br />                 eval("\$AIM = \"".$template['aim']."\";");<br />             } else {<br />                 $AIM = '';<br />             }<br />             if ($row['email']) {<br />             	/* E-mail Hack */<br />                 $row['email2'] = str_replace("@", "(at)", $row['email']);<br />                 $row['email2'] = str_replace(".", "(dot)", $row['email2']); <br />                 $row['email'] = "javascript:getEmail('".$this-&gt;db-&gt;encryptEmail("mailto:".$row['email'])."')";              <br />                 eval("\$EMAIL = \"".$template['email']."\";");<br />             } else {<br />                 $EMAIL = '';<br />             }<br />             if ($this-&gt;db-&gt;VARS["allow_gender"]==1) {<br />                 $GENDER = ($row['gender']=="f") ? "&amp;nbsp;&lt;img src=\"$GB_PG[base_url]/img/female.gif\" width=\"12\" height=\"12\"&gt;" : "&amp;nbsp;&lt;img src=\"$GB_PG[base_url]/img/male.gif\" width=\"12\" height=\"12\"&gt;";<br />             } else {<br />                 $GENDER = '';<br />             }<br />             if ($this-&gt;db-&gt;VARS["show_ip"] == 1) {<br />                 $hostname = ( eregi("^[-a-z_]+", $row['host']) ) ? "Host" : "IP";<br />                 $HOST = "$hostname: $row[host]\n";<br />             }<br />             if ($row['comments']) {<br />                 $this-&gt;db-&gt;query("select * from ".$this-&gt;db-&gt;table['com']." where id='$row[id]' order by com_id asc");<br />                 while ($com = $this-&gt;db-&gt;fetch_array($this-&gt;db-&gt;result)) {<br />                     $com['comments'] = nl2br($com['comments']);<br />                     eval("\$COMMENT .= \"".$template['com']."\";");<br />                 }<br />             }<br />             $GB_COMMENT = (IS_MODULE &amp;&amp; eregi("\?",$GB_PG["comment"])) ? "$GB_PG[comment]&amp;gb_id=$row[id]" : "$GB_PG[comment]?gb_id=$row[id]"; <br />             eval("\$GB_ENTRIES .= \"".$template['entry']."\";");<br />             $COMMENT = "";<br />             $id--;<br />         }<br />         $TPL['GB_ENTRIES'] = $GB_ENTRIES;<br />         return $TPL;<br />     }]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5395/19710.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5395/19710.php</link>
				<pubDate><![CDATA[Mon, 20 Feb 2006 22:26:52]]> GMT</pubDate>
				<author><![CDATA[ basargunyel]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ in entry.php $row[email] needs to be $row[email2]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5395/19711.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5395/19711.php</link>
				<pubDate><![CDATA[Mon, 20 Feb 2006 23:04:30]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ now that's more funny, <br /> an e-mail adress that should appear as "admin@zeynepadali.com" appears like this: "admin(at)zeynepadali(dot)com"  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /><br /> <br /> any solution for that??<br /> <br /> thanks for your patiance...]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5395/19726.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5395/19726.php</link>
				<pubDate><![CDATA[Wed, 22 Feb 2006 01:14:23]]> GMT</pubDate>
				<author><![CDATA[ basargunyel]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thats a security feature that aims at preventing spam bots from harvesting your guests email addresses.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5395/19727.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5395/19727.php</link>
				<pubDate><![CDATA[Wed, 22 Feb 2006 02:47:18]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ i didnt know that, good idea. <br /> <br /> thank you again carbonize, everything seems fine now after the upgrade.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5395/19729.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5395/19729.php</link>
				<pubDate><![CDATA[Wed, 22 Feb 2006 03:38:45]]> GMT</pubDate>
				<author><![CDATA[ basargunyel]]></author>
			</item>
	</channel>
</rss>