why dont they use the 330 chip dual core..
errr..

Q

27

(6 replies, posted in PunBB 1.2 discussion)

search punres.org for captcha.....

Q

dump db clean out folder and reinstall everything ..


or create a new db and start over and slowly import your users...

Q

29

(11 replies, posted in PunBB 1.2 troubleshooting)

you can extract the 250 users and reinstall everything and run a sql query to import your user back..

if u have to reinstall everything..


Q

sound like a clean install would fix that.. and never give anyone admin rights...

i seen a mod for a junior admin over a punres...

go into the db and make a backup

and start over again..

Q

did you input into the admin-options email part?
did you put your pop and smtp in that section?

if so remove it..
and try again..
Q

32

(11 replies, posted in PunBB 1.2 troubleshooting)

sound like you didnt move your files and db over to the new host..
I hope that you still have access to the old site..

Q

audio, looks very good. i just noticed the blue because i went to your site and checked it out..


good job..

Q

ahh ok i will post my index.php here so that you can look at what i did.. my hacked up index for main site..lmao...

<?php
define('PUN_ROOT', './forum/');
define('PUN_QUIET_VISIT', 1);
require PUN_ROOT.'include/common.php';
define('PUN_ALLOW_INDEX', 1);
require PUN_ROOT.'include/parser.php';
require PUN_ROOT.'lang/'.$pun_user['language'].'/index.php';
require PUN_ROOT.'lang/'.$pun_user['language'].'/common.php';
require PUN_ROOT.'lang/'.$pun_user['language'].'/topic.php';
require PUN_ROOT.'lang/'.$pun_user['language'].'/login.php';
require PUN_ROOT.'lang/'.$pun_user['language'].'/forum.php';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<title>home</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link href="http://bunpai.com/StyleSheet.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" media="screen" href="http://bunpai.com/forum/style/Oxygen.css" />
<style type="text/css">
/*<![CDATA[*/

.inform c4 {text-align:center}
h2, h2 a:active,h2 a:hover,h2 a:visited{color:#333333;
text-decoration:none;
font-size:12px;}
/* News Links on index page */

.news_subject {
    background-color: inherit;
    color: #999999;
    font: 1.6em/1.7em Georgia, "Times New Roman", serif;
    text-decoration:none;
    list-style-type: none;
}

a.news_subject:hover {
    background-color: inherit; 
    color: #ECA205;
    text-decoration: none;
    border-bottom:1px dotted #ECA205
}

.news_footer {
    background-color: #1D2435;
    color: inherit;
    border-top: 1px solid #313A50;
    border-left: 1px solid #313A50;
    border-bottom: 1px solid #313A50;
    border-right: 1px solid #313A50;
     text-decoration: none;
}

.byuser {
    font-weight: normal;
    color: #333333;
    background-color: inherit;
     text-decoration: none;
}

.user {
    font-weight: normal; 
    color: #6C695D; 
    background-color: inherit;
     text-decoration: none;
}

.poster {background-color: inherit; color: #8E94A3; }
a.poster {background-color: inherit; text-decoration: none; color: #8E94A3; }
a.poster:visited {background-color: inherit; text-decoration: none; color: #8E94A3; }
a.poster:hover {background-color: inherit; color: #FFFFFF; text-decoration: none; border-bottom: 1px solid #6C7283; }
/*]]>*/

</style>
</head>

<body>

    <div class="size">

        <div class="header">

            <div class="header01">

                <div class="logo">

                    <img src="image/img_15.jpg" alt="" />

                </div>

                <div class="hright">

                    <div class="hr01">

                        <div class="hr0101">

                            <a href="http://webjestic.net">Who is webJesitc</a></div>

                        <div class="hr0102">

                            <a href="#">My Account</a></div>

                        <div class="hr0102">

                            <a href="http://bunpai.com/forum/extern.php?action=active&amp;type=RSS">RSS</a></div>

                        <div class="hr0102">

                            <a href="#">Contact Us</a></div>

                    </div>

                    <div class="hr02">

                        <input id="Text1" type="text" value="Search..." />

                    </div>

                </div>

            </div>

            <div class="mnav">

                <img class="mnimgl" src="image/img_37.jpg" alt="" />

                <img class="mnimgr" src="image/img_50.jpg" alt="" />

                <div class="mnm">

                    <ul>

                        <li><a href="../">HOME</a></li>

                        <li><a href="#">ABOUT US</a></li>

                        <li><a href="/forum/gallery.php">GALLERY</a></li>

                        <li><a href="/forum">FORUM</a></li>

                        <li><a href="#">SERVICES</a></li>

                        <li><a href="/forum/contact.php">CONTACT</a></li>

                    </ul>

                </div>

            </div>

        </div>

        <div class="content">

            <div class="cmainimg">

                <img alt="" src="image/img_73.jpg" />

            </div>

            <div class="submenu" style="left: 0px; top: 0px">

                <img class="snimgl" src="image/img_96.jpg" alt="" />

                <img class="snimgr" src="image/img_107.jpg" alt="" />

                <div class="subtext">

                    You are here:Home

                </div>

                <div class="subimag" style="width: 41px; height: 51px">

                    <ul>

                        <li></li>

                        <li></li>

                        <li></li>

                        <li></li>

                    </ul>

                </div>

            </div>

            <div class="mcontent">

                <div class="mcleft">

                    <div class="mcbox01">

                        <div class="mc01t">

                            MAIN MENU

                        </div>

                        <div class="mc01c">

                            <ul>

                                <li><a href="./">Home</a></li>

                                <li><a href="#">About Us</a></li>

                                <li><a href="/forum/gallery.php">Gallery</a></li>

                                <li><a href="/forum">Forum</a></li>

                                <li><a href="#">Servies</a></li>

                                <li><a href="/forum/contact.php">Contact</a></li>

                            </ul>

                        </div>

                        <div class="mc01b">

                            <img src="image/img_272.jpg" alt="" />

                        </div>

                    </div>

                    <div class="mcbox01">

                        <div class="mc01t2">

                            LATEST NEWS

                        </div>

                        <div class="mc01cc">
<ul>
                           <?php
                           include('http://bunpai.com/forum/extern.php?action=active');
                           ?>
</ul>
                        </div>

                        <div class="mc01b">

                            <img src="image/img_272.jpg" alt="" />

                        </div>

                    </div>
<div class="mcbox01">

                        <div class="mc01t2">

                            Stats

                        </div>

                        <div class="mc01cc">
<ul>
                           <?php
                           include('http://bunpai.com/forum/extern.php?action=stats');
                           ?>
</ul>
                        </div>

                        <div class="mc01b">

                            <img src="image/img_272.jpg" alt="" />

                        </div>

                    </div>
                    <?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';

    // Try to determine if the data in HTTP_REFERER is valid (if not, we redirect to index.php after login)
    $redirect_url = (isset($_SERVER['HTTP_REFERER']) && preg_match('#^'.preg_quote($pun_config['o_base_url']).'/(.*?)\.php#i', $_SERVER['HTTP_REFERER'])) ? htmlspecialchars($_SERVER['HTTP_REFERER']) : 'http://bunpai.com/index.php';

    $required_fields = array('req_username' => $lang_common['Username'], 'req_password' => $lang_common['Password']);

?>
<div class="mc01t2">Login</div>
<div class="mc01cc">
           <form id="login" name="qpost" method="post" action="forum/login.php?action=in" onsubmit="return process_form(this)">
<div style="text-align:center" >
<p><input type="hidden" name="form_sent" value="1" /> <input type="hidden" name="redirect_url" value="http://bunpai.com/index.php" /> Username<br />
<input type="text" name="req_username" size="16" maxlength="25" /><br />
<br />
 Password<br />
<input type="password" name="req_password" size="16" maxlength="16" onkeypress="if(event.keyCode==13) document.login.submit()" /><br />
<br />
<input type="submit" name="login" value="Login" tabindex="3" /><br />
<br />
<a href="forum/register.php">Register Now!</a></p>
</div>
</form>

         </div>

                        <div class="mc01b">

                            <img src="image/img_272.jpg" alt="" />

                        </div>
<?php
    }
}
?>

                </div>

                <div class="mcright">

                    <div class="mc01">

                        <div class="mc0101" style="left: 0px; top: 0px">

                            <img class="r0101" src="image/img_150.jpg" alt="" />

                            <img class="r0102" src="image/img_153.jpg" alt="" />

                            <img class="r0103" src="image/img_202.jpg" alt="" />

                            <img class="r0104" src="image/img_205.jpg" alt="" />

                            <div class="mcr">

                                <div class="mcr01">

                                    User Online

                                </div>

                                <div class="mcr02">
<?php
                                  include('http://Bunpai.com/forum/extern.php?action=online');
                                  ?>

                                </div>

                            </div>

                        </div>

                        <div class="mc0102">

                            <img class="r0101" src="image/img_155.jpg" alt="" />

                            <img class="r0102" src="image/img_157.jpg" alt="" />

                            <img class="r0103" src="image/img_207.jpg" alt="" />

                            <img class="r0104" src="image/img_209.jpg" alt="" />

                            <div class="mcl">

                                <div class="mcl01">

                                    Quotes

                                </div>

                                <div class="mcl02">
<script type="text/javascript" src="http://www.brainyquote.com/link/quotebr.js"></script>

                                </div>

                            </div>

                        </div>

                    </div>

                    <div class="mc02">

                        <div class="mc0201">

                            Welcome to Bunpai

                        </div>

                        <div class="mc0202" style="width: 18px; height: 15px">

                            &nbsp;

                        </div>

                        <div class="mc0203">

                            <div class="mc020301">
<?php
//----------------------------------------------------------------------//

//These are the forums from which the news is retrieved
$forumids = array(1,2,3);

//This is the overall limit for how many news items will be displayed
$master_limit = '5';

//This is the amount of characters above which truncation will occur
$trunc_chars = '550';

//----------------------------------------------------------------------//


//----------------------------------------------------------------------//

function close_tags($string)
{
    if (preg_match_all ('/<([a-z]+)[ >]/', $string, $start_tags))
    {
        $start_tags = $start_tags[1];

        if (preg_match_all ('/<\/([a-z]+)>/', $string, $end_tags))
        {
            $complete_tags = array();
            $end_tags = $end_tags[1];

            foreach ($start_tags as $key => $val)
            {
                $posb = array_search ($val, $end_tags);
                if (is_integer ($posb))
                {
                    unset ($end_tags[$posb]);
                }
                else
                {
                    $complete_tags[] = $val;
                }
            }
        }
        else
        {
            $complete_tags = $start_tags;
        }

        $complete_tags = array_reverse ($complete_tags);
        for ($i = 0; $i < count ($complete_tags); $i++)
        {
            $string .= '</' . $complete_tags[$i] . '>';
        }
    }

        // Removes irrelevant tags
    $xhtml_tags = array ('</img>', '</hr>', '</br>');
    $string = str_replace ($xhtml_tags, '', $string);
    return $string;
}

//----------------------------------------------------------------------//

function truncate($string)
{
global $pun_config;
$trunc_chars = '350';
$length = $trunc_chars;
$append = '...';

    if (strlen ($string) <= $length)
    {
        return $string;
    }
    else if ($length > 0)
    {
        preg_match ('#^(?:[\x00-\x7F]|[\xC0-\xFF][\x80-\xBF]+){'.$length.',}\b#U', $string, $matches);
        $string = $matches[0];
        $string = close_tags (preg_replace ('#\s*<[^>]+>?\s*$#', '', $string).$append);
        return $string;
    }
}

//----------------------------------------------------------------------//

$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, u.use_avatar, u.num_posts, u.registered, u.title, 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 IN ('.implode(',', $forumids).') AND t.moved_to IS NULL AND f.redirect_url IS NULL ORDER BY t.posted DESC LIMIT '.$master_limit) or error('Unable to fetch announcements', __FILE__, __LINE__, $db->error());

if ($db->num_rows($result))
{
    while($cur_post = $db->fetch_assoc($result))
    {
        echo '<div class="block" style="border:none">';
        if ($pun_config['o_avatars'] == '1' && $cur_post['use_avatar'] == '1' && $pun_user['show_avatars'] != '0')
        {
            if ($img_size = @getimagesize($pun_config['o_avatars_dir'].'/'.$cur_post['poster_id'].'.gif'))
            {
                $user_avatar = '<a href="forum/profile.php?id=' . $cur_post['poster_id'] . '"><img title="header=[<span class=\'box_username\'> '.pun_htmlspecialchars($cur_post['poster']).'] body=[<span class=\'box_info\'> Title: '.$cur_post['g_title'].'<br /> Total Post: '.$cur_post['num_posts'].'<br /> Registered Date: '. format_time($cur_post['registered'], true).']</span>" src="'.$pun_config['o_avatars_dir'].'/'.$cur_post['poster_id'].'.gif" '.$img_size[3].' alt="'.$cur_post['poster'].'\'s Avatar" /></a>';
            }
            else if ($img_size = @getimagesize($pun_config['o_avatars_dir'].'/'.$cur_post['poster_id'].'.jpg'))
            {
                $user_avatar = '<a href="forum/profile.php?id=' . $cur_post['poster_id'] . '"><img title="header=[<span class=\'box_username\'> '.pun_htmlspecialchars($cur_post['poster']).'] body=[<span class=\'box_info\'> Title: '.$cur_post['g_title'].'<br /> Total Post: '.$cur_post['num_posts'].'<br /> Registered Date: '. format_time($cur_post['registered'], true).']</span>" src="'.$pun_config['o_avatars_dir'].'/'.$cur_post['poster_id'].'.jpg" '.$img_size[3].' alt="'.$cur_post['poster'].'\'s Avatar" /></a>';
            }
            else if ($img_size = @getimagesize($pun_config['o_avatars_dir'].'/'.$cur_post['poster_id'].'.png'))
            {
                $user_avatar = '<a href="forum/profile.php?id=' . $cur_post['poster_id'] . '"><img title="header=[<span class=\'box_username\'> '.pun_htmlspecialchars($cur_post['poster']).'] body=[<span class=\'box_info\'> Title: '.$cur_post['g_title'].'<br /> Total Post: '.$cur_post['num_posts'].'<br /> Registered Date: '. format_time($cur_post['registered'], true).']</span>" src="'.$pun_config['o_avatars_dir'].'/'.$cur_post['poster_id'].'.png" '.$img_size[3].' alt="'.$cur_post['poster'].'\'s Avatar" /></a>';
            }
        }
        else
        {
            $user_avatar = '<a href="forum/profile.php?id=' . $cur_post['poster_id'] . '"><img src="forum/img/noimage.gif" alt=""/></a>';
        }

        $news_message = parse_message($cur_post['message'], $cur_post['hide_smilies']);

        if (pun_strlen($news_message) > $trunc_chars)
        {
            $news_message = truncate($news_message);
            $read_more = ' | <a href="'.$pun_config['o_base_url'].'forum/viewtopic.php?id='.$cur_post['id'].'">Read More</a> | ';
        }
        else
        {
            $read_more = ' | ';
        }

        if ($cur_post['num_replies'] != '0')
        {
            $replies = ' <a href="'.$pun_config['o_base_url'].'forum/viewtopic.php?id='.$cur_post['id'].'#p'.$cur_post['last_post_id'].'">Replies</a>: '.$cur_post['num_replies'].' ';
        }
        else
        {
            $replies = ' Replies: '.$cur_post['num_replies'].' ';
        }

        echo "\t\t\t\t\t\t\t".'<h2><strong><a href="forum/index.php">Forum</a> » <a href="forum/viewforum.php?id='.$cur_post['forum_id'].'">'.pun_htmlspecialchars($cur_post['forum_name']).'</a>'.'</strong></h2>'."\n";
?>
    <div class="box" style="border:none;list-style-type: none;">
                <div class="inbox" style="border:none">
<ul><li style="list-style-type:none">
       <div style="padding-bottom: 6px; list-style-type: none;" ><a class="news_subject" href="forum/viewtopic.php?id=<?php echo $cur_post['id']; ?>"><?php echo $cur_post['subject']; ?></a></div>
       <p><?php echo $news_message."\n" ?></p><br /><br />
<?php
    echo "\t\t\t\t\t\t\t".'<hr /><span class="byuser" style="float:left">Posted: '.format_time($cur_post['posted']).' by:<span class="byuser'.(isset($cur_post['g_title']) ? ' '.strtolower(str_replace(' ', '', $cur_post['g_title'])) : '').'"> <a href="forum/profile.php?id='.'2'.'" class="username">'.pun_htmlspecialchars($cur_post['poster']).'</a> |  Views: '. $cur_post['num_views'].' |  Replies: '. $cur_post['num_replies'].'</span></span>'."\n";
    
 
?>
                 
        </li></ul>
        </div>
    </div>
</div>
<br />
<?php
}
}
?>
<br />
<br />
</div>
   </div>


                    </div>

                </div>

            </div>

        </div>

        <div class="footer">

            <img class="mnimgl" src="image/img_275.jpg" alt="" />

            <img class="mnimgr" src="image/img_291.jpg" alt="" />

            <a href="../">HOME</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="#">POLICYS</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a

                href="/forum">FORUM</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="#">TERMS</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a

                    href="#">SERVICES</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/forum/contact.php">CONTACT</a>

            <br/>

            <font color="#333333">Copyright 2007 - <?php echo date ('Y'); ?> Bunpai |

            <!-- By using this template you agree not to remove or edit the copyright & author links below -->

            Powered by <a style="color: #333333" href="http://punbb.org">Punbb</a> | Template by

            <a style="color: #333333" href="http://webjestic.net/">webjestic</a></font></div>

    </div>

</body>

</html>

looks very good, i see you still have some blue font colors in the site. login userlist register etc...


Q

Acer launched a PC Tuesday that attempts to bring PC-class performance to Atom-processor-based PCs.
The Acer AspireRevo, about the size of hardcover book, combines Nvidia graphics with Intel Atom processor
http://i39.tinypic.com/2janct0.jpg
The Acer AspireRevo, about the size of a hardcover book, combines Nvidia graphics with Intel Atom processor.
(Credit: Acer)

The Acer AspireRevo is the first Atom-based PC from a major PC supplier to use Nvidia's Ion chipset that packs GeForce 9400M graphics, the same graphics used in the Apple 13-inch MacBook and MacBook Air.

By design, Atom is a more power frugal and, concomitantly, slower processor than Intel's mainstream Core 2 chip architecture.

The AspireRevo's marquee external feature is the diminutive size: the desktop is comparable in size to a laptop (though slightly thicker, about the size of a typical hardcover book). Internally, the device will test Nvidia's thesis that devices, such as Netbooks, that pair the Atom processor with Nvidia graphics offer much better performance than Intel-only (i.e., Atom-with-Intel-chipset) platforms.

This won't be quite the slam dunk that it was before, however. Intel recently started shipping the Atom N280 and the accompanying GN40 chipset, which for the first time on an Intel Netbook platform delivers 1080p HD playback.

"The AspireRevo...is perfectly suited for the living room, because Nvidia Ion provides a brilliant graphics experience with digital photos, watching video, and playing family-friendly games," said Gianpiero Morbello, corporate vice president of marketing for Acer, in a statement.

Specs:
The AspireRevo is debuting today alongside a plethora of other Acer wares, boasting a 1.6GHz Intel Atom 230 processor, up to 4GB of RAM, up to 250GB of HDD space, a 4-in-1 card reader, HDMI / VGA outputs, gigabit Ethernet, six USB 2.0 sockets, audio in / out, Windows Vista Home Premium / Basic and a svelte black and white enclosure that measures just 7.1- x 7.1- x 1.2-inches.

Thanks to "Garciat"

Nvidia listed the following capabilities for the Ion-based AspireRevo:

    * Ability to run Windows Vista Home Premium
    * 1080p HD video with true-fidelity 7.1 audio
    * Popular games including Spore, Call of Duty 4, and Sim City 5
    * DirectX 10 graphics with advanced digital display connectivity
    * Accelerated video enhancement and transcoding using Nvidia CUDA technology

Pricing information was not immediately available. Generally speaking, Ion-based desktops are expected to be priced under $300.

it goes both ways. there is a feed plugin for both punbb and wordpress.
but this way it eats up db.

get in touch with utchin he a dang good programmer and he might be able to make u a bridge for a fair price.

Q

Nigg, what i have done is created a html(php) page that pulls info from punbb1.2 and places it on the index.php in the main directory.

as follows

/index.php <-front end of site
/forum/index.php <-front end of punbb forum

this is easy to do but i'm using pun1.2 not pun1.3

Q

you can do it via rss
wordpress got a plugin for creating articles from rss..

Q

40

(5 replies, posted in General discussion)

I know something as simple as a line of code to fix an age old programmer headache.

see below

Copyright © 2008 PunBB

does that mean punbb copyright as expired?

makes you go hummmm..

Q

41

(5 replies, posted in General discussion)

ahh ok.. lmao.. just be simple to do it that way..

Q

42

(5 replies, posted in General discussion)

silly thing i have noticed...

why not change the 200x---2008 to

Copyright 2007 - <?php echo date ('Y'); ?>

and never have to deal with updating the yr???


Q

with 1.2 you can rename index.php to forum.php and there are a few places that you need to update the redirects to index.php within the forum( breadcrumb trail.)

sorta example:
http://bunpai.com/

Q

44

(11 replies, posted in Fun)

kewl game...

Q

45

(2 replies, posted in Feature requests)

i would look at the header.php and the main.tpl to see if you can do that.

Q

i dont do 1.3 but look at the main.tpl in the include/template folder..


Q

47

(41 replies, posted in PunBB 1.3 extensions)

sent you and email via punbb...

scott @ nalan dot org

48

(41 replies, posted in PunBB 1.3 extensions)

one of your wordpress template that i posted on at your site. tried to install some spyware software and about 20 windows tried to open up...

err..

Q

Instant eyedropper..


Identification the color code of an object on the screen is usually an involved, multistep process: You press the Print Screen key to copy a screenshot to the clipboard, load a graphics-editing program, create a new file, paste the screenshot from the clipboard, zoom in on the object, use the "Pick Color" tool, and finally copy the HTML code of the color to the clipboard.

Webmasters may repeat this operation many times a day. Just imagine how much time can be saved by using Instant Eyedropper to do the same thing With a Single Click!

http://instant-eyedropper.com/?ref=ie

Q

punbb owners should buy wordpress nexted.. all the Wp support Q...


search wp plugin for wp-o-matic

this will allow you to plugin in any rss feed to any category in your website with a link back to the author.
http://devthought.com/tag/wp-o-matic/


4.95 for the first min and 8.95 after that.. haha

Q