vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   uCash & uShop v2.0.0 (https://vborg.vbsupport.ru/showthread.php?t=107233)

lewisbee 02-25-2006 09:52 AM

Why doesn't it show how many points I have?

http://upload-all.com/images/hosted/nono.png

it also doesn't show how many points anybody has in the member info page (profile viewing page)

How do I fix his? Please Help!

Red Blaze 02-25-2006 06:01 PM

Too many bugs, I'm moving on to eBux/eStore, try that one out for a while.

cOuNtErFiET 02-26-2006 05:23 AM

lewisbee search the rest of the psots there is a fix for that i can tell you how
in the install/hacks folder there is a product-ucs or w/e re run that via the plugin thing in ACP and overwrite that one and will work

also i think i might too, just don't seem enthused about releasing additions....like a global transactions hack which the author of the 3.0.x version helped develop this one im surprised its not in this one?...lol but w/e

X-Files 02-26-2006 06:38 PM

1. Reporting. We need reports on what has been purchased and a full report on the admin donate. Is this type of information available?

2. Deleting a thread removes points. This is important because users are charged to use a certain forum and if they do not have enough points we will delete their thread and we want the points added back. So if we subtract a negative number it should add points and if we subtract positive point for other threads that they gert points for poting n it will remove points. I hope I am making sense.

Thanks for all your hard work.

We are using ucash 1.1.1 now. I had to fix some of the bugs in it. You can see some of my posts about what I found and fixed.

X-Files 02-26-2006 06:44 PM

What about restricting the total points users are allowed to accumulate in a 24 hour period?

cOuNtErFiET 02-27-2006 12:20 AM

got this its a global transactions link for all public donations, no admin donate is listed

Code:

http://www.yoursite.com/forums/ushop.php?do=actionhistory&shortname=donate
Here is an admin donate global one

Code:

http://www.yoursite.com/forums/ushop.php?do=actionhistory&shortname=admindonate

romow 02-27-2006 01:50 AM

Quote:

Originally Posted by X-Files

2. Deleting a thread removes points.

i agree. if somebody's post is deleted, the point earned for that post should be deducted.

Hoffi 02-27-2006 11:07 AM

I got it run. Step 9 only inserts the Cron I inserted manually.

I found some Problems:

In the Usergroup an Forum Manager I can't edit Items. A JavaScript Error Occurs.

The Bank amount is 0.00 Credits, but I deposited some. Why?

Murty 02-27-2006 11:34 AM

OOH!!! Dammit all i forgot to do was import the .xml file. Thanks very much CMX. I feel like an ass :P. I have done this for every version youve bought out, but forgot to do it this time :P

Thieutje 02-27-2006 10:51 PM

do i need to remove the installer directory after installation?

ffevo 02-28-2006 12:38 AM

Quote:

Originally Posted by gio~logist
Do the following to delete all instances of ushop and ucash (this will delete everything in ushop and ucash)

Code:

DELETE *
FROM `yoursite_test`.`datastore`
WHERE `title` LIKE '%ushop%'
OR `data` LIKE '%ushop%'
LIMIT 0 , 30

Then
Code:

DELETE *
FROM `yoursite_test`.`datastore`
WHERE `title` LIKE '%ucash%'
OR `data` LIKE '%ucash%'
LIMIT 0 , 30


Replace yoursite with whatever your databases have before the name.

wtf. I dont Understand what you mean.

ALSO Ive istalled this damn hack halfway through..and Now it doesnt want to to let me install it the rest of the way. It tells me that " I have the latest version" When Ive cleared and repaird all my tables.. wtf?

ffevo 02-28-2006 03:22 AM

LOL Okay Boys. I got it to Install. and It was my own fault it wasnt installing. Good work on getting those bugs out. :)

VietLang 02-28-2006 10:26 PM

How do you remove "uCash" and "uShop" in the Admin CP?
I had so much trouble getting it to work, I wanted to uninstall/delete everything then install it again.

Thanks

Stone Cold 3:16 02-28-2006 11:18 PM

I wanna restart the install. Whats this error mean:

Code:

Database error in vBulletin 3.5.4:

Invalid SQL:
ALTER TABLE forum
        ADD `ucash_perthread` varchar(20) NOT NULL default '',
        ADD `ucash_perreply` varchar(20) NOT NULL default '',
        ADD `ucash_perview` varchar(20) NOT NULL default '',
        ADD `ucash_perdownload` varchar(20) NOT NULL default '';

MySQL Error  : Duplicate column name 'ucash_perthread'
Error Number : 1060
Date        : Tuesday, February 28th 2006 @ 07:55:56 PM
Script      : http://www.prowrestlingstop.com/installer/index.php
Referrer    : http://www.prowrestlingstop.com/installer/index.php
IP Address  : 66.139.221.215
Username    : Stone Cold 3:16
Classname    : vb_database


Smiry Kin's 02-28-2006 11:28 PM

Think it means it already excists..

Zacarias 03-01-2006 04:55 AM

I give up on this... I can't get past step 9, and un-installing and re-installing does nothing.

The upgrade always gets an error...

ambumann 03-01-2006 11:24 AM

I had difficulties using the uninstaller as well, had to manually remove the tables and entries from the database in order to upgrade.

ericgtr 03-01-2006 01:54 PM

Nice mod here guys. I am having an issue though,

Code:

Database error in vBulletin 3.5.1:

Invalid SQL:

SELECT
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
language.phrasegroup_estore AS phrasegroup_estore,
language.phrasegroup_global AS phrasegroup_global,
language.options AS lang_options,
language.languagecode AS lang_code,
language.charset AS lang_charset,
language.locale AS lang_locale,
language.imagesoverride AS lang_imagesoverride,
language.dateoverride AS lang_dateoverride,
language.timeoverride AS lang_timeoverride,
language.registereddateoverride AS lang_registereddateoverride,
language.calformat1override AS lang_calformat1override,
language.calformat2override AS lang_calformat2override,
language.logdateoverride AS lang_logdateoverride,
language.decimalsep AS lang_decimalsep,
language.thousandsep AS lang_thousandsep

FROM user AS user
LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid)
LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) INNER JOIN language AS language ON (language.languageid = IF(user.languageid = 0, 1, user.languageid))

WHERE user.userid = 7262;

MySQL Error  : Unknown column 'language.phrasegroup_estore' in 'field list'
Error Number : 1054
Date        : Wednesday, March 1st 2006 @ 10:27:37 AM
Script      : http://www.guitars101.com/vb/estore.php?do=donate&userid=11703
Referrer    :
IP Address  : xx.xx.xx.xx
Username    :
Classname    : vb_database

And

Code:

Database error in vBulletin 3.5.1:

Invalid SQL:

SELECT languageid,
phrasegroup_estore AS phrasegroup_estore,
phrasegroup_global AS phrasegroup_global,
options AS lang_options,
languagecode AS lang_code,
charset AS lang_charset,
locale AS lang_locale,
imagesoverride AS lang_imagesoverride,
dateoverride AS lang_dateoverride,
timeoverride AS lang_timeoverride,
registereddateoverride AS lang_registereddateoverride,
calformat1override AS lang_calformat1override,
calformat2override AS lang_calformat2override,
logdateoverride AS lang_logdateoverride,
decimalsep AS lang_decimalsep,
thousandsep AS lang_thousandsep
FROM language
WHERE languageid = 1;

MySQL Error  : Unknown column 'phrasegroup_estore' in 'field list'
Error Number : 1054
Date        : Wednesday, March 1st 2006 @ 08:54:32 AM
Script      : http://www.guitars101.com/vb/estore.php?do=donate&userid=11703
Referrer    :
IP Address  : xx.xx.xx.xx
Username    :
Classname    : vb_database

Missing field list?

ericgtr 03-01-2006 02:19 PM

I think I got it now, I needed to run the xml script. That is burried in there and it's not clear that you need to run it, it also overwrites the normal install.

It appears that the phrases are missing, when I go into any of the Change Username, Glow etc. they all come up to a page with missing phrases.

Daniel Thomas 03-02-2006 04:40 AM

I error when I try to go to Step 9, on the ushop.php page, it says: Oh, btw, I'm using the ushop-ucash 2.00 and ucash 1.1.1


PHP Code:

Database error in vBulletin 3.5.4:

Invalid SQL:
UPDATE ushop_action SET quantity=defaultquantity WHERE defaultquantity quantity;

MySQL Error  Table 'afigueir1.ushop_action' doesn't exist
Error Number : 1146
Date         : Thursday, March 2nd 2006 @ 01:37:20 AM
Script       : http://ringsidemayhem.com/forums/ushop.php
Referrer     : http://ringsidemayhem.com/forums/index.php
IP Address   : 24.XXX.XXX.XX
Username     : Daniel Thomas
Classname    : vb_database 


ericgtr 03-02-2006 01:07 PM

Has support dropped for this? I understand it's still in beta but there appears to be a few issues still to be worked out.

El Barto 03-02-2006 05:32 PM

Isn`t the bank suppose to give any interest?

Sai01 03-02-2006 05:58 PM

Quote:

Originally Posted by El Barto
Isn`t the bank suppose to give any interest?

that's a bug that will be fixed in the next release...

Ky Kiske 03-02-2006 11:06 PM

Quote:

Originally Posted by Daniel Thomas
I error when I try to go to Step 9, on the ushop.php page, it says: Oh, btw, I'm using the ushop-ucash 2.00 and ucash 1.1.1


PHP Code:

Database error in vBulletin 3.5.4:

Invalid SQL:
UPDATE ushop_action SET quantity=defaultquantity WHERE defaultquantity quantity;

MySQL Error  Table 'afigueir1.ushop_action' doesn't exist
Error Number : 1146
Date         : Thursday, March 2nd 2006 @ 01:37:20 AM
Script       : http://ringsidemayhem.com/forums/ushop.php
Referrer     : http://ringsidemayhem.com/forums/index.php
IP Address   : 24.XXX.XXX.XX
Username     : Daniel Thomas
Classname    : vb_database 


I have encountered this problem before and fixed it myself. Check my sig for the things I noticed are missing upon installation.

I had a week long hiatus but I am back to help out.

Steve The Plank 03-04-2006 04:38 PM

Quote:

Originally Posted by forumsoup.com
How long till the final version is out? (Estimation, doesnt have to be exact)?

Hi. Great hack, but is it possible to remove something like a change of colour to a user's username once they have bought it?

Ky Kiske 03-04-2006 07:04 PM

As of right now Steve there is not a way to do that. Also no confirmed date until the next Beta or Final Version but we are all eagerly waiting.

Rarethings 03-04-2006 07:20 PM

I keep getting this error, when I try to run the installer files.

Warning: main(): Unable to access ./global.php in /var/www/vhosts/whiny.com/httpdocs/Whinyforums/ucashushop/installer/index.php on line 39

Warning: main(./global.php): failed to open stream: No such file or directory in /var/www/vhosts/whiny.com/httpdocs/Whinyforums/ucashushop/installer/index.php on line 39

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/share/pear') in /var/www/vhosts/whiny.com/httpdocs/Whinyforums/ucashushop/installer/index.php on line 39

Can anyone help me?

coachjohns 03-04-2006 09:03 PM

I have 2 questions....

1. How do I fix this message and Why is it comming up?

Adding Settings

Fatal error: Call to a member function on a non-object in /homepages/11/d155644365/htdocs/forums/admincp/ushop_install.php on line 937

2. Where do I find this at in the Index.php? I have looked over it a thousand times and cant find this

$printhr = false;
if (can_administer('canadminstyles'))

Where is it at, like under what topic of the index?

Dhitch 03-04-2006 09:49 PM

I have setup ushop on my forum which is running vBulletin Version 3.5.1

Everything seems to be fine apart from when i go to the ushop menu and try to click on the box to see what the forum is selling at which point it brings up a screen saying

Your usergroup is not allowed to do this action.

Any advice on how to sort this would be welcomed

DraculaVN 03-05-2006 12:01 AM

Quote:

Originally Posted by Dhitch
I have setup ushop on my forum which is running vBulletin Version 3.5.1

Everything seems to be fine apart from when i go to the ushop menu and try to click on the box to see what the forum is selling at which point it brings up a screen saying


Your usergroup is not allowed to do this action.

Any advice on how to sort this would be welcomed

You must go to ushop in admincp ---> Update Allowed Usergroup

Dhitch 03-05-2006 12:01 PM

thank you for your help had not noticed the the section. :)

El Barto 03-05-2006 08:40 PM

Quote:

Originally Posted by Sai01
that's a bug that will be fixed in the next release...

Ok, it will be great :)

When?

Rarethings 03-05-2006 09:57 PM

Anbody have a similar problem to this?-

The mod installed fine on my forum, and both the shop and the cash system are displayed, but in the forums, the points that a user has do not display. In other words, the points link is there, but next to it, the user's numerical point values are not shown.

Is this a usergroup error, or just a template error?

Any help would be greatly appreciated.

Killer_Charge 03-06-2006 07:39 AM

hey dudes, great hack, but i dont get any ushop/ucash in the admin cp, also, i only get 3 sections on the dropdown menu, i have reinstalled also and no change, any help please?
link to site-
www.neronix.com

slank 03-06-2006 10:37 AM

woohoo - well done :D

Xplorer4x4 03-06-2006 05:29 PM

It seems this has intefered with the usergroup html markup on my forums. Our Mods are displayed in bold and the admins bold and italics. Well only some admins appear in bold now and only some mods in bold.

bamaster 03-07-2006 07:49 PM

There seems to be a problem with the history of changing another user's avatar. It doesn't show WHO initiated the change. It only shows the name of the user who had it done to them.

Here is a screenshot. Notice the "User" and the "To User" are the same. The "User" is incorrect.

Plasea advise.

patracy 03-09-2006 12:24 PM

Quote:

Originally Posted by Rarethings
Anbody have a similar problem to this?-

The mod installed fine on my forum, and both the shop and the cash system are displayed, but in the forums, the points that a user has do not display. In other words, the points link is there, but next to it, the user's numerical point values are not shown.

Is this a usergroup error, or just a template error?

Any help would be greatly appreciated.

I'm stuck at the same place?

I checked the user table and I see values for the amount, but nothing shows?

patracy 03-09-2006 12:33 PM

I can see under richest members the amount each user has though?

rewardhits 03-11-2006 02:40 PM

I think there is a bug in the "bank".

when you charge 0 to deposit, for some reason the user gets a $100 for just depositing in the bank. either this is a bug or it is something that i am not familiar with.

Does anyone know how to view total ucash distributed? I am having a hard time figuring this out.

Thanks,
Frank


All times are GMT. The time now is 04:35 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.03564 seconds
  • Memory Usage 1,841KB
  • 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
  • (7)bbcode_code_printable
  • (2)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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