[ABD] Simple Points System 0.5.1

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
usenet2you
Registered User
Posts: 407
Joined: Sat Mar 22, 2008 7:31 pm
Location: The Netherlands

Re: [BETA] Simple Points System 0.5.1

Post by usenet2you »

ParsaAkbari wrote: Also, is it possible to install this mod for evrebody so evreybody can earn points not just certain users.
Ermm yes, just edit the group permissions, e.g. Registered users
YOUAREtehSCENE
Registered User
Posts: 194
Joined: Wed Feb 11, 2009 3:35 am
Location: Boston, Mass

Re: [BETA] Simple Points System 0.5.1

Post by YOUAREtehSCENE »

I've been searching around, and there's alot of posts on a point system
which one is the final version of a point system mod

All, I'm looking for is a point system where people get points for posting/replying/starting new threads/polls
and I'd like to change the name of the system to something else

Cause, I remember on absolutepunk.net they had one, and it was awsome.
userrfdns
Registered User
Posts: 11
Joined: Thu Apr 23, 2009 10:06 pm

Re: [BETA] Simple Points System 0.5.1

Post by userrfdns »

i have an issue with this mod ..

i installed it, it works everything.. but when posting or creatyng a new topic points are not updating ..
when i run below script points are made equal to posts.. i set new topic to 2-3 points and reply to 1 ..

Code: Select all

    <?php
    /** 
    *
    * @package points
    * @version $Id: user_points_update.php,v 1.0 2007/05/31 15:12:00 Ganon_Master Exp $
    * @copyright (c) 2007 Ganon_Master
    * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
    *
    */

    define('IN_PHPBB', true); 
    $phpbb_root_path = './';
    $phpEx = substr(strrchr(__FILE__, '.'), 1);
    include($phpbb_root_path . 'common.' . $phpEx);

    $sql = "SELECT * FROM " . USERS_TABLE . ' WHERE user_posts != 0';
    $result = $db->sql_query($sql);
    $users = $db->sql_fetchrowset($result);
    $db->sql_freeresult($result);

    for($i = 0, $size = sizeof($users); $i < $size; $i++)
    {
        $points = $users[$i]['user_posts'] * $config['points_post'];
        $sql = "UPDATE " . USERS_TABLE . " 
            SET user_points = $points 
            WHERE user_id = '".$users[$i]['user_id']."'";
        $db->sql_query($sql);
        unset($points);
    }

    trigger_error('Query executed.');

    ?>

what can i do?


PS: The permisions for groups over forums are set to be able to receive points..

regards
User avatar
Lisbon
Registered User
Posts: 831
Joined: Wed Jan 30, 2008 12:28 pm
Location: Zermatt

Re: [BETA] Simple Points System 0.5.1

Post by Lisbon »

How to adapte the millestones congtulencion mod to this one?
userrfdns
Registered User
Posts: 11
Joined: Thu Apr 23, 2009 10:06 pm

Re: [BETA] Simple Points System 0.5.1

Post by userrfdns »

we need some support for this mod, please..


userrfdns wrote:i have an issue with this mod ..

i installed it, it works everything.. but when posting or creatyng a new topic points are not updating ..
when i run below script points are made equal to posts.. i set new topic to 2-3 points and reply to 1 ..

Code: Select all

    <?php
    /** 
    *
    * @package points
    * @version $Id: user_points_update.php,v 1.0 2007/05/31 15:12:00 Ganon_Master Exp $
    * @copyright (c) 2007 Ganon_Master
    * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
    *
    */

    define('IN_PHPBB', true); 
    $phpbb_root_path = './';
    $phpEx = substr(strrchr(__FILE__, '.'), 1);
    include($phpbb_root_path . 'common.' . $phpEx);

    $sql = "SELECT * FROM " . USERS_TABLE . ' WHERE user_posts != 0';
    $result = $db->sql_query($sql);
    $users = $db->sql_fetchrowset($result);
    $db->sql_freeresult($result);

    for($i = 0, $size = sizeof($users); $i < $size; $i++)
    {
        $points = $users[$i]['user_posts'] * $config['points_post'];
        $sql = "UPDATE " . USERS_TABLE . " 
            SET user_points = $points 
            WHERE user_id = '".$users[$i]['user_id']."'";
        $db->sql_query($sql);
        unset($points);
    }

    trigger_error('Query executed.');

    ?>

what can i do?


PS: The permisions for groups over forums are set to be able to receive points..

regards
User avatar
Lisbon
Registered User
Posts: 831
Joined: Wed Jan 30, 2008 12:28 pm
Location: Zermatt

Re: [BETA] Simple Points System 0.5.1

Post by Lisbon »

Whit this mod a admin and/or moderador can give points?
brandon_0007
Registered User
Posts: 113
Joined: Thu Apr 10, 2008 12:46 am

Re: [BETA] Simple Points System 0.5.1

Post by brandon_0007 »

By any chance could you add the points in the memberlist, so members can sort members by their points? Or if you could make it to where it shows the top 5 members with the most points show under the forum statistics? Pretty much, a way for users to see who has the most points on the forums.
dalavert
Registered User
Posts: 21
Joined: Sun Apr 26, 2009 9:13 pm

Re: [BETA] Simple Points System 0.5.1

Post by dalavert »

Your board's URL: 89minutos.com
Version of phpBB3: 3.0.4
Was this a fresh install or a(n) update/upgrade/conversion (please be specific)? fresh install
If update, what package(s) did you use? -
Did you use an automated wizard provided by your host to install phpBB? -
MODs you have installed: . Announcement center
When the problem started: Once I Installed this mod
Your level of expertise (be honest): With the modifications it seems Im really bad.

I got a problem in my board, when I installed this mod, I restored the board trought the ACP, restoring all the phpbb files, but i get the same errors. What i should do? Try to restore all the arvhives manually?

Thanks
crayadder
Registered User
Posts: 51
Joined: Wed Jan 14, 2004 6:32 pm
Location: Vancouver, B.C. Canada

Re: [BETA] Simple Points System 0.5.1

Post by crayadder »

Your board's URL: not live
Version of phpBB3: 3.0.5
Was this a fresh install or a(n) update/upgrade/conversion (please be specific)? Fresh Install
If update, what package(s) did you use? -
Did you use an automated wizard provided by your host to install phpBB? -
MODs you have installed: . Announcement center
When the problem started: Once I Installed this mod
Your level of expertise (be honest): Low to Moderate

I have installed the mod and everything looks good. I have given the forum group permissions to use the system and can see that there is a points entry under the user in the actual topics as well as in the user control panel. However, the points aren't being recorded when new posts or replies have been made. I have checked the db table and it is sitting at 0. Any ideas of what I may be missing?

thanks
Cray
Cray Adder

-"The Galaxy is my home; the Universe, my backyard."
cesarguanaco
Registered User
Posts: 32
Joined: Fri Mar 14, 2008 12:50 am

Re: [BETA] Simple Points System 0.5.1

Post by cesarguanaco »

where can i download this mod? the link provided does not work
thank you
User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 18489
Joined: Thu Jan 06, 2005 1:30 pm
Location: Fishkill, NY
Name: David Colón

Re: [BETA] Simple Points System 0.5.1

Post by DavidIQ »

The links to download this MOD are dead. As such I am locking this and marking as abandoned and removing the dead download link.

Ganon_master, should you wish to regain control of this topic please PM a MOD Team member. Thanks.
Apply to become a Jr. Extension Validator
My extensions | In need of phpBB services? | Was I helpful today?
No unsolicited PMs unless you're planning on asking for paid help.

Return to “[3.0.x] Abandoned MODs”