1

(34 replies, posted in General discussion)

Hey, i was one of the users who was hacked but... if we start to think... it was a real hacker, i mean, a well understood hacker, he broke the code, modified some things (title, subtitle) but didn't make a real damage (data loss, db loss, etc...). I'm not justifying, but certainly it could have been worst!.
So, as part of a comunity instead of trying to know where is he from or where he lives, why not try to know where is the security failure to fix it. I repeat, i'm not justifying his acts, but this things help us to make a better punBB. Thank god he was a "good" hacker.

Bye!

2

(34 replies, posted in General discussion)

Frank H wrote:

you should probably upgrade to 1.2.6 aswell ...

yeah... i will,

i've just noticed that the hacker created a new administrator user for him.

3

(34 replies, posted in General discussion)

yes, my forum was hacked, here is a screenshot.

http://img209.imageshack.us/img209/301/hackeo1og.th.jpg

It wasnt to hard to fix, but i think that other useres may lose important data.


bye!

4

(0 replies, posted in PunBB 1.2 show off)

Este es nuestro nuevo foro, por el momento solo funciona en español. Lo creamos junto con un amigo. La idea es juntar links de todos los lugares posibles que tengan algo interesante paraq ser visto con los mapas de google. Estan invitados a participar!!!

Click AQUI

This is our new forum, at this moment is only running in spanish. We created it together with a friend. The main idea is to compile all the possible places that can be intreresting to be seen with google maps. You are invited to participate!!!

Click HERE

Bye!!

5

(1 replies, posted in Feature requests)

HI, i was looking for a script that could show the last 5 or 10 active topics in the announcement section, i saw a script for vbulletin that scrolls up showing date, poster, and the topic. Does anyone knows how to do it.??

Can anyone code it?

6

(142 replies, posted in PunBB 1.2 discussion)

16 Users, 70 topics  276 posts.
Rows: 13831
Size: 767.06 KB

http://foro.club4-40.cl

7

(12 replies, posted in Feature requests)

hcgtv wrote:
555|STi wrote:

I think that if PunBB is a forum much more simpler than others... so it would be great to have a picture gallery much more simpler than others (coppermine), it would be great to have a "gallery add-on" for punBB 1.2, (actually i need it).

I've done my research on this and I use singapore, simple, easy to skin, etc.

http://singapore.sf.net - my sig is what I use on my sites

Nice script, i'll try it... but i was thinking about some add on that uses the same PunBB css, DB, etc...

8

(12 replies, posted in Feature requests)

I think that if PunBB is a forum much more simpler than others... so it would be great to have a picture gallery much more simpler than others (coppermine), it would be great to have a "gallery add-on" for punBB 1.2, (actually i need it).

I'm asking this because i have no idea about PHP programming. I can barely handle some lines of HTML sad

... ok... bye...

To be honest, i don't know if this goes here, but i think it would be useful for someone.
I've just posted the same in www.punres.org .

Ok, here we go...

Just open header.php and go to the line 137, you'll se something like this

// 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>

I have replaced the string

<h1><span>'.pun_htmlspecialchars($pun_config['o_board_title']).'</span></h1>

with a flash code.

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
  codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" width="640" height="480">
  <param name="movie" value="index.swf">
  <param name="quality" value="high">
  <param name="bgcolor" value="#000000">
  <embed src="index.swf" quality="high" bgcolor="#000000"
    width="480" height="60"
    type="application/x-shockwave-flash"
    pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
  </embed>
</object>

It looks like this.

// START SUBST - <pun_title>
$tpl_main = str_replace('<pun_title>', '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
  codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" width="640" height="480">
  <param name="movie" value="index.swf">
  <param name="quality" value="high">
  <param name="bgcolor" value="#000000">
  <embed src="index.swf" quality="high" bgcolor="#000000"
    width="640" height="480"
    type="application/x-shockwave-flash"
    pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
  </embed>
</object>', $tpl_main);
// END SUBST - <pun_title>

If anyone could make a simpler way to change it, i mean, some sort of option in the admin menu would be great.

ok... bye!

10

(142 replies, posted in News)

Thank you guys!!

This forum (punBB) became a need for me.

Thanks again.

1H 9m left...

12

(137 replies, posted in News)

Excellent!!... just excellent!

The new site rox!!

13

(14 replies, posted in PunBB 1.2 show off)

Gary13579 wrote:

yea, thats pretty nice, but too invisionish for me


I think the theme is great... but also agree Gary, one of the things that i like of PunBB is to be different, so thist themes seems too invisionish for me too.

But i think it looks awesome.


Sorry for my english...

I did it with another method. A little bit easier for me.

This is the main.tpl original code

<table class="punmain" cellspacing="1" cellpadding="4">
    <tr class="punhead">
        <td class="punhead">
            <span class="puntitle"><pun_title></span><br>
            <pun_desc>
        </td>
    </tr>
    <tr>
        <td class="puncon1">
            <pun_navlinks><br><br>
            <pun_status>
        </td>
    </tr>
</table>

And this is my mod

<table class="punmain" cellspacing="1" cellpadding="4">
    <tr class="punhead">
        <td class="punhead">
            <span class="puntitle"><object width="320" height="30"><param name="movie" value="4-40.swf"><embed src="4-40.swf" width="320" height="30"></embed></object></span><br>
            <pun_desc>
        </td>
    </tr>
    <tr>
        <td class="puncon1">
            <pun_navlinks><br><br>
            <pun_status>
        </td>
    </tr>
</table>

I used a little .swf as a title. you can see it in http://foro.club4-40.cl

15

(7 replies, posted in PunBB 1.2 show off)

Connorhd wrote:

nicely done although i prefer punbb styles wink


Me too... but the design is not bad

16

(300 replies, posted in PunBB 1.2 discussion)

Can't wait to see it.

17

(55 replies, posted in Feature requests)

I did all you said but still can't make it work, the smilie still is 30x30

18

(38 replies, posted in PunBB 1.2 discussion)

User Rating: / 177

19

(5 replies, posted in PunBB 1.2 show off)

Good Work!!... looks great but i would add some yellows to give a little contrast.

but looks great!

20

(4 replies, posted in PunBB 1.2 show off)

Great!!!

but!... i don't like the background image en the menu (on mouse over)

But the design is great!

21

(0 replies, posted in PunBB 1.2 show off)

Hi, i'm from chile, i am currently "webmastering" the website of a "salsoteca" the name is  Club 4-40, and when i was designing the site i was wondering where the hell can i find a simple but "serious looking" forum. And fortunately i' found punBB, it really rocks!.

I can't wait to see the final version of punBB v1.2, as far as i know it has many features that i'd love to use.

My forum is at http://foro.club4-40.cl

The site is in spanish, the theme (css) was edited by me, i tried to keep the homepage colours and design. I'm not an advanced user of dreamweaver, i did what i can!!.. LOL

Well... that's all

Bye!