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)

XanTrax 02-17-2006 05:34 PM

Something seems to be wrong...I installed it and for some reason points arent being displayed on the uCash main page (even if i do an admin donate), points arent being distributed how they should be like for instance if someone posts a thread or something they arent getting the points, there is no buy option just view sale history for each item. I dont understand waht could be wrong I just did a fresh install of it.

Injektilo 02-17-2006 06:09 PM

Quote:

Originally Posted by gio~logist
In the meantime, i really haven't seen an error that everyone agrees on.

https://vborg.vbsupport.ru/showpost....&postcount=712
https://vborg.vbsupport.ru/showpost....&postcount=713

cuphongle 02-17-2006 07:16 PM

how would u disable a color in the "change username color"??

Red Blaze 02-17-2006 08:12 PM

Welp, what can I say... I'm one of the firsts to install the store and I had problems. It's working fine now, but there's still a number of bugs. For example:

Bank has no interest. Maybe it has, I just haven't found it.
Who's Online doesn't how what action they're viewing. Just says "Viewing Aciont:".

And other countless issuse. Well, now I'm planning on giving eBux / eStore a chance. But I gotta check what my members think first.

Ashiro 02-17-2006 08:20 PM

Could I recommend that you put a short description of what this mod does at the beginning of the post. I had to read the entire post to get a feel for what it did - most people make judgements in seconds.

gossimer 02-17-2006 08:44 PM

Quote:

Originally Posted by TamCaVBoy3
i can't find that code in navbar , that's my problem

I had the same problem, I am also using a custom template. This is what I did to solve the problem:

I added the following code to the header template:

<td><a href="ushop.php" accesskey="5"><img src="images/store.gif" border="0"></a></td>

I used an image to keep with my template, but you could use text if needed.

I hope this helps!

In addition, if you can customize and add the code to the navbar, however that will add a navbar to your design.

applehat 02-17-2006 09:52 PM

I have a problem.

It doesn't reconize points at all..

Any where it should display points just shows blank...except richest members.

Stone Cold 3:16 02-17-2006 09:58 PM

Quote:

Originally Posted by gossimer
I had the same problem, I am also using a custom template. This is what I did to solve the problem:

I added the following code to the header template:

<td><a href="ushop.php" accesskey="5"><img src="images/store.gif" border="0"></a></td>

I used an image to keep with my template, but you could use text if needed.

I hope this helps!

In addition, if you can customize and add the code to the navbar, however that will add a navbar to your design.


Im not sure if the author can provide support for custom tempelates.

applehat 02-17-2006 10:08 PM

Quote:

Originally Posted by applehat
I have a problem.

It doesn't reconize points at all..

Any where it should display points just shows blank...except richest members.

I fixed this by reuploading the XML myself.

applehat 02-17-2006 10:11 PM

New problem. when I go to DONATE, it doesn't give errors, but says "'s points where incresed by 1.00"

And they dont get increeses

applehat 02-17-2006 10:22 PM

Just checked...

and all of the shop items that deal with another user, just dont work.

Cant donate, change another users title...ect

TJFweb 02-18-2006 03:19 AM

The HTML of the USHOP template really needs to be cleaned up. The little tables that the actions appear in are way too small, and the page is cutting off my footer too early.

applehat 02-18-2006 05:09 AM

they are coded to be general...

I redid a few of mine already to match my site.

Easy stuff....

Hornstar 02-18-2006 06:16 AM

Can you make it so a user has to buy a signiture? If not that should be implemented.

Thanks

bonzer 02-18-2006 07:50 AM

Hi Installed on my new site...
I am new to all of this so please be gentle on me haha
http://www.sellmywebsitezone.com
think there as to be some problems at my side not the Mod
its not displaying the actual points a member as
not able to buy anything as admin ...
Is it possible for some one to take a look for me
thats if someone has the time.
Thanks for the mod and thanks for reading my post
Paul

nufc fan 02-18-2006 09:24 AM

Does anyone know how to reduce the amount of points each member has?
as all my members seem to have lots of points that seem to have been given by mistake, weather it was a dafault issue i don t know but i need to reduce them quickly

TamCaVBoy3 02-18-2006 09:49 AM

will this mod has this function ???

Use point system to pay to read a thread

example:

a user can make a thread and sell it for 5 points, other users will have to pay 5 points to read it or else, the message will be hidden

cuphongle 02-18-2006 10:52 AM

Quote:

Originally Posted by cuphongle
how would u disable a color in the "change username color"??

help?

how would i take the comma out?

3,202...

just want 3202

Gio~Logist 02-18-2006 02:08 PM

Quote:

Originally Posted by nufc fan
Does anyone know how to reduce the amount of points each member has?
as all my members seem to have lots of points that seem to have been given by mistake, weather it was a dafault issue i don t know but i need to reduce them quickly


Go to "give users points in mass" and then just give them a negative amount.

Sai01 02-18-2006 04:09 PM

can i request a feature? i want my member to use points to download files from my site... no points, no download...

gonecountry 02-19-2006 02:09 PM

Installed had no problems! Thanks! My members are thrilled and a bit greedy lol they have one question any idea when gifts will be available if at all?

nir 02-19-2006 05:22 PM

Database error in vBulletin 3.5.3:

Invalid SQL:
CREATE TABLE ushop_action (
`actionid` int(5) NOT NULL auto_increment,
`categoryid` smallint(5) NOT NULL default '1',
`shortname` varchar(255) NOT NULL default '',
`name` varchar(255) NOT NULL default '',
`description` text NOT NULL,
`displayorder` int(10) NOT NULL default '0',
`cost` varchar(20) NOT NULL default '',
`tax` varchar(20) NOT NULL default '',
`sold` bigint(10) NOT NULL default '0',
`defaultquantity` bigint(10) NOT NULL default '0',
`quantity` bigint(10) NOT NULL default '0',
`allowedgroups` varchar(255) NOT NULL default '',
`deniedgroups` varchar(255) NOT NULL default '',
`expiration` int(15) NOT NULL default '0',
`noexpiremarkup` decimal(20,2) NOT NULL default '0.00',
`filelocation` varchar(255) NOT NULL default '',
`imagelocation` varchar(255) NOT NULL default '',
`disablecoupon` tinyint(1) NOT NULL default '0',
`showinstore` tinyint(1) NOT NULL default '0',
`active` tinyint(1) NOT NULL default '0',
`saf_name` varchar(50) NOT NULL default '',
`asvs` text NOT NULL,
`itemcatcache` text NOT NULL,
`itemcache` text NOT NULL,
PRIMARY KEY (`actionid`)
);

MySQL Error : Table 'ushop_action' already exists
Error Number : 1050
Date : Sunday, February 19th 2006 @ 10:14:44 PM
Script : http://olimpus-f.net/testvb/installer/index.php
Referrer : http://olimpus-f.net/testvb/installer/index.php
IP Address : 212.179.86.132
Username : olimpus
Classname : vb_database

Gio~Logist 02-19-2006 05:34 PM

Quote:

Originally Posted by nir
Database error in vBulletin 3.5.3:

Invalid SQL:
CREATE TABLE ushop_action (
`actionid` int(5) NOT NULL auto_increment,
`categoryid` smallint(5) NOT NULL default '1',
`shortname` varchar(255) NOT NULL default '',
`name` varchar(255) NOT NULL default '',
`description` text NOT NULL,
`displayorder` int(10) NOT NULL default '0',
`cost` varchar(20) NOT NULL default '',
`tax` varchar(20) NOT NULL default '',
`sold` bigint(10) NOT NULL default '0',
`defaultquantity` bigint(10) NOT NULL default '0',
`quantity` bigint(10) NOT NULL default '0',
`allowedgroups` varchar(255) NOT NULL default '',
`deniedgroups` varchar(255) NOT NULL default '',
`expiration` int(15) NOT NULL default '0',
`noexpiremarkup` decimal(20,2) NOT NULL default '0.00',
`filelocation` varchar(255) NOT NULL default '',
`imagelocation` varchar(255) NOT NULL default '',
`disablecoupon` tinyint(1) NOT NULL default '0',
`showinstore` tinyint(1) NOT NULL default '0',
`active` tinyint(1) NOT NULL default '0',
`saf_name` varchar(50) NOT NULL default '',
`asvs` text NOT NULL,
`itemcatcache` text NOT NULL,
`itemcache` text NOT NULL,
PRIMARY KEY (`actionid`)
);

MySQL Error : Table 'ushop_action' already exists
Error Number : 1050
Date : Sunday, February 19th 2006 @ 10:14:44 PM
Script : http://olimpus-f.net/testvb/installer/index.php
Referrer : http://olimpus-f.net/testvb/installer/index.php
IP Address : 212.179.86.132
Username : olimpus
Classname : vb_database


This is your second time trying to install. First uninstall, then re install.

nir 02-19-2006 06:01 PM

Quote:

Originally Posted by gio~logist
This is your second time trying to install. First uninstall, then re install.

i tried and still is doesn't act

and i have another error,

Warning: Invalid argument supplied for foreach() in /includes/functions_ushop.php on line 535

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.ushopmanager.php on line 9

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.ushopmanager.php on line 13

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.ushopmanager.php on line 78


and there is me also the error the previous

Gio~Logist 02-19-2006 06:05 PM

Quote:

Originally Posted by nir
i tried and still is doesn't act

and i have another error,

Warning: Invalid argument supplied for foreach() in /includes/functions_ushop.php on line 535

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.ushopmanager.php on line 9

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.ushopmanager.php on line 13

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.ushopmanager.php on line 78


and there is me also the error the previous

Try saving values. That will take it away.

nir 02-19-2006 06:09 PM

Quote:

Originally Posted by gio~logist
Try saving values. That will take it away.

still,what can be done ?
this is act fine in the version 3.5.2
but in the version 3.5.3 i have problem

kobescoresagain 02-19-2006 06:17 PM

NM, figured it out!!!

leeman 02-19-2006 06:18 PM

Quote:

Originally Posted by gio~logist
Go to "give users points in mass" and then just give them a negative amount.

Where do one find that function.....???

kobescoresagain 02-19-2006 06:22 PM

leeman it is in the admincp ->ucash -> ucash manager

Gio~Logist 02-19-2006 06:25 PM

Quote:

Originally Posted by nir
still,what can be done ?
this is act fine in the version 3.5.2
but in the version 3.5.3 i have problem

Did you try pressing save in one of the pages that give you that error?

leeman 02-19-2006 06:32 PM

Quote:

Originally Posted by kobescoresagain
leeman it is in the admincp ->ucash -> ucash manager


DOHHHH!!!

Thanks ... I was staring my self blind in the Ushop settings ....

Now is there a easy way to alter the bank points as well (for the users) since after the upgrade they all have like 20 trillion there as well :s

nir 02-19-2006 06:33 PM

Quote:

Originally Posted by gio~logist
Did you try pressing save in one of the pages that give you that error?

yes,
i tried in the all of them (2)
and it will still not employee

those all the errors

uShop Manager:

Warning: Invalid argument supplied for foreach() in /includes/functions_ushop.php on line 535

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.ushopmanager.php on line 9

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.ushopmanager.php on line 13

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.ushopmanager.php on line 78

Update In Mass:

Warning: Invalid argument supplied for foreach() in /includes/functions_ushop.php on line 535

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.massupdate.php on line 156

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.massupdate.php on line 160

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.massupdate.php on line 163

Update Allowed Usergroups:

Warning: Invalid argument supplied for foreach() in /includes/functions_ushop.php on line 535

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.usergroupenmasse.php on line 11

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.usergroupenmasse.php on line 15

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.usergroupenmasse.php on line 18


Add Category:

Warning: Invalid argument supplied for foreach() in /includes/functions_ushop.php on line 535

Warning: Invalid argument supplied for foreach() in /includes/functions_ushop.php on line 567
Parent Category No Parent

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.categories.php on line 47


Plugin System:

Product 'uCash & Ushop' is already installed and you did not specify that this product may be overwritten/upgraded.

Gio~Logist 02-19-2006 06:56 PM

Quote:

Originally Posted by nir
yes,
i tried in the all of them (2)
and it will still not employee

those all the errors

uShop Manager:

Warning: Invalid argument supplied for foreach() in /includes/functions_ushop.php on line 535

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.ushopmanager.php on line 9

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.ushopmanager.php on line 13

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.ushopmanager.php on line 78

Update In Mass:

Warning: Invalid argument supplied for foreach() in /includes/functions_ushop.php on line 535

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.massupdate.php on line 156

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.massupdate.php on line 160

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.massupdate.php on line 163

Update Allowed Usergroups:

Warning: Invalid argument supplied for foreach() in /includes/functions_ushop.php on line 535

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.usergroupenmasse.php on line 11

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.usergroupenmasse.php on line 15

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.usergroupenmasse.php on line 18


Add Category:

Warning: Invalid argument supplied for foreach() in /includes/functions_ushop.php on line 535

Warning: Invalid argument supplied for foreach() in /includes/functions_ushop.php on line 567
Parent Category No Parent

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.categories.php on line 47


Plugin System:

Product 'uCash & Ushop' is already installed and you did not specify that this product may be overwritten/upgraded.

Overwrite it then save values.

El Barto 02-19-2006 10:32 PM

Can someone please explaine why one of my users suddenly had 190.000 points more than she should have, even that nobody had donated to her? We dont understand what happened?

______________________

I`ve found out that it suddenly costs -189.000 to buy a new user title, even I have set this to cost 20.000!!


This was strange!

--------------------------------


This one in Ushop settings is strange here in my forum;

Quote:

Loyal Member Discount Amount?
Set this to the amount off items members recieve when they have been registered at least the number of days defined above. Set this to 0 to disable (or a negative to add cost, but why would you want to do that?).
If I set 10 or 1000 on this the cost I explained above is on 189.000, but if I set it on 100 the cost is 0! Jeg have choise the cost to be 20.000!
If I set 0 everething is right, but I think this one might be a bug?

cuphongle 02-19-2006 10:40 PM

Quote:

Originally Posted by cuphongle

how can i disable a color in the store?

how would i take the comma out?

3,202...

just want 3202

thank you

romow 02-20-2006 01:22 AM

i see that the history box only keeps track of the points that i've donated to others, but not the points i've received from others. guess that's because it only keeps track of the transactions that i've made thru ushop.

but i think it will still be useful to record both transactions: points received and points donated.

streetfighter 02-20-2006 05:30 AM

Where can i download UCash 1.1.0??
I had ushop 0.95 on my vb3.0.x...

Now i have upgarded to vb3.5.3.. and want to install ushop with all old data..
But since, i havent installed Ucash 1.1.0, it says...
Quote:

You have uShop 0.95 installed, but not uCash 1.1.0, upgrade will not proceed.
You need to install uCash 1.1.0 or uninstall uShop 0.95.

Error in upgrade.
So.. someone plz give me ucash 1.1.0, so that i can do an upgrade..

Ky Kiske 02-20-2006 05:40 AM

Here you are streetfighter. This is a complete issue of uCash 1.1.1 with uCash & uShop 2.0.0 Beta3 upgrades.

Make sure you keep this link in case you forget it again.

Ky Kiske 02-20-2006 08:27 PM

Quote:

Originally Posted by El Barto
Can someone please explaine why one of my users suddenly had 190.000 points more than she should have, even that nobody had donated to her? We dont understand what happened?

______________________

I`ve found out that it suddenly costs -189.000 to buy a new user title, even I have set this to cost 20.000!!

This was strange!

--------------------------------

This one in Ushop settings is strange here in my forum;

If I set 10 or 1000 on this the cost I explained above is on 189.000, but if I set it on 100 the cost is 0! Jeg have choise the cost to be 20.000!
If I set 0 everething is right, but I think this one might be a bug?

Are you setting it at 20.000 or 20,000. When you put in the number just make sure you don't put in number format. It will do that for you. Put it in like "20000.00"

The negative point fix is in there as well. http://www.yoursite.com/admincp/ucas...do=fixnegative You can fix the negatives there then retry the number again.

romow 02-20-2006 11:35 PM

do we expect the next version upgrade any time soon?


All times are GMT. The time now is 09:55 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.04430 seconds
  • Memory Usage 1,856KB
  • 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
  • (19)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