Title: CubePoints
Author: Jonathan Lau
Published: <strong>27 Δεκεμβρίου  2008</strong>
Last modified: 20 Νοεμβρίου  2012

---

Αναζήτηση πρόσθετων

![](https://s.w.org/plugins/geopattern-icon/cubepoints_8ba995.svg)

# cubepoints

 Από [Jonathan Lau](https://profiles.wordpress.org/lauweijie7715/)

 * [Λεπτομέρειες](https://el.wordpress.org/plugins/cubepoints/#description)
 * [Κριτικές](https://el.wordpress.org/plugins/cubepoints/#reviews)
 * [Ανάπτυξη](https://el.wordpress.org/plugins/cubepoints/#developers)

 [Υποστήριξη](https://wordpress.org/support/plugin/cubepoints/)

## Περιγραφή

Αυτό το πρόσθετο έχει κλείσει από τις 24 Απριλίου 2025 και δεν είναι διαθέσιμο για
λήψη. Αιτία: Πρόβλημα ασφαλείας.

## Κριτικές

![](https://secure.gravatar.com/avatar/79ef005bf1063a1af70e7f719434b242073f4835dc580c2236fd8ef9e5b5aba9?
s=60&d=retro&r=g)

### 󠀁[Good](https://wordpress.org/support/topic/good-3226/)󠁿

 [vezzzu4ka](https://profiles.wordpress.org/vezzzu4ka/) 8 Φεβρουαρίου 2018

This plugin has not been tested with my current version of WordPress. But I’ll try
to use it)

![](https://secure.gravatar.com/avatar/82e993899bb634c0845ffb134d3f582a313dcfd6321af5fda1dae0228b0da47c?
s=60&d=retro&r=g)

### 󠀁[No documentation, not intuitive](https://wordpress.org/support/topic/no-documentation-not-intuitive/)󠁿

 [advantagen](https://profiles.wordpress.org/advantagen/) 4 Νοεμβρίου 2017

This plugin isn’t very intuitive, and there isn’t any documentation available. For
example, where are people supposed to see their balance? How are they supposed to
donate points to each other once that module is active?

![](https://secure.gravatar.com/avatar/ac470902f635991719b5b8416599e0a5ae707b1559f00102e08a6e6d41572ca6?
s=60&d=retro&r=g)

### 󠀁[Great great](https://wordpress.org/support/topic/great-5443/)󠁿

 [samsom1](https://profiles.wordpress.org/samsom1/) 25 Ιανουαρίου 2017

all the options are great, need to work on it

![](https://secure.gravatar.com/avatar/c79c25926fb22250a2fd0c6c22924dde9e9098b517e9cba38c559a7c8383609e?
s=60&d=retro&r=g)

### 󠀁[Complete Feature User Point Plugin](https://wordpress.org/support/topic/complete-feature-user-point-plugin/)󠁿

 [dediprihatanto](https://profiles.wordpress.org/dediprihatanto/) 3 Σεπτεμβρίου 
2016

This plugin full of feature user point plugin and super responsive. But I need help
here to view user rank and point for all user. They will be place on bottom user
name in worpdress comment list. like this picture : Screenshoot I need php code 
and place for use it. I really need help here. Sorry my english realy bad. Cubepoints

![](https://secure.gravatar.com/avatar/ab5f48e06c24b05f933018d858237aa6d3811cd82c256e7063011d967c25e082?
s=60&d=retro&r=g)

### 󠀁[some issues about CubePoints](https://wordpress.org/support/topic/some-issues-about-cubepoints/)󠁿

 [suifengtec](https://profiles.wordpress.org/suifengtec/) 8 Φεβρουαρίου 2017

It’s a great plugin with some issues: Test Environment:Wordpress 3.9.2+the twentyfourteen
theme,without any other plugins. 1. I18n: 1.1 Warning: _() expects exactly 1 parameter,
2 given in xxx\wp-content\plugins\cubepoints\modules\donate\donate.php on line 165
it should be: 'somethingWentWrongText' => __('Oops, something went wrong! Please
try again later.', 'cp'); 1.2 the backup.php file should add some ,'cp'to _(); 1.3
line 80 of post_authors_points.php should be: _e('Comment on your post was removed','
cp'); and so on; 2. BUGS? 2.1 the ajax user search form on the wp-admin/admin.php?
page=cp_admin_add_points page may be have some issue; 2.2 if I activate the Paid
content module and set the ‘Multiply points earned by’ to 2, when some user pay 
for a post need to pay 10, Cubepoints will deduct 20 points from the user’s account.
3.for better I18n: /** * Update Cubepoints database for better i18n support * @author
suifengtec http://suoling.net/cubepoints-mysql * @since 2014.09.09 */ add_action('
init','cwp_update_cubepoints_db_for_i18n'); function cwp_update_cubepoints_db_for_i18n(){
if(get_option('wp_cp_has_be_updated')) return; global $wpdb; $charset_collate = '';
if ( ! emptyempty( $wpdb->charset ) ) { $charset_collate = "DEFAULT CHARACTER SET{
$wpdb->charset}"; } if ( ! emptyempty( $wpdb->collate ) ) { $charset_collate .= "
COLLATE {$wpdb->collate}"; } $charset_sql="ALTER TABLE <code>{$wpdb->prefix}cp</
code> DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci"; $charset_done=$wpdb->
query($charset_sql); //latin1_swedish_ci $type_sql="ALTER TABLE <code>{$wpdb->prefix}
cp</code> CHANGE <code>type</code> <code>type</code> VARCHAR(256) CHARACTER SET 
utf8 COLLATE utf8_general_ci NOT NULL;"; $type_done=$wpdb->query($type_sql); //latin1_swedish_ci
$data_sql="ALTER TABLE <code>{$wpdb->prefix}cp</code> CHANGE <code>data</code> <
code>data</code> TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;"; $data_done
=$wpdb->query($data_sql); if($charset_done&&$type_done&&$data_done) update_option('
wp_cp_has_be_updated',true); } detail:CubePoints mysql charset issue

![](https://secure.gravatar.com/avatar/f265252ba70304ed1b780b72c2af4c8501d41737110b169c39478a5d9d7e9602?
s=60&d=retro&r=g)

### 󠀁[Very good](https://wordpress.org/support/topic/very-good-1920/)󠁿

 [ssserg13](https://profiles.wordpress.org/ssserg13/) 7 Φεβρουαρίου 2017

Very good

 [ Ανάγνωση όλων των 30 κριτικών ](https://wordpress.org/support/plugin/cubepoints/reviews/)

## Συνεισφέροντες & Προγραμματιστές

“CubePoints” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη 
δημιουργία του.

Συντελεστές

 *   [ Jonathan Lau ](https://profiles.wordpress.org/lauweijie7715/)
 *   [ Petester ](https://profiles.wordpress.org/petester/)

[Μεταφράστε το “CubePoints” στην γλώσσα σας.](https://translate.wordpress.org/projects/wp-plugins/cubepoints)

### Ενδιαφέρεστε για την ανάπτυξη;

[Περιηγηθείτε στον κώδικα](https://plugins.trac.wordpress.org/browser/cubepoints/),
ανατρέξτε στο [αποθετήριο SVN](https://plugins.svn.wordpress.org/cubepoints/) ή 
εγγραφείτε στο [αρχείο καταγραφής αλλαγών ανάπτυξης](https://plugins.trac.wordpress.org/log/cubepoints/)
μέσω [RSS](https://plugins.trac.wordpress.org/log/cubepoints/?limit=100&mode=stop_on_copy&format=rss).

## Μεταστοιχεία

 *  Version **3.2.1**
 *  Τελευταία ενημέρωση: **πριν από 13 έτη**
 *  Ενεργές εγκαταστάσεις: **Μη Διαθέσιμο**
 *  Έκδοση WordPress: ** 2.2 ή νεότερη **
 *  Δοκιμασμένο μέχρι: **3.4.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/cubepoints/)
 *  [Σύνθετη Προβολή](https://el.wordpress.org/plugins/cubepoints/advanced/)