please move to troubleshoot------->
1,426 2006-06-20 01:24
Re: Private Message Mod (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
1,427 2006-06-19 04:37
Re: Portal (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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.
1,428 2006-06-19 02:30
Re: AJAX Shout Box Testing... (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
download?
1,429 2006-06-19 02:15
Re: Portal (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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";
?>
1,430 2006-06-19 02:04
Re: Portal (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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?
1,431 2006-06-18 23:12
Re: PunBB Miniportal v1.2.x (128 replies, posted in PunBB 1.2 modifications, plugins and integrations)
read the extern.php... opent he file up and read the first few lines... tells ya how...
1,432 2006-06-17 02:36
Re: PunBB News (47 replies, posted in PunBB 1.2 modifications, plugins and integrations)
welcome!
1,433 2006-06-17 01:14
Re: PunBB News (47 replies, posted in PunBB 1.2 modifications, plugins and integrations)
yea that will work.. and then redo ya mods..
1,434 2006-06-17 00:59
Re: PunBB News (47 replies, posted in PunBB 1.2 modifications, plugins and integrations)
ummmmm go to where you downloaded punbb copy that header.php over to ur ftp!
1,435 2006-06-16 20:28
Re: Helpdesk System (2 replies, posted in General discussion)
look in your cpanel on extra script there is a help desk software in there.........
1,436 2006-06-16 20:16
Re: how can i add live rss feed to punbb? (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 2006-06-16 15:40
Re: how can i add live rss feed to punbb? (12 replies, posted in Programming)
lol, elb.....on the sucky site...hahaha
....
1,438 2006-06-16 15:35
Re: how can i add live rss feed to punbb? (12 replies, posted in Programming)
sure.... that kewl..
does it automatic update the the rss feed?
scott @ nalan.org
1,439 2006-06-16 15:10
Topic: how can i add live rss feed to punbb? (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 2006-06-16 15:05
Re: PunBB 1.2.12 (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 2006-06-16 02:32
Re: chmod (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
1,442 2006-06-16 02:17
Re: Selecting the First Post... (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Smartys, link?
1,443 2006-06-15 17:21
Re: Selecting the First Post... (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
look at the punbb new mod
1,444 2006-06-15 14:08
Topic: e017 db converting (0 replies, posted in Programming)
need help converting e107 db to punbb?
1,445 2006-06-15 12:56
Re: Integration Issue with exit ($tpl_main); (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
rickard, maybe a popup window for login... hehe
example
http://modelcrowd.com/forum.php
click login..or register....
1,446 2006-06-15 06:07
Re: punbb server (10 replies, posted in PunBB 1.2 discussion)
someone please move this to general or programing ....
search projects for multi-forum....
1,447 2006-06-15 06:06
Re: mySQL space usage enquiries (4 replies, posted in PunBB 1.2 troubleshooting)
link?
1,448 2006-06-15 06:02
Topic: modelcrowd.com (1 replies, posted in PunBB 1.2 show off)
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 2006-06-15 00:24
Re: Image templates (5 replies, posted in Feature requests)
gam3r
go to nalan.org
sign up and change themes..
i did serveral theme from phpbb to punbb...
1,450 2006-06-14 20:52
Re: a new ajax login forum. need help!!!!!!!!!!!!!!!!!!!!!!!!!! (21 replies, posted in PunBB 1.2 troubleshooting)
lol.. i made the register.php now into a lightbox...haha
evil giggles......