1,376

(8 replies, posted in PunBB 1.2 discussion)

Here's a shot of my BBClone log:

http://img273.imageshack.us/img273/4354/hacker2we.th.png

Same user agent string. It hits different pages on my forum, not just the index.

1,377

(8 replies, posted in PunBB 1.2 discussion)

The same guy is doing something with my forum. I'll post back with more info soon.

$db->query('UPDATE '.$db->prefix.'groups SET g_title=\''.$db->escape($title).'\', g_user_title='.$user_title.', g_read_board='.$read_board.', g_post_replies='.$post_replies.', g_post_topics='.$post_topics.', g_edit_posts='.$edit_posts.', g_delete_posts='.$delete_posts.', g_delete_topics='.$delete_topics.', g_set_title='.$set_title.', g_search='.$search.', g_search_users='.$search_users.', g_edit_subjects_interval='.$edit_subjects_interval.', g_post_flood='.$post_flood.', g_search_flood='.$search_flood.' , g_invitations='.$invitations.' WHERE g_id='.$_POST['group_id'].') or error('Unable to update group', __FILE__, __LINE__, $db->error());

From step 39 in the readme.

Just wondering.... the code that you add to index.php - could it be added to something like common.php instead, so that referrals are counted if the ID is added to any link, not just the index?

Cool.

Well, the error is coming from a line I copied from the readme. I'll investigate.

Awesome! Thanks.

When setting group options, I get this error:

File: /mnt/web_g/d20/s22/a000skup/www/awesome/forum/admin_groups.php
Line: 271

PunBB reported: Unable to update group

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 'WHERE g_id=4' at line 1 (Errno: 1064)

I don't have time to set debug mode now but I'll do it later if you need me to.

1,384

(2 replies, posted in Feature requests)

Please hurry! I really want something like this!

CodeXP wrote:

Sorry for the delay on the update. I'm about to change appartments right now, so I'm left without internet access at home until the end of this week.

I've already improved the plugin so that you will have to verify any demotions as well + hard-coded configuration in config.php

The next version is pretty much done, but I still need to write the documentation, and the updated install_mod.php

Should we expect the new version anytime soon? If not, that's fine, I can use the current version. Just curious.

No effect for me on Firefox.

Crashed IE, but McAffee antivirus seemed to prevent the calculator from opening (said it detected and cleaned a trojan).

1,387

(12 replies, posted in General discussion)

Thanks for sharing. I found the "What are the most common mistakes you see new admins making?" section especially enlightening.

1,388

(4 replies, posted in PunBB 1.2 discussion)

Try putting it in include/template/main.tpl

Looks cool, I'll have to try it when I play around with my forums over Thanksgiving break.

1,390

(21 replies, posted in General discussion)

Rickard wrote:

I've uploaded an updated version (1.1.1) that fixes the frameset problem. Should appear on Mozilla Update a few minutes after my man pogenwurst reads this smile

Glad to be of service

https://addons.mozilla.org/extensions/m … hp?id=1472

1,391

(21 replies, posted in General discussion)

Magic complete big_smile

https://addons.mozilla.org/extensions/m … mp;id=1478
https://addons.mozilla.org/extensions/m … mp;id=1472

Just one little tip - have long, DETAILED explanations that tell users EXACTLY what to do. A lot of people who get their extensions off of UMO are complete idiots and will flame you in the comments (as they already sort of have).

The smart people are over at TEM smile (oh wait, an Invision board, uggh!!).

1,392

(21 replies, posted in General discussion)

I'll go check to see if its been approved yet.

1,393

(21 replies, posted in General discussion)

Rickard wrote:

Wow, thanks man. That was quick smile

There are a few extensions that have been waiting to be approved for at least a month lol

1,394

(21 replies, posted in General discussion)

Extension looks great (I especially like the icon)! I've approved it for you.

https://addons.mozilla.org/extensions/m … mp;id=1472

1,395

(21 replies, posted in General discussion)

There are several other extensions that have similar functions, though not quite the same.

If it still hasn't been approved by the time I get around to testing it I'll approve it for you on UMO.

1,396

(6 replies, posted in PunBB 1.2 discussion)

Ok, I looked at functions.php for starters w/ WinMerge (one from the original 1.2.4 and the other from the module) and changes have been made. Some seem just to be to have some URLs and stuff right, but others look a bit more complicated. I'm not sure if these changes will cause conflict or not.

darreldamon, I'll probably try out the hdiff on it sometime somewhat soon, but I can't make any guarantees. Your best bet would probably be to either contact whoever made the module or try the hdiff yourself.

1,397

(6 replies, posted in PunBB 1.2 discussion)

The issue is not that we don't know what changes were made from PunBB 1.2.4 to 1.2.10. We can use the hdiff for that.

The problem that we might face (I haven't checked yet) is knowing what changes were made to make it a module for phpGedView (for example, what if the hdiff says to replace a line of code, but it has been taken out by whoever made the module?). Once again, I'm not all that sure and this is just hypothetical. I'll look into it when I have time, but for now your best bet is to contact whoever made the module.

1,398

(10 replies, posted in PunBB 1.2 show off)

It looks nice, but you seem to have some problems in Firefox.

http://www.imageshosted.com/images/469357bugs.png

1,399

(6 replies, posted in PunBB 1.2 discussion)

I'm really not sure exactly what changes were made to make PunBB compatible with phpGedView, but I've been considering upgrading the module to 1.2.10 for awhile now. If I do I'll be sure and let you know.

1,400

(2 replies, posted in Programming)

I'm not sure if this has been mentioned here before, or if anyone else has used this, but I gave it a quick little test drive today and it seems like it'll be pretty useful.
http://winmerge.sourceforge.net/