I am making a CMS and integrating it with PUNBB I don't have much done, but after I fix a couple files I will be far along, here it is. I know there is a spacing problem in the top table in firefox and netscape. So just ignore that, and the scrollbar is only temporary. http://levade.homeip.net/addicted/cms/

I haven't update the forums with the databse driven sidebar yet. But you can see the forums from the login things at the top and I think there may be a link in my sig.

2

(2 replies, posted in Programming)

Well I have been working on this for the past two days, it works amazingly well, the form doesn't do anything, it does its just turned off. Anyways I was making a FAQ in HTML and it was a pain (http://levade.homeip.net/addicted/ps3faq.htm) so I decided to automate it with PHP and mysql, and the result was amazing! http://levade.homeip.net/addicted/ps3faq.php What do you think, don't validate it, it didn't do very well.

3

(109 replies, posted in General discussion)

I would rather have a quality piece of software then a bad peice, and I am completly OK with them taking their time, just as long as they keep quality high, but in this case they are hardly working on it at all,

4

(5 replies, posted in PunBB 1.2 bug reports)

Rickard wrote:

I'm curious, how is this a bug?

And yes, usernames are censored if you have censoring enabled.

thanks, that explains why that didn't work, i never thought it was an option, anyways i just read it wronge, i thought it would have to be <=2 or something simular to allow 2 characters, i guess I am new to php, so I really wouldn't know.

5

(2 replies, posted in Programming)

my guess is you should define a height in the row (tr) so that should probably fix it, i am pretty sure that 100% would be fine

6

(5 replies, posted in PunBB 1.2 bug reports)

I was doing some testing and discovered that a two character username is accepted valid,

    if (strlen($username) < 2)
        message($lang_prof_reg['Username too short']);
    else if (pun_strlen($username) > 25)    // This usually doesn't happen since the form element only accepts 25 characters

Also there is no censory validation on the username, I am not 100% sure, it seems completly valid, but here is a user i made up, http://levade.homeip.net/addicted/forum … .php?id=12

passwords seem to work fine

7

(1 replies, posted in PunBB 1.2 troubleshooting)

It seems like it takes awhile for a thread to go to the read color, atleast two views, i just wanted to point that out if anyone hasn't already.

I am trying to make some modifactions to the redgistration program, and including my header and footer, but it doesn't reconize seperate pages
http://levade.homeip.net/addicted/ocm/register.php see that!
it is the same for login.php
is there a s
thanks,

9

(7 replies, posted in PunBB 1.2 discussion)

Rickard wrote:

A photograph of PunBB running on a PSP would be great smile

Well, I don't own a PSP, mostly because i don't have the money and there isn't many games worth buying. But i will see what i could do.

10

(7 replies, posted in PunBB 1.2 discussion)

Well, i have had my site tested on the PSP, and it works 100% without any problems, isn't that wonderful?

Any ways, i got my site down to 480 pixels, and i can't say it displays perfectly and looks amazing. Not only that but is faster and easier on the system.  |Pun BB your the greatest!|

Gizzmo wrote:

you can add the include into the tpl file by useing <pun_include "header.php">

just upload your file to "include/user/"

that takes, the fun out of everything, thanks i saw it in the documantation, and always thought that tpl was some kindof image formant, and that didn't make much sense

12

(1 replies, posted in General discussion)

I know html very well, i actually use xhtml and i want to learn how to write php and use databases together.
I know very little php and really i have a huge plan for my website, its a great idea but i just don't want to tell you because well then someone will steal it, its that good! anyways i want to create a program and need to know the php structure to do it.

the problem is it is appering above the head, so does anyone know of a cheap fix for this, i put in the spot i need it to go, but it just doesn't work. I can't figure out how to display this file, it works and everything. It is just above the head, and there for it works in almost no browsers.

I used this
include("header2.php");
and that is where all my problems come from

there is probably something simular to the banner at the bottom. i just can't figure it out
thank for the help,

Is there a way you can make the tables not be removed, but still work?

15

(6 replies, posted in Programming)

noob^

16

(1 replies, posted in PunBB 1.2 show off)

http://img328.imageshack.us/img328/7932/sitescreen4pb.jpg
full size image
http://img328.imageshack.us/img328/7932 … een4pb.jpg

I won't give you a link for several reasons, mostly it is not my site i just designed it, what do you think?

17

(5 replies, posted in PunBB 1.2 discussion)

// START SUBST - <pun_title>
$tpl_main = str_replace('<pun_title>', '<h1><span>'.pun_htmlspecialchars($pun_config['o_board_title']).'</span></h1>', $tpl_main);
// END SUBST - <pun_title>


// START SUBST - <pun_desc>
$tpl_main = str_replace('<pun_desc>', '<p><span>'.$pun_config['o_board_desc'].'</span></p>', $tpl_main);
// END SUBST - <pun_desc>

would i be able to replace these lines in the header .php file with xhtml? Without any problems?

18

(1 replies, posted in PunBB 1.2 show off)

http://levade.homeip.net/addicted/

well my sites traffic has been going down dramaticly so i decided to add on a message board, there has been a slight increase in the past few days (OK a got as many hits in a day as i did last week today) The design is almost complete on the forums. I wish there was a pun nuke or something, php nuke is sort of slow.

19

(4 replies, posted in PunBB 1.2 show off)

Cajual wrote:

Still looking for Doku update.

http://www.rose-na.com  is the new URL.

how did you get your header like that?

20

(1 replies, posted in Feature requests)

Well i just came up with thise idea,

So basicly every hour your sites DB is backed up and a file is deleted from 48 hours ago (or whatever time you set) if your site is hacked, you can open the backups and see them in your site (you can navagate through hours using a button on top of the header).

Also if you want to add something to the DB you would have to enter a password in the admin block and add the file into the DB within 1 minute of each other.

Although PunBB is already extremly secure this would make it almost hack safe.

21

(1 replies, posted in PunBB 1.2 bug reports)

addicted68098 wrote:

Delete multiple posts
Move topic
Close topic
Stick topic

All of these do not work, i have the latest versain (1.2.10)
Parse error: parse error, unexpected ',' in \forums\moderate.php on line 603

Fixed, problem: unzipping error

22

(1 replies, posted in PunBB 1.2 bug reports)

Delete multiple posts
Move topic
Close topic
Stick topic

All of these do not work, i have the latest versain (1.2.10)
Parse error: parse error, unexpected ',' in \forums\moderate.php on line 603

23

(5 replies, posted in PunBB 1.2 discussion)

I got the background working just by creating a background image with CSS, but i want to know how to add a custom header to the site.

24

(5 replies, posted in PunBB 1.2 discussion)

CableGuy wrote:

For the matching header question, try this out and see if it helps.

As for the background question, just change the color in your style/imports/name_cs.css file.  It will be near the top and duly labled, erm, background. smile

BODY {BACKGROUND-COLOR: #FFFFFF}

No I don't want the background to be white, i know css but what i need to know is how I can make a table to go under the forums that would be white.

I want to add the header so it appears on every page no matter what mod.

25

(5 replies, posted in PunBB 1.2 discussion)

http://img209.imageshack.us/img209/7355/forumscreen2wy.jpg
Well first i want a header to go onto the top, to match my current site, how can i create a table to do that?

Then see how the background gets between the tables, where would i put a table to go behind that so it would be white?