<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FluxBB.org Forums]]></title>
	<link rel="self" href="http://fluxbb.org/forums/feed/atom/forum/10/last_post/"/>
	<updated>2009-01-06T14:32:22Z</updated>
	<generator>FluxBB</generator>
	<id>http://fluxbb.org/forums/</id>
		<entry>
			<title type="html"><![CDATA[Got Flooded - how did they get around Post flood interval?]]></title>
			<link rel="alternate" href="http://fluxbb.org/forums/topic/2441/got-flooded-how-did-they-get-around-post-flood-interval/new/posts/"/>
			<summary type="html"><![CDATA[My forum was just flooded with about 80,000 posts in a short space of time. From someone saying "owned by foruminfinity.com"

But I have Post flood interval set at 60 seconds  ... they must have been doing about 60 *per* second!

Am cleaning it up now, but how to stop it in the future?]]></summary>
			<author>
				<name><![CDATA[Smartys]]></name>
				<uri>http://fluxbb.org/forums/user/46/</uri>
			</author>
			<updated>2009-01-06T14:32:22Z</updated>
			<id>http://fluxbb.org/forums/topic/2441/got-flooded-how-did-they-get-around-post-flood-interval/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Footer - str_replace   correct syntax question re: hook]]></title>
			<link rel="alternate" href="http://fluxbb.org/forums/topic/2442/footer-strreplace-correct-syntax-question-re-hook/new/posts/"/>
			<summary type="html"><![CDATA[trying to replace the [color=red]powered by[/color]  with [color=green]design by[/color] in addition to the initial working code
my question : how do i seperate the $lang_common['Powered by']  from the '<a href....>' ? 
do i do so with a ,    or  what?  that will mess up the str_replace i guess
input welcome

  <hook id="ft_about_end"><![CDATA[

$tpl_temp = forum_trim(ob_get_contents());
ob_end_clean();
echo str_replace([color=red]$lang_common['Powered by'][/color]'<a href="http://punbb.informer.com/">PunBB</a>', [color=green]$lang_common['Design by'][/color] '<a href="http://keydogbb.info"><img src="'.$ext_info['path'].'/img/info.png" alt="PunBB" width="16" height="16" border="0"></a>', $tpl_temp);    
        ]]&gt;</hook>

PS: i have added in my lang_common design by .... not that you think that's causing error

idea will be at end to have extension that says:

Powered by []   
Design by []

or something like  Code:[] Design:[]

for the moment i'm just trying to get the powered by replaced though

thanks.]]></summary>
			<author>
				<name><![CDATA[KeyDog]]></name>
				<uri>http://fluxbb.org/forums/user/2597/</uri>
			</author>
			<updated>2009-01-06T13:49:29Z</updated>
			<id>http://fluxbb.org/forums/topic/2442/footer-strreplace-correct-syntax-question-re-hook/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Can't Delete Members ?]]></title>
			<link rel="alternate" href="http://fluxbb.org/forums/topic/2437/cant-delete-members/new/posts/"/>
			<summary type="html"><![CDATA[I use the latest version, but I get this error when trying to delete a member:

/profile.php?section=admin&id=113&action=foo

Forbidden
You don't have permission to access /profile.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.]]></summary>
			<author>
				<name><![CDATA[Smartys]]></name>
				<uri>http://fluxbb.org/forums/user/578/</uri>
			</author>
			<updated>2009-01-05T14:49:19Z</updated>
			<id>http://fluxbb.org/forums/topic/2437/cant-delete-members/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Problem: Error MySQL - Pls help!]]></title>
			<link rel="alternate" href="http://fluxbb.org/forums/topic/2430/problem-error-mysql-pls-help/new/posts/"/>
			<summary type="html"><![CDATA[Bonjour,

 Je parle le français, j'espère que vous pourriez m'aider à l'installation du Fluxbb ...!
 [Je me débrouille pas mal en anglais mais je préfère m'exprimer en français]

 A L'installation du fluxbb je rempli tout ce qui m'ai donné à l'écran après je click sur Start Install et on me met sa :

An error occured on line 55 in file /www/*****/forum/include/dblayer/mysqli.php.

FluxBB reported: Unable to connect to MySQL and select database. MySQL reported: Access denied for user '****'@'apollon.olympe-network.com' (using password: YES)

Ceci **** représente le nom de mon site, j'aimerais pas le mettre sinon y a des gens qui pourront avoir l'accès ...

 Merci de m'aider!!!!]]></summary>
			<author>
				<name><![CDATA[twohawks]]></name>
				<uri>http://fluxbb.org/forums/user/2662/</uri>
			</author>
			<updated>2009-01-05T08:57:41Z</updated>
			<id>http://fluxbb.org/forums/topic/2430/problem-error-mysql-pls-help/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Rating Script]]></title>
			<link rel="alternate" href="http://fluxbb.org/forums/topic/2432/rating-script/new/posts/"/>
			<summary type="html"><![CDATA[These are the three files that this rating extension has
(plus there is a folder "/stars/" with the images)
[url=http://punbb-a.keydogbb.info/viewtopic.php?id=1]include/rate.php[/url]
[url=http://punbb-a.keydogbb.info/viewtopic.php?id=2]rate.js[/url]
[url=http://punbb-a.keydogbb.info/viewtopic.php?id=3]manifest.xml[/url]
(links lead to my forum - just so that not all the code is cluttering this post!)

I would appreciate anyone (dev, etc) taking a hard look at it -  as I can't get it to work yet.

Main trouble being:

1. uninstall section in manifest.xml  aswell as unsure about install manifest.xml

2. hooks are working for placing in header but only show "ratings" text, instead of showing the gif of stars rating

any feedback welcome
PS: if anyone can make this work for $ - just give me a price and satisfaction guarantee :D]]></summary>
			<author>
				<name><![CDATA[KeyDog]]></name>
				<uri>http://fluxbb.org/forums/user/2597/</uri>
			</author>
			<updated>2009-01-04T20:40:42Z</updated>
			<id>http://fluxbb.org/forums/topic/2432/rating-script/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Admin_settings - aop_new_section hook]]></title>
			<link rel="alternate" href="http://fluxbb.org/forums/topic/2428/adminsettings-aopnewsection-hook/new/posts/"/>
			<summary type="html"><![CDATA[I am using aop_new_section for an extension i am making, but i would like to add a few new sections with this hook althought else if does not seem to want to work.

Any ideas why?]]></summary>
			<author>
				<name><![CDATA[La`me]]></name>
				<uri>http://fluxbb.org/forums/user/13/</uri>
			</author>
			<updated>2009-01-04T15:21:34Z</updated>
			<id>http://fluxbb.org/forums/topic/2428/adminsettings-aopnewsection-hook/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Adding a logo]]></title>
			<link rel="alternate" href="http://fluxbb.org/forums/topic/2097/adding-a-logo/new/posts/"/>
			<summary type="html"><![CDATA[Ok I searched, and couldn't find anything that worked. There was some code about

[code]#brd-title {display: block; background: url(../my_image.png) no-repeat; }[/code] 

But that didn't seem to work unless I was placing it in the wrong spot. I placed it both in oxygen and oxygen_cs and it didn't work. 

Basically I want the logo to appear above where the current text logo is shown. so on this forum it would be like this:

<--image-->
fluxbb.org forums
<text description>
<menu: index etc.>

Also, something like this should be stickied as I'm sure plenty of other non-css savvy people have been struggling to accomplish this. 

Thanks,]]></summary>
			<author>
				<name><![CDATA[RemiJ]]></name>
				<uri>http://fluxbb.org/forums/user/1860/</uri>
			</author>
			<updated>2009-01-03T21:49:23Z</updated>
			<id>http://fluxbb.org/forums/topic/2097/adding-a-logo/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[PHP environment error]]></title>
			<link rel="alternate" href="http://fluxbb.org/forums/topic/2424/php-environment-error/new/posts/"/>
			<summary type="html"><![CDATA[Was trying to install FluxBB with Apache 2.2.11, with PHP 5..2.8 and MySQL 5.1. After setting everything up and going to localhost it gives me the following error:

[quote]This PHP environment does not have support for any of the databases that FluxBB supports. PHP needs to have support for either MySQL, PostgreSQL or SQLite in order for FluxBB to be installed.[/quote]

Sorry if this easily fixed, just wanted to try my hand at hosting which I'm nowhere near experienced with.]]></summary>
			<author>
				<name><![CDATA[Midnitte]]></name>
				<uri>http://fluxbb.org/forums/user/2403/</uri>
			</author>
			<updated>2009-01-03T04:14:32Z</updated>
			<id>http://fluxbb.org/forums/topic/2424/php-environment-error/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Adding logintop to flux 1.3]]></title>
			<link rel="alternate" href="http://fluxbb.org/forums/topic/2422/adding-logintop-to-flux-13/new/posts/"/>
			<summary type="html"><![CDATA[What options do I have for adding this old punbb 1.2 logintop mod to flux 1.3 ?
It adds a div class "logintop"

This file below I had put in include/user/  and was called login.php

Are there hooks that allow such a "extension: logintop" to be implemented?
or what is best way to proceed in this case (wanting a logintop)?
Are there just a couple of things like pun_user I can replace ?

Thanks.

[code]
<?php
 
// Show login if not logged in
if($pun_user['is_guest'])
{
    if(!isset($focus_element) || (isset($focus_element) && !in_array('login', $focus_element)))
    {
 
    // Load the language files
    require PUN_ROOT.'lang/'.$pun_user['language'].'/common.php';
    require PUN_ROOT.'lang/'.$pun_user['language'].'/login.php';
 
    // Set the $redirect_url to this page, 
    $redirect_url = '' ;
    if(isset($_SERVER['REQUEST_URI'])) {
        $redirect_url = $_SERVER['REQUEST_URI'] ;
    }
 
    $required_fields = array('req_username' => $lang_common['Username'], 'req_password' => $lang_common['Password']);
 
?>
        <div class="logintop">
            <form id="login" name="login" method="post" action="login.php?action=in" onsubmit="return process_form(this)">
                <p>
                    <input type="hidden" name="form_sent" value="1" />
                    <input type="hidden" name="redirect_url" value="<?php echo $redirect_url ?>" />
                    <?php echo $lang_common['Username'] ?>:
                    <input type="text" name="req_username" size="16" maxlength="25" />
                    &nbsp;<?php echo $lang_common['Password'] ?>:
 
                    <input type="password" name="req_password" size="16" maxlength="16" />
                    &nbsp;<a href="#" onclick="document.login.submit(); return false"><?php echo $lang_common['Login'] ?></a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="register.php"><?php echo $lang_common['Register'] ?></a>
                </p>
            </form>
        </div>
<?php
    }
}else
{
?>
        <div class="logintop">
            <p>
                <?php echo $lang_common['Logged in as'].' <strong>'.pun_htmlspecialchars($pun_user['username']).'</strong>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="login.php?action=out&amp;id='.$pun_user['id'].'">'.$lang_common['Logout'].'</a>'; ?>
            </p>
        </div>
<?php
}
?>[/code]]]></summary>
			<author>
				<name><![CDATA[KeyDog]]></name>
				<uri>http://fluxbb.org/forums/user/2597/</uri>
			</author>
			<updated>2009-01-02T14:09:42Z</updated>
			<id>http://fluxbb.org/forums/topic/2422/adding-logintop-to-flux-13/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Problem with installation]]></title>
			<link rel="alternate" href="http://fluxbb.org/forums/topic/2416/problem-with-installation/new/posts/"/>
			<summary type="html"><![CDATA[I decided to install latest 1.3 form scratch.

After installation I got error 
"An error was encountered
Your FluxBB database is out-of-date and must be upgraded in order to continue. Please run db_update.php in order to complete the upgrade process."

and than 

"An error was encountered
Your database is already as up-to-date as this script can make it."

So I even can't open my index page.]]></summary>
			<author>
				<name><![CDATA[elbekko]]></name>
				<uri>http://fluxbb.org/forums/user/438/</uri>
			</author>
			<updated>2009-01-01T12:36:25Z</updated>
			<id>http://fluxbb.org/forums/topic/2416/problem-with-installation/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[SQL Query]]></title>
			<link rel="alternate" href="http://fluxbb.org/forums/topic/2415/sql-query/new/posts/"/>
			<summary type="html"><![CDATA[I am trying to add this 

[code]
    $query['SELECT'] .= ', fc.forum_id, fc.cash_per_topic, fc.cash_per_reply';
    $query['JOINS'] .= array(
                        array(
                            'INNER JOIN'    => 'forum_cash AS fc',
                            'ON'            => 'fc.forum_id = id'
                        )
                      );
[/code]

to this

[code]
$query = array(
    'SELECT'    => 'c.id AS cid, c.cat_name, f.id AS fid, f.forum_name, f.disp_position',
    'FROM'        => 'categories AS c',
    'JOINS'        => array(
        array(
            'INNER JOIN'    => 'forums AS f',
            'ON'            => 'c.id=f.cat_id'
        )
    ),
    'ORDER BY'    => 'c.disp_position, c.id, f.disp_position'
);
[/code]

But not having much success.

Could anyone point out where I'm going wrong?]]></summary>
			<author>
				<name><![CDATA[La`me]]></name>
				<uri>http://fluxbb.org/forums/user/13/</uri>
			</author>
			<updated>2008-12-31T21:32:53Z</updated>
			<id>http://fluxbb.org/forums/topic/2415/sql-query/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Adding A Skyscraper Banner 120x600 floating right hand side]]></title>
			<link rel="alternate" href="http://fluxbb.org/forums/topic/2413/adding-a-skyscraper-banner-120x600-floating-right-hand-side/new/posts/"/>
			<summary type="html"><![CDATA[How do I add an ad (Skyscraper Banner 120x600 floating right hand side) ?

I've got my forum styled that there is more than 120 on right hand side blank. I'd like to "fill" it with an add (banner).

Any ideas?]]></summary>
			<author>
				<name><![CDATA[KeyDog]]></name>
				<uri>http://fluxbb.org/forums/user/2597/</uri>
			</author>
			<updated>2008-12-31T18:24:41Z</updated>
			<id>http://fluxbb.org/forums/topic/2413/adding-a-skyscraper-banner-120x600-floating-right-hand-side/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Downgrading?]]></title>
			<link rel="alternate" href="http://fluxbb.org/forums/topic/1706/downgrading/new/posts/"/>
			<summary type="html"><![CDATA[Possible to downgrade back to Fluxbb 1.2? I currently am using Fluxbb 1.3 but didnt suit my need at the moment.]]></summary>
			<author>
				<name><![CDATA[ScottyDoo]]></name>
				<uri>http://fluxbb.org/forums/user/872/</uri>
			</author>
			<updated>2008-12-30T15:37:35Z</updated>
			<id>http://fluxbb.org/forums/topic/1706/downgrading/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Notice: Undefined index  (French language pack)]]></title>
			<link rel="alternate" href="http://fluxbb.org/forums/topic/2388/notice-undefined-index-french-language-pack/new/posts/"/>
			<summary type="html"><![CDATA[Hello, 

I have download FluxBB 1.3 beta 2 [url]http://fluxbb.org[/url]/ and french language pack).

I have a lot of bug : Notice: Undefined index

Why ?]]></summary>
			<author>
				<name><![CDATA[eureka]]></name>
				<uri>http://fluxbb.org/forums/user/2626/</uri>
			</author>
			<updated>2008-12-29T22:14:10Z</updated>
			<id>http://fluxbb.org/forums/topic/2388/notice-undefined-index-french-language-pack/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Name conventions]]></title>
			<link rel="alternate" href="http://fluxbb.org/forums/topic/2404/name-conventions/new/posts/"/>
			<summary type="html"><![CDATA[I installed FluxBB-beta2 some time ago and wrote quite a lot of code for integrating the forum and my site, this regards the site's code as well as an extension for the forum. Then I discovered, that many useful features are already implemented in later revisions (I'm especially interested in splitting topics). Nevertheless when I looked into the code, I found out that the extension and the code for the site are incompatible with the newest revisions, because of names. E. g. in beta2 we have $forum_db and in rev742 there's simply $db, as well as $forum_user/$pun_user, forum_<func>/pun_<func>, FORUM_<CONST>/PUN_<CONST> inconsistencies. The question is: is it a permanent or a temporary state in the SVN trunk, and if the next release will conform beta2 conventions? Are there code converters for FluxBB name conventions?]]></summary>
			<author>
				<name><![CDATA[Reines]]></name>
				<uri>http://fluxbb.org/forums/user/2646/</uri>
			</author>
			<updated>2008-12-29T09:58:54Z</updated>
			<id>http://fluxbb.org/forums/topic/2404/name-conventions/new/posts/</id>
		</entry>
</feed>
