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)

hambil 04-04-2009 04:31 AM

Quote:

Originally Posted by mrpaint (Post 1783499)
Thank you for all your work. Can I include some of them in the next release of kBank? Hehe :D:D

Please do.

Also, here is an edit to enable the copy and past of the colors text file I provided:

In kbank/itemtypes/customize_userinfo.kbank.php
Find:
PHP Code:

                'username_colors' => array(
                    
'name' => 'Username Colors list',
                    
'desc' => 'Enter colors that member can choose. Seperate by comma (,)',
                    
'type' => TYPE_STR
                
), 

Replace with:
PHP Code:

                'username_colors' => array(
                    
'name' => 'Username Colors list',
                    
'desc' => 'Enter colors that member can choose. Seperate by comma (,)',
                    
'type' => 'textarea'
                
), 

Find:
PHP Code:

                'usertitle_colors' => array(
                    
'name' => 'Usertitle Colors list',
                    
'desc' => 'Enter colors that member can choose (for title). Seperate by comma (,)',
                    
'type' => TYPE_STR
                
), 

Replace with:
PHP Code:

                'usertitle_colors' => array(
                    
'name' => 'Usertitle Colors list',
                    
'desc' => 'Enter colors that member can choose (for title). Seperate by comma (,)',
                    
'type' => 'textarea'
                
), 


externalaw.com 04-04-2009 05:17 AM

yeah I would put this mod in the graveyard!
messed up my entire forum, no access to admin ... SQGtelly, thank you so much for the tip.
I uploaded the 2.1 version and deleted it from the system and my memory!

hambil 04-04-2009 05:33 AM

Quote:

Originally Posted by externalaw.com (Post 1783521)
yeah I would put this mod in the graveyard!
messed up my entire forum, no access to admin ... SQGtelly, thank you so much for the tip.
I uploaded the 2.1 version and deleted it from the system and my memory!

I've had no problems with it.

hongquanpc 04-04-2009 05:41 AM

Quote:

Fatal error: Call to undefined function GlobalStartCode() in /home/..../admincp/global.php(247) : eval()'d code on line 2
fix error Turn off for vbb 3.8.1 ,

ph03nIX 04-04-2009 06:01 AM

Quote:

Originally Posted by mrpaint (Post 1783499)
You can disable Who Visited in kBank Settings page

Oops, can't believe I missed that. Thanks.

Quote:

Originally Posted by hambil (Post 1783503)
Please do.
Also, here is an edit to enable the copy and past of the colors text file I provided:

Once again, nice job, hambil. Thanks.

Also, I thought I'd point this out for anybody that wanted to know, to set the thanks amount for the hide tags just use
Code:

[hide=amount]whatever you want to hide[/hide]

mrpaint 04-04-2009 07:23 AM

Hmm, I'm still working on the issue of 3.8.x :(
Any more information of your vBulletin: current installed product, etc... would help. Thanks

mrpaint 04-04-2009 01:33 PM

Quote:

Originally Posted by realdx (Post 1783427)
could this be used to buy files downloads from user to user? Like a I post a file with scans of something and sell it to other users for k$? thanks!!

You can use the hide function ;)
Like this:

[hide=50]your images[/hide]

~> Everybody must thank the poster at least $50 to view the content ;)

mrpaint 04-04-2009 01:48 PM

Going to test vBadvanced now! (with 3.8.2)

Edit: kBank 2.5 and vBadvanced 3.1.0 both work well. Where is the fatal error???

Kolbi 04-04-2009 02:21 PM

Is there an German translation avaivable?

mrpaint 04-04-2009 02:32 PM

Quote:

Originally Posted by Kolbi (Post 1783680)
Is there an German translation avaivable?

Sorry, currently there is only English version

realdx 04-04-2009 03:14 PM

is there a manual somewhere to learn how to use this?? look like funny!! :-D

mrpaint 04-04-2009 03:46 PM

Quote:

Originally Posted by realdx (Post 1783725)
is there a manual somewhere to learn how to use this?? look like funny!! :-D

You can have a look at this: http://hskl.net/f/kbank.php?do=help (English, no registration required)

realdx 04-04-2009 04:14 PM

Quote:

Originally Posted by mrpaint (Post 1783660)
You can use the hide function ;)
Like this:

[hide=50]your images[/hide]

~> Everybody must thank the poster at least $50 to view the content ;)

but can I hide attachments like .zip or .rar? I'm also interested in the downloadsII integration, any demoaround? thanks!!!

mrpaint 04-04-2009 04:20 PM

Quote:

Originally Posted by realdx (Post 1783762)
but can I hide attachments like .zip or .rar? I'm also interested in the downloadsII integration, any demoaround? thanks!!!

You can put the attachment links between hide codes using [attach]attachmentid[/attach] but after someone get you links so he/she can share them around :P

I have no demo of downloadsII with integration but I will build one if you interest. It can take several days ;)

Ryuk 04-04-2009 04:58 PM

what are the differences between this and vBPlaza if you care to explain a bit more mrpaint? n_n

anuanu 04-04-2009 05:29 PM

I also get the error in the admincp

Fatal error: Call to undefined function GlobalStartCode() in /home/*/public_html/admincp/global.php(243) : eval()'d code on line 6

however when I try to put the version 2.1 on I can change anything nor can i access the admincp.

mrpaint 04-04-2009 05:34 PM

Quote:

Originally Posted by Ryuk (Post 1783801)
what are the differences between this and vBPlaza if you care to explain a bit more mrpaint? n_n

Hmm, I think the most differences are the item system and the award/thank system.

Quote:

Originally Posted by anuanu (Post 1783832)
I also get the error in the admincp


Fatal error: Call to undefined function GlobalStartCode() in /home/*/public_html/admincp/global.php(243) : eval()'d code on line 6


however when I try to put the version 2.1 on I can change anything nor can i access the admincp.

Hi,
I'm working on that error message but when I test with 3.8.2 on my server, there is no error. Can you tell me more detail about your vBulletin? Which version? Any product installed?
Thank you. I'm trying to fix it ASAP

anuanu 04-04-2009 07:27 PM

Quote:

Originally Posted by mrpaint (Post 1783836)
Hmm, I think the most differences are the item system and the award/thank system.



Hi,
I'm working on that error message but when I test with 3.8.2 on my server, there is no error. Can you tell me more detail about your vBulletin? Which version? Any product installed?
Thank you. I'm trying to fix it ASAP

Im running 3.8.0

and I have enough mods that would make me lazy enough not to type them out. Ill update to 3.8.2 and try your mod again.

anuanu 04-04-2009 11:20 PM

Yep error still happens with 3.8.2

Uninstalling untill this mod gets fixed.

mrpaint 04-05-2009 04:42 AM

Quote:

Originally Posted by anuanu (Post 1784010)
Yep error still happens with 3.8.2


Uninstalling untill this mod gets fixed.

As I said before, maybe there is something confict with kBank. I'm contacting users who also get that error to find out more about their vBulletin. Why don't you take a screenshot. This can help a lot.
Anyway, thank you for giving it a try :D

Ryuk 04-05-2009 04:58 AM

I would love to see a working demo o_o as im confused regarding the difference/similarities between this and vBPlaza ^^.

mrpaint 04-05-2009 08:45 AM

Quote:

Originally Posted by Ryuk (Post 1784125)
I would love to see a working demo o_o as im confused regarding the difference/similarities between this and vBPlaza ^^.

Just sent you a PM!

ytorus 04-05-2009 09:50 AM

Thanks for update ;)

hambil 04-05-2009 10:38 AM

Quote:

Originally Posted by Ryuk (Post 1784125)
I would love to see a working demo o_o as im confused regarding the difference/similarities between this and vBPlaza ^^.

It's working on my system quite nicely. I'll put up a video link when I get a chance.

mrpaint 04-05-2009 11:09 AM

Quote:

Originally Posted by hambil (Post 1784200)
It's working on my system quite nicely. I'll put up a video link when I get a chance.

Hmm, the idea of a video demo is very interesting :D I think I will do something... Thinking :P

hambil 04-05-2009 11:11 AM

Quote:

Originally Posted by mrpaint (Post 1784214)
Hmm, the idea of a video demo is very interesting :D I think I will do something... Thinking :P

I use CamStudio for recording, and Audacity to disguise my voice (if you care about that). Works nicely, and all free.

mrpaint 04-05-2009 11:25 AM

Quote:

Originally Posted by hambil (Post 1784215)
I use CamStudio for recording, and Audacity to disguise my voice (if you care about that). Works nicely, and all free.

Thank you a lot ;)
Doing some translation and will tryout CamStudio + Audacity right then

anuanu 04-05-2009 01:33 PM

1 Attachment(s)
Quote:

Originally Posted by mrpaint (Post 1784119)
As I said before, maybe there is something confict with kBank. I'm contacting users who also get that error to find out more about their vBulletin. Why don't you take a screenshot. This can help a lot.
Anyway, thank you for giving it a try :D

Here are my plugins.

mrpaint 04-05-2009 01:47 PM

Quote:

Originally Posted by anuanu (Post 1784260)
Here are my plugins.

After reading your PM, I have good news for you: just download 2.5.1, upload and import it and everything will be fine ;)

anuanu 04-05-2009 01:59 PM

Quote:

Originally Posted by mrpaint (Post 1784265)
After reading your PM, I have good news for you: just download 2.5.1, upload and import it and everything will be fine ;)

ok ill try it out now, give me a few minutes.

anuanu 04-05-2009 02:08 PM

1 Attachment(s)
More errors/issues.

mrpaint 04-05-2009 02:14 PM

Quote:

Originally Posted by anuanu (Post 1784277)
More errors/issues.

As I guess, you turned off kBank, right?
Please turn it on...

anuanu 04-05-2009 02:20 PM

1 Attachment(s)
Quote:

Originally Posted by mrpaint (Post 1784280)
As I guess, you turned off kBank, right?
Please turn it on...

Turning it back on makes that error go away. But how about this error:

mrpaint 04-05-2009 02:28 PM

Quote:

Originally Posted by anuanu (Post 1784284)
Turning it back on makes that error go away. But how about this error:

You are testing the Salary Center, right?
That part isn't stable yet. As you can see, that's a tool to help you calculate some activities but doesn't do anything. I still need some idea to finish it :( When it is stable, those strange errors will be blowed away...

realdx 04-05-2009 03:43 PM

I also gave it a try, but it's not what I was looking for, thank you anyways for the work!!
But one question, I unistalled the product, but still the 4 kbank menus inmy adminCP, how do I remove them? thanks!

mrpaint 04-05-2009 03:56 PM

Quote:

Originally Posted by realdx (Post 1784345)
I also gave it a try, but it's not what I was looking for, thank you anyways for the work!!
But one question, I unistalled the product, but still the 4 kbank menus inmy adminCP, how do I remove them? thanks!

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? :D

anuanu 04-05-2009 04:32 PM

Quote:

Originally Posted by mrpaint (Post 1784352)
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? :D



Make everything work with no error in any possible way :P

mrpaint 04-05-2009 04:54 PM

I always try to make it error-free :D
Do you have any more errors? It's my pleasure to help you out ;)

realdx 04-05-2009 04:56 PM

Sorry but have to agree with Anuanu.. the product is not ready for public download in my opinion. Beta testing should be done in house before releasing rather than doing it on live forums.. all the best for it!!

mrpaint 04-05-2009 05:10 PM

Quote:

Originally Posted by realdx (Post 1784403)
Sorry but have to agree with Anuanu.. the product is not ready for public download in my opinion. Beta testing should be done in house before releasing rather than doing it on live forums.. all the best for it!!

Hmm, running this for over a year now :D Anyway, appreciate your reply a lot


All times are GMT. The time now is 03:33 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.01591 seconds
  • Memory Usage 1,845KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_php_printable
  • (28)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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