451

(1,382 replies, posted in General discussion)

sugar

452

(39 replies, posted in General discussion)

Rickard wrote:

The thing I don't like about Opera (apart from the fact that it is Norwegian! :D) is that it looks like the GUI was designed by a twelwe year old when you first start it up. All the buttons have really corny transition effects and the interface is generally bloated with very little space left for the actual content. I know you can turn all that crap off, but the fact that it starts out with it enabled is definately a bad thing.

I totally agree. I'm also a Opera-user, just love the mousemoves! The first thing to do is, as you said, to remove all big buttons and searchfields :) I like the new "bookmark-box" in 7.5 though :)

The same thing goes for Miranda where you can remove all menus (like this), make it much simpler :) I don't understand people who still runs Mirabilis ICQ with tons of feautures that no one uses, ads, and such things.

You set status to 2 for the user you want to have admin rights.

454

(32 replies, posted in General discussion)

Joey wrote:

Cheers guys, you are legends :)

Did my DB help with the development of the converter much?

Yes it did. It's always easier to have a large database to test with, it sooo much different stuff that users can do. I've found alot of small things such as <br>'s in the signature, guests posting topics (different guest id in invpb and punbb), zero-value at the posts/topics-settings in the profile and so on...

455

(32 replies, posted in General discussion)

The mail you've given here in the forum seems to be down, I can't send you anything. I've got a test-forum here (it's not online 24/7 though, only when I'm home), and the sql-file is here.

Please check that everything is converted and that it works fine...

456

(2 replies, posted in Feature requests)

The alphabetical userlist is removed beqause it's not working when having "weird" usernames (with another encoding or something like that). In v1.2 you can search in the userlist instead, so it should hopefully be enough.

457

(32 replies, posted in General discussion)

Joey wrote:

Yay I've been offered a free server, which is nice, so whats my next step? Should I wait or use the file linked above?

I've got a better file yes. Do you want to have the private messages converted too, you'll have to wait some more. Otherwice I could make a database-dump for you. I've sent you an email.

458

(1,382 replies, posted in General discussion)

exercise

459

(1,382 replies, posted in General discussion)

Haley Joel Osment

460

(32 replies, posted in General discussion)

Joey wrote:

Using my DB... :D

Yes, I've tested it with your DB, but I need a "large" 2.0-database also. Second, I'm thinking about converting the private messages too, but I'll look at it later today.

461

(32 replies, posted in General discussion)

I've made some changes to the converter now. When filling in the forum-settings the user can choose between 1.3 and 2.0. There's only some small differences between the versions, so there's no problem having it in one converter.

Found out that converting to InvPB 2.0 before converting it to PunBB is not a good idea beqause the passwords can't be converted from InvPB2.0.

I'll upload the converter to a server tomorrot if someone is willing to test it for me.

462

(1,382 replies, posted in General discussion)

Lost

463

(32 replies, posted in General discussion)

Always nice to help :)

The problem is that the converter is made for Invision Power Board 2.x, so there's some changes between the versions. I've converter polls, posts and all that anyway, and it should be no problem to write a script that changes the way quotes are handled.

I'm going to se Metallica (WEEEEE!) today, so I'll probably look at it tomorrow sometime.

464

(1,382 replies, posted in General discussion)

Banned!

465

(32 replies, posted in General discussion)

Joey:
Which version of InvPB did you run? There's differences between them, so the quote's in the posts ends up like this is PunBB. A solution to the problem is to upgrade the database with their script before running the converter.

<!--QuoteBegin-Savagemoon+May 22 2004, 01:58 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Savagemoon @ May 22 2004, 01:58 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--QuoteBegin-sum1sumwhereatacomputer+May 21 2004, 06:52 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (sum1sumwhereatacomputer @ May 21 2004, 06:52 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> erm, I've only heard the DL one, but I do want to hear the original.  I'm really anoyed because I was in HMV the other day and they didn't have a section for the rasmus! :mad: <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
None of the uk record stores do.

466

(32 replies, posted in General discussion)

Done! Some work left to do, but it's mainly removing of bb-code, <br>'s and such things. Some comments:

Louis wrote:
Joey wrote:

If someone could have a look at it, it'd be much appreciated. Email in profile :)

It took about 10 minutes before I realised I had to put the converter in a subfolder in a punbb installation, then it took another 4 for me to use the mysql command line to insert the dump in a new database and give the punbb database access to the ibp database. Ugh I hate security sometimes.

Yeah, I should have written some instructions in the readmy. I'm about to do this untill next release.

Louis wrote:

File: _start.php
Line: 46

PunBB reported: Unable to fetch user info
Database reported: Unknown column 'e.aim_name' in 'field list' (Errno: 1054)

Switching line 46 in _start.php and line 8 in _users.php to the following fixed the error:

$res = $db->query('SELECT m.* FROM ...

This don't solve the problem completely. This way one user is lost in the conversion (the one with id=1). This is done beqause in PunBB the guest-account have id-number 1, and therefore no "real" user can have this ID.

Louis wrote:

InvPB to PunBB converter at page: _polls   

Converting polls: 0...
PunPoll not installed, redirecting...

Never redirected me. Had to manually change to ?page=6 from ?page=5

My mistake, a "exit" at the wrong place. Thanks! :)

Louis wrote:

File: functions.php
Line: 9

PunBB reported: Unable to get count value for table: badwords
Database reported: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 (Errno: 1064)

After staring puzzled at the code for a bit, I realised it was because there was nothing inside the ibf_badwords table for the script to convert. Better add a check or something to that.

Oh and it's not "cencored" or "cencoring" but "censored" and "censoring" ;)

Next on to ?page=7 (manually typed, because of the above error)

File: _bans.php
Line: 5

PunBB reported: Unable to get posts
Database reported: Table 'invpb.ibf_banfilters' doesn't exist (Errno: 1146)

No problem, I'll assume he just didn't ban anyone. Needs another check or something to avoid the error message though.

Next on to ?page=8 (manually typed again because of the error)

All of this is caused of empty tables. I've fixed this by setting a variable to -1 instead of "nothing".

Louis wrote:

Info     
Conversion done!

Database converted in: 1085865131.97s

Note: Don't forget to rebuild the search index!

   
PunBB status     
PunBB contains:
Users: 155
Categories: 8
Forums: 0
Topics: 248
Posts: 5028

   
InvPB status     
InvPB contains:
Users: 157
Categories: 8
Forums: 0
Topics: 248
Posts: 5028
Polls: 23

Because your board contains polls (and I didn't have the polls mod installed) I'll re-do this, to get the polls done too, then create an sql dump of it, if you want.

True. You also see that there are no forums in either version. I think this is caused by different handling in different versions of InvPB. I've made the converter for the newest version, and they've changed alot between them. The problem with the users (m.*-solution) is also a consequence of the version-problems.

I've fixed most of this now, and I'll put a sql-file here shortly. I have to test the converter on new newest version of InvPB before I release another version of it though. Thanks Louis for the help!

467

(32 replies, posted in General discussion)

Nice job Louis :) Though, there are some errors, I'll look at it right away.

468

(1,382 replies, posted in General discussion)

milk

469

(32 replies, posted in General discussion)

Yeah, it's really hard to fix the bugs if no one tells me they exist :)

It work's fine here anyway, maybe you could send me the dump?

470

(32 replies, posted in General discussion)

Joey wrote:

Out of almost pure luck than anything, I did an MySQL backup just yesterday. I have read the thread concerning how to change IPB -> PunBB, and downloaded Chacmool's converter, but I'm not too good with this kind of thing.

Would anyone be prepared to help me with this conversion, so that I end up with a MySQL dump of my forums in PunBB?

Sure, I can help you :)
Do you only have the MySQL-dump then? Can't you install a webserver at home and run the converter there instead? I think it would be much easier than converting the dump.

471

(28 replies, posted in PunBB 1.2 discussion)

Having avatars and such things in the "card" takes away the whole "edit-it-by-hand"-part though. By edit I mean that you would like to have forum-specific settings in there somehow (or is it something we can survive without?).

If you want different avatars on different forums, we have a problem. Feels like a good idea to have the avatar there though, makes it much easier :)

Edit: Louis' post answered some questions there...

472

(28 replies, posted in PunBB 1.2 discussion)

The BBCard support that are mentioned in the What's to come topic sounds interesting. I've done some thinking :) I've looked at the vCard, and it feels like (as Rickard has mentioned) that it does not have all the functionallity that a forum needs. XML feels like a better solution.

Like this you could have settings for general forums, and then other settings for specific forums. The "code" inside the <punbb>-tags then overrule the general ones.

Comments?

<user>
  <nickname>Chacmool</nickname>
  <title>Huh!?</title>
  <email>chacmoool@spray.se</email>

  <name>David Djurbck</name>
  <firstname>David</firstname>
  <lastname>Djurbck</lastname>
  <location>Gothenburg</location>

  <url>http://chacmool.shacknet.nu</url>
  <icq>8572673</icq>
  <msn></msn>
  <aim></aim>
  <yahoo></yahoo>

  <timezone>1</timezone>
  <avatar>http://www.etek.chalmers.se/~e0mool/chacmool.jpg</avatar>
  <signature>[i]This sig is booring...[/i]</signature>
  <hidemail>0</hidemail>
  <savepass>1</savepass>
  <smileys>1</smileys>
  <images>1</images>

  <punbb>
    <style>Oxygen</style>
    <topics>30</topics>
    <posts>40</posts>
  </punbb>

  <phpbb>
    <avatar>http://www.etek.chalmers.se/~e0mool/c_phpbb.jpg</avatar>
  </phpbb>

</user>

473

(98 replies, posted in PunBB 1.2 discussion)

Simple Exploding Man wrote:

C with 2 vertical lines, just like the current one at PunBB.

Edit: "Punies", I like it :D.

Woh! I change my vote to a D instead! :)

Edit2: Changed last edit :)

474

(1,382 replies, posted in General discussion)

jeans

475

(98 replies, posted in PunBB 1.2 discussion)

My vote: B