<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[PunBB Forums - PunBB 1.3 troubleshooting]]></title>
	<link rel="self" href="http://punbb.informer.com/forums/feed/atom/forum/64/"/>
	<updated>2009-11-08T01:22:42Z</updated>
	<generator>PunBB</generator>
	<id>http://punbb.informer.com/forums/</id>
		<entry>
			<title type="html"><![CDATA[New user verification to eliminate spam]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22500/new-user-verification-to-eliminate-spam/new/posts/"/>
			<summary type="html"><![CDATA[<p>I am new to this, but was able to successfully set up a forum for our site (<a href="http://www.beekenparsons.com/camelshumpchallenge/forum/index.php">http://www.beekenparsons.com/camelshump &#133; /index.php</a>).&nbsp; It is great and was easy to install, except that we get a lot of spambot users which I have to continually delete.&nbsp; How can I add a feature which requires a new user to identify a series of numbers/letters and reply to an email, just like I had to in order to join this forum?&nbsp; Thanks for the help, I am sure this can be done and perhaps I am just missing something basic here, but I would appreciate some guidance if possible!</p><p>-J. Poor</p>]]></summary>
			<author>
				<name><![CDATA[J.Poor]]></name>
				<uri>http://punbb.informer.com/forums/user/22493/</uri>
			</author>
			<updated>2009-11-08T01:22:42Z</updated>
			<id>http://punbb.informer.com/forums/topic/22500/new-user-verification-to-eliminate-spam/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[https session authenication problem - SSL issue]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22414/https-session-authenication-problem-ssl-issue/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hi all, the forum I help admin is moving to a https based service. I&#039;m not sure whether the problem I am experiencing is punbb based or server based. Hopefully if the problem cannot be solved here at least the problem area can be identified. I will give a quick outline of what&#039;s happening first. </p><p>Here are the important details: </p><p>Pun version: 1.3.2<br />db: MySQL<br />server: Apache/2.0.52 (Red Hat)</p><p>httpdocs\{forum-root}&nbsp; &nbsp; ~ http://{base-url}&nbsp; -&gt; working perfectly<br />httpsdocs\{forum-root}&nbsp; ~ https://{base-url} -&gt; authentication issues</p><p>The https is kind of working. If already logged into the http version you can can the url to https and browse the forum and read posts no problem. If you try and post you recieve the error msg:</p><div class="codebox"><pre><code>Warning! The following errors must be corrected before your message can be posted:

    * Unable to confirm security token. A likely cause for this is that some time passed between when you first entered the page and when you posted the form. Clicking &quot;Submit&quot; again should solve the problem.</code></pre></div><p>Clicking Submit again just repeats the message. </p><p>The real issue. When logged out of a session and trying to log into the https version of the login page you get the following messages on the login.php page:</p><p>Please confirm or cancel your last action</p><div class="codebox"><pre><code>Unable to confirm security token. A likely cause for this is that some time passed between when you first entered the page and when you submitted a form or clicked a link. If that is the case and you would like to continue with your action, please click the Confirm button. Otherwise, you should click the Cancel button to return to where you were. </code></pre></div><p>&#039;Confirm&#039; &#039;Cancel&#039; (buttons)</p><p>When clicking confirm you get the following Security Warning popup: </p><div class="codebox"><pre><code>Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party.

Are you sure you want to continue sending this information?</code></pre></div><p>After clicking the Continue button I am redirected to this url:</p><div class="codebox"><pre><code>http://{base-url}:443/login.php</code></pre></div><p>with the following message:</p><div class="codebox"><pre><code>Bad Request

Your browser sent a request that this server could not understand.
Reason: You&#039;re speaking plain HTTP to an SSL-enabled server port.
Instead use the HTTPS scheme to access this URL, please.

    Hint: https://127.0.0.1/

Apache/2.0.52 (Red Hat) mod_ssl/2.0.52 OpenSSL/0.9.7a FrontPage/5.0.2.2635 Server at 127.0.0.1 Port 443</code></pre></div><p>Is it a matter of getting the above url to read </p><div class="codebox"><pre><code>https://{base-url}/login.php</code></pre></div><p> minus the :443 or is it something more complicated. </p><p>Here is the config.php file for the https install (which was just copied directly from the http install with the config file changed accordingly)</p><br /><div class="codebox"><pre><code>&lt;?php

$db_type = &#039;mysql&#039;;
$db_host = &#039;xx&#039;;
$db_name = &#039;xx&#039;;
$db_username = &#039;xx&#039;;
$db_password = &#039;xx&#039;;
$db_prefix = &#039;&#039;;
$p_connect = false;

$base_url = &#039;https://url.org&#039;;

$cookie_name = &#039;forum_cookie_5ca60a&#039;;
$cookie_domain = &#039;&#039;;
$cookie_path = &#039;/&#039;;
$cookie_secure = 0;

define(&#039;FORUM&#039;, 1);</code></pre></div><p>I was mainly trying different combination of $base_url, $cookie_domain and $cookie_secure = 0 or 1 but to no avail. I have a feeling it&#039;s something fairly simple in the config file that has to be properly set. After searching for a while I couldn&#039;t find any previous anwsers to this problem if they exist. </p><p>Sorry for the length of this post if you read through it all. I thought it&#039;d be best to include as much relevant details as possible. Apologies if this is in the wrong section, mods please move if it&#039;s not. </p><p>Thanks for taking up your time value time. I look forward to any help or hints in the right direction that anyone can provide.</p><p>If the solution is something trivial please take great pleasure in pointing it out and I shall act sufficiently bashful <img src="http://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></summary>
			<author>
				<name><![CDATA[thomsongrub]]></name>
				<uri>http://punbb.informer.com/forums/user/14054/</uri>
			</author>
			<updated>2009-11-07T12:21:41Z</updated>
			<id>http://punbb.informer.com/forums/topic/22414/https-session-authenication-problem-ssl-issue/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[[Solved] Trying to change the language of new extension]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22493/solved-trying-to-change-the-language-of-new-extension/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hi,</p><p>I just installed the new Pun Poll extension (version 1.1.7.), but I&#039;m struggling to change its language. </p><p>How am I suppose to do that? Even if I change de lang file in the <em>extension</em> folder, it makes no difference. Is there something I&#039;m missing?</p>]]></summary>
			<author>
				<name><![CDATA[vincentlpratte]]></name>
				<uri>http://punbb.informer.com/forums/user/22454/</uri>
			</author>
			<updated>2009-11-06T17:04:02Z</updated>
			<id>http://punbb.informer.com/forums/topic/22493/solved-trying-to-change-the-language-of-new-extension/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Count of options can't be less than 2]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22490/count-of-options-cant-be-less-than-2/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hello,</p><p>Some members got an error trying to change them :</p><p>&quot;Count of options can&#039;t be less than 2&quot;</p><p>What it means ?</p>]]></summary>
			<author>
				<name><![CDATA[achtungbaby]]></name>
				<uri>http://punbb.informer.com/forums/user/12517/</uri>
			</author>
			<updated>2009-11-06T14:19:43Z</updated>
			<id>http://punbb.informer.com/forums/topic/22490/count-of-options-cant-be-less-than-2/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[How to remove "Report" link from the posts footer?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22488/how-to-remove-report-link-from-the-posts-footer/new/posts/"/>
			<summary type="html"><![CDATA[<p>So advise is needed how to remove the &quot;Report&quot; link from the posts footer. Reason is that users quite often click on it instead of Replay. Other option would be not to remove the link but just to change it so that the post is not deleted.<br />Thanks in advance!</p>]]></summary>
			<author>
				<name><![CDATA[rasd123]]></name>
				<uri>http://punbb.informer.com/forums/user/14293/</uri>
			</author>
			<updated>2009-11-06T01:06:34Z</updated>
			<id>http://punbb.informer.com/forums/topic/22488/how-to-remove-report-link-from-the-posts-footer/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Adding Image To Header PunBB 1.3.x]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/20543/adding-image-to-header-punbb-13x/new/posts/"/>
			<summary type="html"><![CDATA[<p>What do I need to change to get an image showing in header located at</p><div class="codebox"><pre><code>mysite.bla/img/header.png</code></pre></div><p>seen the 1.2 info, but header.php is different in 1.3.x</p><p>Thanks.</p>]]></summary>
			<author>
				<name><![CDATA[KeyDog]]></name>
				<uri>http://punbb.informer.com/forums/user/14482/</uri>
			</author>
			<updated>2009-11-04T23:58:52Z</updated>
			<id>http://punbb.informer.com/forums/topic/20543/adding-image-to-header-punbb-13x/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Cookies what changed between 1.2 and 1.3]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22429/cookies-what-changed-between-12-and-13/new/posts/"/>
			<summary type="html"><![CDATA[<p>I have read everything I can about the you are logged in but no cookie set issues in 1.3. I wanna know what changed between 1.2 and 1.3 to cause this. I am guessing that if it is the day light savings thing one would assume that while running 1.2 I would maybe suffer from it as well.</p><p>I am about to upgrade the forum from 1.2 to 1.3 but while testing I have found I have to click the index link on ie7, mozilla after logging in to get the error message to go away. I found ie8 nothing you click makes it go away.</p><p>I dont suffer these issues with 1.2 on any browser so I would really like to know what changed from 1.2 to cause this anomolly in 1.3 so I dont have anoyyed users.</p><p>I can&#039;t ask them to try all listed ideas I have read nor ask them to change browsers if the issues never existed prior to 1.3 can I.</p>]]></summary>
			<author>
				<name><![CDATA[The_Fiddler]]></name>
				<uri>http://punbb.informer.com/forums/user/3931/</uri>
			</author>
			<updated>2009-10-27T06:42:45Z</updated>
			<id>http://punbb.informer.com/forums/topic/22429/cookies-what-changed-between-12-and-13/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Arabic language Problem]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22304/arabic-language-problem/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hi I&#039;m new here <br />Thanx to every one has worked on Punbb<br />I just installed Punbb 1.3.4&nbsp; it seems good but I have a bit problem<br />I included the Arabic language pack to Lang file before uploading i could see the choice of Arabic while installing but gave an error, and still not working even I set it from the settings<br />Any help?<br />Thanx in advance</p>]]></summary>
			<author>
				<name><![CDATA[Ifadah]]></name>
				<uri>http://punbb.informer.com/forums/user/21634/</uri>
			</author>
			<updated>2009-10-26T19:41:30Z</updated>
			<id>http://punbb.informer.com/forums/topic/22304/arabic-language-problem/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[running punbb as hidden tor service]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22419/running-punbb-as-hidden-tor-service/new/posts/"/>
			<summary type="html"><![CDATA[<p>setup of punbb on my computer works fine, i can reach the forum over localhost.<br />i also installed vidalia bundle and created the hidden service. the board (index.php) is now reachable<br />over the .onion hidden service url.</p><p>the problem: if i click any link on index.php it generates an absolute path to http://localhost/forum/..<br />so it doesnt work as hidden .onion service anymore. (fheiuhf83f09f3f9.onion/forum/...)<br />i think i need the board working with relative paths to get it work properly.</p><p>any hints? </p><p>thanks for help!<br />noto</p>]]></summary>
			<author>
				<name><![CDATA[noton]]></name>
				<uri>http://punbb.informer.com/forums/user/22130/</uri>
			</author>
			<updated>2009-10-22T17:27:46Z</updated>
			<id>http://punbb.informer.com/forums/topic/22419/running-punbb-as-hidden-tor-service/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[search_idx.php error]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22400/searchidxphp-error/new/posts/"/>
			<summary type="html"><![CDATA[<p>hello,<br />add new line to config.php but the Reply post error agian,</p><div class="quotebox"><blockquote><p>An error was encountered</p><p>The error occurred on line 151 in /var/www/namedomin.org/httpdocs/forum/include/search_idx.php<br />Database reported: Duplicate entry &#039;Ú†Ù‡â€ŒÙ†Ø¯Ø¬Ø§Ø±ÛŽÙ&#039; for key 1 (Errno: 1062).</p></blockquote></div><p>help,</p>]]></summary>
			<author>
				<name><![CDATA[Slavok]]></name>
				<uri>http://punbb.informer.com/forums/user/22020/</uri>
			</author>
			<updated>2009-10-21T07:32:56Z</updated>
			<id>http://punbb.informer.com/forums/topic/22400/searchidxphp-error/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[URL rewrite does'nt work]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22386/url-rewrite-doesnt-work/new/posts/"/>
			<summary type="html"><![CDATA[<p>I just installed PunBB 1.3 and changed the URL scheme to &quot;File based&quot;. I have also changed the .htaccess file as described on the settings page. But now none of my forum links seem to work. I cant even login to the forum anymore. Please help!</p><p>Forum link: <a href="http://www.sprakresa.org/forum">http://www.sprakresa.org/forum</a></p>]]></summary>
			<author>
				<name><![CDATA[ChristofM]]></name>
				<uri>http://punbb.informer.com/forums/user/21985/</uri>
			</author>
			<updated>2009-10-15T13:17:50Z</updated>
			<id>http://punbb.informer.com/forums/topic/22386/url-rewrite-doesnt-work/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[WordPress 2.8.4 и punBB 1.3 Integration Problem]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22291/wordpress-284-i-punbb-13-integration-problem/new/posts/"/>
			<summary type="html"><![CDATA[<p>Decided to integrate WordPress 2.8.4 and punBB 1.3 Integration. Like a WordPress user registration is progressing smoothly and the Wordpress database and forum, but why is the forum in the database table pun_users in the graph of the newly created user&#039;s password is the value BRAK. I understand it from the fact that Wordpress and punBB use different encryption password.</p><p>Help me Friends.</p>]]></summary>
			<author>
				<name><![CDATA[Parpalak]]></name>
				<uri>http://punbb.informer.com/forums/user/21588/</uri>
			</author>
			<updated>2009-10-14T13:27:12Z</updated>
			<id>http://punbb.informer.com/forums/topic/22291/wordpress-284-i-punbb-13-integration-problem/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[extern.php like punbb.org]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/21652/externphp-like-punbborg/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hi,</p><p>I know the extern.php can display alot of stuff but I can only see how it displays the topic?</p><p>I want to have just like the punbb.org website</p><p>This is a topc<br />This is the message it self...bla bla bla<br />posted date | comments</p><p>next message...and so forth...can it be done with extern.php or must I do the rest with php/mysql code?</p>]]></summary>
			<author>
				<name><![CDATA[jtd]]></name>
				<uri>http://punbb.informer.com/forums/user/1934/</uri>
			</author>
			<updated>2009-10-13T17:43:03Z</updated>
			<id>http://punbb.informer.com/forums/topic/21652/externphp-like-punbborg/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[$_POST issue external login form]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22288/post-issue-external-login-form/new/posts/"/>
			<summary type="html"><![CDATA[<p>I am currently using a phpbb implementation on one of my sites. I have setup an external login using the suggested method within the admin including the common.php<br /></p><div class="codebox"><pre><code>define(&#039;FORUM_ROOT&#039;, &#039;./community/&#039;);
require_once FORUM_ROOT.&#039;include/common.php&#039;;</code></pre></div><p>The issue I am running into is if we try to post a form on the site (outside of the forum directory) it seems to trigger a series of events and loads the community/header.php etc...</p><p>Obviously this interferes with everything else which is being loaded as it is outside of the workings of the forum..</p><p>Is there a simple method I can implement to prevent this without breaking the internal workings of PunBB</p><p>thanks in advance<br />John</p>]]></summary>
			<author>
				<name><![CDATA[Parpalak]]></name>
				<uri>http://punbb.informer.com/forums/user/21568/</uri>
			</author>
			<updated>2009-10-12T11:36:24Z</updated>
			<id>http://punbb.informer.com/forums/topic/22288/post-issue-external-login-form/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Move post]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22353/move-post/new/posts/"/>
			<summary type="html"><![CDATA[<p>Today you can move the thread but I wonder if you can move post in the threads to other threads, or is this something you can put in a separate database or coding in itself?</p>]]></summary>
			<author>
				<name><![CDATA[Zedok]]></name>
				<uri>http://punbb.informer.com/forums/user/15628/</uri>
			</author>
			<updated>2009-10-08T17:20:45Z</updated>
			<id>http://punbb.informer.com/forums/topic/22353/move-post/new/posts/</id>
		</entry>
</feed>
