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)
-   -   Major Additions - ICash, Simple stand-alone point system. (https://vborg.vbsupport.ru/showthread.php?t=165962)

db90 07-20-2008 04:44 PM

Is it possible to get points for ibProArcade v2.6.6+ and vBulletin blog system to get points?

kotlt99 07-21-2008 03:25 PM

Cant fix the item at the place where owner want :|
It is always switched between items

gorentals 07-22-2008 11:30 AM

I use this mod, and its good. Used it with Ishop, but Ishop doesn't work good under 3.7. Switched to Vbexperience. Does Icash work with Vbexperience? Anyone get that to work?

Bl4z3 07-26-2008 02:51 PM

Quote:

Originally Posted by Dan Burtan (Post 1556462)
I downloaded the iCash mod, and somehow the points keep getting restarted on this new skin I've installed. I don't think I have any scheduled tasks or cron jobs but somehow around midnight or later my icash/Fpoints reset and start at 0.

My domain is forumpeers.com
What is the fix or what must I do?

That's happening with me as well.
Users have to bank their points to stop them losing them at a specified time/when they log off.

Can someone help out with this?

http://www.converseboards.com/icash-...-dropping.html

siveriano 08-03-2008 01:36 AM

Hello everyone this is my first post, im getting this error when someone make a thread

Code:

Database error in vBulletin 3.7.2:

Invalid SQL:

        UPDATE user
        SET ICash = ICash +1
        WHERE userid = 1;

MySQL Error  : Unknown column 'ICash' in 'field list'
Error Number  : 1054
Request Date  : Saturday, August 2nd 2008 @ 09:33:54 PM
Error Date    : Saturday, August 2nd 2008 @ 09:33:54 PM
Script        : http://www.calnht.com/forums/newreply.php?do=postreply&t=1
Referrer      : http://www.calnht.com/forums/newreply.php?do=newreply&noquote=1&p=4
IP Address    : 98.208.202.188
Username      : Biscuit
Classname    : vB_Database
MySQL Version : 5.0.51a-community-log

nvm fixed lol. cool mod there man thank you.

ShawneyJ 08-03-2008 03:50 AM

Quote:

Originally Posted by Bl4z3 (Post 1584672)
That's happening with me as well.
Users have to bank their points to stop them losing them at a specified time/when they log off.

Can someone help out with this?

http://www.converseboards.com/icash-...-dropping.html

mmm yeah i noticed the same.

eurosoft 08-14-2008 11:37 AM

User name with space can not get points. Point raised by two members already. Forgive me but this is a serious error and my users are angry over it.

Solution to Problem
Spaces in User Name

Goto Plugins & Products>Plugin Manager>Plugin System>ICash>ICash Postbit Edit>Edit

Find
PHP Code:

'?' $session[sessionurl] . 'do=donate&to=' .  $post[username] . '> Donate </a>';


Replace with
PHP Code:

'?' $session[sessionurl] . 'do=donate&to=' urlencode(  $post[username]) . '> Donate </a>';


Save the File and you are ready to go.

Note:- We have used urlencode to correctly encode string. This would convert space to URL equivalent values and PHP string joining routine would handle it correctly.

Please Do it at your own risk. I do not work in insurance company:)

luket79 08-20-2008 03:28 PM

Any way to see the users with the most cash? Im trying to use this for a contest.

Scamorz 08-21-2008 08:17 AM

Error when i try to upload the product:

Database error in vBulletin 3.7.0:

Invalid SQL:
ALTER TABLE vb_user ADD COLUMN money decimal(15,2) DEFAULT '0' NOT NULL;

MySQL Error : Duplicate column name 'money'
Error Number : 1060
Request Date : Thursday, August 21st 2008 @ 11:02:54 AM
Error Date : Thursday, August 21st 2008 @ 11:02:54 AM
Script : http://www.****/forum/admincp/plugin...=productimport
Referrer : http://www.****/forum/admincp/plugin.php?do=productadd
IP Address : ****
Username : ****
Classname : vB_Database
MySQL Version : 5.0.37-standard

Jaiibee 08-30-2008 09:48 AM

ok, this is the most BLATANT error...
MySQL Error : Duplicate column name 'money'

This fix will make your forum go down, so dw if it does.
What you need to do, is go to any other product Blaine has made, and find where it asks for the coloumn your points are contained in.
Its default is "Money", now change that rows name to "money1" without the quotes.

Go to your cpanel, go to your phpmyadmin, go to the database your vbulletin information is in, go to your user table, find the column named "money" and click the little pencil icon, then change its name to "money1" without the quotes.

Ok, now your forum should be back up and running.. install icash and it should all be good.
If you want, go back to the mods options where you changed the original "money" and change "money1" back to "money", and go back to your SQL and delete the row "money1".

That should make both mods use the same row.


All times are GMT. The time now is 06:14 PM.

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.01176 seconds
  • Memory Usage 1,750KB
  • 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
  • (2)bbcode_php_printable
  • (2)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
  • (10)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