please move to troubleshoot------->

k, ill look at the script and try to make one or see what up!
look threw the projects..
i think there a punbb online mod.

download?

ops the code in front of you... evil giggles...


<?php

if ($pun_config['o_users_online'] == '1')
{
    // Fetch users online info and generate strings for output
    $num_guests = 0;
    $users = array();
    $result = $db->query('SELECT user_id, ident FROM '.$db->prefix.'online WHERE idle=0 ORDER BY ident', true) or error('Unable to fetch online list', __FILE__, __LINE__, $db->error());

    while ($pun_user_online = $db->fetch_assoc($result))
    {
        if ($pun_user_online['user_id'] > 1)
            $users[] = "\n\t\t\t\t".'<dd><a href="profile.php?id='.$pun_user_online['user_id'].'">'.pun_htmlspecialchars($pun_user_online['ident']).'</a>';
        else
            ++$num_guests;
    }

    $num_users = count($users);
    echo "\t\t\t\t".'<dd>'. $lang_index['Users online'].': <strong>'.$num_users.'</strong></dd>'."\n\t\t\t\t".'<dd>'.$lang_index['Guests online'].': <strong>'.$num_guests.'</strong></dd>'."\n\t\t\t".'</dl>'."\n";


    if ($num_users > 0)
        echo "\t\t\t".'<dl id="onlinelist" class= "clearb">'."\n\t\t\t\t".'<dt><strong>'.$lang_index['Online'].': </strong></dt>'."\t\t\t\t".implode(',</dd> ', $users).'</dd>'."\n\t\t\t".'</dl>'."\n";
    else
        echo "\t\t\t".'<div class="clearer"></div>'."\n";

}
else
    echo "\t\t".'</dl>'."\n\t\t\t".'<div class="clearer"></div>'."\n";


?>

look at the forum or index.php see what the code is for that area.
try to modify it to meet ya needs.
what are you trying to show at the bottom?

read the extern.php... opent he file up and read the first few lines... tells ya how...

welcome!

yea that will work.. and then redo ya mods..

ummmmm go to where you downloaded punbb copy that header.php over to ur ftp!

1,435

(2 replies, posted in General discussion)

look in your cpanel on extra script there is a help desk software in there.........

1,436

(12 replies, posted in Programming)

Warning: mysql_connect(): Access denied for user: 'nobody@localhost' (Using password: NO) in /home/model1/public_html/rss1.php on line 2

Warning: mysql_select_db(): Access denied for user: 'nobody@localhost' (Using password: NO) in /home/model1/public_html/rss1.php on line 3

Warning: mysql_select_db(): A link to the server could not be established in /home/model1/public_html/rss1.php on line 3

Warning: mysql_query(): Access denied for user: 'nobody@localhost' (Using password: NO) in /home/model1/public_html/rss1.php on line 12

Warning: mysql_query(): A link to the server could not be established in /home/model1/public_html/rss1.php on line 12

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/model1/public_html/rss1.php on line 14

Warning: Invalid argument supplied for foreach() in /home/model1/public_html/rss1.php on line 64

1,437

(12 replies, posted in Programming)

lol, elb.....on the sucky site...hahaha
....

1,438

(12 replies, posted in Programming)

sure.... that kewl..
does it automatic update the the rss feed?


scott @ nalan.org

1,439

(12 replies, posted in Programming)

how can i add live rss feed to punbb?
example: i want to pull yahoo technology rss feed into my website?

1,440

(69 replies, posted in News)

what i did was to make a default.html file and drop it in all my directorys
so that when they go to that folder it shows my page...hehe..
example.. what the hell you doing here? then it redirect you to the fbi website for hackers.....lol..

1,441

(1 replies, posted in PunBB 1.2 troubleshooting)

evil giggles..

what ftp program are you using?
smartftp very simple and easy

http://smartftp.com
right click on folder change permissions to 777

Smartys, link?

look at the punbb new mod

1,444

(0 replies, posted in Programming)

need help converting e107 db to punbb?

rickard, maybe a popup window for login... hehe
example
http://modelcrowd.com/forum.php
click login..or register....

1,446

(10 replies, posted in PunBB 1.2 discussion)

someone please move this to general or programing ....


search projects for multi-forum....

1,447

(4 replies, posted in PunBB 1.2 troubleshooting)

link?

1,448

(1 replies, posted in PunBB 1.2 show off)

http://modelcrowd.com

i integrated punbb_news mod and  my light box login and register ajax script.
also i took a css template and put punbb in it.
i got to ffix a small issue with opera 9
bottom text bleeds over on the main page.. i bet missing close tag..hehe..
it is about 45% done but i want some feed back...

only the forum and contact links work on the main page..
thanks
Q

1,449

(5 replies, posted in Feature requests)

gam3r
go to nalan.org
sign up and change themes..
i did serveral theme from phpbb to punbb...

lol.. i made the register.php now into a lightbox...haha

evil giggles......