1

(6 replies, posted in PunBB 1.2 discussion)

wow. Ive been doing this for a long time and i never knew you could do that. That's pretty cool.

2

(6 replies, posted in PunBB 1.2 discussion)

what do you mean they aren't images, they have to be images the 12 by 12px blocks that look like a pyramid. You can't make that with css can you? That image must be stored somewhere, right?

3

(6 replies, posted in PunBB 1.2 discussion)

Where are the images coming from that show whethere the forum has a new topic or not? I cannot find them in the code. I know that there are lines to add to the css to change them, but i want to know where the default ones are.

change the line in header.php to something like

if (desc != '')
echo{<p><span> desc code</span></p>}

That will get rid of the code altogether if there is no desc.

the way ipb's works is by using a cron job. So you don't need the page open to send the emails.

as the php manual says, the $_SERVER['remote_addr'] is not reliable for exactly that reason. As soon as you go through a new server, you are no longer being seen from your ip, and only the ip of the server. This is why proxies were invented and being used.

ahh yes, forgot it was missing that feature...

kiefer, i still show alot of respect towards you, and feel that this is more of a mis-communication then any thing else. Please unban me, so that i can speak with you off of these boards in private.

im not trying to argue, i just wasn't sure if you meant to do it on purpose, or if someone else got in or banned me. I have emailed you, but with no response. Can you just pm me on here about it.

bodhisattva, what i don't understand, is that as i was a developer for revo, that we worked together on, i am now banned. You have also told people that i am NOT a developer for revo. What is up with that?

Also, about this security hole, I was the one that found this. smile

10

(7 replies, posted in PunBB 1.2 discussion)

or you could just simply add a javascript that will reload the page for you every...20 minutes or so. That also allows people to disable it if they don't want it.