1,101

(49 replies, posted in General discussion)

Elb did u get it from me?

http://modelcrowd.com/portable_punbb.zip
i used 7-zip to zip it.
Q

1,102

(49 replies, posted in General discussion)

that is why i use wos fast and simple.. with phpmyadmin and apache and php5.. small and simple less than 128 on my 1 gb stick.

why not make ur own cms..... hehe..
i have been trying for a while now.
so far it working out pretty good. i got to get the css down for the forum
http://modelcrowd.com
http://bunpai.com

Q

log in as admin
then look on the nav bar for administration...
then click there next go to options towards the bottom is the smtp settings.

#punwrap {width: 760px; margin: 12px auto}

http://wiki.punres.org/Change_forum_width

1,106

(3 replies, posted in PunBB 1.2 show off)

post link in message..haha..

Q

LINK?

1,108

(5 replies, posted in PunBB 1.2 troubleshooting)

you can modify the css for this.
i have integrated punbb and my css template
here somethings that i have did.
http://modelcrowd.com
http://bunpai.com

1,109

(5 replies, posted in PunBB 1.2 troubleshooting)

<div id="brdheader" class="block">
    <div class="box">
        <div id="brdtitle" class="inbox">
            <pun_title>
            <pun_desc>
        </div>
        <pun_navlinks>          <-----------------------------remove this....
        <pun_status>
    </div>
</div>

well 500px is not that big in width. why not make it bigger?

1,111

(5 replies, posted in PunBB 1.2 troubleshooting)

yea take out the <pun_nav> and just simply put ur own codes to the links.. that all!
or edit the functions.php in the link part.
to add ur own link code.


Q

1,112

(35 replies, posted in General discussion)

jeremie , i do agree with you. i have had my hosting for 2 yrs now and with little to no major issue. and there 1hr responce time for ticket submitted really help me solved my own hosting issue. besides the 1 hr ticket reply .. the only other thing better than that is a phone number for support.

godaddy and 1and1.com offer the best i think with a 1-800 to call for any issues.

Q

1,113

(49 replies, posted in General discussion)

i got the same download screen and it was IE7 blocking the download...
kewl...
im trying to get it smaller and make one with everything..lol..

1,114

(49 replies, posted in General discussion)

hcgtv, did u find the php_se and the mysql_se ?

im going to attempt to put perl and other scripts in my verson.
lol.

here is another type of webserver that handles php,asp etc.
http://www.aprelium.com/

1,116

(49 replies, posted in General discussion)

rickard here a cross-platform server.. to much configurations for me....
http://www.aprelium.com/

1,117

(49 replies, posted in General discussion)

can u not have the two system on one thumb drive? when in mac land run mac version.
in windows run wos. have them both point to the same www folder so it will share the punbb?

1,118

(49 replies, posted in General discussion)

rickard here is a link to a mac websever with apache and mysql.
http://download.roxen.com/

well i see that

<img src="images/timeicon.gif" alt="" />

but it doesnt show the time it was posted...
it needs to go along that line.. with the timeicon.gif

any time.. i tried..hahaha...

i want to add the time stamp to this script for my frontpage of my site
http://southernhotbody.com

<div class="right">
                    <?php
$newsid = '1'; // Forum id to fetch the news from ( only supports 1 forum id )
$newsdisplay = '5'; // Number of news to display.
?>
<?php
require_once PUN_ROOT.'include/parser.php';
?>
<?
$result = $db->query('SELECT t.id, t.subject, t.num_replies, t.last_post, t.last_post_id, t.last_poster, t.num_views, t.forum_id, p.poster, p.poster_id, p.message, p.hide_smilies, p.posted, g.g_title, f.forum_name FROM '.$db->prefix.'topics AS t INNER JOIN '.$db->prefix.'posts AS p ON p.topic_id=t.id AND p.posted=t.posted INNER JOIN '.$db->prefix.'users AS u ON u.id=p.poster_id LEFT JOIN '.$db->prefix.'groups AS g ON g.g_id=u.group_id INNER JOIN '.$db->prefix.'forums AS f ON f.id=t.forum_id WHERE t.forum_id='.$newsid.' AND t.moved_to IS NULL AND f.redirect_url IS NULL ORDER BY t.posted DESC LIMIT '.$newsdisplay) or error('Unable to fetch announcements', __FILE__, __LINE__, $db->error());

if ($db->num_rows($result))
                    {
                            while($cur_post = $db->fetch_assoc($result))
                            {
                                    $cur_post['message'] = parse_message($cur_post['message'], $cur_post['hide_smilies']);
?>
<div class="block">
<?
echo "\t\t\t\t\t\t\t".' <h2>'.pun_htmlspecialchars($cur_post['subject']).'</h2>'."\n";
?>
<ul>
<?php echo $cur_post['message']."\n" ?><br />
<div style="text-align: right">
<?
echo "\t\t\t\t\t\t\t".'<a style="text-decoration: none" href="forum/viewtopic.php?id='.$cur_post['id'].'" class="username">'.pun_htmlspecialchars($lang_portal['Visit_Topic']).'</a>'."\n";
?>
</div>
<div style="text-align: right">
<?
echo "\t\t\t\t\t\t\t".'<p class="date">Posted by: <a style="text-decoration: none" href="forum/profile.php?id='.$cur_post['poster_id'].'" class="username">'.pun_htmlspecialchars($cur_post['poster']).'</a> <a href="about.php"> | Read more</a> <img src="images/comment.gif" alt="" />  '.pun_htmlspecialchars($lang_portal['Comments']).': '.pun_htmlspecialchars($cur_post['num_replies']).' <a href="#">Comments (3)</a> <img src="images/timeicon.gif" alt="" /> '.pun_htmlspecialchars($lang_portal['Views']).': '.pun_htmlspecialchars($cur_post['num_views']).'</span></p><br />'."\n";
?>

</div>
</ul>
</div>
<?
}
 }
else
{

 }    
?>
                </div>

not really i made a portable punbb with mysql apache phpmyadmin
very light and fast.
http://modelcrowd.com/portable_punbb.zip
15meg ziped 70 meg unzipped...
give it a shot.. see if u can get the asp mod working.. and if ya do drop me a note and ill add ur mod to my stuff.

this might be a start..
http://www.apache-asp.org/index.html

how to modify apache to add asp support.
google---> portable asp server.

1,124

(66 replies, posted in General discussion)

just copy the mod to www/punbb and start ur editor and edit the files needed...
that should work.

1,125

(66 replies, posted in General discussion)

where u extracted the files to punbb_portable.zip
www/punbb folder
that where you place the code.