how could it be encrypted and still used? and if it is encoded anyone who knew where to get it could know how to decode it :S
3,801 2004-09-27 19:33
Re: Possible to encrypt MySQL password in config.php (10 replies, posted in PunBB 1.2 discussion)
3,802 2004-09-26 17:11
Re: What's the difference (12 replies, posted in General discussion)
Iceblade your having the same conversation in punbb discusion
3,803 2004-09-26 17:10
Re: User Groups System (86 replies, posted in PunBB 1.2 modifications, plugins and integrations)
huh? you make 2 posts about the same thing but different? :S
3,804 2004-09-26 10:15
Re: Stupid person alert (9 replies, posted in PunBB 1.2 discussion)
oh you use free hosting? its unlikly it will support php and mysql
3,805 2004-09-26 10:12
Re: User Groups System (86 replies, posted in PunBB 1.2 modifications, plugins and integrations)
its not like that ++ is a version of punbb with addons i guess ++ will make a 1.2 version when it comes out
3,806 2004-09-26 10:11
Re: Stupid person alert (9 replies, posted in PunBB 1.2 discussion)
did you read the install.html file?
3,807 2004-09-25 22:45
Re: GBrowser soon ... (12 replies, posted in General discussion)
google are in a pretty powerful position to market anything they want... just as long as they don't turn evil we'll be ok
3,808 2004-09-25 22:43
Re: User Groups System (86 replies, posted in PunBB 1.2 modifications, plugins and integrations)
the instructions aren't to hard to follow and there is a punbb++ thing in development which includes alot of mods
3,809 2004-09-25 13:03
Re: PunBB 1.2 development source (277 replies, posted in PunBB 1.2 discussion)
XKL (eXtensible Kettle Language)
3,810 2004-09-25 12:42
Re: punbb & RSS (4 replies, posted in PunBB 1.2 show off)
http://vnoss.org/forum/extern.php?actio … p;type=RSS ? what about that?
3,811 2004-09-25 12:13
Re: Improved New Message 1.0 (17 replies, posted in PunBB 1.2 modifications, plugins and integrations)
well, start at the top and work your way through
3,812 2004-09-25 12:09
Re: Possible to encrypt MySQL password in config.php (10 replies, posted in PunBB 1.2 discussion)
well if you encrypt the password then it can't be used to access the database can it?
3,813 2004-09-25 12:04
Re: Arghhhhh ... I have modified something in viewtopic.php ... and BUG ! (7 replies, posted in PunBB 1.2 troubleshooting)
remove
<?
//Attachment Mod Block
$post_attach_html = "";
//First check if there is an attachment in this post
$result_two = $db->query('SELECT id,filename,extention,size,downloads FROM '.$db->prefix.'attach_files WHERE postid='.$cur_post['id']) or error($lang_attachments['Error fetch'], __FILE__, __LINE__, $db->error());
if ($db->num_rows($result_two)==1) //an attachment found! :)
{
//get the info into a variable.
list($post_attach_id, $post_attach_filename, $post_attach_extention, $post_attach_size, $post_attach_downloads) = $db->fetch_row($result_two);
// time to check if current user may download
$result_two = $db->query('SELECT rules FROM '.$db->prefix.'attach_rules WHERE affected='.$forum_id) or error($lang_attachments['Error rules'], __FILE__, __LINE__, $db->error());
if (!$db->num_rows($result_two))
message($lang_attachments['Error rules']);
list($forum_attach_rules) = $db->fetch_row($result_two);
if($cur_user['status'] < 1) // Normal users
$attach_allowed = attach_rule_check($forum_attach_rules,2);
elseif ($cur_user['status'] == 1) // Moderators
$attach_allowed = attach_rule_check($forum_attach_rules,4);
elseif ($cur_user['status'] > 1) // Admin
$attach_allowed = true; // always allowed to see...
elseif ($cookie['is_guest']) // guess this will be right to 'sense' guests ... documentations would be handy :oP
$attach_allowed = attach_rule_check($forum_attach_rules,1);
else
$attach_allowed = false;
// if the user is allowed to download, show this.
if ($cur_user['show_img'] != '0') // if he wnt to see pictures ... show him the attachment icon
{
$attach_icon = attach_icon($post_attach_extention);
}else $attach_icon = '';
if($attach_allowed){
$post_attach_html = '<br><br><span class="pun_text"> Attachment: '. $attach_icon .'<a href="attachment.php?item=' . $post_attach_id . '" target="_blank">' . pun_htmlspecialchars(unescape($post_attach_filename)) . '</a> <font size="1">Size: ' . number_format($post_attach_size,0) . ' bytes Downloads: ' . $post_attach_downloads . '</font></span>';
}
}
//Attachment Mod End block
?>
and see what happens
3,814 2004-09-25 12:02
Re: 1.2 Requests: using PunBB as mini-CMS (26 replies, posted in PunBB 1.2 modifications, plugins and integrations)
i would guess the "compability, visual consistency and speed" would only change due to the proxy not working properly
3,815 2004-09-24 22:54
Re: PunCMS (146 replies, posted in PunBB 1.2 modifications, plugins and integrations)
ok, i'll hold off on the naming, last thing i want to do is annoy you after borrowing (stealing) your code even if it is GPL etc, also my idea is not for it to come with everything but more of a set of "building blocks" which you can choose to put together the site you want, eg the most basic download would be punbb + portal, up to all the modules included, i'm trying to think of the best way of making it scaleable without restricting features.
i know alot of punbb people are good with php etc and can mod it to their needs, but this is more to tailor for people who need more of a GUI approach for adding stuff (or are to lazy )
3,816 2004-09-24 21:15
Re: Web Developer Checklist (14 replies, posted in Programming)
just add the firefox logo as your favicon to annoy IE users
3,817 2004-09-24 21:14
Re: [pBB: 1.1.5] Use category 'images' instead of text. (14 replies, posted in PunBB 1.2 modifications, plugins and integrations)
ahh lol cos i was like huh why are they loading 1 at a time
3,818 2004-09-24 21:10
Re: PunCMS (146 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Rickard: what do you think about the punCMS idea and do you mind me like messing with your code and calling it pun...
3,819 2004-09-24 17:06
Re: PunCMS (146 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Well after a late night coding session between myself and a fellow Nucleus developer, we have a skin to show as proof of concept.
Tested in Firefox 0.9.3, 1.0pr and IE 6 on WinXP. Fellow Mac users, let me know if there are any issues.
The PunBB cloned skin: http://hcgtv.org
looks nice... ecxept in IE and except its still 1.1.5 style not 1.2
3,820 2004-09-24 15:41
Re: 20K (3 replies, posted in PunBB 1.2 discussion)
sorry 10k was announcment so i posted it there
3,821 2004-09-24 15:36
Re: [pBB: 1.1.5] Use category 'images' instead of text. (14 replies, posted in PunBB 1.2 modifications, plugins and integrations)
err why are all your images different files but the same image so it has to load lots of times?
3,822 2004-09-24 06:49
Re: PunCMS (146 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Connorhd wrote:hcgtv, i like a challenge also would be pretty cool to have a full site in the punbb style...
Ok, I say go for it then.
If speed is an issue, then check out the latest benchmarks on CMS apps:
http://www.english.rk.edu.pl/cms_benchmark.html
well i would think it would be pretty fast, i'm not going to add too much to punbbi don't think, just reorganise the code and create a couple of management systems
3,823 2004-09-23 21:43
Topic: 20K (3 replies, posted in PunBB 1.2 discussion)
has no one noticed? 20,000 posts
3,824 2004-09-23 21:36
Re: XHTML 1.1 Parrallelism (26 replies, posted in Feature requests)
maybe tables are just the most effective way of displaying that?
3,825 2004-09-23 21:33
Re: XHTML 1.1 Parrallelism (26 replies, posted in Feature requests)
Connorhd wrote:have a look, http://66.98.138.31/~connorhd/pundev/vi … ?pid=38#38
well like you said in the future it should be that but i think for now most people will be happy with xtml 1.0
Waouh ... great job
http://66.98.138.31/~connorhd/pundev/profile.php?id=4
OK ...
why don't you use this techic for the rest where tables are used ?
With display : inline ... all is possible !
thats 1.2 dev version btw and not the most uptodate