vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - vBExperience (https://vborg.vbsupport.ru/showthread.php?t=171014)

SPARKS MAN 10-20-2008 11:48 AM

after install it when i run the cron job i got this DB error
and if i use the recount the xperience points via maintenance tools i got the same one ????? please any help

PHP Code:

Database error in vBulletin 3.7.3:

Invalid SQL:
SELECT 
            thankedcount
            FROM user
            WHERE userid
=1;

MySQL Error   Unknown column 'thankedcount' in 'field list'
Error Number  1054
Request Date  
MondayOctober 20th 2008 07:42:16 AM
Error Date    
MondayOctober 20th 2008 07:42:18 AM
Script        
http://vb.ulkahf.net/ulkahfad/cronadmin.php?do=runcron&cronid=49
Referrer      http://vb.ulkahf.net/ulkahfad/index.php?loc=plugin.php%3Fdo%3Dproduct
IP Address    80.255.40.163
Username      
SPARKS MAN
Classname     
vB_Database
MySQL Version 
5.0.51a-community 


SPARKS MAN 10-20-2008 11:53 AM

sorry i find my fault
thats because i use a level product not suitable to my forum

regards
eng. ali

simunaqv 10-20-2008 02:45 PM

Hi Phalynx,
I have less that 2300 members on my board. I import the smalllest level (vbexperience_level_1_small.xml) but even then we start getting Internal Server Error 500 on the forum page. I always have to disable vbExperience to get rid of this error. Can you please guide me as how can I create a level that is suitable for our forum.
Thanks,

Phalynx 10-20-2008 03:07 PM

Quote:

Originally Posted by 4x4 Mecca (Post 1647078)
Hey there! I'm trying to make a conditional to insert something into the postbit or even forumdisplay using the activity field, here is my code
Code:

<if condition="$vbulletin->xperience_stats[points_user_activity] == 100">1</if>
<if condition="$xperience_stats[points_user_activity] == 100">2</if>

Neither one works, any ideas on how I would do it?

It's "$xperience[ppd]". To see all the code, go to XML and search for the hook "postbit_display_complete".

Quote:

Originally Posted by appsfinder (Post 1648205)
hi how do i get this to work with vbgallery 2.4.3:confused:

any help would be great.

You mean PhotoPost Gallery? Support for this is already included.

Quote:

Originally Posted by SPARKS MAN (Post 1648873)
after install it when i run the cron job i got this DB error
and if i use the recount the xperience points via maintenance tools i got the same one ????? please any help

PHP Code:

Database error in vBulletin 3.7.3:

Invalid SQL:
SELECT 
            thankedcount
            FROM user
            WHERE userid
=1;

MySQL Error   Unknown column 'thankedcount' in 'field list'
Error Number  1054
Request Date  
MondayOctober 20th 2008 07:42:16 AM
Error Date    
MondayOctober 20th 2008 07:42:18 AM
Script        
http://vb.ulkahf.net/ulkahfad/cronadmin.php?do=runcron&cronid=49
Referrer      http://vb.ulkahf.net/ulkahfad/index.php?loc=plugin.php%3Fdo%3Dproduct
IP Address    80.255.40.163
Username      
SPARKS MAN
Classname     
vB_Database
MySQL Version 
5.0.51a-community 


Did you had post thanks installed and uninstalled it? If yes, you need to remove the post thanks tables also.


Quote:

Originally Posted by simunaqv (Post 1648962)
Hi Phalynx,
I have less that 2300 members on my board. I import the smalllest level (vbexperience_level_1_small.xml) but even then we start getting Internal Server Error 500 on the forum page. I always have to disable vbExperience to get rid of this error. Can you please guide me as how can I create a level that is suitable for our forum.
Thanks,

An error does not appear if you had a "wrong sized" level. I need detailed error message to track that down.

Dragonsys 10-20-2008 06:07 PM

Quote:

Originally Posted by MissKalunji (Post 1648324)
just choose "experience" as the point field it will use the WHOLE system. he just gave you the choice to choose between field

ahh ok, I missed that. Thank you!

simunaqv 10-20-2008 06:16 PM

Hi Phalynx,
Thanks for your reply. Actually the error is a general Internal Server Error 500, and it only occurs when vbExperience is enabled. I submitted a support request with our web hosting provider (DreamHost) and following is their answer:

Quote:

It appears some scripts on your site are being killed by our process
watcher program. This keeps the CPU/Memory load balanced for all users
on the server. Unfortunately, while we can't change the settings on
that, there are ways to reduce the CPU and Memory footprint of your site.
One is to make sure you've disabled hotlinking of your images.
Sometimes the culprit is robot "crawlers", such as googlebot, which like
to get caught in loops on some dynamic sites, causing the load to jump on
the server.
Can you guess what part of vbExperience could be causing a CPU load?

Phalynx 10-20-2008 07:29 PM

Quote:

Originally Posted by simunaqv (Post 1649102)
Hi Phalynx,
Thanks for your reply. Actually the error is a general Internal Server Error 500, and it only occurs when vbExperience is enabled. I submitted a support request with our web hosting provider (DreamHost) and following is their answer:



Can you guess what part of vbExperience could be causing a CPU load?

Uhm, every part? The whole thing is really database intensive. Worser if it's bad configured. I would suggest to uninstall vBExperience, as it is not intendet for low end and other limited servers.

robwestpdx 10-20-2008 10:22 PM

does this have a donation system or does it work with vbcredits?

MissKalunji 10-21-2008 12:07 AM

donation as in you can donate points to members manually? Yes

works with credits i don't think so...it has it's own point system

MyCTaK 10-22-2008 07:30 AM

Hello,
i got problem with level gaining.
I made new file with new points for level up after 60th lvl and upload it via Import another level product, then i Recount but nothing happened with users that must be affected. So i try to import it via Manage Products and then recount from Scheduled Task Manager but nothing happened again.
When i download the level product it is the new one, but in forum it continue to calculate it from old level points :eek:
I hope you understand what i mean and will help me :)

Phalynx 10-22-2008 07:55 AM

Quote:

Originally Posted by MyCTaK (Post 1650248)
Hello,
i got problem with level gaining.
I made new file with new points for level up after 60th lvl and upload it via Import another level product, then i Recount but nothing happened with users that must be affected. So i try to import it via Manage Products and then recount from Scheduled Task Manager but nothing happened again.
When i download the level product it is the new one, but in forum it continue to calculate it from old level points :eek:
I hope you understand what i mean and will help me :)

You will need to uninstall existing level XML first.

bugriders 10-22-2008 08:20 AM

I uploaded images->misc->level

but i can' t see any images of rewards. Can i enable them in the portbit please?

4x4 Mecca 10-23-2008 12:28 AM

An error I got when trying to sell something.

Database error in vBulletin 3.7.0:

Invalid SQL:
UPDATE xperience_shop_ta
SET sell=1,125, dateline_sell=1224725100
WHERE taid=35;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '125, dateline_sell=1224725100
WHERE taid=35' at line 2
Error Number : 1064
Date : Wednesday, October 22nd 2008 @ 06:25:36 PM
Script : http://www..com/forum/xperience.php?...mid=56&do=sell
Referrer : http://www..com/forum/xperience.php?go=shop&do=own
IP Address :
Username :
Classname : vb_database
MySQL Version : 5.0.67-log

bugriders 10-23-2008 10:04 AM

Quote:

Originally Posted by bugriders (Post 1650255)
I uploaded images->misc->level

but i can' t see any images of rewards. Can i enable them in the portbit please?

I only see 2 medals behind my username. I suppose I am the only user with that much points in total! I have about 1400 members. Maybe decrease the all points in settings??

simunaqv 10-23-2008 12:38 PM

Hi Phalynx,
Is it possible to turn off all computation in vbExperience and use it solely as an awards system i.e. by manaully issuing awards?

biocyberman 10-24-2008 01:03 AM

Anyone has any idea how to replace post-count by points of vbexp for "user rank" of vbulletin? we have to modify vb native files or any way better?

EWGF 10-24-2008 12:36 PM

Quote:

Originally Posted by biocyberman (Post 1651500)
Anyone has any idea how to replace post-count by points of vbexp for "user rank" of vbulletin? we have to modify vb native files or any way better?

Make a rank out of your level?

SPARKS MAN 10-24-2008 07:31 PM

Quote:

Did you had post thanks installed and uninstalled it? If yes, you need to remove the post thanks tables also.
Yes, exactly i installed post thank hack
i delete the table thank u from the php my admin ?

rob01 10-25-2008 06:40 AM

someone knows how i could add a new product (shop), where people will be able to buy it and when they buy it.. it will be added to a postbit term

example posbit:

buy : 0

when people use cash shop

buy : 1

EWGF 10-25-2008 08:56 AM

Quote:

Originally Posted by 4x4 Mecca (Post 1647078)
Hey there! I'm trying to make a conditional to insert something into the postbit or even forumdisplay using the activity field, here is my code
Code:

<if condition="$vbulletin->xperience_stats[points_user_activity] == 100">1</if>
<if condition="$xperience_stats[points_user_activity] == 100">2</if>

Neither one works, any ideas on how I would do it?

This one works:

Code:

<if condition="$bbuserinfo[xperience_ppd] == 100">1</if>

mikkitine 10-26-2008 07:21 PM

Hi Phalynx, your mod keeps getting greater.

Will there be any way to inform the "person below" about items being given away in addition to informing the recipient of the gift?

KorsatH 10-27-2008 09:01 AM

In postbit is possible show only lvl's number?
And a small image for it?

KorsatH 10-28-2008 11:24 AM

noone? :(

DIGER21 10-29-2008 09:55 AM

My levels are going up after 50 points.how can i manage them to go up with x points?

jerx 10-30-2008 01:26 PM

The next vbexperience will be compatible to vb 3.8. How about vbulletin blog 2?

teamsupra 10-30-2008 07:50 PM

Just upgraded to 371Beta 2 great mod! But I have a small issue I was hoping to get a fix for.

When I click Earn Points it brings me to the Ranking page. The url is correct:

http://www.domain.com/xperience.php?go=earn but shows rankings.

Any clues?

TamCaVBoy3 10-30-2008 10:17 PM

i imported the WOW ranking sytem, how long does it take to just gain one level ??????

bluej 10-31-2008 03:56 AM

phalynx,

how do i uninstall vbexperience? do i just upload the kill.php to my server (admincp)? what else? do i do anything at the forum ACP?

please be specific as i am not real savvy with this type thing and afraid to mess anything up...

want to wait for the 3.8 version to reinstall and start fresh

thanks so much

sectomy 10-31-2008 01:14 PM

are there any thoughts bout putting an upload box and/or automatically make a thumbnail for the Manage Shop setting ?

its very uncomfortable to manually upload the pic, type in the url, make a thumb and do the same as before....
that would be very nice if theres such a mod/addon for next version....

ForYou 11-01-2008 01:24 AM

My Vb is 3.8 beta 1 and when i need to do upgrade i can't do that becuase there is message tell me the vb 3.8beta1 can't work on vBExperience !!

Please try to help me ,

Regards

EWGF 11-01-2008 07:59 PM

Phalynx,

Is it an idea to add an "achievement" option? Like give a certain award when a member reaches 1000 posts or when a member has been registered for a year.

Swapnil 11-02-2008 10:15 AM

Thx dude great work, this mod interest the users to be more active in forum.

car20 11-02-2008 03:38 PM

hello dear Phalynx:)
thanks again for the best HACK ( I love it ):)
PLEASE GUIDANCE ME .
i install ICash hack and i want to use money field at on this hack to vbxPerience's SHOP .
how do i can add custm field ( money field from i cash hack) in costfield in admin cp ?
thanks a lot for your support .
http://d.imagehost.org/0480/money.gif

gamextract 11-02-2008 09:52 PM

Quote:

You will need the template hooks. Take a look at readme_install_uninstall_upgrade.txt

I checked both postbit, and postbit_legacy and they both have $template_hook[postbit_userinfo_left] where the default template has it and I'm still experiencing the problem. The text is their for the bars, but not the image.

zombietom 11-03-2008 12:30 PM

I'm trying to install this and when i try to import product i get this "You need to upload files first!" --but i have everything uploaded to my server --
any suggestions?
thanks

mousegeek 11-03-2008 06:38 PM

How do I reset everything to where everyone's at 0 for everything? I hit reset stats and it makes me recount everything and then it's back to where it was.

ATVTorture 11-03-2008 11:19 PM

I would like to know how when you're viewing a thread, and it has the member info block above the post, to make all of the items display in a single row rather than having 1 row per item. 1 row per item makes the member info block too tall.

Thanks!
Buster

pooslokka 11-04-2008 03:57 PM

hai,

we really want admins from showin the vbexperience
http://img352.imageshack.us/img352/530/pscoj2.jpg

i did not see an option to exclude admin. pls help

Jaxel 11-06-2008 11:26 PM

How do i get this mod to incorporate with the vBulletin Title system?

I want people's user titles to rank up based on their level within vBexperience...

Is this possible?

jerx 11-07-2008 03:54 AM

Quote:

Originally Posted by Jaxel (Post 1660866)
How do i get this mod to incorporate with the vBulletin Title system?

I want people's user titles to rank up based on their level within vBexperience...

Is this possible?

I don' t think you can do that, but it is possible to promote users to new user groups. You could set up the same user groups as your ranks and set each user group to display the group name instead of the rank title.


All times are GMT. The time now is 01:59 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.03602 seconds
  • Memory Usage 1,849KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (14)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