1

(6 replies, posted in General discussion)

Plesk is OK..

you should also directadmin Simple & sweet. ()
www.directadmin.com (Linux only)
for the $$$ it worth it..

2

(101 replies, posted in General discussion)

Firefox rocks!

3

(16 replies, posted in General discussion)

Mercury is good..

Alternatively you take a look @ this.
http://www.hmailserver.com/

TRY THIS!

<script type="text/javascript">
<!--
function process_form(theform)
{
    var element_names = new Object()
    element_names["req_username"] = "Username"
    element_names["req_password"] = "Password"

    // Check for required elements
    if (document.images) {
        for (i = 0; i < theform.length; ++i) {
            if (theform.elements[i].name.substring(0, 4) == "req_") {
                if ((theform.elements[i].type=="text" || theform.elements[i].type=="textarea" || theform.elements[i].type=="password" || theform.elements[i].type=="file") && theform.elements[i].value=='') {
                    alert("\"" + element_names[theform.elements[i].name] + "\" is a required field in this form.")
                    return false
                }
            }
        }
    }

    // Disable any submit buttons we find
    if (document.all || document.getElementById) {
        for (i = 0; i < theform.length; ++i) {
            var elem = theform.elements[i]
            if (elem.type.toLowerCase() == "submit")
                elem.disabled = true
        }
        return true
    }

    return true
}
// -->
</script>       

<form name="login" method="post" action="<?php echo $pun_root;?>login.php?action=in" id="login" onsubmit="return process_form(this)">
<input type="hidden" name="form_sent" value="1">
<input type="hidden" name="redirect_url" value="<?php echo $_SERVER['REQUEST_URI']; ?>">
<td class="puncon2"><span class="puncon1right"><b><?php echo $lang_common['Username'] ?></b></span> 
<input type="text" name="req_username" size="20" maxlength="25">
<span class="puncon1right"><b><?php echo $lang_common['Password'] ?></b></span> 
<input type="password" name="req_password" size="10" maxlength="16">
<input type="submit" name="login" value="<?php echo $lang_common['Login'] ?>"></td>
</form>

K, just some jscripts error ..

near line 200 ..... around there

$page_title = pun_htmlspecialchars($pun_config['o_board_title']).' / '.$action;
   
// added this
$validate_form = true;
$element_names = array('req_subject' => 'Subject','req_message'=> 'Message');
// added end

$form_name = 'post';
       
$cur_index = 1;
           
require $pun_root.'header.php';

6

(32 replies, posted in General discussion)

Name : Md Faizal
Age : 32 you got company... dude
Where do u live : Singapore
Interests : Surfing, Programming, Designing

Occupation : Designer/Programmer

I've encounter no problems with it.. even added the quick post with PostEnhance..

anatman wrote:

Looks good, and very promising!

thanks.. I try to keep it simple ..

remodified a bit - Each of all PunStyles have their own template.

then from the Admin Panel can set either to enable User to chose own style. or use system default..

OK.. Cool .. great job there .. smile ,
I'm writing a cms based on PunBB.. just love this PunBB..

thus called PunCMS.. it will be base on speed, cleaned coded.. eh .. simple as to say .. not like the other CMS system.. like phpNuke, PostNuke & so on..

soori what's a PunRes 2.1?

Say, what happen to Cactuz Network?

12

(1 replies, posted in PunBB 1.2 discussion)

Well , looking for worthy contenders for like news/blogs & Gallery to integrate into PunBB?

any sugestions guys?

another way .. I found out -> if u do don't like meddling with the main.tpl. You can use <pun_include "(.*?)">.

What U guys think?

http://www.puncms.dizmedia.com

15

(18 replies, posted in PunBB 1.2 troubleshooting)

I've just installed PunBB also .. just meddling them.. & recreating some myself.

16

(18 replies, posted in PunBB 1.2 troubleshooting)

HAVE PUN!  smile

17

(18 replies, posted in PunBB 1.2 troubleshooting)

fotogravizer wrote:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>

<body>
<?php

$db_type = 'mysql';
$db_host = 'localhost';
$db_name = 'fotogravizer';
$db_username = 'ftgrvzerl';
$db_password = 'anypassword';
$db_prefix = '';
$p_connect = false;

$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;

$language = 'en';

define('PUN', 1);

?>
</body>
</html>


just this will do

<html> ..... dun need these


just copy the codes below for your config.php
: dun forget to change your pass.
<?php

$db_type = 'mysql';
$db_host = 'localhost';
$db_name = 'fotogravizer';
$db_username = 'ftgrvzerl';
$db_password = 'anypassword';
$db_prefix = '';
$p_connect = false;

$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;

$language = 'en';

define('PUN', 1);

?>

18

(18 replies, posted in PunBB 1.2 troubleshooting)

clear your cookies.. see how it goes.. I had the same problem b4.

Something is not right .. did you do something to the header.php?

19

(5 replies, posted in PunBB 1.2 show off)

sort of .. hmm Yes ..U think it's a good idea?

20

(5 replies, posted in PunBB 1.2 show off)

So excitied abt PunBB....
one that's fast & easy. So now I am playing with the Mods & Styles.

Checked this out! PunCMS

Pretty much default now .. check back in a few days! wink

You'll never know - you have to see it for yourself.

Thanks Rickard,, Job Well Done!