wow. Ive been doing this for a long time and i never knew you could do that. That's pretty cool.
2 2006-05-01 13:23
Re: The forum images (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 2006-05-01 04:32
Topic: The forum images (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.
4 2006-04-03 14:29
Re: web standard comliancy (possible empty span in header.php) (13 replies, posted in PunBB 1.2 bug reports)
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.
5 2006-03-23 04:45
Re: [Release] AP_Broadcast_Email 1.0 (52 replies, posted in PunBB 1.2 modifications, plugins and integrations)
the way ipb's works is by using a cron job. So you don't need the page open to send the emails.
6 2006-03-01 19:38
Re: get_remote_address() - incorrectly detecting users IP address (6 replies, posted in PunBB 1.2 bug reports)
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.
7 2006-02-16 02:42
Re: Passworded Protected Forums mod (17 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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.
8 2006-02-15 23:11
Re: Passworded Protected Forums mod (17 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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.
9 2006-02-15 20:13
Re: Passworded Protected Forums mod (17 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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.
10 2006-02-15 20:09
Re: Check for new posts (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.