vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   uCash & uShop (https://vborg.vbsupport.ru/forumdisplay.php?f=100)
-   -   uCash & uShop old support and thank you thread (https://vborg.vbsupport.ru/showthread.php?t=73736)

Truffles 08-31-2004 07:26 PM

Quote:

Originally Posted by Zachery
This sounds like a server error, and not this hack nor anything php related.

Thank you.

/off to email the server :squareeyed:

eNforce 09-01-2004 01:53 AM

Link14716

How about that username color question of mine :]

rinkrat 09-01-2004 07:20 AM

OK, it's finally a clean install for me :)

deathemperor 09-01-2004 09:48 AM

forget it , I fixed

apokphp 09-01-2004 10:04 AM

Great hack! Got it working w/ Arcade and vBookie fine. ;)

Question though...what is the Bank's Interest Rate, and how can I change it?

Truffles 09-01-2004 11:10 PM

How does one uninstall?

Zachery 09-01-2004 11:45 PM

Quote:

Originally Posted by Truffles
How does one uninstall?

The uninstall link in the install file :)

eNforce 09-02-2004 02:02 AM

Quote:

Originally Posted by eNforce
How would I go about setting username colors back to the original color?

please :surprised:

Zachery 09-02-2004 03:17 AM

Quote:

Originally Posted by eNforce
please :surprised:

You mean for all users or just one? they can remove whatever they want by clicking on the buy link again.

apokphp 09-02-2004 05:32 AM

Quote:

Originally Posted by apokphp
Question though...what is the Bank's Interest Rate, and how can I change it?

still curious

rinkrat 09-02-2004 06:29 AM

It's in the AdminCP. It is the percentage they get per night.

apokphp 09-02-2004 04:28 PM

That was the first place I looked...I can't find this option anywhere. Is it the "Action Manager"? If so, then it isn't so obvious as the field would be "Tax" not "Interest", so I don't think that is the correct area...

It's definitely not the UTT Point System Settings or the UTT Store Settings.

RJ2 09-02-2004 08:35 PM

There is a major exploit in this hack that will let users donate virtually unlimited amounts of points to themselves or other users and only be charged a minimum amount. It's a simple technique for those who know how to do it, so it's important to fix this or your currency system will be pretty much useless! It does show up in the action transaction logs, so check them for funny entries in the point column.

FIX-

In uttstore/action.donate.php, look for both instances of this line:
$_FIELDS = uttstore_globalize_fields($fields);

ADD THIS LINE AFTER:
$_FIELDS['points'] = uttpoints_number_format($_FIELDS['points']);

It's also a good idea to turn off reputation for donating points since a user can donate all their points to themselves over and over and get unlimited reputation.

Zachery 09-03-2004 12:26 AM

Quote:

Originally Posted by RJ2
There is a major exploit in this hack that will let users donate virtually unlimited amounts of points to themselves or other users and only be charged a minimum amount. It's a simple technique for those who know how to do it, so it's important to fix this or your currency system will be pretty much useless! It does show up in the action transaction logs, so check them for funny entries in the point column.

FIX-

In uttstore/action.donate.php, look for both instances of this line:
$_FIELDS = uttstore_globalize_fields($fields);

ADD THIS LINE AFTER:
$_FIELDS['points'] = uttpoints_number_format($_FIELDS['points']);

It's also a good idea to turn off reputation for donating points since a user can donate all their points to themselves over and over and get unlimited reputation.

Are you 100% positive your running the .95a files?

I am fairlay sure we fixed this problem.

kall 09-03-2004 12:48 AM

Quote:

Originally Posted by Zachery
Are you 100% positive your running the .95a files?

I am fairlay sure we fixed this problem.

Looks like you didn't..

I just downloaded the latest release from geekydesigns and can still donate to myself.

Zachery 09-03-2004 01:00 AM

Quote:

Originally Posted by kall
Looks like you didn't..

I just downloaded the latest release from geekydesigns and can still donate to myself.

via admin donate or regular donate?

kall 09-03-2004 01:02 AM

Quote:

Originally Posted by Zachery
via admin donate or regular donate?

Heh.

Regular donate. :)

*edit*

*checks*

Yup. Regular donate.

RJ2 09-03-2004 04:58 AM

Quote:

Originally Posted by Zachery
Are you 100% positive your running the .95a files?

I am fairlay sure we fixed this problem.

I am 100% certain this is a problem in .95a. I just re-downloaded it and put it on my site to verify.

The problem is NOT that the user can donate to themselves, but rather can put a very simple string into the "How much would you like to donate?" field and give themselves (or anyone) many more points than it should send.

For obvious reasons I won't post how here, but I will PM Zachary with details. The simple fix I mentioned in my previous post patches this major exploit.

venomx 09-03-2004 08:40 AM

Installed! :) This is great! I had one "for each" error when I first opened the bank page. But a refresh on the page and the error is gone...

Zachery 09-03-2004 11:07 AM

Quote:

Originally Posted by RJ2
I am 100% certain this is a problem in .95a. I just re-downloaded it and put it on my site to verify.

The problem is NOT that the user can donate to themselves, but rather can put a very simple string into the "How much would you like to donate?" field and give themselves (or anyone) many more points than it should send.

For obvious reasons I won't post how here, but I will PM Zachary with details. The simple fix I mentioned in my previous post patches this major exploit.

I will get matt to fix this asap.

Socomjunky.com 09-03-2004 01:22 PM

I just recently installed this and the users points aren't showing up in the threads

i have triple checked the postbit templates and the functions,functions_showthread, showthread.php

all of it

i did it all right its just not showing up

Zachery 09-03-2004 02:41 PM

Quote:

Originally Posted by Socomjunky.com
I just recently installed this and the users points aren't showing up in the threads

i have triple checked the postbit templates and the functions,functions_showthread, showthread.php

all of it

i did it all right its just not showing up

Then somthing is wrong, if you did all the file eidts correctly AND ran the installer and did the template mods there is 0 reason for it not to work.

boiboi 09-03-2004 11:40 PM

Wondering why the Quick Nav - links except for purchase history is not clickable.

Also some users already have points other who have more posts don't.
Can someone explain Points Table? and Points Field?

eNforce 09-04-2004 01:27 AM

Quote:

Originally Posted by Zachery
You mean for all users or just one? they can remove whatever they want by clicking on the buy link again.


All users please :nervous:

Blam Forumz 09-04-2004 07:11 AM

Yeah I have a problem, up until today, Theif was working 100% but now it just gives me this error:

Fatal error: Call to undefined function: uttstore_contruct_input_fields() in /home/blamina/public_html/forum/uttstore/action.thief.php on line 73

InfiniteWebby 09-05-2004 12:54 AM

I've seen many poeple ask this question but no answer :(

I am getting this error Warning: Division by zero in /home/infinite/public_html/forums/uttstore/action.donate.php on line 114 at the end of the donate function. I have just upgraded to vB3.0.3 and this has never happened before, everything else to do with the store seems to be running fine.

kall 09-05-2004 06:02 AM

Quote:

Originally Posted by Blam Forumz
Yeah I have a problem, up until today, Theif was working 100% but now it just gives me this error:


Fatal error: Call to undefined function: uttstore_contruct_input_fields() in /home/blamina/public_html/forum/uttstore/action.thief.php on line 73

Now, I'm no expert, but here's a suggestion for that:

In uttstore/action.thief.php, find: contruct, change to: construct.

wrongful 09-05-2004 03:00 PM

I would like to phase out the 'bank' function on my site, as it is serving no purpose for us right now. The problem that I have is that if I just turn the bank off, people with money in the bank will lose that money. Is there a query or something that I could run to move everyone's money from the bank to $points?

Zachery 09-05-2004 05:16 PM

Quote:

Originally Posted by AnimeWebby
I've seen many poeple ask this question but no answer



I am getting this error Warning: Division by zero in /home/infinite/public_html/forums/uttstore/action.donate.php on line 114 at the end of the donate function. I have just upgraded to vB3.0.3 and this has never happened before, everything else to do with the store seems to be running fine.



If you have just upgraded did you reinstall the hack?



Quote:

Originally Posted by eNforce
All users please

Sorry not sure

Hopalong 09-06-2004 02:18 AM

can you turn off points for a single thread?????

We have a thread that is a "3 word game" and I don't want them to get points for that thread.

thanks,

TM

boiboi 09-06-2004 03:06 AM

Is it possibe to let existing user points count? has someone made this hack?

also I can't find the mythic or legendary squall shoutbox anywhere on the net. can someone please tell me the exact site.

thanks

Hopalong 09-06-2004 07:44 AM

another question. none of the stuff in the user profile show up, like glow, bold, how many points the user have. nothing to do with the cash/shop. What would cause that???

venomx 09-06-2004 07:45 AM

Ok I have a problem.. :(

I used Additional Navbar at https://vborg.vbsupport.ru/showthread.php?t=65198 because my navbar was crowded. Well My uShop dorp down doesnt show anything after the History link. Actions and everything below is is gone. Any ideas?

Zachery 09-06-2004 01:55 PM

Quote:

Originally Posted by venomx
Ok I have a problem.. :(

I used Additional Navbar at https://vborg.vbsupport.ru/showthread.php?t=65198 because my navbar was crowded. Well My uShop dorp down doesnt show anything after the History link. Actions and everything below is is gone. Any ideas?

Is it in a differnt template? if so thats why it wont work.

venomx 09-06-2004 02:01 PM

So it will only work in the regular navbar?

Zachery 09-06-2004 03:38 PM

Quote:

Originally Posted by venomx
So it will only work in the regular navbar?

It is only made avaible for the navbar template.

The Quibbler 09-06-2004 06:01 PM

Can I install uCash without installing uShop? I really want the first, but uShop does a lot more then I want (basically, I just want sticky threads IN ONE FORUM and some custom things that I'm doing manually), so I think it'd be easier for me to do EVERYTHING manually, and take the points from the users myself.

SmackdownOnline 09-07-2004 12:11 AM

Uhh do I miss the good ol' days of Leasne's Store hack, i edited this up a lil bit, but it's still not to what I want .. but I installed it none the less.

- SmackdownOnline

MissKalunji 09-07-2004 12:16 AM

Quote:

Originally Posted by SmackdownOnline
Uhh do I miss the good ol' days of Leasne's Store hack, i edited this up a lil bit, but it's still not to what I want .. but I installed it none the less.

- SmackdownOnline


Im feeling you on that one....

venomx 09-07-2004 12:24 AM

I have seen a few sites running this on VB2 and their bank allowed them to buy and sell points... Is this a hack for the old vb2 version or was it left out for vb3? I kinda like it. Anyone hack this int this version?


All times are GMT. The time now is 01:02 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.04415 seconds
  • Memory Usage 1,830KB
  • 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
  • (2)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