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)

RK KINGKONG 07-27-2010 03:07 PM

<i>i Swear This Is Like Better Than Xbox Live Achievements ,this Is An Awesome Mod /add On . Great Work Boss Thank You I Love It ..</i>

RK KINGKONG 07-27-2010 03:09 PM

Youre Awesome Man This Mod Is Epically Sick , Thank You .

RollaJedi 07-27-2010 04:06 PM

me again. Ok, I had a different awards mod back before vbexperience. All of my awards are 32x32 pixels. Is there a way to let me use those with that size instead of the little 16x16 pixel ones? I see there is two drop downs. One for the 16x16 small icons, and one for a bigger 34x34 icon. What are the 34x34 icons for? Could I use them to display in my postbit instead of the small 16x16?

Sorry, i just hate the 16x16 size. :P

Phalynx 07-27-2010 04:19 PM

Where did you read about 34x34?

Just rename the 32x32 images to the 16x16 one and you can use them everywhere.

RollaJedi 07-27-2010 04:35 PM

I'm sorry, mine are 34x34 pixels. Yours are 32x32.

Ok, it would seem that your image can only be seen and picked in the drop down if it has _16.png at the end (for the smaller 16x16 icons) and _32.png (for the larger 32x32 icons). If for instance you just uploaded a file called star.png, it wouldnt appear in either dropdown. It would need to be star_16.png to show up in the smaller icons dropdown.

When i upload my 34x34 icon into the correct folder and rename it so that it has the _16.png (its name is E1-Yaddle_16.png), it lets me pick it, but it scales the image down to 16x16 once you actually see it on the forum. I just want to show it without any scaling at all. Is that possible?

Phalynx 07-27-2010 05:23 PM

34x34 is a non standard file size for icons and similar.

Edit functions_xperience.php,

search for:
$awards .= '<img style="vertical-align: middle;" border="0" width="16" height="16" src="'.$vbulletin->options['bburl'].'/xperience/icons/'.$awardurl.'" alt="'.$awardtitle.'" title="'.$awardtitle.'" />';


replace with:
$awards .= '<img style="vertical-align: middle;" border="0" width="32" height="32" src="'.$vbulletin->options['bburl'].'/xperience/icons/'.$awardurl.'" alt="'.$awardtitle.'" title="'.$awardtitle.'" />';

RollaJedi 07-27-2010 05:52 PM

that worked! Thanks!!! :)

I'd really like to make a suggestion too if could:
Maybe give the words 'Achievements' and 'Awards' in your postbit an URL pointing to the awards and achievements page so users can see more info about it.

Phalynx 07-28-2010 05:27 AM

Nice idea, will add this.

homanhtruong 07-28-2010 06:27 AM

Installed. very Excellent. Thanks Phalynx so much!

Phoenixgal 07-28-2010 04:28 PM

LOVE It!! How do my users "give away points?"

Phoenixgal 07-28-2010 04:42 PM

Quote:

Originally Posted by Phoenixgal (Post 2075843)
LOVE It!! How do my users "give away points?"


OK I found where they can do it so now my question is how do I add the field for it..

Phalynx 07-28-2010 05:21 PM

Quote:

Originally Posted by Phoenixgal (Post 2075849)
OK I found where they can do it so now my question is how do I add the field for it..

I don't understand this question... What do you mean with "add field"?

Give Away Points is using the existing fields.

RollaJedi 07-28-2010 08:48 PM

I think we should start posting suggestions for Achievements and the condition we use to earn each of them. A lot of those conditions i'm a little leary on how to operate it.

Is there a way to get an achievement based upon if a person fills out a particular profile field maybe?

Veer 07-28-2010 09:35 PM

Will this mod work with latest DBTech vBShop?

And I didn't found any option to completely disable awards.

miket1234 07-29-2010 04:44 AM

Hi

I get this error on i push EXPERIENCE button from main menu:

Database error in vBulletin 4.0.5:

Invalid SQL:
SELECT
COUNT(*) AS cnt_ach,
i.achievementid,
a.title,
a.description,
a.imagebig
FROM _vB_xperience_achievements_issues AS i
INNER JOIN _vB_xperience_achievements AS a ON a.achievementid=i.achievementid
GROUP BY achievementid
ORDER BY COUNT(*) DESC
LIMIT 1;

MySQL Error : Invalid use of group function
Error Number : 1111
Request Date : Thursday, July 29th 2010 @ 08:40:04 AM
Error Date : Thursday, July 29th 2010 @ 08:40:04 AM

RollaJedi 07-29-2010 02:32 PM

i have a problem with the achievements, Phalynx. I have gotten rid of all of the default achievements and started making my own. I dont have very many, maybe 10 or so. What the problem is, is I have an image of a little medal that appears before every one of my members real achievements. I dont use this image at all in any of the achievements. Its location is:

http://www.coreplanets.com/forums/xp...default_16.png

If you hover your pointer over it, it says '25' or '50'. All of my users have this image though and i'd like to get rid of it and whatever is making it do this. I checked the 'manage achievements' several times and there is nothing there that would cause this to show up.

Here is a pic of what i'm talking about:
https://vborg.vbsupport.ru/

Thanks!

miket1234 07-29-2010 03:28 PM

its possible to get this error because i have MySQL Version : 4.1.22?
Quote:

Originally Posted by miket1234 (Post 2076075)
Hi

I get this error on i push EXPERIENCE button from main menu:

Database error in vBulletin 4.0.5:

Invalid SQL:
SELECT
COUNT(*) AS cnt_ach,
i.achievementid,
a.title,
a.description,
a.imagebig
FROM _vB_xperience_achievements_issues AS i
INNER JOIN _vB_xperience_achievements AS a ON a.achievementid=i.achievementid
GROUP BY achievementid
ORDER BY COUNT(*) DESC
LIMIT 1;

MySQL Error : Invalid use of group function
Error Number : 1111
Request Date : Thursday, July 29th 2010 @ 08:40:04 AM
Error Date : Thursday, July 29th 2010 @ 08:40:04 AM


Phalynx 07-29-2010 06:06 PM

Quote:

Originally Posted by RollaJedi (Post 2075940)
I think we should start posting suggestions for Achievements and the condition we use to earn each of them. A lot of those conditions i'm a little leary on how to operate it.

Is there a way to get an achievement based upon if a person fills out a particular profile field maybe?

Yes. Via plugins (read more about it in ZIP\extras\Custom Data Provider) you can collect points for this and set the achievement to this field.

Quote:

Originally Posted by Veer (Post 2075966)
Will this mod work with latest DBTech vBShop?

And I didn't found any option to completely disable awards.

No, vBShop is not compatible. It's just compatible with Point Market System.

AdminCP, Settings, Experience: Awards, Use Award -> No should disable them.

Quote:

Originally Posted by RollaJedi (Post 2076330)
i have a problem with the achievements, Phalynx. I have gotten rid of all of the default achievements and started making my own. I dont have very many, maybe 10 or so. What the problem is, is I have an image of a little medal that appears before every one of my members real achievements. I dont use this image at all in any of the achievements. Its location is:

http://www.coreplanets.com/forums/xp...default_16.png

If you hover your pointer over it, it says '25' or '50'. All of my users have this image though and i'd like to get rid of it and whatever is making it do this. I checked the 'manage achievements' several times and there is nothing there that would cause this to show up.

Here is a pic of what i'm talking about:
http://www.coreplanets.com/OBJ/SHOT.jpg

Thanks!

This image is a replacement for a non existent image. Please check the achievement that has 25 or 50 as a description. If you don't have such an achievement, it must be an old one that is listed in issued achievements. The easiest way to clear the cache is to clear issued achievements and run a recount on achievements ("Clear all issued Achievements and Logs"). (don't use the option to clear and create default achievements!!!)

Quote:

Originally Posted by miket1234 (Post 2076366)
its possible to get this error because i have MySQL Version : 4.1.22?

Yes, vBExperience is not compatible with this very old MySQL version.

ShadyUS 07-29-2010 07:03 PM

I know I can create my own awards, but is there a way to give them to a person individually?

RollaJedi 07-29-2010 07:24 PM

Quote:

Originally Posted by Phalynx (Post 2076427)
This image is a replacement for a non existent image. Please check the achievement that has 25 or 50 as a description. If you don't have such an achievement, it must be an old one that is listed in issued achievements. The easiest way to clear the cache is to clear issued achievements and run a recount on achievements ("Clear all issued Achievements and Logs"). (don't use the option to clear and create default achievements!!!)

No luck. I cleared the logs and issued achievements, then refreshed my page on my forum. All the achievements were gone. Then, I went back and recounted achievements. The little medal had reappeared again. Anything else you can think of? :confused:

Phalynx 07-29-2010 07:53 PM

Quote:

Originally Posted by ShadyUS (Post 2076454)
I know I can create my own awards, but is there a way to give them to a person individually?

Yes, this is possible. There is an automatic and an manual mode for each award.

Quote:

Originally Posted by RollaJedi (Post 2076463)
No luck. I cleared the logs and issued achievements, then refreshed my page on my forum. All the achievements were gone. Then, I went back and recounted achievements. The little medal had reappeared again. Anything else you can think of? :confused:

This is something really confusing. Beside the change to the source code regarding the size, did you changed anything else? If you do a copy of the functions_xperience.php and overwrite it by the file that has been provided by me, does it fix the problem?

If no, I would need access to your admincp to track it down. If you are ok with that then PM me the login details via PM.

RollaJedi 07-29-2010 07:59 PM

I will try what you just said and then if it doesnt work, i will pm you my id and password. Thank you!

Veer 07-29-2010 08:38 PM

Quote:

Originally Posted by Phalynx (Post 2076427)
No, vBShop is not compatible. It's just compatible with Point Market System.

AdminCP, Settings, Experience: Awards, Use Award -> No should disable them.

Thanks for the reply Phalynx.

Can you please describe more what you mean by saying not compatible? I tried vBExperience on my test board with vBShop by setting "xperience" in Points Field and it seems to work just fine.

TheMayhem 07-29-2010 08:42 PM

Quote:

Originally Posted by Veer (Post 2076508)
Thanks for the reply Phalynx.

Can you please describe more what you mean by saying not compatible? I tried vBExperience on my test board with vBShop by setting "xperience" in Points Field and it seems to work just fine.

vBExperience recalculates itself every 10 minutes and uses a different table field then the user table. In addition, the way things are summed up and deducted are reverse of what a normal store would calculate. So originally with the Point Market in the 2x series and vBShop, it just wouldn't work at all. I had to add a lot of customized coding to make the Market 3x series work with vBShop.

Veer 07-29-2010 11:36 PM

Quote:

Originally Posted by TheMayhem (Post 2076510)
vBExperience recalculates itself every 10 minutes and uses a different table field then the user table. In addition, the way things are summed up and deducted are reverse of what a normal store would calculate. So originally with the Point Market in the 2x series and vBShop, it just wouldn't work at all. I had to add a lot of customized coding to make the Market 3x series work with vBShop.

Then there is no chance of running vBExperience with vBShop? If yes then vBActivity will be the last choice.

ShadyUS 07-30-2010 01:32 AM

Quote:

Originally Posted by Phalynx (Post 2076482)
Yes, this is possible. There is an automatic and an manual mode for each award.



This is something really confusing. Beside the change to the source code regarding the size, did you changed anything else? If you do a copy of the functions_xperience.php and overwrite it by the file that has been provided by me, does it fix the problem?

If no, I would need access to your admincp to track it down. If you are ok with that then PM me the login details via PM.

So how exactly do I give an award to individual users?

Phalynx 07-30-2010 04:28 AM

Quote:

Originally Posted by Veer (Post 2076580)
Then there is no chance of running vBExperience with vBShop? If yes then vBActivity will be the last choice.

As long as vBShop does not suppport vBExperience there is no chance.

Quote:

Originally Posted by ShadyUS (Post 2076618)
So how exactly do I give an award to individual users?

Please click "Mark as Installed" to get support.

Edit the Award via AdminCP and enter the UserID of the user into the manual assign field.

lingstar 07-30-2010 09:25 AM

Quote:

Originally Posted by miket1234 (Post 2076075)
Hi

I get this error on i push EXPERIENCE button from main menu:

Database error in vBulletin 4.0.5:

Invalid SQL:
SELECT
COUNT(*) AS cnt_ach,
i.achievementid,
a.title,
a.description,
a.imagebig
FROM _vB_xperience_achievements_issues AS i
INNER JOIN _vB_xperience_achievements AS a ON a.achievementid=i.achievementid
GROUP BY achievementid
ORDER BY COUNT(*) DESC
LIMIT 1;

MySQL Error : Invalid use of group function
Error Number : 1111
Request Date : Thursday, July 29th 2010 @ 08:40:04 AM
Error Date : Thursday, July 29th 2010 @ 08:40:04 AM

I just installed it and got the same error....HELP!

Phalynx 07-30-2010 10:24 AM

Quote:

Originally Posted by lingstar (Post 2076712)
I just installed it and got the same error....HELP!

>>> its possible to get this error because i have MySQL Version : 4.1.22?
Yes, vBExperience is not compatible with this very old MySQL version.

vidan 07-30-2010 02:03 PM

phalynx: i found something strange with attachment consume points, i install default vbulletin and trying to use the consume points on attachment download, and found in the statistic manage custom point,

Code:

07-30-2010 02:45 PM, (missing username)
Points: -500, Downloaded attachment dfdfdf.rar
07-30-2010 02:45 PM, (missing username)
Points: -500, Downloaded attachment dfdfdf.rar
07-30-2010 02:45 PM, (missing username)
Points: -500, Downloaded attachment dfdfdf.rar
07-30-2010 02:45 PM, (missing username)
Points: -500, Downloaded attachment dfdfdf.rar

but no user id after (07-30-2010 02:45 PM,) thats why its not substract the user point, thank you very much

Phalynx 07-30-2010 02:23 PM

Quote:

Originally Posted by vidan (Post 2076806)
phalynx: i found something strange with attachment consume points, i install default vbulletin and trying to use the consume points on attachment download, and found in the statistic manage custom point,

Code:

07-30-2010 02:45 PM, (missing username)
Points: -500, Downloaded attachment dfdfdf.rar
07-30-2010 02:45 PM, (missing username)
Points: -500, Downloaded attachment dfdfdf.rar
07-30-2010 02:45 PM, (missing username)
Points: -500, Downloaded attachment dfdfdf.rar
07-30-2010 02:45 PM, (missing username)
Points: -500, Downloaded attachment dfdfdf.rar

but no user id after (07-30-2010 02:45 PM,) thats why its not substract the user point, thank you very much

It does not check for UserID, so maybe it's a guest? Or does this happen to all users?

vidan 07-30-2010 03:17 PM

i have only 2 user, 1 admin and the other 1 is registered user.
admin upload attachment, reg.user download from the attachment, no point subtract for the user (i set user point to 1000) should be 500 after download right
and same with user, user upload attachment, admin download, there's nothing happen with the admin point, but in the statistic log the same, date only, without userid

vidan 07-31-2010 05:22 PM

any update on this mr phalynx?

DragonByte Tech 07-31-2010 06:26 PM

Quote:

Originally Posted by Phalynx (Post 2076663)
As long as vBShop does not suppport vBExperience there is no chance.



Please click "Mark as Installed" to get support.

Edit the Award via AdminCP and enter the UserID of the user into the manual assign field.

Phalynx, vBShop is designed to support as many points systems as possible. Please feel free to let us know what your points mod does differently from all the other points mods vBShop works with (vbcredits, vbactivity, ucash, kbank etc...) and we'll try and make vBShop compatible =)

Iain

Phalynx 07-31-2010 08:05 PM

Quote:

Originally Posted by vidan (Post 2076840)
i have only 2 user, 1 admin and the other 1 is registered user.
admin upload attachment, reg.user download from the attachment, no point subtract for the user (i set user point to 1000) should be 500 after download right
and same with user, user upload attachment, admin download, there's nothing happen with the admin point, but in the statistic log the same, date only, without userid

Where exactly are you downloading the attachments? Which vBulletin version are you driving?
Cannot confirm that behaviour with thread attachments on vBulletin 4.0.5

Quote:

Originally Posted by vidan (Post 2077295)
any update on this mr phalynx?

Please be patient as I'm not spending 24h a day on this forum.

Quote:

Originally Posted by DragonByte Tech (Post 2077322)
Phalynx, vBShop is designed to support as many points systems as possible. Please feel free to let us know what your points mod does differently from all the other points mods vBShop works with (vbcredits, vbactivity, ucash, kbank etc...) and we'll try and make vBShop compatible =)

Iain

You need to hook in the process during calculation of the points, as vBExperience does a queued recount on users points. This is the part you could rip off from Point Market System as well, not just the other things.

iJay 07-31-2010 10:33 PM

Hey!

Love your mods, but i have a problem. After i imported the addons for:

vBExperience - DragonByte Tech: Advanced Post Than
vBExperience - v3arcade Highscorer Points
vBExperience v3Arcade Submissions
vBExperience 8WR Media Library
vBExperience 8WR Media Library

And i went to recount i got this sql error.

Code:

Database error in vBulletin 4.0.3:

Invalid SQL:
UPDATE xperience_stats
                SET
                points_xperience=61011,points_threads=210,points_thread_votes=0,points_thread_replycount=190.2,points_thread_views=130.58,points_thread_stickies=250,points_posts=744,points_post_avg=0.968706875119,points_post_attachment=1,points_misc_events=0,points_threads_sg=0,points_posts_sg=0,points_post_attachment_views=0,points_user_profile=20,points_post_den=60,points_user_law=0,points_user_infractions=0,points_user_reputation=0,points_user_reputation_use=0,points_user_online=768.034189815,points_user_referrals=25,points_misc_custom=58000,points_user_socialgroup=0,points_thread_tags=0,points_thread_rate=0,points_user_friends=0,points_user_visitormessages=0,points_user_albumpictures=0,points_misc_ldm=0,points_misc_dl2=0,points_misc_vbblog=15.02,points_misc_vbcms=575,points_misc_ppd=0,points_misc=58593.77,points_thread=780.78,points_post=754,points_user=883.034189815,points_xperience=61011,points_shop=0,points_user_8wrmedia=70,points_user_8wrmediacomments=0,points_misc_v3arcadechamps=1.25,points_misc_v3sub=2.5,points_user_activity=100,points_user_activity30=100,points_user_activity7=100,points_level=100,promoted=0,
        dateline=1280618760       
        WHERE userid=1;

MySQL Error  : Unknown column 'points_user_8wrmedia' in 'field list'
Error Number  : 1054
Request Date  : Sunday, August 1st 2010 @ 01:26:37 AM
Error Date    : Sunday, August 1st 2010 @ 01:26:38 AM
Script        : http://******.com/******/admincp/xperience_admin.php?do=xperience_admin_recount_xp
Referrer      : http://******.com/******/admincp/xperience_admin.php?do=recount
IP Address    : 2**.***.***.***
Username      : ******
Classname    : vB_Database
MySQL Version : 5.0.91-community

And now i got this in the market system admincp:
Code:

Point Field:        market_xperience        The point field has been entered but no data exists in this field name.
Any idea whats up?
Just some FYI's:
-Have forum offline
-Im the only active user (due to offline)
-Im the only v3 champ
-Im the only media submitter

Once i disable the mods everything goes back to norm.

Help would be greatly appreciated,

iJay/Ash



UPDATE
The moment i disabled:
vBExperience - v3arcade Highscorer Points
vBExperience v3Arcade Submissions
vBExperience 8WR Media Library
vBExperience 8WR Media Library

and i recounted the points i got sql errors all of which are similar to MySQL Error : Unknown column 'points_user_8wrmedia' in 'field list'

vidan 08-01-2010 03:03 AM

im using fresh vb4.0.5, and its from addons/attachment consume points.xml
step i use:
install default vb, install latest vbexperience, install addons attachment consume points,
add 1 registered user, setting the attachment by user and by admin, download the attachment, finally look into statistic in manage custom point, like i said before
Code:

07-30-2010 02:45 PM, (missing username)
Points: -500, Downloaded attachment dfdfdf.rar
07-30-2010 02:45 PM, (missing username)
Points: -500, Downloaded attachment dfdfdf.rar
07-30-2010 02:45 PM, (missing username)
Points: -500, Downloaded attachment dfdfdf.rar
07-30-2010 02:45 PM, (missing username)
Points: -500, Downloaded attachment dfdfdf.rar

thank you

Phalynx 08-01-2010 05:48 AM

Quote:

Originally Posted by iJay (Post 2077389)
Hey!

Love your mods, but i have a problem. After i imported the addons for:

vBExperience - DragonByte Tech: Advanced Post Than
vBExperience - v3arcade Highscorer Points
vBExperience v3Arcade Submissions
vBExperience 8WR Media Library
vBExperience 8WR Media Library

To get support, you need to to click "Mark as Installed"

Please reinstall the "vBExperience 8WR Media Library" Addons.


Quote:

Originally Posted by vidan (Post 2077462)
im using fresh vb4.0.5, and its from addons/attachment consume points.xml
step i use:
install default vb, install latest vbexperience, install addons attachment consume points,
add 1 registered user, setting the attachment by user and by admin, download the attachment, finally look into statistic in manage custom point, like i said before

thank you

Will take a deeper look on another board of mine as on my board this goes well.

MikalMirkas 08-01-2010 07:21 AM

How do you add extras?

luseik 08-01-2010 07:25 AM

Quote:

Experience

Update Experience points
Processing: Average PPD 60 days:
Processing: Average PPD 30 days: 84.9
Processing: Average PPD 7 days: 84.9
Processing: 1

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 2

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 3

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 4

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 5

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 6

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 7

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 8

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 9

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 10

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 11

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 12

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 13

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 14

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 15

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 16

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 17

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 18

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 19

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 20

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 21

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 22

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 23

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 24

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 25

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 26

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 27

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 28

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 29

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 30

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 31

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 32

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 33

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 34

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 35

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 36

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 37

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 38

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 39

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 40

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 41

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 42

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 43

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 44

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: 45

Warning: Division by zero in [path]/includes/class_xperience.php on line 885
Processing: Awards
Processing: Social Group Ranking





vBulletin Message


Updated Post Counts Successfully

If you are not automatically redirected, please click here.

Processing Complete - Proceed

Powered by vBulletin™ Version 4.0.5 Copyright ? 2010 vBulletin Solutions, Inc. All rights reserved.
I got the above error when I click Update Experience Points, does anyone help me to solve it? Thank you.


All times are GMT. The time now is 05:00 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.03125 seconds
  • Memory Usage 1,917KB
  • 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
  • (5)bbcode_code_printable
  • (26)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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