vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - vBExperience 4 (https://vborg.vbsupport.ru/showthread.php?t=245023)

goxy63 11-13-2011 12:26 PM

Great, thanks for quick reply, but.. :(

Quote:

Originally Posted by Phalynx (Post 2267402)
Look out for the fieldname "Arcade Championships" and select it. Create three awards and put gold, silver or bronze on each of them - automatically the best three user should get the award.

Did that, recounted awards and nothing in user profile :(

in list of awards I can see all 3 images
gold (Pos. 0)
silver (Pos. 1)
bronze (Pos. 2)
why "(Pos. 0)" is not same for all 3?
EDITED: its working now, after changing "Display Order" within options and for all 3 set "1" its working, not sure why

One more thing, translations...for example in user profile under "Achievements":
"Social"
"Your first Group"
"1 year registered"
"Created Album pictures" .....

I know that I can translate those through some file uploaded....but some of mu users are using english as an option and I am not sure how to add new phrases if that is possible?

Thanks

Edited: found how to translate some things as awards, just change their name within optios :D

Phalynx 11-13-2011 01:53 PM

Quote:

Originally Posted by sweetpotato (Post 2267431)
How to config Last Promotion to show more? On my site only 15 days showed. I want more to inform all members who have been promoted
Thanks,

Settings, Experience, "Limit Activity entries?". This is by default limited to 120 entries, not days.

Quote:

Originally Posted by snowlion (Post 2267496)
Yes, I did

Please post the errors here or PM me.

Phalynx 11-13-2011 01:55 PM

Quote:

Originally Posted by goxy63 (Post 2267508)
EDITED: its working now, after changing "Display Order" within options and for all 3 set "1" its working, not sure why

By default awards and achievements with an display order of 0 are beeing ignored. This is for the case the admin creates the achievement and did not configure it. That way you can also disable some achievements you don't need.

snowlion 11-13-2011 02:17 PM

v3arcade_Champion
Code:

Database error in vBulletin 4.1.4:
Invalid SQL:
SELECT COUNT(highscorerid) as countchampionships
  FROM `sty_v3arcade_games`
  WHERE highscorerid = '1'
  AND v3arcade_games.dateadded > 315532800;
MySQL Error  : Unknown column 'v3arcade_games.dateadded' in 'where clause'
Error Number  : 1054
Request Date  : Sunday, November 13th 2011 @ 09:16:36 AM
Error Date    : Sunday, November 13th 2011 @ 09:16:38 AM
Script        : http://forum.bentinhyeu.info/admincp...min_recount_xp
Referrer      : http://forum.bentinhyeu.info/admincp...php?do=recount
IP Address    : 113.170.31.129
Username      : kisibachda
Classname    : vB_Database
MySQL Version : 5.1.56
Stack Trace:
#0 vB_Database->halt() called in [path]/includes/class_core.php on line 423
#1 vB_Database->execute_query() called in [path]/includes/class_core.php on line 456
#2 vB_Database->query_read() called in [path]/includes/class_xperience.php(821) : eval()'d code on line 14
#3 eval() called in [path]/includes/class_xperience.php on line 821
#4 xPerience->CalculateXP() called in [path]/admincp/xperience_admin.php on line 287

It seem you're missing table prefix...

one more error
Code:

Database error in vBulletin 4.1.4:
Invalid SQL:
SELECT userid
                                FROM sty_xperience_stats
                                WHERE  points_user_online > 60 AND
                                userid NOT IN(
                                        SELECT userid FROM sty_xperience_achievements_issues WHERE achievementid=6
                                )
                                LIMIT 0,100;
MySQL Error  : MySQL server has gone away
Error Number  : 2006
Request Date  : Sunday, November 13th 2011 @ 02:20:27 PM
Error Date    : Sunday, November 13th 2011 @ 02:21:01 PM
Script        : http://forum.bentinhyeu.info/cron.php?rand=1321215623
Referrer      : http://forum.bentinhyeu.info/threads...g-L%E1%BB%ADa?
IP Address    : 95.88.140.106
Username      : Kh?ch
Classname    : vB_Database
MySQL Version :


Phalynx 11-14-2011 08:43 AM

1 Attachment(s)
Please import the attached plugin. Does it fix the error with v3arcade?

The second error is caused by server:
Quote:

MySQL Error : MySQL server has gone away

snowlion 11-14-2011 09:19 AM

Quote:

Originally Posted by Phalynx (Post 2267777)
Please import the attached plugin. Does it fix the error with v3arcade?

OK, I'll try it.
Quote:

The second error is caused by server
Yes, I know :D

** Edit:
Fixed. Thanks Phalynx.

Phalynx 11-14-2011 10:32 AM

Great, thanks for verification.

As to the server error, try to decrease the amount of achievements processed at once.

Budget101 11-14-2011 12:35 PM

Quote:

Originally Posted by snowlion (Post 2267103)
Yes, I calculate from the beginning of the board so I set 0 to &quot;Start calculation of points from given date&quot; not from a specific date and I think you should do it, or can you tell me why you have to calculate from a <i>specific date

because members would have literally over 4 million points and they've already been paid for previous years posts using the old 3.7 version vbexperience shop (the GOOD one!!). Unfortunately, setting the 'calculate from a specific date'doesn't work properly, it calculates threads from god knows what date (in one case a member hasn't even logged in in a year, let alone posted and it shows her points for threads at 45,000+- despite the fact that it's only supposed to calculate for the past 3 months. It changes the registration dates to the 'start calculating on date' which screws up the preset user achievements. Doesn't do any good to report the errors/bugs because the dev doesn't want to hear it, he thinks it works- because he's using it from the beginning of time on his board, not from a set date. I've tried it on all 3 of my sites, using 4.06, 4.1.1 and 4.1.7 and the issues are the same on all 3.

Phalynx 11-14-2011 01:01 PM

I'm also using it on my boards with the defined date.

Please don't spread wrong informations. You simply misconfigured vBExperience.
You stated several times that you are not using it anymore, so please leave this thread.

snowlion 11-14-2011 01:17 PM

Quote:

Originally Posted by Budget101 (Post 2267819)
because members would have literally over 4 million points and they've already been paid for previous years posts using the old 3.7 version vbexperience shop (the GOOD one!!). Unfortunately, setting the 'calculate from a specific date'doesn't work properly, it calculates threads from god knows what date (in one case a member hasn't even logged in in a year, let alone posted and it shows her points for threads at 45,000+- despite the fact that it's only supposed to calculate for the past 3 months. It changes the registration dates to the 'start calculating on date' which screws up the preset user achievements. Doesn't do any good to report the errors/bugs because the dev doesn't want to hear it, he thinks it works- because he's using it from the beginning of time on his board, not from a set date. I've tried it on all 3 of my sites, using 4.06, 4.1.1 and 4.1.7 and the issues are the same on all 3.

Don't blame him. At first, I don't understand what you meant too :d
OK, Let try this, set Yes to: Options > Setting > Experience > Only active users? > Calculate stats only for active users. Please do a recount after you set this to Yes to get a clean calculation result.

Move inactive user in a period time that you set to another usergroup (maybe it call Inactive group), than use Ignore Group feature (same place with above setting) to ignore that group from recount.

Do a recount to update Experience points of active users.

So, when inactive users comeback, they have to collect point from the beginning or you just move them into an active usergroup than do a recount again.

It's just my suggesttion, do it if it ok with you and let me know if you success :D

goxy63 11-14-2011 02:56 PM

Sorrz for beeing a pain in place where sun does not shine, but I have one small proposition

I will send you pm with list of questions in a way (simple for you) that you can answer with yes or no, and if this is ok maybe you can attach this as txt file here which will be of use to all people like me who are not sure precisely about points....who recieve them and for what

Sending pm ASAP, if I ask too much pls just don't answer to this post

Thank you

Phalynx 11-14-2011 03:11 PM

Quote:

Originally Posted by goxy63 (Post 2267860)
Sorrz for beeing a pain in place where sun does not shine, but I have one small proposition

I will send you pm with list of questions in a way (simple for you) that you can answer with yes or no, and if this is ok maybe you can attach this as txt file here which will be of use to all people like me who are not sure precisely about points....who recieve them and for what

Sending pm ASAP, if I ask too much pls just don't answer to this post


Thank you

Read your PM's for the answers.

ecitizen 11-14-2011 07:47 PM

hi
my fireands help me
i instal this and its very good but my Post_Thanks_DBTech dont save point in vBExperience i instal plugin from folder taht is in zip file
plz help me

ecitizen 11-15-2011 08:35 AM

hello
is there any to help mi?
wiche vertion of Experience 4 should install?
i have vb 4.1.7

ecitizen 11-15-2011 09:08 AM

hi
plz help me
i have vb4.1.7 wich of the Experience 4 is good for me? 1 or 2 or 3 in zip file

snowlion 11-15-2011 12:00 PM

Download and install this version
vBExperience410_20111110_RC.zip

TheLastSuperman 11-15-2011 09:37 PM

Quote:

Originally Posted by ecitizen (Post 2267951)
hi
my fireands help me
i instal this and its very good but my Post_Thanks_DBTech dont save point in vBExperience i instal plugin from folder taht is in zip file
plz help me

Quote:

Originally Posted by ecitizen (Post 2268119)
hello
is there any to help mi?
wiche vertion of Experience 4 should install?
i have vb 4.1.7

Quote:

Originally Posted by ecitizen (Post 2268127)
hi
plz help me
i have vb4.1.7 wich of the Experience 4 is good for me? 1 or 2 or 3 in zip file

You sir need to calm down, breathe and realize help comes as-is, it's not a "right" in the least and there's no need to make repeated posts all within the same day - give the author time to respond at least.

Quote:

Originally Posted by snowlion (Post 2268152)
Download and install this version
vBExperience410_20111110_RC.zip

Let's PM the author with files such as this before you post, if you did no worries but I would rather see the files attached to the modifications first post instead of trusting the attachment of another user (ahh you know what I'm trying to say I hope :cool:).

snowlion 11-16-2011 06:05 AM

Quote:

Originally Posted by TheLastSuperman (Post 2268330)
Let's PM the author with files such as this before you post, if you did no worries but I would rather see the files attached to the modifications first post instead of trusting the attachment of another user (ahh you know what I'm trying to say I hope :cool:).

Yes, I understand, but it from the first post and this is not my file. You can check it :D
https://vborg.vbsupport.ru/attachment.php?attachmentid=134360&d=1320958482

goxy63 11-16-2011 09:17 AM

Hi
I was wondering, why on my forums activity is same for all 3:

Activity 99.4%
Activity last 30 days 99.4%
Activity last 7 days 99.4%


And for every other user its same problem, on all 3 bars is same number

Thanks for great mod http://www.smileystar.com/emoticons/...heers-beer.gif

Phalynx 11-16-2011 12:36 PM

You should wait few weeks until the system has enough data collected.

hhumas 11-17-2011 02:57 AM

i have installed this . after getting more than 1 awards ... only 1 shows under achievements ..
how to fix this .. here is the forum link

ecitizen 11-17-2011 07:45 AM

[QUOTE=TheLastSuperman;2268330]You sir need to calm down, breathe and realize help comes as-is, it's not a "right" in the least and there's no need to make repeated posts all within the same day - give the author time to respond at least.

hello
yes sure but also any dont answer this ::
i instal this and its very good but my Post_Thanks_DBTech dont save point in vBExperience i instal plugin from folder taht is
i have problem with this. now if any can help mi sey

Ikkyy 11-17-2011 09:57 AM

I purchase some item on Vbshop with VbExperience, but this points return in 10 minutes.

9k points, purchase item 7k = 2k

before 10 minutes back to 9k, why?

Phalynx 11-17-2011 11:13 AM

Quote:

Originally Posted by hhumas (Post 2268766)
i have installed this . after getting more than 1 awards ... only 1 shows under achievements ..
how to fix this .. here is the forum link

Please specify more, just posting a link to a forum is not enough information.

Quote:

Originally Posted by ecitizen (Post 2268806)
yes sure but also any dont answer this ::
i instal this and its very good but my Post_Thanks_DBTech dont save point in vBExperience i instal plugin from folder taht is
i have problem with this. now if any can help mi sey

Cannot verify it as I don't use DBTech products.

Quote:

Originally Posted by Ikkyy (Post 2268830)
I purchase some item on Vbshop with VbExperience, but this points return in 10 minutes.

9k points, purchase item 7k = 2k

before 10 minutes back to 9k, why?

Does vBShop support vBExperience? I think they are handling it wrong. Marketplace is the single Shop I know that is supporting vBExperience.

Ikkyy 11-17-2011 02:43 PM

Why points back ?

Systeam recalcule all post all day automatic?

Phalynx 11-17-2011 03:20 PM

Yes. That way you earn points also for actions you made before you installed vBExperience.

Ikkyy 11-17-2011 03:43 PM

u need make plugin for work with vbshop.

The best integration.

ChromeDome 11-18-2011 04:22 AM

I get this error when I surf on one of the vbookie pages. The code is in vBExperience plugin vBookie.xml:

Code:

Database error in vBulletin 4.1.8:

Invalid SQL:
SELECT
              SUM(bet_amount_won) AS sumbets
              FROM vb_vbookie_bets_placed
              WHERE bet_settled='Y' AND userid=1
              AND dateline > 315532800
              GROUP BY userid;

MySQL Error  : Unknown column 'dateline' in 'where clause'
Error Number  : 1054
Request Date  : Thursday, November 17th 2011 @ 11:01:50 PM
Error Date    : Thursday, November 17th 2011 @ 11:01:50 PM
Username      : Unregistered
Classname    : vB_Database_MySQLi
MySQL Version :


vitrag24 11-18-2011 03:25 PM

Quote:

Originally Posted by Phalynx (Post 2267255)
Originally Posted by vitrag24 View Post

i had issue of server overload due to spam bot mostly in previous version..when i disabled previous version, no such problem..so i think there was some problem with previous version..now ujpgrading to this version..i hope there wont be such problem now.

=========


Please check if the banned usergroup id is set to be ignored in vBExperience Settings.

Again server overload and spammed threads by spam bots after updating and enabling vbexperience..

well i've disabled banned usergroup now, let's see if it solves problem or i have to disable this beautiful plugin again.

michal72 11-21-2011 11:01 AM

1 Attachment(s)
@Phalynx
First of all thank you for this great mod. It works very well without any problems,
But last time one of my user( moderator) reported me following screenshot:

Attachment 134578

It happens for time to time in VSa - Advanced Forum Statistics (AJAX)'s window
Mod Version: vBExperience404_20101230_GOLD
VBulleitn: 4.1.7 sp2
Browser: Chrome - the newest version

Any help will be appreciated

Phalynx 11-22-2011 09:57 AM

Quote:

Originally Posted by Ikkyy (Post 2268916)
u need make plugin for work with vbshop.

The best integration.

Don't think so :)

Quote:

Originally Posted by ChromeDome (Post 2269113)
I get this error when I surf on one of the vbookie pages. The code is in vBExperience plugin vBookie.xml:

Code:

Database error in vBulletin 4.1.8:

Invalid SQL:
SELECT
              SUM(bet_amount_won) AS sumbets
              FROM vb_vbookie_bets_placed
              WHERE bet_settled='Y' AND userid=1
              AND dateline > 315532800
              GROUP BY userid;

MySQL Error  : Unknown column 'dateline' in 'where clause'
Error Number  : 1054
Request Date  : Thursday, November 17th 2011 @ 11:01:50 PM
Error Date    : Thursday, November 17th 2011 @ 11:01:50 PM
Username      : Unregistered
Classname    : vB_Database_MySQLi
MySQL Version :


Will fix the CDP bridge soon and post it here.


Quote:

Originally Posted by vitrag24 (Post 2269249)
Again server overload and spammed threads by spam bots after updating and enabling vbexperience..

well i've disabled banned usergroup now, let's see if it solves problem or i have to disable this beautiful plugin again.

I don't see why spammers should return when you enable vBExperience. There is no spam-magnetic feature on it, must be a random coincidence.


Quote:

Originally Posted by michal72 (Post 2270301)
@Phalynx
First of all thank you for this great mod. It works very well without any problems,
But last time one of my user( moderator) reported me following screenshot:

Attachment 134578

It happens for time to time in VSa - Advanced Forum Statistics (AJAX)'s window
Mod Version: vBExperience404_20101230_GOLD
VBulleitn: 4.1.7 sp2
Browser: Chrome - the newest version

Any help will be appreciated

That is an output from the cronjob to recount achievements. It seems AFS is doing cron jobs while pulling data with AJAX. Please ask the author of AFS to fix it.

michal72 11-22-2011 11:42 AM

Quote:

Originally Posted by Phalynx (Post 2270702)
That is an output from the cronjob to recount achievements. It seems AFS is doing cron jobs while pulling data with AJAX. Please ask the author of AFS to fix it.

Thank you @Phalynx

It was also my first idea, but I was informed that data comes always from vbExpereience cronjob and not from the other cronjobs. Can it be coincidence?

Phalynx 11-22-2011 11:50 AM

I highly doubt it is always vBExperience. More like vBExperience is a large cron task and after all it is attracting attention, more than a simple cleanup job by vBulletin.

michal72 11-22-2011 12:36 PM

Quote:

Originally Posted by Phalynx (Post 2270721)
I highly doubt it is always vBExperience. More like vBExperience is a large cron task and after all it is attracting attention, more than a simple cleanup job by vBulletin.

Ok. I will contact Valter. I will keep you infromed

Regards

Phalynx 11-22-2011 01:45 PM

Great, dzięki.

kavirus 11-22-2011 04:42 PM

Hi All,

Great mod for VB, really like it so far... Not sure if someone else already ask this but... something that I'm missing is how to change the factor values. Like how many points an user gets by post.

Basically I would like to change the values from here: http://www.vbaddict.net/xperience.php?go=earn

Thanks

michal72 11-22-2011 09:33 PM

Quote:

Originally Posted by kavirus (Post 2270795)
Hi All,

Great mod for VB, really like it so far... Not sure if someone else already ask this but... something that I'm missing is how to change the factor values. Like how many points an user gets by post.

Basically I would like to change the values from here: http://www.vbaddict.net/xperience.php?go=earn

Thanks


AdminCP->Settings->Options->vBExperience: Points

Regards

Phoenixgal 11-22-2011 09:33 PM

I'm getting this error message....I KNOW its probably something simple...I've tried to go back and read through 147 pages but my HEAD hurts!! LOL

PHP Code:

Database error in vBulletin 4.1.8:

Invalid SQL:

    
SELECT userid
    
user.market_username_color
user.market_username_glowmarket_username_subscript
    FROM session 
as session
    
    WHERE session
.lastactivity 1321971422;

MySQL Error   Unknown column 'user.market_username_color' in 'field list'
Error Number  1054
Request Date  
TuesdayNovember 22nd 2011 10:17:02 AM
Error Date    
TuesdayNovember 22nd 2011 10:17:02 AM
Script        
http://www.XXX.
Referrer      http://www.
IP Address    XX.XX.XXX.XX
Username      
XXXXXX
Classname     
vB_Database
MySQL Version 
5.0.92-community 


Phalynx 11-22-2011 09:46 PM

Phoenixgal, that error comes from the Market, not from vBExperience.

michal72 11-23-2011 08:40 AM

Quote:

Originally Posted by Phalynx (Post 2270739)
Great, dzięki.

To ją dziękuję Mariusz. Pozdrawiam


All times are GMT. The time now is 04:14 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.10803 seconds
  • Memory Usage 1,887KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)bbcode_php_printable
  • (28)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete