1,377 2005-12-11 22:33
Re: Attempted Hack (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.
1,378 2005-11-27 18:10
Re: Invitation 1.1.1 (34 replies, posted in PunBB 1.2 modifications, plugins and integrations)
$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.
1,379 2005-11-27 17:12
Re: Referral Count Mod v1.0 (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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?
1,380 2005-11-27 16:35
Re: Group Change Security MOD (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Cool.
1,381 2005-11-27 15:30
Re: Invitation 1.1.1 (34 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Well, the error is coming from a line I copied from the readme. I'll investigate.
1,382 2005-11-27 02:03
Re: Referral Count Mod v1.0 (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Awesome! Thanks.
1,383 2005-11-26 16:56
Re: Invitation 1.1.1 (34 replies, posted in PunBB 1.2 modifications, plugins and integrations)
When setting group options, I get this error:
File: /mnt/web_g/d20/s22/a000skup/www/awesome/forum/admin_groups.php
Line: 271PunBB 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 2005-11-26 16:49
Re: COMING SOON: ReferralCount Mod (2 replies, posted in Feature requests)
Please hurry! I really want something like this!
1,385 2005-11-26 02:54
Re: Group Change Security MOD (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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.
1,386 2005-11-24 23:45
Re: IE JavaScript Window() Remote Code Execution (7 replies, posted in General discussion)
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 2005-11-23 21:10
Re: An interview with yours truly (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 2005-11-20 21:23
Re: PunBB and Google Analytics (4 replies, posted in PunBB 1.2 discussion)
Try putting it in include/template/main.tpl
1,389 2005-11-20 21:21
Re: PunRewrite 1.0, a better positioning in search engines (27 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Looks cool, I'll have to try it when I play around with my forums over Thanksgiving break.
1,390 2005-11-14 20:09
Re: My first Firefox extension (21 replies, posted in General discussion)
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
Glad to be of service
1,391 2005-11-13 20:14
Re: My first Firefox extension (21 replies, posted in General discussion)
Magic complete
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 (oh wait, an Invision board, uggh!!).
1,392 2005-11-13 19:59
Re: My first Firefox extension (21 replies, posted in General discussion)
I'll go check to see if its been approved yet.
1,393 2005-11-11 22:54
Re: My first Firefox extension (21 replies, posted in General discussion)
Wow, thanks man. That was quick
There are a few extensions that have been waiting to be approved for at least a month lol
1,394 2005-11-11 22:35
Re: My first Firefox extension (21 replies, posted in General discussion)
Extension looks great (I especially like the icon)! I've approved it for you.
1,395 2005-11-11 22:18
Re: My first Firefox extension (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 2005-11-07 20:40
Re: punbb 1.2.10 and phpGedView (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 2005-11-07 20:30
Re: punbb 1.2.10 and phpGedView (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 2005-11-07 20:25
Re: Ancient Japan (10 replies, posted in PunBB 1.2 show off)
It looks nice, but you seem to have some problems in Firefox.
1,399 2005-11-07 20:21
Re: punbb 1.2.10 and phpGedView (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 2005-11-04 00:03
Topic: WinMerge (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/