vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - kBank - A Money System (https://vborg.vbsupport.ru/showthread.php?t=210236)

ladiimystic 06-11-2009 02:25 AM

I'm not sure where I can change the name from "kBank" to the name I want on the Navigation menu.

Instead of

User CP - RSAbank - New Posts ... etc etc

It is

User CP - kBank - New Posts ... etc etc

algert 06-11-2009 06:03 AM

Quote:

Originally Posted by Eruantien (Post 1827266)
When I go to change settings I get the follow.



I have verified the settings over and over and still do not know why this is occuring.

Oh, this problem.

Go to Admin CP>Kbank>Edit Settings>scroll to the middle you will see something like "AdminID(s)"> then place your ID there. :)

algert 06-11-2009 06:12 AM

Quote:

Originally Posted by ladiimystic (Post 1827378)
I'm not sure where I can change the name from "kBank" to the name I want on the Navigation menu.

Instead of

User CP - RSAbank - New Posts ... etc etc

It is

User CP - kBank - New Posts ... etc etc

Go to the templates of that particular template your tyring to edit, you will see

Code:

$vbphrase[kbank]
Then replace that with

Code:

RSAbank

GhoHan 06-17-2009 07:59 PM

Not yet release :(
I hope coder continue release his/her modification.

Regards,

algert 06-18-2009 03:13 PM

Quote:

Originally Posted by i-comers.com (Post 1831500)
Not yet release :(
I hope coder continue release his/her modification.

Regards,

yeah this is a fantastic add-on, i hope they're further updates on this.

MCAlexandre 06-21-2009 02:49 PM

Hello. I uninstalled this product, but the menus remain in the Admin CP. Bugged. Can you please help me and tell me how can I remove those menus manually? Thanks. ;)

MCAlexandre 06-21-2009 03:31 PM

Quote:

You should delete all files uploaded but it's hard so if you just want to remove the panel in AdminCP, go delete ./includes/xml/cpnav_kbank.xml

Hmm, by the way, any suggestions for me to improve the product?
Nevermind, I tried this and it worked. Thanks.

realmr 06-22-2009 11:54 AM

well I had imported my friend db from lighthttpd to apache and he is having some problems, I think it could be due to .htaccess rules
pm'ed u the error msg mrpaint

realmr 06-22-2009 12:12 PM

well we get this error after upgrading to 3.8.3 and server migration from lighthttpd to apache, so how can we correct this ?

SupraGame 06-23-2009 02:41 AM

is there any way i can have the admin pm'd when someone buys an item.

like user buys a medal and then the admin(s) get a pm? we are using this to purchase items in a game.

payark 07-05-2009 09:07 PM

how do you trasfer vbcredits back and forth between kbank?

OndaReal 07-06-2009 04:59 PM

Does this work with vbookie?

albloushi 07-14-2009 04:19 AM

Finally I installed it after translating most part of the product into Arabic. Installed in 3.8.0

I have a question, what does mean "TOP!" in posts under some users name?
I mean I have some users with this: points (top!3) 279

Could we add in the shop only items which are pictures? those items are not avators or personal pictures?

I have many new comments in my forum asking further things that I think will add value to this amazing product, could I share it with you so you can take them in consideration for future updates?

Phornixx 07-15-2009 04:19 PM

Im looking forward to implement this in my board but it seems there is no support anymore...

Anyway I have two questions/concerns, hope someone can answer them:

I keep getting this random error in the admincp window:

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/kbank/functions.php on line 1600

And below, in the same window the admincp says:

You do not have enough kBank Administration Permission!
Please modify setting called 'AdminID(s)' in kBank Settings section

Obviously my ID is well stated in the kbank settings I tried with two different admin accouns and no success...

Second concern, How (in hell) do I transfer the credits form vBCredits to Kbank credits, this question has been asked many times but I can't manage to find a clear answer...

Thanks to whoever can solve my concerns...

Tuga?? 07-16-2009 04:03 PM

can please tell how i delete the :

Code:

Total members that have visited the forum in the last 24 hours:
i Dont need This Thank you

pandoros 07-16-2009 07:50 PM

Hello, Im getting a database error!
what do I do?

I need immediate help, or i cant use my website, this dd-on crashed mysql!!!!

HELP ME

Database error in vBulletin 3.8.3:

Invalid SQL:

SELECT
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, user.languageid AS saved_languageid,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid

,kbank_granted.allow_count AS kbank_granted_count
,kbank_granted.allow_userid AS kbank_granted_userid
,kbank_granted.allow_username AS kbank_granted_username
,kbank_granted.allow_usergroupid AS kbank_granted_usergroupid
,kbank_granted.allow_membergroupids AS kbank_granted_membergroupids
,kbank_granted.allow_Points AS kbank_granted_Points

FROM 1user AS user
LEFT JOIN 1userfield AS userfield ON (user.userid = userfield.userid)
LEFT JOIN 1usertextfield AS usertextfield ON (usertextfield.userid = user.userid)

LEFT JOIN (
SELECT
kbank_granted.userid AS userid
,COUNT(*) AS allow_count
,GROUP_CONCAT(user.userid SEPARATOR '|') AS allow_userid
,GROUP_CONCAT(user.username SEPARATOR '|') AS allow_username
,GROUP_CONCAT(user.usergroupid SEPARATOR '|') AS allow_usergroupid
,GROUP_CONCAT(user.membergroupids SEPARATOR '|') AS allow_membergroupids
,GROUP_CONCAT(user.Points SEPARATOR '|') AS allow_Points
FROM `1kbank_granted_permission` AS kbank_granted
INNER JOIN `1user` AS user ON (user.userid = kbank_granted.allowid)
WHERE kbank_granted.userid = 1
GROUP BY kbank_granted.userid
) AS kbank_granted ON (kbank_granted.userid = user.userid)

WHERE user.userid = 1;

MySQL Error : Unknown column 'user.Points' in 'field list'
Error Number : 1054
Request Date : Thursday, July 16th 2009 @ 03:25:02 PM
Error Date : Thursday, July 16th 2009 @ 03:25:02 PM

algert 07-18-2009 05:09 AM

Quote:

Originally Posted by Tuga?? (Post 1849992)
can please tell how i delete the :

Code:

Total members that have visited the forum in the last 24 hours:
i Dont need This Thank you

Go to admin cp> kbank> edit settings > Who Visited list Enabled> disabled it

Tuga?? 07-18-2009 09:24 AM

Quote:

Originally Posted by algert (Post 1850964)
Go to admin cp> kbank> edit settings > Who Visited list Enabled> disabled it

thank you

algert 07-20-2009 12:46 PM

Quote:

Originally Posted by Tuga?? (Post 1851048)
thank you

Np dude!

wizzie 07-21-2009 12:55 PM

Hi guys
I have installed Kbank and all looks good, but when I go to Kshop all I get is "No Results Matched Your Query"

Any ideas on what is happening

Thanks
Graham

ahmer 07-22-2009 03:41 AM

i installed it i got Database error plzz help me fix it

algert 07-22-2009 06:00 AM

Quote:

Originally Posted by ahmer (Post 1853312)
i installed it i got Database error plzz help me fix it

I'm not sure what you've done, but which version did you installed?

algert 07-22-2009 06:01 AM

Quote:

Originally Posted by wizzie (Post 1852842)
Hi guys
I have installed Kbank and all looks good, but when I go to Kshop all I get is "No Results Matched Your Query"

Any ideas on what is happening

Thanks
Graham

You'd need to add stuffs from adminCP i suppose..

ragtek 07-22-2009 06:37 AM

Is there any a tutorial/help/description?
atm i can't understand the system with the shop/item/etc

worldwidereefer 07-22-2009 09:43 PM

can someone tell me why when i set my point system at 5 point per new post and 1 point per new thread; but certain member get more point then the other.

For example: member at 193 posts, $1815 total. This morning that member post increased to 202, meaning that member posted 9 more times. But that member money increased to 1908, a 93 dollar increased. No award or thank was giving to that member.

This was brough to my attention b/c this member money increase so much. Any help ? I have check and double check and every forum is 5 / 1 and 0 for character.

omargermany 07-23-2009 12:04 PM

Hallo mrpaint
My nick ist omar and im com from germany.
my english not perfekt scoolenglish ;)
youhave Trancleat von this Hack to germany??? the produnkt.xml.
Thanks for the post of you.
omar

cutsomeat 07-23-2009 09:28 PM

I have my forum under a subdomain. i.e. forums.mydomain.com

When I try to navigate to any of the kbank links in the kbank drop down menu, i get a 404 page not found. If I change the url to replace the subdomain with www, it works fine.

http://forums.mydomain.com/forums/kbank.php?do=shop - Does not work
http://www.mydomain.com/forums/kbank.php?do=shop - Does work

Any ideas how to fix this?

Mahar 07-24-2009 06:12 PM

Is it possible for people to buy this kind of money from us? That way they can spend Ten dollars to get a specific amount and they can spend that money on actual items?

ahmer 07-24-2009 06:26 PM

Quote:

Originally Posted by algert (Post 1853340)
I'm not sure what you've done, but which version did you installed?

3.8.2

worldwidereefer 07-25-2009 10:40 PM

can someone tell me why when i set my point system at 5 point per new post and 1 point per new thread; but certain member get more point then the other.

For example: member at 193 posts, $1815 total. This morning that member post increased to 202, meaning that member posted 9 more times. But that member money increased to 1908, a 93 dollar increased. No award or thank was giving to that member.

This was brough to my attention b/c this member money increase so much. Any help ? I have check and double check and every forum is 5 / 1 and 0 for character.

albloushi 07-28-2009 05:46 AM

I hope I get answer from you, because whenever I ask something I don't get answer here.

Anyway,

As I said before, I already installed the system and translated it in Arabic.

The problem I'm facing now is that the "users who visited the site ..." don't shows the smilies and the html colors selected by users using Profile feature.

SBlueman 07-29-2009 12:28 AM

I am having a problem.....my setting is correct for the admin userid:

https://vborg.vbsupport.ru/

but I am getting this error message:
https://vborg.vbsupport.ru/

jchamber2010 07-29-2009 08:16 PM

i get that same thing... it's really quite annoying

GS-Liam 08-05-2009 09:08 AM

Hey mrPaint,

I've been reading all pages but haven't found anyone with same problem.

First of what does 'Customize Post Display' do? Does it highlight the post? Does it change the background of all posts? I've been trying most of the options but nothing changes.[list]
Another few questions:
  • Is there a way to actually highlight your thread amongst others? (by setting the background in a different color)
  • And maybe make it bold or italic?
  • Is there a way for people to buy points$? through paypal?


Kind regards

stuky4ever 08-09-2009 06:28 AM

The NAV Bar broke so i removed $template_hook[navbar_buttons_left] and now i cant have KBank in the NavBar without breaking >_> Can someone help me?

algert 08-18-2009 04:04 AM

Quote:

Originally Posted by SBlueman (Post 1857537)
I am having a problem.....my setting is correct for the admin userid:

http://img190.imageshack.us/img190/8716/error1l.jpg

but I am getting this error message:
http://img194.imageshack.us/img194/6485/error2m.jpg

Put your own ID at Admin IDs.. =)

GS-Liam 08-26-2009 12:08 PM

Hey,

I don't know if this has been suggested yet
but would you consider putting some sort of escrow service in following updates :)

Kind regards

Oyobiia 08-27-2009 10:06 PM

I uninstalled this because we no longer have use for it, but it still shows the sections in my AdminCP. Anyway to remove them?

BostWick-x 08-30-2009 02:13 PM

Quote:

Originally Posted by Oyobiia (Post 1875512)
I uninstalled this because we no longer have use for it, but it still shows the sections in my AdminCP. Anyway to remove them?

If you deleted all of the files that you uploaded, then the panels in the AdminCP should go away.

pythonimp 09-03-2009 11:44 PM

my forum hit the fritz installing this, i'm on 3.8.x it is giving me a ton of errors on my forumhome

Code:

Warning: include_once([path]/kbank/init.php) [function.include-once]: failed to open stream: No such file or directory in [path]/includes/init.php(298) : eval()'d code on line 9

Warning: include_once() [function.include]: Failed opening '[path]/kbank/init.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/includes/init.php(298) : eval()'d code on line 9

Warning: include([path]/kbank/hook_fetch_userinfo_query.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/functions.php(1365) : eval()'d code on line 2

Warning: include() [function.include]: Failed opening '[path]/kbank/hook_fetch_userinfo_query.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/includes/functions.php(1365) : eval()'d code on line 2

Warning: include([path]/kbank/hook_fetch_musername.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/functions.php(1139) : eval()'d code on line 2

I went ahead and removed all the files via ftp, but I still can't get into the admin cp to remove the xml file.. thats whats messing everything up..


All times are GMT. The time now is 11:12 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.01853 seconds
  • Memory Usage 1,832KB
  • 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
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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