Hi. There is Feed Aggregator 1.0.3 by mannungo
2 2008-01-26 21:06
Re: exceeded the maximum number of posts you can view, for guest (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Sorry! It is a mod by Mediator : Guests Read 1.0
3 2008-01-26 17:08
Re: exceeded the maximum number of posts you can view, for guest (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
elbekko offered us Forum rank access 1.1 two years ago!
4 2008-01-25 14:12
Re: Log Forum Activity 1.2 (28 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hi elbekko
I want to not register logs of guests except those of bots.
Having installed mod "BotDetect v1.5 ", I thought replace (in inlcude/common.php) this code:
// Add user to log
$log_res = $db->query("SELECT id, time FROM ".$db->prefix."log WHERE name='".$pun_user['username']."'");
$log_row = $db->fetch_assoc($log_res);
if($log_row['id'])
{
$log_time = $log_row['time'] . ", " . time();
$db->query("UPDATE ".$db->prefix."log SET `time` = '".$log_time."', `ip` = '".$_SERVER['REMOTE_ADDR']."' WHERE id=".$log_row['id']);
}
else
{
$db->query("INSERT INTO ".$db->prefix."log (`ip`, `name`, `time`) VALUES ('".$_SERVER['REMOTE_ADDR']."', '".$pun_user['username']."', '".time()."')");
}
By:
// Add user to log
$log_res = $db->query("SELECT id, time FROM ".$db->prefix."log WHERE name='".$pun_user['username']."'");
$log_row = $db->fetch_assoc($log_res);
include('botdetect.php');
$botStatus = isBotOnline();
if ($pun_user['g_id'] != PUN_GUEST || $botStatus != '')
{
if($log_row['id'])
{
$log_time = $log_row['time'] . ", " . time();
$db->query("UPDATE ".$db->prefix."log SET `time` = '".$log_time."', `ip` = '".$_SERVER['REMOTE_ADDR']."' WHERE id=".$log_row['id']);
}
else
{
$db->query("INSERT INTO ".$db->prefix."log (`ip`, `name`, `time`) VALUES ('".$_SERVER['REMOTE_ADDR']."', '".$pun_user['username']."', '".time()."')");
}
}
The only valid result is that guests are no longer logged when any bot is online.
But it not good when a bot is online: At this point all guests are logged and the bots are not individually identified by name as in online.php.
I have tried without success how to arrive at a result.
Can you give me an idea?
Thanks a lot.
Regards
5 2008-01-23 01:22
Topic: [Information] Europe could make the IP address personal data (1 replies, posted in General discussion)
European Commission appears ready to declare IP addresses as personal data, which means they could be protected: EU Official: IP Is Personal
6 2008-01-19 03:36
Topic: "Last visit" in profile by default in future version (0 replies, posted in Feature requests)
It's very easy to indicate the date of last visit to the member profile, and it does not require a lot of resources. I think it would be interesting to implement this feature by default in future versions of PunBB.
7 2008-01-18 01:17
Re: Add New User from Admin MOD (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hi hurry
Zou have this [Release] User Management Plugin.
Enjoy !
8 2008-01-05 22:38
Re: topic / post management (2 replies, posted in Feature requests)
Hi yemgi
I can give you two ways:
- Mod Merge posts 1.0 presented by hcs : "This mod allows to merge your message with last message in a topic if it was yours" (Now version 103)
- Old mod Spit Topic 1.0.0 presented by chacmool : "Adds the ability to split a topic into two". I always have this archive is somebody is interrrested.
Regards
9 2007-12-27 12:06
Re: PunCake launched. (18 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hi foxmask
I have always appreciated your contributions on PunBB as well as your work for Puntal. Even if I do not have the knowledge to help you, you have all my sympathy and my encouragement for your new project open for the future..
Amicalement.
10 2007-10-18 20:46
Re: how to do it? mod or something ..... (3 replies, posted in PunBB 1.2 discussion)
Hello
You can have a look on Hide Links From Guests 1.0.
Regards
11 2007-10-01 16:45
Re: Move Post 1.3 + Merge Topics (121 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hi yemgi
Nice Job! Hoping that this new release will be soon available.
Regards
12 2007-09-16 20:54
Re: paypal membership (47 replies, posted in Programming)
I know. Personally with SMF I simply regulated permissions for access to the forums.
13 2007-09-16 19:18
Re: paypal membership (47 replies, posted in Programming)
Hi quaker
You can have a look on the good SMF Mod PaypalDonations I used on my SMF boards. (mod)
Regards
14 2007-05-13 10:21
Re: Move Post 1.3 + Merge Topics (121 replies, posted in PunBB 1.2 modifications, plugins and integrations)
is it possible to move several posts at the same time?
Yes and no ...
Yes because you can move all the posts from the topic in one move.
No because you can not select between the differents posts the ones you want to move and the ones not. In this case you need to do as much "move" as post you need to move.Hope this will be helpfull !
Hi fpouget
Thanks for this great mod.
Just a suggestion for a future revision:
Instead of putting the command "| Move |" in each post, could not you use the native method of "Move topic" and put it in the menu in bottom on the left close to:
Delete multiple posts
Move topic
Close topic
Stick topic
What would perhaps then make it possible to be able to select several posts to be moved into only once.
Regards
15 2007-05-13 08:25
Re: Deleted post log 1.0 (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
This mod is a very nice idea. Thx a lot.
16 2007-04-05 00:51
Re: Hide reported post (30 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hi fmimoso
Thanks for your mod. But the method which you gave to Ambry is not good : members can always see the repported posts when posting a reply at the topic or with the command .../post.php?tid=x&qid=y
Regards
17 2007-03-22 21:12
Re: Take a look at this (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hi glucarelli
Have a look here:
http://www.punres.org/viewtopic.php?pid=11476#p11476
Regards
18 2007-03-15 21:27
Re: Problems for Mod Hide User with extern.php (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Thx soonotes
19 2007-03-15 08:16
Topic: Problems for Mod Hide User with extern.php (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Mod Hide User 1.1 works fine but there but its usefulness is reduced to nonexistence with extern.php: Names of the hidden members are shown with extern.php?action=online_full
Regards
20 2007-03-13 08:32
Re: Hide User 1.1 (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Download: http://www.punres.org/files.php?pid=354
21 2007-03-08 14:49
Re: Turn off Signatures (12 replies, posted in Feature requests)
Also, to risk stating the obvious, if signatures and avatars are disabled, then the "personality" section probably shouldn't appear in the menu.
This option can be used with this very interesting mod Seperate Sig and Avatar 1.0.1
22 2007-03-04 19:59
Re: Edit time limit (25 replies, posted in Feature requests)
Hi All
guardian34 made that for you! Have a look on Edit Grace Period 1.0
Regards.
23 2007-01-22 13:58
Re: PUN_UNVERIFIED in admin_users.php (8 replies, posted in Feature requests)
Very nice idea. I made the same thing with userlist.php.
Regards
24 2006-12-23 13:02
Re: [Release] AMP_Topics_Closer 1.0 (29 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Everybody can reup please?
Thx
25 2006-08-25 13:49
Re: I need a users online today mod (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Attention! Important Security upgrade for french mod "users online today" (Membres en ligne aujourd'hui).
See: http://www.punbb.fr/mods/mod.php?id=5
Credits to vin100 (PunBB.fr) and glycero