Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Forum Bot Panel and Forum Extension Panel?

Asked Modified Viewed 8,349 times
S
StoyaN
S
StoyaN 10
  • Member, joined since
  • Contributed 162 posts on the community forums.
  • Started 37 threads in the forums
  • Started this discussions
asked
Member

Hi guys! Do you plan updating Forum bot panel and Forum Extension Panel to 7.02.x. These mods are highly popular because they give to our forums much better look and statistics :)
0 replies

15 posts

C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Forum Bot Ads Panel works with 7.02, I am using it fine.
0 replies
S
StoyaN
S
StoyaN 10
  • Member, joined since
  • Contributed 162 posts on the community forums.
  • Started 37 threads in the forums
  • Started this discussions
answered
Member

Can you upload it here?
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Here you go mate.
Craig attached the following file:
inf-forum_bot_agent70000-10.zip [No information available / 491 Downloads]
0 replies
S
StoyaN
S
StoyaN 10
  • Member, joined since
  • Contributed 162 posts on the community forums.
  • Started 37 threads in the forums
  • Started this discussions
answered
Member

Thanx! Now if someone manage to update Forum Extension Panel for the latest fusion will be great :)
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Have you tried Forum Extension Panel with 7.02 yet?
0 replies
S
StoyaN
S
StoyaN 10
  • Member, joined since
  • Contributed 162 posts on the community forums.
  • Started 37 threads in the forums
  • Started this discussions
answered
Member

Quote

Fangree_Craig wrote:

Have you tried Forum Extension Panel with 7.02 yet?


I did and it wasn't working...but my forum is highly modified..dk if it's really not working.
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

OK! Good luck!
0 replies
S
StoyaN
S
StoyaN 10
  • Member, joined since
  • Contributed 162 posts on the community forums.
  • Started 37 threads in the forums
  • Started this discussions
answered
Member

Quote

Fangree_Craig wrote:

Here you go mate.


Now I restored the original forum from v7.02.03 and the bot is now showing..I will check for errors.
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Cool try again with forum extension panel as well. ;)
0 replies
S
StoyaN
S
StoyaN 10
  • Member, joined since
  • Contributed 162 posts on the community forums.
  • Started 37 threads in the forums
  • Started this discussions
answered
Member

Quote

Fangree_Craig wrote:

Cool try again with forum extension panel as well. ;)


Sorry to bother you again, but do you have the latest version of the extension panel? ;d really sorry
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Here you go.
Craig attached the following file:
forum_extension_panel.zip [No information available / 468 Downloads]
0 replies
S
StoyaN
S
StoyaN 10
  • Member, joined since
  • Contributed 162 posts on the community forums.
  • Started 37 threads in the forums
  • Started this discussions
answered
Member

Quote

Fangree_Craig wrote:

Here you go.


Thank you! Really, thank you very much! Bot agent now is working (i forgot to enable the panel grin grin), now will try to run extension panel smile

BTW. I really should start to read all the "read me" files grin grin

Merged on Aug 30 2011 at 23:38:31:
Forum Extension Panel seems to be working, but when I click on Save Changes the page goes blank. But it's working grin

Merged on Aug 30 2011 at 23:45:23:
To fix blank page in admin, find in forum_extension_admin.php on line 23:
[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]if (!checkrights("FEXP"wink || !defined("iAUTH"wink || $_GET['aid'] != iAUTH) { redirect("../index.php"wink; }
[/syntaxhighlighter]
and replace with:
[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]if (!ADMIN) { redirect("../index.php"wink; }[/syntaxhighlighter]


Merged on Aug 31 2011 at 00:05:54:
New error came up and i cant fix it :S

forum_extension_panel/forum_extension_core.php
Undefined index: 6, Line: 141


[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]$whoishere = @user_list($guests[$forum_id], $members[$forum_id]);[/syntaxhighlighter]

Someone able to help?
Edited by StoyaN on 31-08-2011 01:06,
0 replies
— 2 years later —
C
Catzenjaeger
C
  • Senior Member, joined since
  • Contributed 408 posts on the community forums.
  • Started 137 threads in the forums
answered
Senior Member

i have it install the last version from post 12 here and it makes errors:
my php fuion is 7.02.07

Errorlog:

Fehler:    Undefined index: 9    Zeile:    141
Datei:    infusions/forum_extension_panel/forum_extension_core.php


Quelltext (Zeile: 131 - 151)
131                    $guests = array();
132                    $members = array();
133                    while($data = dbarray($res)){
134                        if(empty($data['user_name'])){
135                            $guests[$data['forum_id']][] = 1;
136                        }else{
137                            $members[$data['forum_id']][] = array("user_id" => $data['user_id'], "user_name" => $data['user_name'], "user_level" =>
                            $data['user_level']);
138                        }
139                    }
140                    foreach($matches[1] as $forum_id){
141                        $whoishere = @user_list($guests[$forum_id], $members[$forum_id]);
142                       
143                        if($whoishere){
144                            $output = preg_replace("^<!--forum_name-->(.*?)\?forum_id=$forum_id(.*?)</td>^s", "<!--forum_name-->\\1?forum_id=$forum_id\\2<br/><span
                            class='small'><strong>".$locale['forum_ext_who_is_here']."</strong> $whoishere</span></td>", $output);
145                        }
146                    }
147                }
148            }elseif(stristr($url, $places['forum'])){
149                $res = dbquery(
150                    "SELECT ".DB_FORUM_OBSERVER.".user_id, forum_id, thread_id, user_name, user_level FROM ".DB_FORUM_OBSERVER."
151    
0 replies
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

Wierd problem. lol. Bro, you using Windows Server or Linux?
0 replies
C
Catzenjaeger
C
  • Senior Member, joined since
  • Contributed 408 posts on the community forums.
  • Started 137 threads in the forums
answered
Senior Member

i dont know - sorry. Im hostet by a stranger and not by myself
0 replies

Category Forum

Panels and Infusions

Labels

None yet

Statistics

  • Views 0 views
  • Posts 15 posts
  • Votes 0 votes
  • Topic users 4 members

4 participants

C
C
  • Senior Member, joined since
  • Contributed 408 posts on the community forums.
  • Started 137 threads in the forums
C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
S
S
StoyaN 10
  • Member, joined since
  • Contributed 162 posts on the community forums.
  • Started 37 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet