Plesk is OK..
you should also directadmin Simple & sweet. ()
www.directadmin.com (Linux only)
for the $$$ it worth it..
You are not logged in. Please login or register.
PunBB Forums → Posts by maxxstar
Pages 1
Plesk is OK..
you should also directadmin Simple & sweet. ()
www.directadmin.com (Linux only)
for the $$$ it worth it..
Firefox rocks!
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';
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..
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 .. ,
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?
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?
I've just installed PunBB also .. just meddling them.. & recreating some myself.
<!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);
?>
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?
sort of .. hmm Yes ..U think it's a good idea?
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!
You'll never know - you have to see it for yourself.
Thanks Rickard,, Job Well Done!
Pages 1
PunBB Forums → Posts by maxxstar
Powered by PunBB, supported by Informer Technologies, Inc.